document.write('<font face="Arial" size="1"><script language="JavaScript">');
document.write('var oggi=new Date(); \n');
document.write('var today;');
document.write('var month;');
document.write('if(oggi.getDay()==0)');
document.write('today=\'Domenica\';');
document.write('if(oggi.getDay()==1)');
document.write('today=\'Lunedì\';');
document.write('if(oggi.getDay()==2)');
document.write('today=\'Martedì\';');
document.write('if(oggi.getDay()==3)');
document.write('today=\'Mercoledì\';');
document.write('if(oggi.getDay()==4)');
document.write('today=\'Giovedì\';');
document.write('if(oggi.getDay()==5)');
document.write('today=\'Venerdì\';');
document.write('if(oggi.getDay()==6)');
document.write('today=\'Sabato\';');
document.write('if(oggi.getMonth()==0)');
document.write('month=\'- 01 -\';');
document.write('if(oggi.getMonth()==1)');
document.write('month=\'- 02 -\';');
document.write('if(oggi.getMonth()==2)');
document.write('month=\'- 03 -\';');
document.write('if(oggi.getMonth()==3)');
document.write('month=\'- 04 -\';');
document.write('if(oggi.getMonth()==4)');
document.write('month=\'- 05 -\';');
document.write('if(oggi.getMonth()==5)');
document.write('month=\'- 06 -\';');
document.write('if(oggi.getMonth()==6)');
document.write('month=\'- 07 -\';');
document.write('if(oggi.getMonth()==7)');
document.write('month=\'- 08 -\';');
document.write('if(oggi.getMonth()==8)');
document.write('month=\'- 09 -\';');
document.write('if(oggi.getMonth()==9)');
document.write('month=\'- 10 -\';');
document.write('if(oggi.getMonth()==10)');
document.write('month=\'- 11 -\';');
document.write('if(oggi.getMonth()==11)');
document.write('month=\'- 12 -\';');
document.write('document.write(today+\' \'+oggi.getDate()+\' \'+month+\' \'+oggi.getFullYear());');
document.write('</script></font>');