var months=new Array(13);months[1]="G\145n\156a\151o";months[2]="\106ebbr\141io";months[3]="\u004d\u0061rzo";months[4]="Apr\151l\u0065";months[5]="\u004d\u0061ggio";months[6]="G\151ug\156o";months[7]="\114uglio";months[8]="Ago\163to";months[9]="S\u0065\164tembre";months[10]="\117t\164o\142r\u0065";months[11]="\116ov\u0065m\u0062re";months[12]="\u0044\u0069\u0063emb\162\u0065";var time=new Date();var lmonth=months[time.getMonth()+1];var date=time.getDate();var year=time.getYear();if(year<2000)year=year+1900;var now=new Date();var hours=now.getHours();var minutes=now.getMinutes();var timeValue=""+((hours>24)?hours-24:hours);if(timeValue=="0")timeValue=24;timeValue+=((minutes<10)?":0":":")+minutes;timeValue+=(hours>=24)?" AM":" \u0050M";var days=new Array(7);days[0]="D\157men\151ca";days[1]="Lunedi";days[2]="\u004dar\u0074ed\151";days[3]="\u004dercoled\151";days[4]="\107i\157vedi";days[5]="\126e\u006ee\162di";days[6]="\123\u0061ba\u0074\u006f";var lday=days[time.getDay()];