<script language="vbscript">


'Initialise variables
Dim blnCAPTCHAabout



'*****  Change this if to false if you do NOT want the CAPTCHA code to be case sensitive *****
Const blnCAPTCHAcaseSensitive = true


'*****  Change this if tyou wish to chnage the reload image text *****
strTxtLoadNewCode = "Load New Code"


'***** START WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ******
Const strCAPTCHAversion = "2.01"
blnCAPTCHAabout = false
blnCAPTCHAabout = true   
'***** END WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ******    

</script>
<script language="javaScript">
function reloadCAPTCHA() {
	document.getElementById('CAPTCHA').src='CAPTCHA/CAPTCHA_image.asp?'+Date();
}
</script>           

<tr>
            <td colspan="2" align="center"><br/> Enter the code exactly as you see it in the image below<br/>
                (Cookies must be enabled)<br/>
</td></tr>
 <tr>
  <td colspan="2" align="center"><img src="skins/common/CAPTCHA/CAPTCHA_image.asp" alt="Code Image - Please contact webmaster if you have problems seeing this image code" id="CAPTCHA" /><br/><a href="javascript:reloadCAPTCHA();">Load New Code</a></td>
 </tr>
 <tr>
  <td colspan="2" align="center"><input type="text" name="securityCode" id="securityCode" size="12" maxlength="12" autocomplete="off" /></td>
 </tr>
