This doesnt popup unless you have MS Studio installed, but i get the following screen (attached) after i post/edit/pm in any thread anywhere in the forum. Debug says the problem is here: Code: <body bgcolor="#2E508A" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020"onload="dynAnimation()" language="Javascript1.2"> It appears to be the dynanimation call
alink="#000020"onload="dynAnimation()" BINGO! i copy paste it in frontpage, and the ONLOAD is not colored, it should be: alink="#000020" onload="dynAnimation()" with the space i hope im correct