<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.turismonet.org/tenutemontalto" target="window"><img border="0" src="http://www.enexa.com/banner/tenutemontalto.gif"></a>'
mycontent[2]='<a href="http://www.turismonet.org/bagliospano" target="window"><img border="0" src="http://www.enexa.com/banner/bagliospano.gif"></a>'
mycontent[3]='<a href="http://www.turismonet.org/bagliodelmarchese" target="window"><img border="0" src="http://www.enexa.com/banner/bagliodelmarchese.gif"></a>'
mycontent[4]='<a href="http://www.turismonet.org/ducadicastelmonte" target="window"><img border="0" src="http://www.enexa.com/banner/ducadicastelmonte.gif"></a>'
mycontent[5]='<a href="http://www.turismonet.org/tarantola" target="window"><img border="0" src="http://www.enexa.com/banner/tarantola.gif"></a>'
mycontent[6]='<a href="http://www.turismonet.org/costadimandorla" target="window"><img border="0" src="http://www.enexa.com/banner/costadimandorla.gif"></a>'

mycontent[7]='<a href="http://www.turismonet.org/villettacornino" target="window"><img border="0" src="http://www.enexa.com/banner/villettacornino.gif"></a>'
mycontent[8]='<a href="http://www.turismonet.org/villasparta" target="window"><img border="0" src="http://www.enexa.com/banner/villasparta.gif"></a>'
mycontent[9]='<a href="http://www.turismonet.org/angelabb" target="window"><img border="0" src="http://www.enexa.com/banner/angelabb.gif"></a>'
mycontent[10]='<a href="http://www.turismonet.org/casecolomba" target="window"><img border="0" src="http://www.enexa.com/banner/casecolomba.gif"></a>'
mycontent[11]='<a href="http://www.turismonet.org/ostellino" target="window"><img border="0" src="http://www.enexa.com/banner/ostellino.gif"></a>'

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

mycontent[13]='<a href="http://www.turismonet.org/albamarina" target="window"><img border="0" src="http://www.enexa.com/banner/albamarina.gif"></a>'
mycontent[14]='<a href="http://www.turismonet.org/bbvioletta" target="window"><img border="0" src="http://www.enexa.com/banner/bbvioletta.gif"></a>'
mycontent[15]='<a href="http://www.turismonet.org/pizzolungo" target="window"><img border="0" src="http://www.enexa.com/banner/pizzolungo.gif"></a>'
mycontent[16]='<a href="http://www.turismonet.org/trigrana" target="window"><img border="0" src="http://www.enexa.com/banner/trigrana.gif"></a>'
mycontent[17]='<a href="http://www.turismonet.org/sanacore" target="window"><img border="0" src="http://www.enexa.com/banner/sanacore.gif"></a>'

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

mycontent[19]='<a href="http://www.turismonet.org/fattoriadimina" target="window"><img border="0" src="http://www.enexa.com/banner/fattoriadimina.gif"></a>'
mycontent[20]='<a href="http://www.turismonet.org/fattoriaspezia" target="window"><img border="0" src="http://www.enexa.com/banner/fattoriaspezia.gif"></a>'
mycontent[21]='<a href="http://www.turismonet.org/torredelsole" target="window"><img border="0" src="http://www.enexa.com/banner/torredelsole.gif"></a>'
mycontent[22]='<a href="http://www.turismonet.org/agriturismoferro" target="window"><img border="0" src="http://www.enexa.com/banner/agriturismoferro.gif"></a>'

mycontent[23]='<a href="http://www.turismonet.org/ifaraglioni" target="window"><img border="0" src="http://www.enexa.com/banner/ifaraglioni.gif"></a>'
mycontent[24]='<a href="http://www.turismonet.org/grimaldi" target="window"><img border="0" src="http://www.enexa.com/banner/grimaldi.gif"></a>'
mycontent[25]='<a href="http://www.turismonet.org/lachiusa" target="window"><img border="0" src="http://www.enexa.com/banner/lachiusa.gif"></a>'
mycontent[26]='<a href="http://www.turismonet.org/oasiparadiso" target="window"><img border="0" src="http://www.enexa.com/banner/oasiparadiso.gif"></a>'
mycontent[27]='<a href="http://www.turismonet.org/lostagnone" target="window"><img border="0" src="http://www.enexa.com/banner/lostagnone.gif"></a>'
mycontent[28]='<a href="http://www.turismonet.org/berlingeriresort" target="window"><img border="0" src="http://www.enexa.com/banner/berlingeriresort.gif"></a>'
mycontent[29]='<a href="http://www.turismonet.org/villapolina" target="window"><img border="0" src="http://www.enexa.com/banner/villapollina.gif"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
