var dayNames = new Array("domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato");
var monthNames = new Array("Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre");
var dt = new Date();
var y  = dt.getYear();
if (y < 1000) y +=1900;
document.write("<map name='Mappa'><area alt='Ritorno Home page' coords='86,13,349,64' href='index.html'></map><map name='Mappa2'><area alt='Ritorno Home page' coords='86,13,349,64' href='index.html'></map>"+
"<table width='763' cellpadding='0' cellspacing='0' border='0' align='center'>"+
"<tr><td><img src='img/pt.gif' height='10' border='0'></td><td><img src='img/pt.gif' height='10' width='290' border='0'></td><td><img src='img/pt.gif' height='10' border='0'></td></tr>"+
"<tr><td colspan='2' align='left'><img src='img/top1.jpg' width='467' hspace='0' vspace='0' border='0' align='left' usemap='#Mappa'></td><td><img src='img/top2.jpg' hspace='0' vspace='0' border='0' align='left'></td></tr>"+
"<tr><td width='160' height='20' class='testobianco' bgcolor='#6B331E' nowrap>&nbsp;");
document.write(dayNames[dt.getDay()] + "&nbsp;" + dt.getDate() + "&nbsp;" + monthNames[dt.getMonth()] +   "&nbsp;" + y);
document.write("</td><td colspan='2' bgcolor='#6B331E'>");
if(document.layers)document.write("<ilayer width="+marqueewidth+" height="+marqueeheight+" name=cmarquee01><layer name=cmarquee02></layer></ilayer>");
if(document.getElementById&&!document.all)document.write("<iframe frameborder=0 marginheight=0 marginwidth=0 vspace=0 hspace=0 height="+marqueeheight+" width="+marqueewidth+" scrolling=No src=marquee.htm></iframe>");
if(document.all)document.write("<marquee scrollAmount="+speed+" style='width:"+marqueewidth+";position:relative;top:0px;left:10px;'>"+marqueecontents+"</marquee>");
document.write("</td></tr>"+
"<tr><td colspan='3'>"+
"<table border='0' cellpadding='0' cellspacing='0' width='100%' bgcolor='#0F9FCF'>"+
"<tr align='center'>"+
"<td class=testobianco width=95 height=23 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=javascript:void(0) onclick=javascript:window.open('dove.htm','dove','width=491,height=473,top=0,left=0')>Dove siamo</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=territorio.htm>Territorio</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=istituzioni.htm>Istituzioni</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=cultura.htm>Cultura</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=servizi.htm>Servizi</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=memorie.htm>Memorie</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=linkutili.htm>Link utili</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=mailto:info@comunedibova.it>Contattaci</a></td>"+
"<td bgcolor=#FFFFFF><img src=img/pt.gif width=1 border=0></td><td class=testobianco width=95 onmouseover=javascript:this.style.backgroundColor='#6B331E' onmouseout=javascript:this.style.backgroundColor='#0F9FCF'><a class=testobianco href=credits.htm>Credits</a></td></tr>"+
"</table>"+
"</td></tr>"+
"</table>");

