document.write("<FORM><INPUT TYPE=HIDDEN NAME='saved' value='1'></FORM>")
function welcome()
	{
if(document.cookie == "")
	{
var counting = "1";
var when = new Date()
document.cookie = "counting=; expires=" + when.toGMTString();
when.setMonth(when.getMonth() + 1)
var counting = document.forms[0].saved.value;
document.cookie = "counting="+counting+" `; expires=" + when.toGMTString()
window.document.write("Hai visitato questo sito per la prima volta");
	}
else
	{
var get = document.cookie;
get = get.substring((get.indexOf("=")+1),get.length);
var count = get.split(" ");
count[0]++
window.document.write("Hai visitato "+count[0]+" pagine di questo sito");
document.forms[0].saved.value=count[0];
saveit()
	}
	}


function saveit()
	{
var when = new Date()
document.cookie = "counting=; expires=" + when.toGMTString();
when.setMonth(when.getMonth() + 1)
var counting = document.forms[0].saved.value;
document.cookie = "counting="+counting+"; expires=" + when.toGMTString()
	}

document.writeln("<TABLE width=760 border=0 cellspacing=0 cellpadding=1 align=center>"+
"  <TR>"+
"   <TD bgcolor=#003933>"+
"      <TABLE width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=#003933 height=100%>"+
"        <TR>"+
"          <TD bgcolor=#003933  valign=top colspan=3>"+
"            <TABLE width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=#EFE8C6>"+
"              <TR>"+
"                <TD rowspan=2 width=80 height=99 bgcolor=#003933 colspan=2 valign=top>"+
"                  <IMG NAME=img1 WIDTH=80 HEIGHT=99 BORDER=0 SRC='images/pescatoreoff.gif' onLoad='tempPescatore=new Image(0,0);' tempPescatore.src='images/pescatoreon.gif'>"+
"                </TD>"+
"                <TD width=210 bgcolor=#EFE7C6 height=61 align=center valign=middle><A href=index.html><IMG NAME=Titolo WIDTH=166 HEIGHT=39 BORDER=0 SRC='images/TitoloNewOff.gif' onLoad='tempTitolo=new Image(0,0);' tempTitolo.src='images/TitoloNewOn.gif' onMouseOver=\"if (VersionNavigateur(3.0,4.0))  Titolo.src='images/TitoloNewOn.gif' \" onMouseOut=\"Titolo.src='images/TitoloNewOff.gif'\"></A> "+
"                </TD>"+
"                <TD width=470 align=center valign=middle height=61 bgcolor=#006600><IMG src=images/bannerpesca.gif width=468 height=60 border=0></TD>"+
"              </TR>"+
"              <TR>"+
"                <TD colspan=2 width=680 background='images/Image1.gif' align=left valign=top height=41>"+
"                  <IMG NAME=menu src=images/menu.gif width=580 height=30 border=0 usemap=#Map onLoad='tempTecnica=new Image(0,0);' tempTecnica.src='images/menutecnica.gif'; tempEsche'=new Image(0,0);' tempEsche.src='images/menuesche.gif'; tempPesci'=new Image(0,0);' tempPesci.src='images/menupesci.gif'; tempItinerari'=new Image(0,0); tempItinerari.src='images/menuitinerari.gif'; tempGames'=new Image(0,0); tempGames.src='images/menugames.gif'; tempLinks'=new Image(0,0); tempLinks.src='images/menulinks.gif'></TD>"+
"              </TR>"+
"            </TABLE>"+
"          </TD>"+
"        </TR>"+
"        <TR>"+
"          <TD bgcolor=#003933  valign=top colspan=3 height=18><FONT color=#FFFFCC face='Arial, Helvetica, sans-serif' size=1>")
//welcome();
document.writeln("</font><hr size=1 width=100% color=#006600></TD>"+
"        </TR>"+
"        <TR> ")