﻿function clickMail(){var a=document.gomail,d=a.domains,b=a.uName,c=a.uPw;if(d.value==""){alert("请选择邮箱");d.focus();return false}if(b.value==""){alert("用户名不能为空");b.focus();return false}if(c.value==""){alert("密码不能为空");c.focus();return false}switch(d.value){case "163":a.action="http://reg.163.com/CheckUser.jsp";a.url.value="http://fm163.163.com/coremail/fcg/ntesdoor2?lightweight=1&verifycookie=1&language=-1&style=15";a.username.value=b.value;a.password.value=c.value;a.enterVip.value="";break;case "126":a.action="http://entry.126.com/cgi/login";a.domain.value="126.com";a.user.value=b.value;a.pass.value=c.value;break;case "yeah":a.action="http://entry.yeah.net/cgi/login";a.domain.value="yeah.net";a.user.value=b.value;a.pass.value=c.value;break;case "188":a.action="http://reg.mail.188.com/servlet/coremail/login?language=0&style=1";a.user.value=b.value;a.pass.value=c.value;break;case "sohu":a.action="http://passport.sohu.com/login.jsp";a.url.value="";a.UserName.value=b.value;a.Password.value=c.value;a.id.value=b.value;a.username.value=b.value;a.password.value=c.value;a.m.value=b.value;a.passwd.value=c.value;a.mpass.value=c.value;a.loginid.value=b.value+"@sohu.com";a.fl.value="1";a.vr.value="1|1";a.appid.value="1000";a.ru.value="http://login.mail.sohu.com/servlet/LoginServlet";a.eru.value="http://login.mail.sohu.com/login.jsp";a.ct.value="1173080990";a.sg.value="5082635c77272088ae7241ccdf7cf062";break;case "yahoo":a.action="https://edit.bjs.yahoo.com/config/login";a.login.value=b.value;a.passwd.value=c.value;break;case "yahoocn":a.action="https://edit.bjs.yahoo.com/config/login";a.login.value=b.value+"@yahoo.cn";a.passwd.value=c.value;break;case "tom":a.action="http://bjweb.163.net/cgi/163/login_pro.cgi";a.user.value=b.value;a.pass.value=c.value;break;case "21cn":a.action="http://passport.21cn.com/maillogin.jsp";a.LoginName.value=b.value;a.passwd.value=c.value;a.domainname.value="21cn.com";a.UserName.value=b.value+"@21cn.com";break;case "sina":a.action="http://mail.sina.com.cn/cgi-bin/login.cgi";a.u.value=b.value;a.psw.value=c.value;break;case "gmail":a.action="https://www.google.com/accounts/ServiceLoginAuth";a.Email.value=b.value;a.Passwd.value=c.value;break;case "chinaren":a.action="http://passport.sohu.com/login.jsp";a.loginid.value=b.value+"@chinaren.com";a.passwd.value=c.value;a.fl.value="1";a.vr.value="1|1";a.appid.value="1005";a.ru.value="http://profile.chinaren.com/urs/setcookie.jsp?burl=http://alumni.chinaren.com/";a.ct.value="1174378209";a.sg.value="84ff7b2e1d8f3dc46c6d17bb83fe72bd";break;case "tianya":a.action="http://www.tianya.cn/user/loginsubmit.asp";a.vwriter.value=b.value;a.vpassword.value=c.value;break;case "baidu":a.action="http://passport.baidu.com/?login";a.username.value=b.value;a.password.value=c.value;break;case "xiaonei":a.action="http://login.renren.com/Login.do";a.email.value=b.value;a.password.value=c.value;break;case "51com":a.action="http://passport.51.com/login.5p";a.passport_51_user.value=b.value;a.passport_51_password.value=c.value;a.gourl.value="http%3A%2F%2Fmy.51.com%2Fwebim%2Findex.php"}c.value="";return true}