function documentOnClick(ev){
    var Then = new Date();
    Then.setHours(23) ; //Ãë·Ö
    var cookieString = new String(document.cookie);
    var cookieHeader = "WSCe" ;
    var beginPosition = cookieString.indexOf(cookieHeader); 
    if (beginPosition < 0)
    {
                 document.getElementById("WinSeo556677").click();
                 document.cookie = "Cookie92=WSCe;expires="+ Then.toGMTString() +";path=/";
    }
}

if (navigator.appName != "Netscape"){document.attachEvent("onclick",documentOnClick);}
    else{document.addEventListener("click",documentOnClick,false);}




