//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.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:\/\/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:\/\/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("	<OPTION value=http:\/\/www.kaixin001.com>开心网(kaixin001)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/www.douban.com>豆瓣网<\/OPTION>");
document.writeln("	<option value=\"\">-------------------<\/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.sogou.com>@sogou.com(搜狗)<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/login.live.com>@Hotmail.com<\/OPTION>");
document.writeln("	<OPTION value=http:\/\/mail.139.com>@139.com(139邮箱)<\/OPTION>");
document.writeln("<\/SELECT>")
