<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.italiabb.com" target="window"><img border="0" src="http://www.turismonet.org/centralebanner/italiabb.gif"></a>'
mycontent[2]='<a href="http://www.agriturismoitaliano.it" target="window"><img border="0" src="http://www.turismonet.org/centralebanner/agriturismoitaliano.gif"></a>'
mycontent[3]='<a href="http://www.eolieonline.net" target="window"><img border="0" src="http://www.turismonet.org/centralebanner/isoleeolie.gif"></a>'

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

