<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.turismonet.org/terrauzza" target="window"><img border="0" src="http://www.enexa.com/banner/terrauzza.gif"></a>'
mycontent[2]='<a href="http://www.turismonet.org/ilcasalebb" target="window"><img border="0" src="http://www.enexa.com/banner/ilcasalebb.gif"></a>'
mycontent[3]='<a href="http://www.turismonet.org/villadeipapiri" target="window"><img border="0" src="http://www.enexa.com/banner/villadeipapiri.gif"></a>'
mycontent[4]='<a href="http://www.turismonet.org/sierravento" target="window"><img border="0" src="http://www.enexa.com/banner/sierravento.gif"></a>'
mycontent[5]='<a href="http://www.turismonet.org/roccadia" target="window"><img border="0" src="http://www.enexa.com/banner/roccadia.gif"></a>'
mycontent[6]='<a href="http://www.turismonet.org/abaco" target="window"><img border="0" src="http://www.enexa.com/banner/abaco.gif"></a>'

mycontent[7]='<a href="http://www.turismonet.org/aretusa" target="window"><img border="0" src="http://www.enexa.com/banner/aretusa.gif"></a>'
mycontent[8]='<a href="http://www.turismonet.org/masseriadegliulivi" target="window"><img border="0" src="http://www.enexa.com/banner/masseriadegliulivi.gif"></a>'
mycontent[9]='<a href="http://www.turismonet.org/donmauro" target="window"><img border="0" src="http://www.enexa.com/banner/donmauro.gif"></a>'
mycontent[10]='<a href="http://www.turismonet.org/vinci" target="window"><img border="0" src="http://www.enexa.com/banner/vinci.gif"></a>'
mycontent[11]='<a href="http://www.turismonet.org/casedamma" target="window"><img border="0" src="http://www.enexa.com/banner/casedamma.gif"></a>'

mycontent[12]='<a href="http://www.turismonet.org/perciata" target="window"><img border="0" src="http://www.enexa.com/banner/perciata.gif"></a>'
mycontent[13]='<a href="http://www.turismonet.org/sumalia" target="window"><img border="0" src="http://www.enexa.com/banner/sumalia.gif"></a>'
mycontent[14]='<a href="http://www.turismonet.org/pozzodimazza" target="window"><img border="0" src="http://www.enexa.com/banner/pozzodimazza.gif"></a>'
mycontent[15]='<a href="http://www.turismonet.org/mediterranea" target="window"><img border="0" src="http://www.enexa.com/banner/mediterranea.gif"></a>'
mycontent[16]='<a href="http://www.turismonet.org/aguglia" target="window"><img border="0" src="http://www.enexa.com/banner/aguglia.gif"></a>'
mycontent[17]='<a href="http://www.turismonet.org/laterrazzasulmare" target="window"><img border="0" src="http://www.enexa.com/banner/laterrazzasulmare.gif"></a>'
mycontent[18]='<a href="http://www.turismonet.org/vicerespeciale" target="window"><img border="0" src="http://www.enexa.com/banner/vicerespeciale.gif"></a>'
mycontent[19]='<a href="http://www.turismonet.org/perladelsole" target="window"><img border="0" src="http://www.enexa.com/banner/perladelsole.gif"></a>'
mycontent[20]='<a href="http://www.turismonet.org/artemare" target="window"><img border="0" src="http://www.enexa.com/banner/artemare.gif"></a>'

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

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

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

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

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

mycontent[27]='<a href="http://www.turismonet.org/borgolevante" target="window"><img border="0" src="http://www.enexa.com/banner/borgolevante.gif"></a>'
mycontent[28]='<a href="http://www.turismonet.org/lacasadimelo" target="window"><img border="0" src="http://www.enexa.com/banner/lacasadimelo.gif"></a>'
mycontent[29]='<a href="http://www.turismonet.org/infiorescenza" target="window"><img border="0" src="http://www.enexa.com/banner/infiorescenza.gif"></a>'
mycontent[30]='<a href="http://www.turismonet.org/terraeliberta" target="window"><img border="0" src="http://www.enexa.com/banner/terraeliberta.gif"></a>'
mycontent[31]='<a href="http://www.turismonet.org/zenzero" target="window"><img border="0" src="http://www.enexa.com/banner/zenzero.gif"></a>'
mycontent[32]='<a href="http://www.turismonet.org/notosicilybb" target="window"><img border="0" src="http://www.enexa.com/banner/notosicilybb.gif"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
