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

