[jQuery] Text Highlighting from Search

[jQuery] Text Highlighting from Search

<div>I have a search which yields a URL like this: (searching for [jets daniel])</div>
<div>
<div><a href="http://www.commadot.com/index.php?s=jets+daniel&searchsubmit=Search">http://www.commadot.com/index.php?s=jets+daniel&searchsubmit=Search</a><a href="http://www.commadot.com/index.php?s=Jets&searchsubmit=Search">
</a></div>
<div> </div>
<div>I also have a <span ID="searchterm"> with the contents of "jets daniel" on the page.</div>
<div> </div>
<div>Looking for a jQuery way or plugin to highlight all the matching words. (i.e. pick them out of the text and add a <span class="highlight"> around them)</div>
<div> </div>
<div>Any plugins I should start with?  Anyone do similar suff before?</div>
<div> </div>
<div>Glen</div></div>