<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.damarianna.com" target="window"><img border="0" width="150" src="http://www.ristoranti-italia.info/ristorantiitalia/ristorantedamarianna.jpg"></a>'
mycontent[2]='<a href="http://www.villombrosa.it" target="window"><img border="0" width="150" src="http://www.ristoranti-italia.info/ristorantiitalia/ristorantevillombrosa.jpg"></a>'
mycontent[3]='<a href="http://www.agriturismosancataldo.it" target="window"><img border="0" width="150" src="http://www.ristoranti-italia.info/ristorantiitalia/ristoranteagriturismosancataldo.jpg"></a>'
mycontent[4]='<a href="http://www.agriturismosangaetano.it" target="window"><img border="0" width="150" src="http://www.ristoranti-italia.info/ristorantiitalia/sangaetano.jpg"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->

