<!-- 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.girlzandfriends.com/";
alt="Girlz&Friends: Games, stories, graphics, dollmakers, and tons more!";
banner="http://i46.photobucket.com/albums/f148/sparkles11192/1.gif";
width="88";
height="31";
}
if (ad==2) {
url="http://www.bd.22web.net/joinbuttonrotation.html";
alt="Click here to join this button exchange!";
banner="http://www.bd.22web.net/siteimages/YDHbutton.gif";
width="88";
height="31";
}
if (ad==3) {
url="http://www.cowgirlclub.co.nr";
alt="The Cowgirl Cutie Club";
banner="http://i89.photobucket.com/albums/k228/ginnyweasly123890/10.gif";
width="88";
height="31";
}
if (ad==4) {
url="http://www.heymonie.net";
alt="Hey Monie.net";
banner="http://i16.tinypic.com/4c30ozo.jpg";
width="88";
height="31";
}
if (ad==5) {
url="http://www.girlzandfriends.com/sparklehearts/index2.htm";
alt="Sparkle Hearts";
banner="http://i68.photobucket.com/albums/i15/pinknangel72/sparklehearts2.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 -->