document.writeln("
"); document.writeln("
"); document.writeln("
欢迎光临!"); var isadmin=''; var isagent=''; if (isadmin=='Y'){ document.write(' 管理级别:'); }else if (isagent=='Y'){ document.write(' '); }else{ document.write(' '); } 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(" "); document.writeln(" "); document.writeln("
\'登陆会员\'\'免费注册会员\'\'用支付宝登陆\'\'用QQ登陆\'\'新用户注册\'\'找回密码\'忘记密码
"); document.writeln("
"); document.writeln("
"); var login_success=document.getElementById("login_success"); var login_no=document.getElementById("login_no"); var username=''; if (username.length>0 ) { login_success.style.display = "block"; login_no.style.display = "none"; } else { login_success.style.display = "none"; login_no.style.display = "block"; }