<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.ramofiorito.it/it-in-barca-con-noi.html" target="window"><img border="1" src="ramofiorito600.gif"></a>'
mycontent[2]='<a href="http://www.puckcharter.com" target="window"><img border="1" src="puckyachts600.gif" alt="Puck Charter"></a>'
mycontent[3]='<a href="http://www.navigandoincharter.com" target="window"><img border="1" src="navigandoincharter600.gif"></a>'
mycontent[4]='<a href="http://www.sail-charter.it" target="window"><img border="1" src="sailcharter600.gif" alt="Sail Charter"></a>'
mycontent[5]='<a href="http://nuke.sealive.org" target="window"><img border="1" src="sealivecharter600.gif" alt="Sealive Charter"></a>'
mycontent[6]='<a href="http://www.forteknautica.com" target="window"><img border="1" src="fortek600.gif" alt="Fortek Nautica"></a>'
mycontent[7]='<a href="http://www.motoryachtcharter.it" target="window"><img border="1" src="motoryachtcharter.gif" alt="Motor Yacht Charter"></a>'
mycontent[8]='<a href="http://www.infinitomare.it" target="window"><img border="1" src="infinitomare.gif" alt="Infinito Mare Escursioni Marine"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->

