function random_imglink(){
var mypics=new Array()

mypics[0]="http://www.fondazioneansaldo.eu/js/a2.jpg"
mypics[1]="http://www.fondazioneansaldo.eu/js/a5a.jpg"
mypics[2]="http://www.fondazioneansaldo.eu/js/a6.jpg"
mypics[3]="http://www.fondazioneansaldo.eu/js/a7.jpg"
mypics[4]="http://www.fondazioneansaldo.eu/js/a8.jpg"
mypics[5]="http://www.fondazioneansaldo.eu/js/a9.jpg"
mypics[6]="http://www.fondazioneansaldo.eu/js/a10.jpg"

var ry=Math.floor(Math.random()*mypics.length)
if (ry==0)
ry=1
document.write('<img src="'+mypics[ry]+'" border=0>')
}
random_imglink()
