
var applic = navigator.appName;
var versione = navigator.appVersion;
var ver5 = versione.indexOf('5');

days = new Array();
days[0] = "Dom"
days[1] = "Lun"
days[2] = "Mar"
days[3] = "Mer"
days[4] = "Gio"
days[5] = "Ven"
days[6] = "Sab"

mesi = new Array();
mesi[0] = "Gennaio"
mesi[1] = "Febbraio"
mesi[2] = "Marzo"
mesi[3] = "Aprile"
mesi[4] = "Maggio"
mesi[5] = "Giugno"
mesi[6] = "Luglio"
mesi[7] = "Agosto"
mesi[8] = "Settembre"
mesi[9] = "Ottobre"
mesi[10] ="Novembre"
mesi[11] ="Dicembre"

var today = new Date( );
gset = today.getDay();
gset1 = days[gset];
giorno = today.getDate();
mese = today.getMonth();
anno = today.getYear();
nome_mese = mesi[mese];

anno2 = anno.toString().substring((anno.toString().length-2),anno.toString().length);
scrividata = (gset1+'   '+giorno+' '+nome_mese+' '+anno2); 

// Funzione POPUP del GUestbook
iWidth  = 300;
iHeight = 200;
iTop   = Math.round(screen.height / 2) - Math.round(iHeight/2);
iLeft   = Math.round(screen.width / 2) - Math.round(iWidth/2);
function PopupGuest() {
var OpenWindow = "guestchiama.html";
window.open(OpenWindow,"Help",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+iWidth+',height='+iHeight+',top='+iTop+',left='+iLeft);
if( navigator.appName.substring(0,8) == "Netscape" ) {
popup.location = puURL;
}
}

function forum() {
window.open("http://webtool.html.it/servizi2/forum/newtopic.asp?forumid=20725","Forum",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=630,height=450,top=100,left=200');
}

document.write('<table width=760 cellpadding=0 border=0 cellspacing=0>');
document.write('<tr><td>');
document.write('<img src=img/h1.jpg width=303 height=79 border=0 usemap="#home">');
document.write('<br><table cellpadding=0 cellspacing=0 border=0><tr>');
document.write('<td background=img/bg_data.gif class=blu10b height=14 width=147><img src=img/dot.gif width=147 height=1 alt= border=0><br>&nbsp;&nbsp;'+scrividata+'</td>');
document.write('<td><img src=img/dopodata.gif width=156 height=14 alt= border=0></td>');
document.write('</tr></table></td><td valign=top>');
document.write('<img src=img/h2.jpg width=457 height=67 alt= border=0><br>');
document.write('<table cellpadding=0 cellspacing=0 border=0><tr>');
document.write('<td class=blu10b><img src=img/sx_up_menu.gif width=17 height=26 alt= border=0></td>');
document.write('<td class=blu10b background=img/bg_up_menu.gif width=100% class=blu10b valign=top align=right>');
document.write('<img src=img/dot.gif width=1 height=3 alt= border=0><br>');
document.write('<table cellpadding=0 cellspacing=0 border=0 background=""><tr>');
document.write('<td class=bianco10>&nbsp;&nbsp;<img src=img/freccia.gif width=3 height=5 hspace=3 vspace=5></td>');

if (document.layers) document.write('<td><a href="javascript:PopupGuest();" class=blu10B>GUESTBOOK</a></td>');
else document.write('<td><a href=guest.html class=blu10B>GUESTBOOK</a></td>');

document.write('<td class=bianco10>&nbsp;&nbsp;<img src=img/freccia.gif width=3 height=5 hspace=3 vspace=5></td>');
document.write('<td><a href=galleria.html class=blu10B>GALLERIA FOTOGRAFICA</a></td>');
document.write('<td class=bianco10>&nbsp;&nbsp;<img src=img/freccia.gif width=3 height=5 hspace=3 vspace=5></td>');
document.write('<td><a href=info.html class=blu10B>INFO</a></td>');
document.write('<td class=bianco10>&nbsp;&nbsp;<img src=img/freccia.gif width=3 height=5 hspace=3 vspace=5></td>');
document.write('<td><a href=chat.html class=blu10B>CHAT</a></td>');
document.write('<td class=bianco10>&nbsp;&nbsp;<img src=img/freccia.gif width=3 height=5 hspace=3 vspace=5></td>');
document.write('<td><a href="javascript:forum();" class=blu10B>FORUM</a></td>');
document.write('<td class=bianco10>&nbsp;&nbsp;</td>');
document.write('</tr></table></td></tr></table></td></tr></table>');
document.write('<map name="home"><area border="0" shape="poly" coords="10,52,9,1,275,2,274,50,297,50,297,76,220,76,220,54" href="index.html"></map>');