PassportScore.showRegForm = function ()
{
	html = '<form action="'+this.regUrl+'" method="post" id="regForm"><ul>'
			+'<input id="a" name="a" type="hidden" value="'+this.loginNum+'" />'
			+'<input id="t" name="t" type="hidden" value="'+this.loginToken+'" />'
			+'<input id="r" name="r" type="hidden" value="'+this.receiveUrl+this.goUrl+'" />'
			+'<li class="li1" style="margin-left:52px">Email: <input name="username" id="username" type="text" class="ipt1" size="22" /></li>'
			+'<li class="li2" ><span id="usernametips"></span></li>'
			+'<li class="li1" style="margin-left:28px">Password: <input name="password" id="password" type="password" class="ipt1" size="22"  /></li>'
			+'<li class="li2" ><span id="passwordtips"></span></li>'
			+'<li class="li1" style="margin-left:-20px">Confirm Password: <input name="confirmPassword" id="confirmPassword" type="password" class="ipt1" size="22"  /></li>'
			+'<li class="li3" ><span id="confirmPasswordtips"></span></li>'
			+'<li class="li1" style="margin-left:18px">Verify Code: <input name="safecode" id="safecode" type="text" class="ipt1" size="7"  /> <img id="captcha_img" src="'+this.checkCodeUrl+'" alt="Confirmation Code" onclick="PassportScore.refreshimg();" style="vertical-align:middle" height="26" /> </li>'
			+'<li class="li3" ><span id="safecodetips"></span></li>'
			+'<li class="li3" style="margin-left:-25px"><input checked="checked" id="agree" name="agree" type="checkbox" value="true" /><input name="agree" id="agree" type="hidden" value="false" /><input name="allowReg" id="allowReg" type="hidden" value="false" /> I agree to the <a href="http://www.gamedp.com/about/terms_of_service.shtml" title="User Agreement">User Agreement</a> and <a href="http://www.gamedp.com/about/forum_rule.shtml" title="Forum Rules">Forum Rules</a></li>'
			+'<li class="btn" style="margin-top:10px;margin-left:5px"> <input name="" type="submit" class="btn1" id="btnReg" value="Register and Play now" /></li>'
			+'</ul></form>';
	return html;
}
