var myarray=new Array;
myarray[0]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/1.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[1]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/2.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[2]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/3.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[3]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/4.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[4]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/5.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[5]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/6.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[6]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/7.jpg" ALT= \"PETER BESTE" border=0></a>';
myarray[7]='<a href=\"http://www.peterbeste.com/home" class=\"blk\"><img src=\"/splash/8.jpg" ALT= \"PETER BESTE" border=0></a>';

var whichbanner = Math.round(eval(myarray.length-1)*Math.random());
document.write(myarray[whichbanner] + '<BR>');

