
	
	
		
	
	$(function() {
		$.ajaxSetup ({ cache: false });
		$('#reloadCaptcha').live("click", function(e) {
			e.preventDefault();
			$('#captchcheck').load('/index.cfm/p/formmail.htm/captchareload/yes');
		});
		$("#captcha209").html(
			'<table width="100%">'+
			'<tr>'+
			'<td width="250" id="captchcheck" valign="top">'+
			'<input type="hidden" name="captcha" value="3B583AC0AB14E96749434711561CC4F2" />'+
			'<strong>Anti-Spam Code</strong><br /><img src="/index.cfm/p/formmail.htm/image/3B583AC0AB14E96749434711561CC4F2.jpg" width="200" /><img src="/misc_images/admin/refresh.png" title="Try another code" id="reloadCaptcha" style="cursor:pointer; cursor:hand; margin:0 0 12px 5px;" />'+	
			'</td>'+
			'<td valign="top">'+
			'<br />Please type Anti-Spam code into text box. <input type="text" name="captchaCode" class="Fields" size="10" style="width:50px;">'+
			'</td>'+
			'</tr>'+
			'</table>'
		);
	});
	document.write('<div id="captcha209"></div>');
	
