document.write("Developed by <a href=\"mailto:progettosportroma at gmail.com\">Progetto Sport</A><br>");
//funzione update

function initArray() {  

      this.length = initArray.arguments.length

      for (var i = 0; i < this.length; i++)

      this[i+1] = initArray.arguments[i]

   }

   var DOWArray = new initArray("Domenica","Lunedì","Martedì","Mercoledì",

                                "Giovedì","Venerdì","Sabato");

   var MOYArray = new initArray("Gennaio","Febbraio","Marzo","Aprile",

                                "Maggio","Giugno","Luglio","Agosto","Settembre",

                                "Ottobre","Novembre","Dicembre");

   var LastModDate = new Date(document.lastModified);

   document.write("Ultimo aggiornamento: ");

   document.write(DOWArray[(LastModDate.getDay()+1)],", ");

   document.write(LastModDate.getDate()," ");

   document.write(MOYArray[(LastModDate.getMonth()+1)],"");

   document.write(".");

//fine update
document.write("<BR><A HREF=mailto:info@solocandele.it><IMG SRC=img/mailsolocandele.gif HSPACE=0 VSPACE=0 BORDER=0 align=center></a><BR>");
document.write("<script type=\"text/javascript\" language=\"JavaScript\"SRC=\"http://codice.shinystat.it/cgi-bin/getcod.cgi?USER=solocandele\"></script>");
document.write("<noscript>");
document.write("<A HREF=\"http://www.shinystat.it/cgi-bin/shinystatv.cgi?USER=solocandele\" target=\"_top\">");
document.write("<IMG SRC=\"http://www.shinystat.it/cgi-bin/shinystat.cgi?USER=solocandele\" BORDER=0 width=60 height=20></A>");
document.write("</noscript>");

