document.write("<div align=\"center\"><table border=0 CELLSPACING=\"0\" CELLPADDING=\"3\" width=750 ALIGN=\"Center\">")
document.write("<TD COLSPAN=\"2\" BGCOLOR=\"FFFFFF\">")
document.write("</TD>")
document.write("<TR>")
document.write("<td  BGCOLOR=\"0000CO\">")
document.write("<font face=\"verdana\" size=1 color=\"#FFFFFF\">")

oggi = new Date();

if (oggi.getDay() == 0)
document.write("Domenica")
if (oggi.getDay() == 1)
document.write("Lunedì")
if (oggi.getDay() == 2)
document.write("Martedì")
if (oggi.getDay() == 3)
document.write("Mercoledì")
if (oggi.getDay() == 4)
document.write("Giovedì")
if (oggi.getDay() == 5)
document.write("Venerdì")
if (oggi.getDay() == 6)
document.write("Sabato")

document.write(" ", oggi.getDate());

if (oggi.getMonth() == 0)
document.write(" gennaio ")
if (oggi.getMonth() == 1)
document.write(" febbraio ")
if (oggi.getMonth() == 2)
document.write(" marzo ")
if (oggi.getMonth() == 3)
document.write(" aprile ")
if (oggi.getMonth() == 4)
document.write(" maggio ")
if (oggi.getMonth() == 5)
document.write(" giugno ")
if (oggi.getMonth() == 6)
document.write(" luglio ")
if (oggi.getMonth() == 7)
document.write(" agosto ")
if (oggi.getMonth() == 8)
document.write(" settembre ")
if (oggi.getMonth() == 9)
document.write(" ottobre ")
if (oggi.getMonth() == 10)
document.write(" novembre ")
if (oggi.getMonth() == 11)
document.write(" dicembre ")

Anno = oggi.getYear();
if (Anno <=100)
Anno=1900+Anno;
document.write(Anno);

document.write("</font>")
document.write("</td>")
document.write("<td align=\"right\"  BGCOLOR=\"0000CO\">")
document.write("<font face=\"verdana\" size=1 color=\"#FFFFFF\">")
document.write("Lo Zibaldone originale è solo <b>http://www.zibaldone.it&nbsp;&nbsp;</b>")
document.write("</font>")
document.write("</td>")
document.write("</table></div>")

