It's hard to say without first fixing the HTML markup on your page. Namely, you've added the script inside the BODY section of the page, but ending up a closing TD tag:
Code:
"
<!--3rd anchor link and menu -->
<div id="dropmenu3" class="dropmenudiv" style="width: 150px;">
<a href="http://www.google.com/">Google</a>
<a href="http://www.yahoo.com">Yahoo</a>
<a href="http://www.msn.com">MSN</a>
</div><!--webbot bot="HTMLMarkup" endspan --></td>
</tr>
This is obviously invalid HTML- try removing the entire HTML for the script, and placing it in clean HTML again on the page.
Bookmarks