var afm_antispam_url='http://allforms.mailjol.net/antispam.php?c=7c045dd3';
document.writeln('<input type="hidden" id="afm_antispam_seed" name="afm_antispam_seed" value="7c045dd3"><img id="afm_antispam_image" title="click here to show a new code image." onclick="javascript: this.src=afm_antispam_url+\'&rand=\'+Math.random()" style="cursor: pointer; cursor: hand;" src="'+afm_antispam_url+'&rand='+Math.random()+'">');
try{if(afm_antispam_title) {document.getElementById('afm_antispam_image').title=afm_antispam_title;}} catch(e) {}
var afm_form, afm_err;
function afm_antispam_validate(f,m)
{
if(!m){afm_err='You have entered invalid verification code. If you cannot read the code you may generate a new one by clicking on the existing image.';}
else{afm_err=m;}
afm_form=f;
var i=new Image();
i.onerror=function() {alert(afm_err);}
i.onload=function()
{
var s=document.createElement('input');
s.type='submit';
s.style.display='none';
afm_form.appendChild(s);
var j=afm_form.onsubmit;
afm_form.onsubmit='';
s.click();
afm_form.onsubmit=j;
}
i.src='http://allforms.mailjol.net/antispam.php?v=1&c='+f.afm_antispam_seed.value+'&d='+f.afm_antispam_code.value+'&rand='+Math.random();
return false;
}
