<!-- Original:  Jonathan Feaster (http://www.archreality.com/) -->

<!-- Web Site:  http://www.archreality.com/jcap/ -->

<!-- Based on: Gimpy CAPTCHA Project at Carnegie Mellon University (http://www.captcha.net/) -->

<!-- Begin

function cimg(){
var imgdir = "cimg/"; //identify directory where captcha images are located
anum = 1;
imgid = parseInt(anum);
cword = 
["682bee487f8b5b4054ead3b79e517cbf"];

document.write('<img src="http://www.tngpro.com/images/page_19a.jpg" border=0 alt="">');
}

function jcap(){

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

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

else {
alert('Please Enter Your TNG PRO Code!');
document.getElementById('uword').focus(); 
return false;
}
}

//  End -->