<!-- Banner Ads Rotation Script -->

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

<!-- Begin

var how_many_ads = 7;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;

ad +=1;



if (ad==1) {
url="http://www.bishopmanor.com";
alt="Bishop Manor | Practice Where You Play";
banner="http://www.iceplanet.com/icebanners/banner_bishop.jpg";
width="480";
height="60";}

if (ad==2) {
url="http://www.iceplanet.com/store/cd_charismatics.html";
alt="The Charismatics";
banner="http://www.iceplanet.com/icebanners/banner_charissrr.gif";
width="480";
height="60";}

if (ad==3) {
url="http://www.iceplanet.com";
alt="Steal + Use This Banner!";
banner="http://www.iceplanet.com/icebanners/banner_iceplanet.gif";
width="480";
height="60";}

if (ad==4) {
url="http://www.iceplanet.com/store";
alt="Red Animal War | Polizida";
banner="http://www.iceplanet.com/icebanners/banner_rawpolizida.gif";
width="480";
height="60";}

if (ad==5) {
url="http://www.tendrilarmy.com";
alt="tendrilarmy.com";
banner="http://www.iceplanet.com/icebanners/banner_tendril.gif";
width="480";
height="60";}

if (ad==6) {
url="http://www.iceplanet.com/store";
alt="Man Before Mars | The Beta EP";
banner="http://www.iceplanet.com/icebanners/banner_mbm.gif";
width="480";
height="60";}

if (ad==7) {
url="http://www.iceplanet.com/store";
alt="Redefine | The Power of Persuasion";
banner="http://www.iceplanet.com/icebanners/banner_redefine2.gif";
width="480";
height="60";}

('<center>');







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







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







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







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







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







// End -->