var wh;
var hh;
wh=document.body.clientWidth;
hh=document.body.clientHeight;
document.write("<div id=\"Layer1\" style=\"position:absolute; width:110px; height:30px; z-index:3; left: ");
document.write(wh/2-300);
document.write("px; top: ");
document.write(20);
document.write("px\">");
document.write("<table width=\"600\" height=\"50\" cellpadding=\"5\" bordercolor=\"#CC00CC\" border=\"0\">");
document.write("<tr bordercolor=\"#CC00CC\"><td bordercolor=\"#CC00CC\">");
document.write("<i><font size=6 color=red><marquee>");
document.write("");
document.write("</marquee></font></i>"); document.write("</td></tr></table>");
document.write("</div>");
