<!-- Begin
var how_many_ads = 21;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://artbox.inspired-colors.org/";
alt="ArtBox";
banner="http://inspired-colors.org/images/ads/artbox.jpg";
width="88";
heigth="31";
}
if (ad==2) {
url="http://tom-w.com/";
alt="Tom Welling Fan";
banner="http://inspired-colors.org/images/ads/tomwellingfan.gif";
width="100";
heigth="35";
}
if (ad==3) {
url="http://myexile.inspired-colors.org/";
alt="My Exile";
banner="http://inspired-colors.org/images/ads/myexile.png";
width="88";
heigth="31";
}
if (ad==4) {
url="http://snookumz.com/";
alt="Snookumz.com";
banner="http://i172.photobucket.com/albums/w5/snookumzdc/ads/8.gif";
width="88";
heigth="31";
}
if (ad==5) {
url="http://coloursplash.org/";
alt="Coloursplash";
banner="http://i53.tinypic.com/29e3j9k.png";
width="88";
heigth="31";
}
if (ad==6) {
url="http://xcorphz.com";
alt="XCORPHZ";
banner="http://i242.photobucket.com/albums/ff103/xc0rphz/button-1.gif";
width="88";
heigth="31";
}
if (ad==7) {
url="http://drownthecity.info/";
alt="Drown the City";
banner="http://inspired-colors.org/images/ads/drownthecity.png";
width="88";
heigth="31";
}
if (ad==8) {
url="http://www.beguiler.net";
alt="Beguiler";
banner="http://inspired-colors.org/images/ads/beguiler.jpg";
width="88";
heigth="31";
}
if (ad==9) {
url="http://6birds.net";
alt="6Birds";
banner="http://6birds.net/wp-content/uploads/2011/02/button48.png";
width="88";
heigth="31";
}
if (ad==10) {
url="http://www.atomicaffliction.com";
alt="Atomic Affiction";
banner="http://www.atomicaffliction.com/images/buttons/1.gif";
width="88";
heigth="31";
}
if (ad==11) {
url="http://www.weekendwars.org";
alt="Weekend Wars";
banner="http://i53.tinypic.com/2eydv0y.jpg";
width="88";
heigth="31";
}
if (ad==12) {
url="http://coryldork.org";
alt="CorylDork";
banner="images/ads/coryldork_org.png";
width="88";
heigth="31";
}
if (ad==13) {
url="http://www.tomizen.info";
alt="Tomizen";
banner="http://www.tomizen.info/88x31.png";
width="88";
heigth="31";
}
if (ad==14) {
url="http://visibleboundary.coloursplash.org/";
alt="Visible Boundary";
banner="http://visibleboundary.coloursplash.org/wp-content/uploads/2011/04/button-02.png";
width="88";
heigth="31";
}
if (ad==15) {
url="http://womobomo.blogspot.com/";
alt="Womobomo";
banner="http://i1119.photobucket.com/albums/k628/ceanportfolio/womobomo.png";
width="88";
heigth="31";
}
if (ad==16) {
url="http://one-parade.com/";
alt="One Parade";
banner="http://one-parade.com/images/button2.jpg";
width="88";
heigth="31";
}
if (ad==17) {
url="http://bubblehearts.org";
alt="Bubblehearts";
banner="images/ads/bubllehearts_org.png";
width="88";
heigth="31";
}
if (ad==18) {
url="http://wildecade.net";
alt="Wild Decade";
banner="http://wildecade.net/wdbutton88x31.jpg";
width="88";
heigth="31";
}
if (ad==19) {
url="http://blacktoproad.satisromance.org";
alt="Blacktoproad";
banner="http://i1086.photobucket.com/albums/j451/blacktoproad/button2.png";
width="88";
heigth="31";
}
if (ad==20) {
url="http://booknoodle.net/";
alt="Booknoodle";
banner="images/ads/booknoodle.jpg";
width="88";
heigth="31";
}
if (ad==21) {
url="http://www.aelira.com";
alt="Aelira";
banner="http://www.aelira.com/links/linkme/buttons/04.jpg";
width="88";
heigth="31";
}
document.write('<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 -->
