<!--

//function LoadCaptchaCode(w,h) {
//	document.getElementById("CaptchaImage").src="/CaptchaForms/LanapBotDetectHandler.asp?Command=CreateImage&TextStyle=42&ImageWidth="+w+"&imageHeight="+h+"&CodeLength=5&CodeType=0&rd="+Date();
//}

function LoadCaptchaCode(w,h) {
	var Randomnumber=Math.floor(Math.random()*5);
	var TextStyle;
	if (Randomnumber == 0) TextStyle = 3;
	else if (Randomnumber == 1) TextStyle = 25;
	else if (Randomnumber == 2) TextStyle = 13;
	else if (Randomnumber == 3) TextStyle = 34;
	else if (Randomnumber == 4) TextStyle = 41;
	else TextStyle = 3;
	document.getElementById("CaptchaImage").src="/CaptchaForms/LanapBotDetectHandler.asp?Command=CreateImage&TextStyle="+TextStyle+"&ImageWidth="+w+"&imageHeight="+h+"&CodeLength=5&CodeType=0&rd="+Date();
}

//-->
