var rand=Math.floor(Math.random()*5);
var a="<img src='/banners/";
document.write(a+rand+".jpg' width='760' height='70'>");
