<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.turismonet.org/bbalessandra" target="window"><img border="0" src="http://www.enexa.com/banner/bbalessandra.gif"></a>'
mycontent[2]='<a href="http://www.turismonet.org/dimoradelviaggiatore" target="window"><img border="0" src="http://www.enexa.com/banner/dimoradelviaggiatore.gif"></a>'
mycontent[3]='<a href="http://www.turismonet.org/santomaso" target="window"><img border="0" src="http://www.enexa.com/banner/santomaso.gif"></a>'
mycontent[4]='<a href="http://www.turismonet.org/moiazza" target="window"><img border="0" src="http://www.enexa.com/banner/moiazza.gif"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
