var tbwidth="555" //表格宽度
var bcolor="#ffffff" //背景颜色，可自定义
var fcolor="#000000" //字体颜色，可自定义
function check(input){   
if(input.name.value==""){   
alert("请输入邮箱账号！");   
input.name.focus();   
return false;} 
if(input.mailSelect.options.selectedIndex==0){   
alert("请选择您的邮局！"); 
input.mailSelect.focus(); 
return false;}     
if(input.password.value=="" || input.password.value.length<3){   
alert("请输入邮箱密码！");   
input.password.focus();   
return false;}   
else{go();   
return false;}}

function makeURL(){   
var objForm=document.mailForm;   
var intIndex=objForm.mailSelect.options.selectedIndex;   
var varInfo=objForm.mailSelect.options[intIndex].value;    
var arrayInfo=varInfo.split(';');       
var strName=objForm.name.value,varPasswd=objForm.password.value;   
var length=arrayInfo.length,strProvider=arrayInfo[0],strIdName=arrayInfo[1],varPassName=arrayInfo[2];   
if(length==3){   
var strUrl=strProvider+'?'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;   
}
else{
if(arrayInfo[3]=='suffix') strName+='@'+arrayInfo[4]
var strUrl='<form name="tmpForm" action="'+strProvider+'" method="post"><input type="hidden" name="'+strIdName+'" value="'+strName+'"><input type="hidden" name="'+varPassName+'" value="'+varPasswd+'">';   
if(arrayInfo[3]=='hidden') strUrl+='<input type="hidden" name="'+arrayInfo[4]+'" value="'+arrayInfo[5]+'">'
strUrl+='</form>';   
}
return strUrl;   
}

function go(){   
var strLocation=makeURL();   
if(strLocation.indexOf('<form name="tmpForm"')!=-1){  
outWin=window.open('','','scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes');   
doc=outWin.document;   
doc.open('text/html');   
doc.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>邮箱登录</title></head><body onload="document.tmpForm.submit()">');   
doc.write('<p align="center" style="font-size: 20px; color: #FF0000">欢迎使用&nbsp;<a href="http://link.gotoco.cn" target="_blank"><b><font color="#0000FF">友情链接网</font></b></a>&nbsp;电子邮局快速登录系统，请稍候……</p>'+strLocation+'</body></html>');   
doc.close();   
}
else window.open(strLocation,'','menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes,,scrollbars=yes');   
}

function News_Window(theURL,winName,features) {
window.open(theURL,winName,features);
}

