<!-- 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 = (Math.floor(Math.random()*13))+1;
imgid = parseInt(anum);
cword = 
["0b3d1bdc56ceaec2936426bf9500b7f6", "6a8db5961e772ad9ad997b53c6fa25de", "90d6fe374c9f5311e4500d083a43ed3a",
 "55a82cbf419e3fa6045e62db00983e0d", "984ec78fa8e645341ec7d03272e0b682", "a36a2286c042211d0424124aef8b7c3d",
 "33acccbbe15b6d603d147a2e63466dbe", "396c0be15339ad0f9090d834c2ae1953", "b03b421fd2a69d8379facd4dfb6ad727",
 "f9d5d55ea91c500b5413ee9d6088bbf0", "506f13d60030779b72d24f21e2039aa4", "da62f4e3a90c96485aef6f195cf240b7",
 "275d2312cd15ab4d7a2516511527e417"];

document.write('<img src="'+imgdir+imgid+'.gif" width=240 height=80 alt="scrivere questo codice nel campo di verifica" title="scrivere questo codice nel campo di verifica">');
}


//  End -->