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

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

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

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

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

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

mycontent[20]='<a href="http://www.turismonet.org/ifaraglioni" target="window"><img border="0" src="http://www.enexa.com/banner/ifaraglioni.gif"></a>'
mycontent[21]='<a href="http://www.turismonet.org/lachiusa" target="window"><img border="0" src="http://www.enexa.com/banner/lachiusa.gif"></a>'
mycontent[22]='<a href="http://www.turismonet.org/berlingeriresort" target="window"><img border="0" src="http://www.enexa.com/banner/berlingeriresort.gif"></a>'
mycontent[23]='<a href="http://www.turismonet.org/villapolina" target="window"><img border="0" src="http://www.enexa.com/banner/villapollina.gif"></a>'
mycontent[24]='<a href="http://www.turismonet.org/alresidence" target="window"><img border="0" src="http://www.enexa.com/banner/alresidence.gif"></a>'
mycontent[25]='<a href="http://www.turismonet.org/villapellegrino" target="window"><img border="0" src="http://www.enexa.com/banner/villapellegrino.gif"></a>'
mycontent[26]='<a href="http://www.turismonet.org/appartamentianca" target="window"><img border="0" src="http://www.enexa.com/banner/appartamentianca.gif"></a>'
mycontent[27]='<a href="http://www.turismonet.org/villagiardinata" target="window"><img border="0" src="http://www.enexa.com/banner/villagiardinata.gif"></a>'
mycontent[28]='<a href="http://www.turismonet.org/villaaltair" target="window"><img border="0" src="http://www.enexa.com/banner/villaaltair.gif"></a>'
mycontent[29]='<a href="http://www.turismonet.org/agriturismodimina" target="window"><img border="0" src="http://www.enexa.com/banner/agriturismodimina.gif"></a>'
mycontent[30]='<a href="http://www.turismonet.org/grimaldi" target="window"><img border="0" src="http://www.enexa.com/banner/grimaldi.gif"></a>'
mycontent[31]='<a href="http://www.turismonet.org/villarosemary" target="window"><img border="0" src="http://www.enexa.com/banner/villarosemary.gif"></a>'
mycontent[32]='<a href="http://www.turismonet.org/vultaggio" target="window"><img border="0" src="http://www.enexa.com/banner/vultaggio.gif"></a>'
mycontent[33]='<a href="http://www.turismonet.org/tregolfi" target="window"><img border="0" src="http://www.enexa.com/banner/tregolfi.gif"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->