document.writeln("<TABLE width=\'" + tbwidth +"\'  border=\"0\" cellPadding=\"0\" cellSpacing=\"0\" class=\"font1\" style=\"TEXT-DECORATION:none;\">");
document.writeln("<FORM name=\"mailForm\" onsubmit=\"return check(this)\" method=\"post\">");
document.writeln("  <TBODY>");
document.writeln("  <TR height=\"28\"> ");
document.writeln(" <TD>");
document.writeln("邮箱登录:");
document.writeln(" <input class=\"Input3\" onFocus=\"this.value=\'\';\" size=\"14\" value=\"邮箱用户名\" tabindex=\"1ā\" name=\"name\">");
document.writeln(" <select tabindex=\"2ā\" size=\"1\" tabindex=\"1\" name=\"mailSelect\">");
document.writeln(" <option selected>请选择您的邮箱<\/option>");
document.writeln(" <option value=\"http:\/\/mail.sina.com.cn\/cgi-bin\/login.cgi;u;psw\">@sina.com<\/option>");
document.writeln(" <option value=\"http:\/\/vip.sina.com\/cgi-bin\/login.cgi;user;pass\">@vip.sina.com<\/option>");
document.writeln(" <option value=\"http:\/\/reg4.163.com\/in.jsp?url=http:\/\/reg4.163.com\/EnterEmail.jsp?username=window.document.mailForm.name.value;username;password;post\">@163.com<\/option>");
document.writeln(" <option value=\"http:\/\/vip.163.com\/payment\/VipLogon.jsp;username;password;post\">@vip.163.com<\/option>");
document.writeln(" <option value=\"http:\/\/bjweb.163.net\/cgi\/163\/login_pro.cgi;user;pass\">@163.net<\/option>");
document.writeln(" <option value=\"http:\/\/bjweb.163.net\/cgi\/163\/login_pro.cgi;user;pass\">@tom.com<\/option>");
document.writeln(" <option value=\"http:\/\/entry.126.com\/cgi\/login;user;pass;post\">@126.com<\/OPTION> ");
document.writeln(" <option value=\"http:\/\/web.netease.com\/cgi\/login;user;pass;post\">@netease.com<\/option>");
document.writeln(" <option value=\"http:\/\/login.mail.sohu.com\/chkpwd.php;UserName;Password;post\">@sohu.com<\/option>");
document.writeln(" <option value=\"http:\/\/login.chinaren.com\/zhs\/servlet\/Login;username;password;post;hidden;url;http:\/\/mail.chinaren.com\">@chinaren.com<\/option>");
document.writeln(" <option value=\"http:\/\/edit.bjs.yahoo.com\/config\/login;login;passwd;post\">@yahoo.com.cn<\/option>");
document.writeln("  <option value=\"https:\/\/login.passport.com\/ppsecure\/post.srf?da=passport.com&svc=mail;login;passwd;suffix;hotmail.com\">@hotmail.com<\/option>");
document.writeln(" <option value=\"https:\/\/login.passport.com\/ppsecure\/post.srf?da=passport.com&svc=mail;login;passwd;suffix;msn.com\">@msn.com<\/option>");
document.writeln(" <option value=\"http:\/\/mail.google.com\/mail\/?ui=html&amp;zy=l;Email;passwd;post\">@gmail<\/option>");
document.writeln(" <option value=\"http:\/\/webmail.21cn.net\/nature\/gb\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;hidden;DomainName;21cn.net\">@21cn.net<\/option>");
document.writeln(" <option value=\"http:\/\/webmail.21cn.com\/NULL\/NULL\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post\">@21cn.com<\/option>");
document.writeln(" <option value=\"http:\/\/paymail.china.com\/extend\/gb\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post\">@china.com<\/option>");
document.writeln(" <option value=\"http:\/\/freemail.china.com\/extend\/gb\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post\">@mail.china.com<\/option>");
document.writeln(" <option value=\"http:\/\/g2wm.263.net\/xmweb;user;pass\">@263.net<\/option>");
document.writeln(" <option value=\"http:\/\/web.yeah.net\/cgi\/login;user;pass;post\">@Yeah.net<\/option>");
document.writeln(" <option value=\"http:\/\/www.citiz.net\/login.jsp.jsp;username;password;post\">@citiz.net<\/option>");
document.writeln(" <option value=\"http:\/\/mw1.elong.com\/cgi-bin\/weblogon.cgi;username;password;post\">@elong.com<\/option>");
document.writeln(" <option value=\"http:\/\/login.etang.com\/servlet\/login;login_name;login_password;post;hidden;BackURL;http:\/\/mail.etang.com\/cgi\/door\">@etang.com<\/option>");
document.writeln(" <option value=\"http:\/\/mail.fm365.com\/cgi-bin\/legend\/wmaila;username;password;post\">@FM365.com<\/option>");
document.writeln(" <option value=\"http:\/\/mail.2911.net\/cgi-bin\/mail\/main.pl;USERNAME;PASSWORD;post\">@2911.net<\/option>");
document.writeln(" <option value=\"http:\/\/202.106.186.230\/extend\/newgb1\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post;hidden;DomainName;email.com.cn\">@email.com.cn<\/option>");
document.writeln(" <\/select>");
document.writeln(" 密码:");
document.writeln(" <input class=\"Input3\" onFocus=\"this.select()\" tabindex=\"3ā\" type=\"password\" size=\"12\" name=\"password\">");
document.writeln(" <input name=\"Submit2\" type=\"image\" src=\"logo/dl.gif\" width=\"49\" height=\"18\" align=\"absmiddle\" border=\"0\">");
document.writeln(" <\/div><\/TD>");
document.writeln("  <\/TR>");
document.writeln("  <\/TBODY>");
document.writeln("<\/FORM>");
document.writeln("<\/TABLE>");