thanks it worked.
Any ideas about the in the javascript that isn't geting parsed?
For instance, this is part of a hide/show text toggle, the <li> is suppose to parse to a "»" but its not because i guess the javascript it stopping it from parsing, is there a workaround?
<a href="/articles/comments.php?id=14" onclick="hidetoggle('news id 14'); return false;"
onmouseover="window.status='Read full story'; return true;" onmouseout="window.status=''; return true;">Read full story (20 more words)</a> ]<br/><br/>
<span id="news id 14" style="display: none">
<li>This is the text and the <li> isn't getting parsed.</span>
it parses everything else outside the hidetoggle though.
thank you all for the help.