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

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

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

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

mycontent[21]='<a href="http://www.turismonet.org/terrauzza" target="window"><img border="0" src="http://www.enexa.com/banner/terrauzza.gif"></a>'
mycontent[22]='<a href="http://www.turismonet.org/zenzero" target="window"><img border="0" src="http://www.enexa.com/banner/zenzero.gif"></a>'
mycontent[23]='<a href="http://www.turismonet.org/terraeliberta" target="window"><img border="0" src="http://www.enexa.com/banner/terraeliberta.gif"></a>'
mycontent[24]='<a href="http://www.turismonet.org/badiula" target="window"><img border="0" src="http://www.enexa.com/banner/badiula.gif"></a>'
mycontent[25]='<a href="http://www.turismonet.org/stelladelsud" target="window"><img border="0" src="http://www.enexa.com/banner/stelladelsud.gif"></a>'
mycontent[26]='<a href="http://www.turismonet.org/tenutasancalogero" target="window"><img border="0" src="http://www.enexa.com/banner/tenutasancalogero.gif"></a>'
mycontent[27]='<a href="http://www.turismonet.org/bebrosolini" target="window"><img border="0" src="http://www.enexa.com/banner/bebrosolini.gif"></a>'
mycontent[28]='<a href="http://www.turismonet.org/borgonocchiara" target="window"><img border="0" src="http://www.enexa.com/banner/borgonocchiara.gif"></a>'
mycontent[29]='<a href="http://www.turismonet.org/lemangiatoiedelregiordano" target="window"><img border="0" src="http://www.enexa.com/banner/lemangiatoiedelregiordano.gif"></a>'
mycontent[30]='<a href="http://www.turismonet.org/villacristina" target="window"><img border="0" src="http://www.enexa.com/banner/villacristina.gif"></a>'
mycontent[31]='<a href="http://www.turismonet.org/lechiuse" target="window"><img border="0" src="http://www.enexa.com/banner/lechiuse.gif"></a>'
mycontent[32]='<a href="http://www.turismonet.org/hotelnotomarina" target="window"><img border="0" src="http://www.enexa.com/banner/hotelnotomarina.gif"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->

