//Email
document.writeln("<SELECT onchange=window.open(this.options[this.selectedIndex].value) name=select>");
document.writeln("	<option value=\"\" selected>===邮箱快速登陆===<\/option> ");
document.writeln("	<OPTION value=http:\/\/mail.163.com>@163.com(网易)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/www.126.com>@126.com(网易)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.sina.com.cn>@sina.com(新浪)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.sohu.com>@sohu.com(搜狐)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.qq.com>@qq.com(腾讯QQ)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.google.com>@gmail.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.cn.yahoo.com>@yahoo.cn(雅虎)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/cn.mail.yahoo.com>@yahoo.com.cn<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.tom.com>@tom.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.21cn.com>@21cn.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.yeah.net>@yeah.net<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.163.net>@163.net<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.263.net>@263.net<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.eyou.com>@eyou.com(亿邮)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/www.188.com>@188.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/vip.163.com>@@vip.163.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/vip.sina.com.cn>@vip.sina.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/vip.sohu.com>@vip.sohu.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/login.live.com>@msn.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/login.live.com>@hotmail.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.china.com>@china.com(中华)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.139.com>@139.com(139邮箱)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/passport.baidu.com>百度帐号<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/www.tianya.cn>天涯社区<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/alumni.chinaren.com>@ChinaRen校友录<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/www.51.com>51.com 博客<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/www.xiaonei.com>校内网<\/OPTION>");
document.writeln("<\/SELECT>")