document.writeln("<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">");
document.writeln("<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">");
document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>");
document.writeln("<title>网上营业厅登录<\/title>");
document.writeln("<style type=\"text\/css\">");
document.writeln(" <!--");
document.writeln(" .link{");
document.writeln("	position:relative;");
document.writeln("	width:100px;");
document.writeln("}");
document.writeln("#box{");
document.writeln("	display:none;");
document.writeln("	width:282px;");
document.writeln("	height:123px;");
document.writeln("	border:1px solid #a3cddd;");
document.writeln("	padding-top:2px;");
document.writeln("	padding-left:25px;");
document.writeln("	padding-right:5px;");
document.writeln("	padding-bottom:5px;");
document.writeln("	line-height:175%;");
document.writeln("	position:absolute;");
document.writeln("	background-color:#e2f4fe;");
document.writeln("	font-family:Arial, Helvetica, sans-serif;");
document.writeln("	font-size:12px;");
document.writeln("	color:#0066CC;");
document.writeln("	background-image:url(\/v2009\/images\/ar.gif);");
document.writeln("	background-repeat:no-repeat;");
document.writeln("}");
document.writeln("#box1{");
document.writeln("	display:none;");
document.writeln("	width:282px;");
document.writeln("	height:185px;");
document.writeln("	border:1px solid #a3cddd;");
document.writeln("	padding-top:2px;");
document.writeln("	padding-left:25px;");
document.writeln("	padding-right:5px;");
document.writeln("	padding-bottom:5px;");
document.writeln("	line-height:175%;");
document.writeln("	position:absolute;");
document.writeln("	background-color:#e2f4fe;");
document.writeln("	font-family:Arial, Helvetica, sans-serif;");
document.writeln("	font-size:12px;");
document.writeln("	color:#0066CC;");
document.writeln("	background-image:url(\/v2009\/images\/ar.gif);");
document.writeln("	background-repeat:no-repeat;");
document.writeln("}");
document.writeln("\/*verifyCode*\/");
document.writeln(" .verifyCode {");
document.writeln("	position:absolute;");
document.writeln("	width:130px;");
document.writeln("	height:90px;");
document.writeln("	border:1px #07aaff solid;");
document.writeln("	background:#e2f5ff;");
document.writeln("	z-index:999;");
document.writeln("	display:none;");
document.writeln("}");
document.writeln(" .verifyCode .verifyCode_tip {");
document.writeln("	text-align:center;");
document.writeln("	background:#eef5ff;");
document.writeln("	width:130px;");
document.writeln("	height:40px;");
document.writeln("	line-height:20px;");
document.writeln("}");
document.writeln(" .verifyCode .verifyCode_tip img {");
document.writeln("	width:130px;");
document.writeln("	height:50px;");
document.writeln("}");
document.writeln(" -->");
document.writeln(" <\/style>");
document.writeln("");
document.writeln("<script type=\"text\/javascript\" language=\"javascript\" >");
document.writeln(" <!--");
document.writeln(" \/\/document.domain = \"service.sh.10086.cn\";");
document.writeln(" var lastGetVerifyCodeTime;");
document.writeln("  var lastGetVerifyCodeTime1;");
document.writeln("function isRightValue(){");
document.writeln("  if(!checkMobileNo(document.getElementById(\"phoneid\").value)){");
document.writeln("     document.getElementById(\"phoneid\").focus();");
document.writeln("     return false;");
document.writeln("  }");
document.writeln("     return true;");
document.writeln("}");
document.writeln("function  receiveNewPassWord(){");
document.writeln("  if(isRightValue()){");
document.writeln("  document.getElementById(\"form1\").action = \"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/jspNew\/receivePassword.do\";");
document.writeln("  document.getElementById(\"form1\").submit();");
document.writeln("  }	");
document.writeln("}");
document.writeln("$(function(){ ");
document.writeln(" $(\'#vcimg1\').ready(function(){ ");
document.writeln(" lastGetVerifyCodeTime1 = new Date().getTime(); ");
document.writeln("		})");
document.writeln("})");
document.writeln("function display(){");
document.writeln("  var offset=$(\"#servicepw\").offset();");
document.writeln("  var tempTop=offset.top + 20;");
document.writeln("  var tempLeft=offset.left -380;");
document.writeln("  $(\'#box\').css({\"left\":tempLeft+\"px\", \"top\":tempTop+\"px\"});");
document.writeln("   $(\'#box\').show();");
document.writeln("  validFlg1=0;");
document.writeln("  }");
document.writeln("function disappear(){");
document.writeln("    $(\'#box\').hide();");
document.writeln("  }");
document.writeln("function display1(){");
document.writeln("  var offset=$(\"#servicepw2\").offset();");
document.writeln("  var tempTop=offset.top - 100;");
document.writeln("  var tempLeft=offset.left -420;");
document.writeln("  $(\'#box1\').css({\"left\":tempLeft+\"px\", \"top\":tempTop+\"px\"});");
document.writeln("   $(\'#box1\').show();  ");
document.writeln("  validFlg=0;");
document.writeln("  }");
document.writeln("function disappear1(){");
document.writeln("   $(\'#box1\').hide();");
document.writeln("  }");
document.writeln("  setInterval(\"validateInput()\", 500);	");
document.writeln("   setInterval(\"validateInput1()\", 500);	");
document.writeln("  var validFlg = 0;");
document.writeln("  var clickCount = 0;");
document.writeln("  function validateInput(){");
document.writeln("  	if(validFlg == 1){");
document.writeln("  		showVerifyCodeDiv();");
document.writeln("  	}else{");
document.writeln("  		if(clickCount > 0){");
document.writeln("  			clickCount = 0;");
document.writeln("  		}else{");
document.writeln("  			hideVerifyCodeDiv();");
document.writeln("  		}");
document.writeln("  	}");
document.writeln(" }");
document.writeln("   function showVerifyCodeDiv(){");
document.writeln("  var offset=$(\".land_main\").offset();");
document.writeln("  var tempTop=offset.top + 142;");
document.writeln("  var tempLeft=offset.left -54;");
document.writeln("  if($.browser.mozilla){");
document.writeln("   tempTop += 4;");
document.writeln("  }");
document.writeln("  if($.browser.msie){");
document.writeln("	  tempTop += 9;");
document.writeln("	  }");
document.writeln("  $(\"#verifyCodeDiv\").css({\"left\":tempLeft+\"px\", \"top\":tempTop+\"px\"});");
document.writeln("  $(\"#verifyCodeDiv\").show();");
document.writeln(" }");
document.writeln(" function hideVerifyCodeDiv(){");
document.writeln("  $(\"#verifyCodeDiv\").hide();");
document.writeln("}");
document.writeln("");
document.writeln("\/\/更换图片验证码");
document.writeln("function changeVerifyCode(objName)");
document.writeln("{");
document.writeln("    if(objName == null || objName == \'\')");
document.writeln("    	objName = \"vcimg\";");
document.writeln("    lastGetVerifyCodeTime = new Date().getTime();");
document.writeln("    vcimgUrl = \"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/jsp\/busicore\/imageCode.do?second=\" + Math.round(Math.random()*60)");
document.writeln("    $(\"#\"+objName).show();");
document.writeln("    $(\"#\"+objName).attr(\"src\", vcimgUrl);");
document.writeln("}");
document.writeln("\/\/点击验证码输入框显示图片验证码");
document.writeln("function getVerifyCode(){");
document.writeln(" 	var currentTime = new Date().getTime();");
document.writeln("    if (lastGetVerifyCodeTime == null || currentTime - lastGetVerifyCodeTime > 1000 * 60 * 5) ");
document.writeln("    {");
document.writeln("		changeVerifyCode();");
document.writeln("		$(\"#vcimg\").show();");
document.writeln("	}	");
document.writeln("} ");
document.writeln("");
document.writeln(" var validFlg1 = 0;");
document.writeln("  var clickCount1 = 0;");
document.writeln("  function validateInput1(){");
document.writeln("  	if(validFlg1 == 1){");
document.writeln("  		showVerifyCodeDiv1();");
document.writeln("  	}else{");
document.writeln("  		if(clickCount1 > 0){");
document.writeln("  			clickCount1 = 0;");
document.writeln("  		}else{");
document.writeln("  			hideVerifyCodeDiv1();");
document.writeln("  		}");
document.writeln("  	}");
document.writeln(" }");
document.writeln("   function showVerifyCodeDiv1(){");
document.writeln("  var offset=$(\".land_main\").offset();");
document.writeln("  var tempTop=offset.top + 142;");
document.writeln("  var tempLeft=offset.left -54;");
document.writeln("  if($.browser.mozilla){");
document.writeln("   tempTop += 4;");
document.writeln("  }");
document.writeln("  if($.browser.msie){");
document.writeln("	  tempTop += 9;");
document.writeln("	  }");
document.writeln("  $(\"#verifyCodeDiv1\").css({\"left\":tempLeft+\"px\", \"top\":tempTop+\"px\"});");
document.writeln("  $(\"#verifyCodeDiv1\").show();");
document.writeln(" }");
document.writeln(" function hideVerifyCodeDiv1(){");
document.writeln("  $(\"#verifyCodeDiv1\").hide();");
document.writeln("}");
document.writeln("");
document.writeln("\/\/更换图片验证码");
document.writeln("function changeVerifyCode1(objName)");
document.writeln("{");
document.writeln("    if(objName == null || objName == \'\')");
document.writeln("    	objName = \"vcimg1\";");
document.writeln("    lastGetVerifyCodeTime1 = new Date().getTime();");
document.writeln("    vcimgUrl = \"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/jsp\/busicore\/imageCode.do?second=\" + Math.round(Math.random()*60);");
document.writeln("    $(\"#\"+objName).show();");
document.writeln("    $(\"#\"+objName).attr(\"src\", vcimgUrl);");
document.writeln("}");
document.writeln("\/\/点击验证码输入框显示图片验证码");
document.writeln("function getVerifyCode1(){");
document.writeln(" 	var currentTime = new Date().getTime();");
document.writeln("    if (lastGetVerifyCodeTime1 == null || currentTime - lastGetVerifyCodeTime1 > 1000 * 60 * 5) ");
document.writeln("    {");
document.writeln("		changeVerifyCode1();");
document.writeln("		$(\"#vcimg1\").show();");
document.writeln("	}	");
document.writeln("} ");
document.writeln("\/\/动态密码提交");
document.writeln("var xmlHttp;         ");
document.writeln("function createXMLHttp(){     ");
document.writeln("    if(window.XMLHttpRequest){     ");
document.writeln("        xmlHttp = new XMLHttpRequest();             ");
document.writeln("    }     ");
document.writeln("    else if(window.ActiveXObject){     ");
document.writeln("        xmlHttp = new ActiveXObject(\"Microsoft.XMLHTTP\");     ");
document.writeln("    }     ");
document.writeln("}     ");
document.writeln("function startRequest(doUrl){     ");
document.writeln("    createXMLHttp();     ");
document.writeln("    xmlHttp.open(\"GET\", doUrl, false);      ");
document.writeln("    xmlHttp.send(null);");
document.writeln("	return true;");
document.writeln("}");
document.writeln("function validatorLogon2(){");
document.writeln("	var phoneid = document.getElementById(\"phoneid2\");");
document.writeln("  if(!checkMobileNo(phoneid.value)){");
document.writeln("	  phoneid.focus();");
document.writeln("     return false;");
document.writeln("  }");
document.writeln("  ");
document.writeln("	var servicepw = document.getElementById(\"servicepw2\");");
document.writeln(" if(!checkPassword(servicepw.value)){");
document.writeln("	 servicepw.focus();");
document.writeln("     return false;");
document.writeln("  }");
document.writeln("  return true;");
document.writeln("	}");
document.writeln("	\/\/ 服务密码登陆提交表单");
document.writeln("function subForm(){");
document.writeln("	if(!validatorLogon()){");
document.writeln("		  return false;");
document.writeln("		}else {");
document.writeln("			document.form1.submit();");
document.writeln("		}");
document.writeln("	");
document.writeln("	}");
document.writeln("	");
document.writeln("	\/\/ 获取动态密码时检查手机号");
document.writeln("function setMobileNo(){");
document.writeln("	var phone = document.getElementById(\"phoneid2\");");
document.writeln("	if(!checkMobileNo(phone.value)){");
document.writeln("			phone.focus();");
document.writeln("			return false;");
document.writeln("		}");
document.writeln("	var $code = $(\'#validatecode\');");
document.writeln("	if($code.val() == \"\" || $code.val()== \"请点击\"){");
document.writeln("		alert(\"请输入验证码\");");
document.writeln("		$code.focus();");
document.writeln("		return false;");
document.writeln("		}");
document.writeln("		return true;");
document.writeln("	} ");
document.writeln("\/\/获取动态密码");
document.writeln("var secs = 10;");
document.writeln("function update(objId, imgSrc, num) {");
document.writeln("if(num == secs) {");
document.writeln("document.getElementById(objId).disabled = false;");
document.writeln("document.getElementById(objId).src = imgSrc.replace(\"jpg\", \"gif\");");
document.writeln("}");
document.writeln("}");
document.writeln("var sendCount =1;");
document.writeln("function getSmsCode(objId) {");
document.writeln("var obj = document.getElementById(objId);");
document.writeln("var imgSrc =\"\/v2009\/images\/get_pic.jpg\";");
document.writeln("if(!obj.disabled && setMobileNo()) {");
document.writeln("var url = \"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/jsp\/busicore\/sendRandomBySmsAction.do?source=sh&authLevel=1&mobileno=\" + document.logonForm.mobileNo.value + \"&sn=\" + (new Date().getHours())+\"\"+(new Date().getMinutes())+\"\"+(new Date().getSeconds())+\"\"+(new Date().getMilliseconds());");
document.writeln("if(sendCount <=5){");
document.writeln("if(jQuery.browser.msie){");
document.writeln("document.getElementById(\"iframeProxy\").contentWindow.document.getElementById(\"postForm\").action = url;");
document.writeln("document.getElementById(\"iframeProxy\").contentWindow.document.getElementById(\"postForm\").submit();");
document.writeln("}else{");
document.writeln("window.setTimeout(\"startRequest(\'\" + url  + \"\')\",100);");
document.writeln("}");
document.writeln("obj.disabled = true;");
document.writeln("obj.src = \"\/v2009\/images\/get_pic.jpg\";");
document.writeln("alert(\"动态密码已经成功发送到指定的手机号码，请注意查收！如未收到请稍后重试。\");");
document.writeln("sendCount += 1;");
document.writeln("$(\'#validatecode\').val(\"\");");
document.writeln("for(i = 1; i <= 10; i++) {");
document.writeln("window.setTimeout(\"update(\'\" + objId + \"\', \'\" + imgSrc + \"\', \" + i + \")\", i * 1000);");
document.writeln("}");
document.writeln("document.getElementById(\"iframeProxy\").src = \"\/ifra.html\";");
document.writeln("	}else{");
document.writeln("	obj.disabled = true;");
document.writeln("	obj.src = \"\/v2009\/images\/get_pic.jpg\";");
document.writeln("	alert(\"您24小时内已经发了5次短信动态密码到您的手机，为了防止短信对您的骚扰，系统不再下发，请稍后重试\");");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln(" -->");
document.writeln("<\/script>");
document.writeln("<\/head>");
document.writeln("<body >");
document.writeln("<div class=\"land_main\">");
document.writeln(" <div class=\"land_top\">");
document.writeln(" <div><font class=\"te1\"><img height=\"11\" src=\"\/v2009\/images\/denglu.gif\" width=\"92\" style=\"margin-top:6px\"><\/font>");
document.writeln(" <select name=\"select\" id=\"select\" class=\"inp1\" onChange=\"show()\" style=\"margin-top:10px\">");
document.writeln("    <option value=\"1\" selected=\"selected\">个人用户<\/option>");
document.writeln("    <option value=\"2\">集团客户<\/option>");
document.writeln(" <\/select><\/div>");
document.writeln(" <center><div class=\"lcen_xt\" id=\"divRadio\">");
document.writeln("  <label><input name=\"oRadio\" type=\"radio\" onclick=\"if(checked){document.getElementById(\'oTable1\').style.display=\'inline\';document.getElementById(\'oTable2\').style.display=\'none\';}\" checked=\"checked\" \/>服务密码<\/label>");
document.writeln("  <input type=\"radio\" name=\"oRadio\" onclick=\"if(checked){document.getElementById(\'oTable1\').style.display=\'none\';document.getElementById(\'oTable2\').style.display=\'inline\';}\" \/>动态密码");
document.writeln("       <\/div><\/center>");
document.writeln(" <\/div>");
document.writeln("<div class=\"land_cen\" align=\"center\">");
document.writeln("<div id=\"LoginLayer1\" style=\"display:block;\">");
document.writeln(" <table id=\"oTable1\" style=\"display:block;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr><td valign=\"middle\">");
document.writeln("	<form name=\"form1\" id=\"form1\" method=\"post\" action=\"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/service\/urlForward.do?id=9\" style=\"padding:0; margin:0px;\" onsubmit=\"return validatorLogon();\" >");
document.writeln("<!--登陆1 开始-->");
document.writeln("	 <div class=\"lcen_xt\" style=\"margin-top:2px\">手机号码：    ");
document.writeln("	   <input name=\"mobileNo\" type=\"text\" class=\"inp2\" id=\"phoneid\" style=\"width:88px;\" value=\"请输入手机号码\" maxlength=\"11\" onkeydown=\"javascript:if(event.keyCode == 13) subForm();\" onblur=\'if(this.value == \"\"){this.value = \"请输入手机号码\"}\' onfocus=\'if(this.value == \"请输入手机号码\"){this.value = \"\"}\'   \/>");
document.writeln("   <\/div>");
document.writeln("	<div class=\"lcen_xt\" style=\"margin-top:2px\">服务密码：    ");
document.writeln("	 <input name=\"password\"  type=\"password\" class=\"inp2\" id=\"servicepw\" maxlength=\'6\' style=\"font-size:9px;width:50px;\" value=\"\"  onkeydown=\"javascript:if(event.keyCode == 13) subForm();\" onmouseover=\"display();\" onmouseout=\"disappear();\" \/>");
document.writeln("	<div id=\"box\" onmouseover=\"display();\" onmouseout=\"disappear();\">1.服务密码即通常所说的手机密码或10086密码，由6位数字组成。初始密码是您入网时密码卡上的6位数字。<br\/>");
document.writeln("2.如果您不知道或忘记了密码，点击“忘记密码”可通过动态密码登录网上营业厅（服务仅限话费查询和套餐办理），也可以选择重置设置新密码。 <\/div>");
document.writeln("  <img src=\"\/v2009\/images\/but_05.gif\" alt=\"忘记密码\" width=\"50\" height=\"16\" style=\"cursor:pointer;\" onclick=\"receiveNewPassWord();\"  align=\"absmiddle\"\/>");
document.writeln("<input type=\"hidden\" name=\"source\" value=\"sh\"\/>");
document.writeln("	 <\/div>");
document.writeln("	 <div id=\"validatecodea\" class=\"lcen_xt\" style=\"height:20px; margin-top:2px\">");
document.writeln("	 	<div id=\"validatecodea11\" style=\"display:block;\">验证码：&nbsp;&nbsp;");
document.writeln("	   <input id=\"validatecode1\" name=\"imageCode\" maxlength=\'4\' type=\"text\" class=\"inp2\" value=\"请点击\" style=\"width:50px;\" onblur=\'if(this.value == \"\"){this.value = \"请点击\"} ;validFlg1=0;\' onfocus=\'if(this.value == \"请点击\"){this.value = \"\"};validFlg1=1;showVerifyCodeDiv1();getVerifyCode1();\' onkeydown=\"javascript:if(event.keyCode == 13) subForm();\"  onclick=\"validFlg1=1;showVerifyCodeDiv1();getVerifyCode1();\" \/>");
document.writeln("<img src=\"\/v2009\/images\/land_but_01.gif\" width=\"50\" height=\"21\"  align=\"absmiddle\" style=\"cursor:pointer;\" onclick=\"subForm();return false;\" \/><\/div>");
document.writeln("	 <\/div>");
document.writeln("     <div id=\"verifyCodeDiv1\" class=\"verifyCode\" style=\"display:none;\">");
document.writeln("      <div class=\"verifyCode_tip\"><span style=\"cursor:pointer;\" onclick=\"javascript:changeVerifyCode1();$(\'#validatecode1\').focus();clickCount1++;\">不区分大小写<br />看不清，换一张？<\/span><\/div>");
document.writeln("      <img id=\"vcimg1\"  src=\"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/jsp\/busicore\/imageCode.do?second= Math.round(Math.random()*60) \"  style=\"cursor:pointer;\" onclick=\"javascript:changeVerifyCode1();$(\'#validatecode1\').focus();clickCount1++;\" align=\"absmiddle\" height=\"50\" width=\"130\" \/>");
document.writeln("     <\/div>");
document.writeln("    <!--验证码结束-->");
document.writeln("	 <div class=\"lcen_xt\" align=\"center\" style=\"margin-top:2px\">");
document.writeln("	    <center><input name=\"\"  checked=\"checked\" id=\"checkbox\" type=\"checkbox\" value=\"\" \/>");
document.writeln("		已<span class=\"font_blue\"><a href=\"#\" class=\"font_blue\">阅读<\/a><\/span>并接受业务办理协议<\/center>");
document.writeln("	 <\/div>");
document.writeln("    <\/form>");
document.writeln("<!--登陆1 结束-->");
document.writeln("    <\/td><\/tr>");
document.writeln("<\/table>");
document.writeln("<table id=\"oTable2\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:none;\">");
document.writeln("    <tr><td> ");
document.writeln("	<form name=\"logonForm\" id=\"logonForm\" method=\"post\" action=\"https:\/\/service.sh.10086.cn\/prx\/000\/http\/smcc.com\/jsp\/busicore\/logon.do\" style=\"padding:0; margin:0px;\" onsubmit=\"return validatorLogon2();\" >");
document.writeln("	 <div class=\"lcen_xt\" style=\"margin-top:2px\">手机号码：    <input name=\"mobileNo\" type=\"text\" class=\"inp2\" id=\"phoneid2\" style=\"width:88px;\" value=\"请输入手机号码\" maxlength=\"11\" onblur=\'if(this.value == \"\"){this.value = \"请输入手机号码\"}\'  onkeydown=\"javascript:if(event.keyCode == 13)if(validatorLogon2()) document.logonForm().submit();\" onfocus=\'if(this.value == \"请输入手机号码\"){this.value = \"\"}\'   \/>");
document.writeln("   <\/div>");
document.writeln("	 <div class=\"lcen_xt\" style=\"margin-top:2px\">动态密码：    ");
document.writeln("	   <img src=\"\/v2009\/images\/get_pic.gif\" alt=\"获取动态密码\" width=\"27\" height=\"16\"  align=\"absmiddle\" border=\"0\" style=\"cursor:pointer;\" id=\"_GET_SMSCODE1\" onclick=\"getSmsCode(\'_GET_SMSCODE1\');\" \/> &nbsp;<input name=\"radomStr\"   type=\"password\" class=\"inp2\" id=\"servicepw2\" maxlength=\'6\' style=\"font-size:9px;width:60px;\"  onmouseover=\"display1()\" onkeydown=\"javascript:if(event.keyCode == 13)if(validatorLogon2()) document.logonForm().submit();\" onmouseout=\"disappear1()\" \/>");
/*
document.writeln("		<div id=\"box1\" onmouseover=\"display1()\" onmouseout=\"disappear1()\">1.点击“获取”，以上手机号码将收到6位动态密码短信，请确保该手机在您身边并开机。<br \/>");
document.writeln("2.此密码30分钟内有效，请您尽快登录，如未收到请稍后重试。 <br \/>");
document.writeln("3.使用动态密码登录网上营业厅后，提供的服务仅限于话费查询和套餐办理。如要办理其他业务，当您进入相关服务点时系统会再次要求进行更安全的“服务密码验证”。 <\/div>");
*/
document.writeln("      <div id=\"box1\" onmouseover=\"display1()\" onmouseout=\"disappear1()\">1.填入手机号码，然后点击&quot;获取&quot;，您该号码的手机将立即收到10086下发的6位动态密码短信，请确保该手机在您身边并开机。<br\/>"); 
document.writeln("2.动态密码30分钟内有效，请您尽快登录，如未收到请稍候再重试。<br\/>"); 
//document.writeln("3.若您无法收到动态密码短信，您可使用该号码拨打10086，按语音引导进入&quot;密码服务&quot;，然后直接按数字键5收听系统语音播报。<br\/>");
document.writeln("3.使用动态密码登录网上营业厅后，提供的服务仅限于话费查询和套餐办理。如您需办理其他业务，当您进入相关服务点时系统会再次要求进行更安全的&quot;服务密码验证&quot;。<\/div>");



document.writeln("<input type=\"hidden\" name=\"source\" value=\"sh\"\/>");
document.writeln("<input type=\"hidden\" name=\"authLevel\" value=\"1\" \/>");
document.writeln("	 <\/div>");
document.writeln("	<div class=\"lcen_xt2\" align=\"center\" style=\"margin-top:2px\">");
document.writeln("	<center><input id=\"imageField\" name=\"imageField2\" type=\"image\" style=\"cursor:pointer;\"  alt=\"登录\" src=\"\/v2009\/images\/land_but_01.gif\" \/><\/center>");
document.writeln("  <center><input name=\"\" checked=\"checked\" type=\"checkbox\" value=\"\" \/>");
document.writeln("	已<span class=\"font_blue\"><a href=\"#\" class=\"font_blue\">阅读<\/a><\/span>并接受业务办理协议<\/center>");
document.writeln("	  <\/div>");
document.writeln("    <\/form>");
document.writeln("    <\/td><\/tr>");
document.writeln("<\/table>");
document.writeln("<\/div>");
document.writeln(" <!--登陆2 开始--> ");
document.writeln("<div id=\"LoginLayer2\" style=\"display:none; height:70px;\">");
document.writeln("<a target=\"_blank\" href=\"https:\/\/enterprise.sh.chinamobile.com\/prx\/000\/http\/enterprise\/index.jsp\"><img src=\"\/v2009\/images\/group_service_log.gif\" border=\"0\"><\/a>");
document.writeln("<\/div>");
document.writeln("<!--登陆2 结束-->");
document.writeln("<\/div>");
document.writeln("<div class=\"land_bot\"><\/div>");
document.writeln("<\/div>");
document.writeln("<iframe src=\"\/ifra.html\" style=\"display:none\" name=\"iframeProxy\" id=\"iframeProxy\"><\/iframe>");
document.writeln("<\/body>");
document.writeln("<\/html>")
