var logged = false;
var reUrl =window.location.href;
var userName = '';
	var mopMail = '';
	var mp = '';
	var mm = '';
	var stats = '';
	var luck = '';
	var strIp = '';
	var loginTimes = '';
	
if(checkCookie()) {
	logged = true;
	
	status = status.replace('?','O').replace('?','O').replace('?','O');
	try{
	var stat = status.split("|");
		userName = stat[0];
		mopMail = stat[1];
		mp = stat[2];
		mm = stat[3];
		stats = stat[4];
		luck = stat[5];
		strIp = stat[6];
		loginTimes = stat[7];
	}catch(e){
	}
	
	
	var id = getMopidFromCookie();
	document.writeln("<script type=\"text\/javascript\" charset='utf-8' src=\"http:\/\/share.hi.mop.com\/app\/hiuserinfo.jsp?id="+id+"\"><\/script>");
}

if(!logged && checkAutoCookie()){
	//window.top.location='http://passport.mop.com/AutoLogin?url=http://tt.mop.com/';
	if(reUrl.indexOf("http://tt.mop.com/club/index.html")>-1){
		reUrl ="http://tt.mop.com";
	}
	window.top.location='http://passport.mop.com/AutoLogin?url=' +reUrl;
} 