﻿<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.turismonet.org/vulcanoconsult" target="window"><img border="0" src="http://www.enexa.com/banner/vulcanoconsult.gif"></a>'
mycontent[2]='<a href="http://www.turismonet.org/villaeoliana" target="window"><img border="0" src="http://www.enexa.com/banner/villaeoliana.gif"></a>'
mycontent[3]='<a href="http://www.turismonet.org/ossidiana" target="window"><img border="0" src="http://www.enexa.com/banner/ossidiana.gif"></a>'
mycontent[4]='<a href="http://www.turismonet.org/ilgelso" target="window"><img border="0" src="http://www.enexa.com/banner/ilgelso.gif"></a>'
mycontent[5]='<a href="http://www.turismonet.org/hoteltritone" target="window"><img border="0" src="http://www.enexa.com/banner/hoteltritone.gif"></a>'

mycontent[6]='<a href="http://www.turismonet.org/hotelravesi" target="window"><img border="0" src="http://www.enexa.com/banner/hotelravesi.gif"></a>'
mycontent[7]='<a href="http://www.turismonet.org/gelsovacanze" target="window"><img border="0" src="http://www.enexa.com/banner/gelsovacanze.gif"></a>'
mycontent[8]='<a href="http://www.turismonet.org/galletta" target="window"><img border="0" src="http://www.enexa.com/banner/galletta.gif"></a>'
mycontent[9]='<a href="http://www.turismonet.org/eoliesicilia" target="window"><img border="0" src="http://www.enexa.com/banner/eoliesicilia.gif"></a>'
mycontent[10]='<a href="http://www.turismonet.org/dasabina" target="window"><img border="0" src="http://www.enexa.com/banner/dasabina.gif"></a>'
mycontent[11]='<a href="http://www.turismonet.org/colapesce" target="window"><img border="0" src="http://www.enexa.com/banner/colapesce.gif"></a>'
mycontent[12]='<a href="http://www.turismonet.org/athena" target="window"><img border="0" src="http://www.enexa.com/banner/athena.gif"></a>'

mycontent[13]='<a href="http://www.turismonet.org/amalfi" target="window"><img border="0" src="http://www.enexa.com/banner/amalfi.gif"></a>'

mycontent[14]='<a href="http://www.turismonet.org/carasco" target="window"><img border="0" src="http://www.enexa.com/banner/carasco.gif"></a>'

mycontent[15]='<a href="http://www.turismonet.org/polimeniresidence" target="window"><img border="0" src="http://www.enexa.com/banner/polimeniresidence.gif"></a>'

mycontent[16]='<a href="http://www.turismonet.org/antonello" target="window"><img border="0" src="http://www.enexa.com/banner/antonello.gif"></a>'

mycontent[17]='<a href="http://www.turismonet.org/albelvederesalina" target="window"><img border="0" src="http://www.enexa.com/banner/albelvederesalina.gif"></a>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->

