var myarray=new Array;
myarray[0]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition01.jpg" ALT= \"CONTEST" border=0></a>';
myarray[1]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition02.jpg" ALT= \"CONTEST" border=0></a>';
myarray[2]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition03.jpg" ALT= \"CONTEST" border=0></a>';
myarray[3]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition04.jpg" ALT= \"CONTEST" border=0></a>';
myarray[4]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition05.jpg" ALT= \"CONTEST" border=0></a>';
myarray[5]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition06.jpg" ALT= \"CONTEST" border=0></a>';
myarray[6]='<a href=\"http://www.vans.eu/competition/" target=\"_parent\"><img src=\"http://www.vans.eu/competition/Bilder/competition07.jpg" ALT= \"CONTEST" border=0></a>';
var whichbanner = Math.round(eval(myarray.length-1)*Math.random());
document.write(myarray[whichbanner] + '<BR>');
