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("<b>Master in Urban Theatre Digital Scenography</b>");
document.write(" - <i>all rights reserved - ");
document.write("last update ");
document.write(DOWArray[(LastModDate.getDay()+1)],", ");
document.write(LastModDate.getDate()," ");
document.write(MOYArray[(LastModDate.getMonth()+1)]," ");
document.write(".");
document.write("</i><br>");
document.write("<b class=\"red\">Application deadline dec 31st 2008</b> - Information and admition form: <a href=\"mailto:info@masterscenografia.it\">info@masterscenografia.it</a> - www.masterscenografia.it - phone: +39 339 37 99 015 ");
