var IGG_URL = "http://www.igg.com"; var iggglobal = "http://www.igg.com/iggglobal/"; document.write("\ \ \ \
\
\"igg\"
\
\
           EST Time (GMT-5)
\
\
"); document.write("Login | Register");document.write(" | Forum"); document.write(" | Service"); document.write(" | Free Online Games (11)
\
\ \ "); var useragent = window.navigator.userAgent.toLowerCase(); var isIE6 = useragent.indexOf('msie 6')>0; //登录框的相关开代码 -- begin -- function ShowLoginZone(){ document.getElementById('iggLoginPannelBg').style.display="block"; document.getElementById('iggLoginPannel').style.display="block"; } function CloseLoginZone(){ document.getElementById('iggLoginPannelBg').style.display="none"; document.getElementById('iggLoginPannel').style.display="none"; } function onScrollEvent(){ if (!document.all){//判断是不是IE,是IE不用运行这句 document.getElementById('igg_login_newbg').style.top = document.documentElement.scrollTop+'px'; } document.getElementById('igg_login_WriteMsg').style.top = (100+document.documentElement.scrollTop)+'px'; } function checkLoginForm(f){ if (f.M_Name.value == ''){ alert('The user name should only be letters, numbers or underline.'); f.M_Name.focus(); return false; } if (f.M_Pass.value == ''){ alert('Password should be between 1-20 characters or numbers, case sensitive.'); f.M_Pass.focus(); return false; } return true; } //隐藏或显示所有的select对像 function dealLoginSelect(hidden){ var selts = document.getElementsByTagName("SELECT"); if (hidden){ //全隐藏 for (var i=0; i < selts.length; i++){ selts[i].style.display = 'none'; } }else{ for (var i=0; i < selts.length; i++){ selts[i].style.display = ''; } } } function dosubmit(){ var ua=navigator.userAgent.toLowerCase(); var IEVer= /msie/.test(ua)?parseFloat(ua.match(/msie ([\d.]+)/)[1]):false; if(IEVer==8){ if(window.event.keyCode == 13){ document.getElementById('loginform').submit(); } } } document.writeln(""); document.writeln("
"); document.writeln("
"); document.writeln("Close"); document.writeln("
"); document.writeln("
Login with:
"); document.writeln("
Facebook
"); document.writeln("
Yahoo
"); document.writeln("
MSN
"); document.writeln("
Google
"); document.writeln("
Twitter
"); document.writeln("
LinkedIn
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("

Already have an IGG Account?    Link accounts demo

"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln(""); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
");