<!-- Banner Ads Rotation Script -->







<!-- The JavaScript Source!! http://javascript.internet.com -->















<!-- Begin







var how_many_ads = 5;







var now = new Date()







var sec = now.getSeconds()







var ad = sec % how_many_ads;







ad +=1;







if (ad==1) {
url="http://www.iceplanet.com/store/cd_tendril.html";
alt="Anaphase, Baby!";
banner="http://www.iceplanet.com/icebanners/vertad_ana.gif";
width="209";
height="236";

}

if (ad==2) {
url="http://www.iceplanet.com/store/cd_charismatics.html";
alt="Stop Rock and Roll";
banner="http://www.iceplanet.com/icebanners/vertad_srr.gif";
width="209";
height="236";

}

if (ad==3) {
url="http://www.iceplanet.com/store/cd_raw.html";
alt="Polizida";
banner="http://www.iceplanet.com/icebanners/vertad_raw.gif";
width="209";
height="236";

}

if (ad==4) {
url="http://www.iceplanet.com/store/manbeforemars.html";
alt="The Beta EP | Out Now!";
banner="http://www.iceplanet.com/icebanners/vertad_mbm.gif";
width="209";
height="236";

}

if (ad==5) {
url="http://www.iceplanet.com/store";
alt="Redefine | The Power of Persuasion";
banner="http://www.iceplanet.com/icebanners/banner_vert_redefine2.gif";
width="209";
height="236";

}

('<center>');







document.write('<a href=\"' + url + '\" target=\"_top\">');







document.write('<img src=\"' + banner + '\" width=')







document.write(width + ' height=' + height + ' ');







document.write('alt=\"' + alt + '\" border=0></a>');







document.write('</center>');







// End -->