

<!-- Web Site:  http://southcoastwindows.co.uk.oskamnetworks.co.uk/jcap/ -->



<!-- Begin

function cimg(){
var imgdir = "http://southcoastwindows.co.uk.oskamnetworks.co.uk/cimg/"; //identify directory where captcha images are located
anum = (Math.floor(Math.random()*20))+1;
imgid = parseInt(anum);
cword = 
["ae1d6dc6d5ae70284199379b61f9ad6d", "586e970eec22185149b624ddc1984da5", "45fd10611ced610efc14729878332933", 
"483af58f53492d3655d667cfaa7e9bf3", "3454e7a3ce09417f7472da20f95639ab", "3427eb3c3b7a3125b4e94c39e6001a48", 
"70d2df6729b38b06604c340c007d00bb", "0a59e0670b533f49750c358d11ab5dc0", "2be54c77bf0ed4a8b214e06d1f700a8d", 
"92d4d7a7bdaa411975eecd8f93995046", "d9975e6f36871fc95eafabaf2cc786b6", "0f1371c2bd416a100fdf7f025ec5c03e", 
"73f42a4635b4a6ab4086fa9524a65210", "8fb7e6fdc32a6644a1aacc59392b920c", "d1a918e4ebf3c69d8a8f3c6ffb10b1c2", 
"50334b86808e8f2dc94c1e28b047de0a", "7b428a2faa6a1d0059d6da3254afa946", "881bd5d73bbee4e14ee09818df69f7c7", 
"8706a5d2e598cdd28d8117a1834fa158", "20e19a9b2cb87b618ca8247f490d2a7a"];

document.write('<img src="'+imgdir+imgid+'.jpg" width=200 height=50 border=0 alt="">');
}

function jcap(){

var uword = hex_md5(document.getElementById('uword').value);

if (uword==cword[anum-1]) {
return true;
}

else {
alert('Enter the code as it is shown!');
document.getElementById('uword').focus(); 
return false;
}
}

//  End -->