banners = new Array(2);

banners[0] = "<a href='http://www.submarino.com.br/cds_productdetails.asp?Query=ProductPage&ProdTypeId=2&ProdId=21243585&ST=SE&amp;franq=122431' target='_blank'><img src='http://i.s8.com.br/images/cds/cover_tn/img7/pq1981777.jpg' width='65' height='65' hspace='3' border='0' align='left' /><strong>Kate Nash</strong> <br /> Made of Bricks<br />19,90 no Submarino</a>";
banners[1] = "<a href='http://www.submarino.com.br/cds_productdetails.asp?Query=ProductPage&ProdTypeId=2&ProdId=1949338&ST=SE&amp;franq=122431' target='_blank'><img src='http://i.s8.com.br/images/cds/cover_tn/img8/pq1949338.jpg' width='65' height='65' hspace='3' border='0' align='left' />  <strong>Bj&ouml;rk</strong><br />Volta<br />  24,90 no Submarino</a>";

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

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