document.write("");
document.domain = "hexun.com";
var popup_setInterval;
var hexunMember_loginSetup_signUpGoURL;
hexunMember_loginSetup_signUpGoURL="";
if(hexunMember_loginSetup_referrer.length < 2)
{
hexunMember_loginSetup_referrer="";
}
function hexunMember_gotoURL(backurl)
{
window.parent.location.href=backurl;
}
function hexunMember_hexunUserLogin()
{
if(hexunMember_loginSetup_islogined_isDisplay==true)
{
var hexunMember_loginSetup_Put_HTML="";
hexunMember_loginSetup_Put_HTML="
";
hexunMember_loginSetup_Put_HTML+="
"+hexunMember_loginSetup_noLoginDisplayMsg+"";
hexunMember_loginSetup_Put_HTML+="
";
hexunMember_loginSetup_Put_HTML+="登录";
hexunMember_loginSetup_Put_HTML+="";
hexunMember_loginSetup_Put_HTML+="
"+hexunMember_loginSetup_noLoginDisplayFlag+"";
hexunMember_loginSetup_Put_HTML+="
";
hexunMember_loginSetup_Put_HTML+="注册";
hexunMember_loginSetup_Put_HTML+="";
hexunMember_loginSetup_Put_HTML+="
"
if(hexunMember_loginSetup_MastLogin!=0)
{
popup('登录','https://reg.hexun.com/OtherInterFace/IFR_userLoginDialog_01.aspx?gourl=','180');
return;
}
else
{
document.getElementById("hexunMember_liveDisplay").innerHTML=hexunMember_loginSetup_Put_HTML;
document.getElementById("loginBef").style.display = "block";
document.getElementById("loginAfter").innerHTML = "";
document.getElementById("loginAfter").style.display = "none";
return;
}
}
}
if(hexunMember_loginSetup_MastLogin!=0)
{
popup_setInterval=setInterval('hexunMember_hexunUserLogin()',hexunMember_loginSetup_MastLogin*1000);
}
hexunMember_hexunUserLogin();
function showhidBox(obj,objCon){
var oTit=getById(obj);
var oCon=getById(objCon);
var timer;
if(null != oTit && oTit != 'undefined' && null != oCon && oCon != 'undefined' ){
oTit.onmouseover=function(){
clearTimeout(timer);
oTit.className="dropTit_on";
oCon.style.display="block";
};
oTit.onmouseout=function(){
timer=setTimeout(function(){
oCon.style.display="none";
oTit.className="dropTit";
},200);
};
oCon.onmouseover=function(){
clearTimeout(timer);
oTit.className="dropTit_on";
};
oCon.onmouseout=function(){
timer=setTimeout(function(){
oCon.style.display="none";
oTit.className="dropTit";
},200);
};
}
}
function getById(id){
return document.getElementById(id);
}
showhidBox('dropTit','dropCon');