﻿document.writeln("<div class=\"Clear\"></div>");
document.writeln("<div class=\"WarpBottomSign\">");
document.writeln("     <h1>Sign up for a FREE Trial!</h1>");
document.writeln("     <div class=\"Container\">");
document.writeln("           <ul>");
document.writeln("               <li><label>Name:</label><input type=\"text\" id=\"txtSignName1\" /></li>");
document.writeln("               <li><label>Phone:</label><input type=\"text\" style=\" width:40px;\" id=\"txtSignAreaCode1\" /> <input type=\"text\" style=\" width:95px;\"  id=\"txtSignPhone1\"/></li>");
document.writeln("               <li><label>Email:</label><input type=\"text\" id=\"txtSignEmail1\" /></li>");
document.writeln("               <li><label>Nationality:</label><select id=\"txtSignNationality1\"></select></li>");
document.writeln("           </ul>");
document.writeln("           <p>");
document.writeln("              Complete the form Above,and get a Free 1-on-1 live online lesson & a free e-book");
document.writeln("           </p>");
document.writeln("           <p>");
document.writeln("              <input type=\"hidden\" id=\"hidCountryID1\" />");
document.writeln("              <img src=\"" + HostDefault + "/images/201006/warp_signup_button.gif\"  alt=\"\" id=\"SignSubmit1\" />");
document.writeln("           </p>");
document.writeln("     </div> ");
document.writeln("</div>");
var sing1 = new MCL.SignUp({ LinkName: "txtSignName1", Email: "txtSignEmail1", AreaCode: "txtSignAreaCode1", Tel: "txtSignPhone1", Nationality: "txtSignNationality1", CountryCode: "hidCountryID1", InvitationCode: "", GroupID: "", ButtonSubmit: "SignSubmit1" });
sing1.init();
