function RandBan ()
{
winid = Math.round((Math.random() * 5)); 
document.getElementById("topper").style.background =  "url(picts/pict" + winid + ".jpg) no-repeat";
} 
