document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln("td {");
document.writeln("font-size: 12px;");
document.writeln("}");
document.writeln("-->");
document.writeln("</style>");
document.writeln("<form name=\"elong_form\" action=\"http://s.elong.com:6808/ApMMS\" method=\"post\" target=\"_blank\" onSubmit=\"return check(this);\">");
document.writeln("<table width=\"160\" height=\"300\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr> ");
document.writeln("    <td valign=\"top\" background=\"http://icons.elong.com/affiliate/images/9/image_160_300_1.gif\"><table width=\"160\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td width=\"50\">&nbsp;</td>");
document.writeln("          <td width=\"80\"><input name=\"mobile_number\" type=\"text\" size=\"11\"></td>");
document.writeln("          <td width=\"30\"><input type=\"image\" border=\"0\" src=\"http://icons.elong.com/affiliate/images/9/btn_160_300_1.gif\" width=\"25\" height=\"32\"></td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<input type=hidden name=\"register\" value=\"mail_register\">");
document.writeln("<input type=hidden name=\"eLong_Affiliate_MemberID\" value=\""+eLong_Affiliate_MemberID+"\">");
document.writeln("<input type=hidden name=\"user_url\" value=\"\">");
document.writeln("</form>");
function check() {
  document.elong_form.user_url.value = document.location.href;
  var mobile = document.elong_form.mobile_number.value;
  if (mobile.length != 11 || isNaN(mobile) || !(mobile.indexOf("134") ==0 || mobile.indexOf("135") ==0 || mobile.indexOf("136") ==0 || mobile.indexOf("137") ==0 || mobile.indexOf("138") ==0 || mobile.indexOf("139") ==0))
  {
    alert("只允许中国移动手机号注册");
	document.elong_form.mobile_number.focus();
    return false;
  }
}
