function Giorno(){var now=new Date();var mn=now.getMonth()+1;var dn=now.getDay()+1;var dayNr=((now.getDate()<10)?0:"")+now.getDate();if(dn==1)d="domenica";if(dn==2)d="lunedì";if(dn==3)d="martedì";if(dn==4)d="mercoledì";if(dn==5)d="giovedì";if(dn==6)d="venerdì";if(dn==7)d="sabato";if(mn==1)m="gennaio";if(mn==2)m="febbraio";if(mn==3)m="marzo";if(mn==4)m="aprile";if(mn==5)m="maggio";if(mn==6)m="giugno";if(mn==7)m="luglio";if(mn==8)m="agosto";if(mn==9)m="settembre";if(mn==10)m="ottobre";if(mn==11)m="novembre";if(mn==12)m="dicembre";y=now.getUTCFullYear();document.write(d+" "+dayNr+" "+m+" "+y);}
function stampa(u){window.open(u,'stampa','width=540,height=520,scrollbars=yes,resizable=no');}
function openPictureWindow_Fever(i,w,h,a,l,t){nw=window.open("","nw","width="+w+",height="+h+",left="+l+",top="+t);nw.document.open();nw.document.write('<html><title>'+a+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');nw.document.write('<img src='+i+' width='+w+' height='+h+' alt='+a+'>');nw.document.write('</body></html>');nw.document.close();nw.focus();}
function CheckLength(n){with(document.modulo){if(corpo.value.length>n){corpo.value=corpo.value.substr(0,n);corpo.blur();}chr.value=n-corpo.value.length;}}
function jumpMenu(t,o,r,a,b){eval(t+".location='"+a+o.options[o.selectedIndex].value+b+"'");if(r)o.selectedIndex=0;}
function CheckMultiple17(f,n){for(var i=0;i<f.length;i++){o=f.elements[i];id=o.id;if(id){var fieldnamecheck=o.id.indexOf(n);if(fieldnamecheck!=-1){if(o.checked)return true;}}}return false;}
function CheckForm17(f){if(f.email.value==""){alert("Inseresci il tuo indirizzo email");f.email.focus();return false;}if(f.captcha.value==""){alert("Inserisci il codice di verifica");f.captcha.focus();return false;}return true;}
