<!--
var n = Math.floor(Math.random()*3) ;
document.write("<IMG src='images/img_"+n+".jpg' width='350' height='260' border='0'>");
//-->