banners = new Array(2);

banners[0] = "<a href='http://www.submarino.com.br/cds_productdetails.asp?Query=ProductPage&ProdTypeId=2&ProdId=21251961&ST=SE&amp;franq=122431' target='_blank'><img src='http://i.s8.com.br/images/cds/cover_tn/img3/pq21230563.jpg' width='65' height='65' hspace='3' border='0' align='left' />  <strong>PJ Harvey</strong><br /> White Chalk<br />  19,90 no Submarino</a>";
banners[1] = "<a href='http://www.submarino.com.br/cds_productdetails.asp?Query=ProductPage&ProdTypeId=2&ProdId=1963121&ST=SF9898&franq=122431' target='_blank'><img src='http://i.s8.com.br/images/cds/cover_tn/img1/pq1963121.jpg' width='65' height='65' hspace='3' border='0' align='left' /><strong>Queens of the Stone Age</strong><br />Era Vulgaris<br />19,90 no Submarino</a>";

//calculate a random index
index = Math.floor(Math.random() * banners.length);

//display the banner
document.write(banners[index]);