<!--
ret = Math.floor(Math.random() * advert.length);
document.write(advert[ret]);
//-->
