﻿document.writeln("<div class=\"sign\">");
document.writeln("    <div class=\"signtop\"> <img src=\"http://www.mychineselearning.com/images/KidSubject/kidsigntop.jpg\" /></div>");
document.writeln("        <div class=\"signcontentbj\">");
document.writeln("          <div class=\"signcontent\">");
document.writeln("            <div class=\"clear\"></div>");
document.writeln("              <div class=\"signpic\"><img src=\"http://www.mychineselearning.com/images/KidSubject/kidsign4.jpg\" /></div>");
document.writeln("	          <div class=\"signtxt\"><img src=\"http://www.mychineselearning.com/images/KidSubject/kidsign5.jpg\" width=\"396\" height=\"34\" />");
document.writeln("	            <div style=\" float:left; width:210px;\">");
document.writeln("		           <p>");
document.writeln("		             <label>Name :</label>");
document.writeln("		             <input id=\"txtSignName1\" class=\"input\" type=\"text\"/></p>");
document.writeln("			        <p>");
document.writeln("			          <label>Nationality :</label>");
document.writeln("			          <select id=\"txtSignNationality1\"></select></p>");
document.writeln("		        </div>");
document.writeln("			        <div style=\"float:right; width:240px;\">");
document.writeln("			          <p>");
document.writeln("			          <label>E-Mail :</label>");
document.writeln("			          <input id=\"txtSignEmail1\" class=\"input\" type=\"text\"/></p>");
document.writeln("			        <p>");
document.writeln("			          <label>Phone :</label>");
document.writeln("			          <input style=\"width:20px\" id=\"txtSignAreaCode1\" class=\"input\" type=\"text\"/> - <input style=\"width:86px\" id=\"txtSignPhone1\" class=\"input\" type=\"text\"/></p>");
document.writeln("	            </div>");
document.writeln("			          <div class=\"clear\"></div>");
document.writeln("			         <p align=\"right\" style=\"margin-right:20px; margin-top:10px;\" >");
document.writeln("			              <img src=\"http://www.mychineselearning.com/images/KidSubject/kid_57.jpg\" alt=\"\" id=\"SignSubmit1\" style=\"CURSOR: pointer\" />	");
document.writeln("			              <input id=\"hidCountryID1\" type=\"hidden\"/>");
document.writeln("			        </p>");
document.writeln("	          </div>");
document.writeln("	          <div class=\"clear\"></div>");
 document.writeln("         </div>");
document.writeln("    </div>");
document.writeln("</div>");
var sing1 = new MCL.SignUp({ LinkName: "txtSignName1", Email: "txtSignEmail1", AreaCode: "txtSignAreaCode1", Tel: "txtSignPhone1", Nationality: "txtSignNationality1", CountryCode: "hidCountryID1", InvitationCode: "txtSignCode1", GroupID: "chkIsGroup", ButtonSubmit: "SignSubmit1" });
sing1.init();
