var myarray=new Array;
myarray[0]='<a href=\"http://www.shoponeillusa.com " target=\"_blank\" class=\"blk\"><img src=\"http://www.triplecrownofsurfing.com/images/banners/oneill_triplecrown_denim_300x250.jpg" ALT= \"ONEILL" border=0></a>';
myarray[1]='<a href=\"http://www.shoponeillusa.com " target=\"_blank\" class=\"blk\"><img src=\"http://www.triplecrownofsurfing.com/images/banners/oneill_triplecrown_flannel_300x250.jpg" ALT= \"ONEILL" border=0></a>';
myarray[2]='<a href=\"http://www.shoponeillusa.com " target=\"_blank\" class=\"blk\"><img src=\"http://www.triplecrownofsurfing.com/images/banners/ECommerce_worldcup_Banner_300x250.jpg" ALT= \"ONEILL" border=0></a>';
var whichbanner = Math.round(eval(myarray.length-1)*Math.random());
document.write(myarray[whichbanner] + '<BR>');
