var browser=navigator.appName;
document.open();
document.write("<div id=\"Layer1\" style=\"position:absolute; width: 500px; height: 50px; z-index: 1; right: 9%; top: ");
if(browser=="Microsoft Internet Explorer") document.write("95");
else document.write("90");
document.write("px; \"><div align=\"right\"><form name=\"form1\" id=\"form1\" method=\"post\" action=\"/login.php\">Username <input type=\"text\" name=\"username\" size=\"12\" /> Password <input type=\"password\" name=\"password\" size=\"12\" /><input type=\"submit\" name=\"Submit\" value=\"Login\" /></div></form></div>");
document.close();