<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://selenagomez.fandomready.com";
alt="Selena Source";
banner="http://i245.photobucket.com/albums/gg52/selenasource/30hs9x2.png";
width="100";
height="35";
}

if (ad==2) {
url="http://mystical-garden.net/";
alt="Mystical Garden";
banner="http://i10.tinypic.com/8afnsw6.png";
width="100";
height="35";
}

if (ad==3) {
url="http://britney-nasty.org/";
alt="Britney Nasty";
banner="http://britney-nasty.org/images/links/2.png";
width="100";
height="35";
}

if (ad==4) {
url="http://www.promising-horizons.green-skies.net/";
alt="Promising Horizona";
banner="http://i295.photobucket.com/albums/mm134/ItsxRiiax829/site%20stuff/button.png";
width="90";
height="33";
}

if (ad==5) {
url="http://nancy.mystical-garden.net/";
alt="Asian Pride Club";
banner="http://i26.tinypic.com/316mdk7.gif";
width="100";
height="35";
}

if (ad==6) {
url="http://livelaughlovedesigns.890m.com/";
alt="Live Laugh Love Designs";
banner="http://i32.tinypic.com/2hqt07p.png";
width="100";
height="35";
}

if (ad==7) {
url="http://freewebs.com/inner-rockstar";
alt="Inner Rockstar";
banner="http://i215.photobucket.com/albums/cc143/irblends/irbutton1.png";
width="100";
height="35";
}

if (ad==8) {
url="http://www.marvelous-miranda.co.nr/";
alt="Marvelous Miranda";
banner="http://i297.photobucket.com/albums/mm236/annasophiarobbfan1/button3.jpg";
width="96";
height="34";
}

if (ad==9) {
url="http://tranquilheart.harbourlights.org/";
alt="Tranquil Heart";
banner="http://i30.tinypic.com/t9bmoi.png";
width="88";
height="31";
}

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>');
// End -->