function login_over()
{
  document.getElementById('LOGIN_OVER_CONTAINER').style.display = "inline";
  document.getElementById('Username').focus();
}
function login_over_close()
{
  document.getElementById('LOGIN_OVER_CONTAINER').style.display = "none";
}
var text = '<style type="text/css"><!-- #LOGIN_OVER_CONTAINER{display:none;position:absolute;left:-44px;top:-104px;height:100px;width:240px;} #LOGIN_OVER{height:100px;width:240px;border:2px solid #333;background-color:#fff;z-index:99;position:relative;} #LOGIN_OVER #TEXT { font-family: Arial, Helvetica; font-size: 14px; font-weight:bold; color:#000; height:90px; width:200px; position:absolute; left:2px;top:2px; padding:2px;} #LOGIN_OVER_FORGOT{width:50%;position:absolute;left:4px;bottom:0px;text-align:left;padding-right:2px;} #LOGIN_OVER_CLOSE{width:60px;position:absolute;left:185px;bottom:0px;text-align:right;padding-right:2px;} --> </style>'+
'<div id="LOGIN_OVER_CONTAINER" style="display:none";><div id="LOGIN_OVER">'+
'<div id="TEXT"><form action="http://members.vicecityporn.com/process/process_login.jsp" method="POST" style="padding:0px;margin:0px;"><table cellpadding="1" cellspacing="2"><tr><td colspan="2"><b>LOGIN</b></td></tr><tr><td align="right">username:</td><td> <input id="Username" name="Username" type="text" /></td></tr>'+
'<tr><td align="right">password:</td><td> <input id="Password" name="Password" type="password" /></td></tr><tr><td>&nbsp;</td><td><input type="submit" value="LOGIN" style="font-size:11px;" /></td></tr></table></form></div>'+
'<div id="LOGIN_OVER_FORGOT"><a onclick="javascript:window.location=\'http://members.vicecityporn.com\'" style="cursor:pointer;font-weight:normal">Forgot / Help ???</a>&nbsp; </div>'+
'<div id="LOGIN_OVER_CLOSE"><a onclick="login_over_close()" style="cursor:pointer;font-weight:bold">CLOSE X </a>&nbsp; </div></div></div>';

document.write(text);
