Out of curiosity, are those that are having troubles using
AME?
When viewing the source for the vbspell popup, I see this:
Code:
<script type="text/javascript" src="http://www.mysite.com/vbspell.js"></script>
<script type="text/javascript">
<script type=\"text/javascript\">ame_toggle_view({other : 'true',post : 'true',blog : 'true',group : 'true',vm : 'true',sig : 'true'});</script>var mispstr = "My Search String";
var misps = Array();;
</script>
It looks like the AME script is being inserted in the middle of the vBSpell script.
I may look at the plugins and see if I can figure it out.