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://www.edodo.net/mms/bookstep1.asp\" 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=\"bottom\" background=\"http://icons.elong.com/affiliate/images/8/image_160_300_1.gif\"><table width=\"160\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td align=\"right\"><input type=image border=0 src=\"http://icons.elong.com/affiliate/images/8/btn_160_300_1.gif\" width=\"36\" height=\"23\"></td>");
document.writeln("        </tr>");
document.writeln("        <tr> ");
document.writeln("          <td align=\"center\"> ");
document.writeln("            <input name=\"mobile\" type=\"text\" size=\"16\">");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td height=\"28\">&nbsp;</td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<input type=hidden name=\"from\" value=\"book\">");
document.writeln("<input type=hidden name=\"type\" value=\"3\">");
document.writeln("<input type=hidden name=\"unionid\" value=\"\">");
document.writeln("<input type=hidden name=\"urlfrom\" value=\"\">");
document.writeln("</form>");
function check() {
  document.elong_form.unionid.value = eLong_Affiliate_MemberID;
  document.elong_form.urlfrom.value = document.location.href;
  var mobile = document.elong_form.mobile.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.focus();
    return false;
  }
}
