var myarray=new Array;
myarray[0]='<img src=\"http://www.vans.com/vans/images/kids_temp/4.jpg" ALT= \"VANS YOUTH FOOTWEAR" border=0>';
myarray[1]='<img src=\"http://www.vans.com/vans/images/kids_temp/5.jpg" ALT= \"VANS YOUTH FOOTWEAR" border=0>';
myarray[2]='<img src=\"http://www.vans.com/vans/images/kids_temp/6.jpg" ALT= \"VANS YOUTH FOOTWEAR" border=0>';
var whichbanner = Math.round(eval(myarray.length-1)*Math.random());
document.write(myarray[whichbanner] + '<BR>');
