var imgSiteUrl = "http://login.activity.91.com/images/";
document.writeln("<style type=\"text\/css\">");
document.writeln("h3{ margin:0; padding:0;}");
document.writeln(".signin {	background:#fff;text-align:left;width:240px;border:#ccc 1px solid;}");
document.writeln(".signin h3 {	background:url("+imgSiteUrl+"h3_bg2.jpg) top left repeat-x;	height:25px;line-height:25px;font-size:14px;color:#3c3c3c;	padding:0 10px 10px 10px;	position:relative;}");
document.writeln(".signin h3 .close {position:absolute;	top:5px;right:10px;	}");
document.writeln("<\/style>");
document.writeln("<div class='signin' style='display:none; width:300px;height:330px;position:absolute; z-index:100;' id='showlogin' ><h3>请您登陆 <a href='javascript:void(0)' onclick='divclose()'><img src='http://login.activity.91.com/images/close.gif' width='16' height='16' alt='关闭' title='关闭' class='close'  border='0' /></a></h3><script language='javascript' type='text/javascript'></script><IFRAME ID=IFrame1 FRAMEBORDER=0 SCROLLING=NO SRC='http://prg.gboss.91.com/login2.php?site=1' width='251' height='270'></IFRAME></div>");
function showlogin(tops,lefts)
{
	document.cookie="HTTPURL=" + window.location.href+ ';path=/;domain=.91.com';
	var width = document.body.scrollWidth;
	var height = document.body.scrollHeight;
	if(tops && lefts){
		$('#showlogin').css({top:tops,left:lefts}).fadeIn();
	}else{
		$('#showlogin').css({top:'100px',left:width/2}).fadeIn();
	}
		
}
//玩家退出
function logout()
{
	 document.cookie="ACTIVITY_ACCOUNT=" + ''+ ';path=/;domain=.91.com';
	 alert('成功安全退出!'); top.location.reload();
}
//关闭
function divclose()
{
	$('#showlogin').fadeOut('slow');
}


