<!-- Begin
var how_many_ads =11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

//now you can add to the below and change the existing!

if (ad==1) {
site="Losted Minds"
url="http://www.lostedminds.kawaiisite.com";
alt="A anime and graphic site with many many things for you";
banner="http://img.photobucket.com/albums/v337/winniec2/0305_bluelinkme.gif";
}

if (ad==2) {
site="Losted Minds Exchange"
url="http://www.lostedminds.kawaiisite.com";
alt="Join the exchange to gain more hits to your site";
banner="http://img.photobucket.com/albums/v337/winniec2/EXLINKME.gif";
}

if (ad==3) {
site="Blades of Eternity"
url="http://bladesofeternity.iconrate.net";
alt="It's a graphics / story site hosting an original story.";
banner="http://bladesofeternity.iconrate.net/layout/boebutton.gif";
}


if (ad==4) {
site="DRK Exchange"
url="http://www.freewebs.com/drk-exchange";
alt="An 88x31 non-elite button exchange mostly for RPGs though everybody is welcome to join";
banner="http://i2.photobucket.com/albums/y45/DRK-Exchange/Buttons/drk-button1.jpg";
}


if (ad==5) {
site="Black Roses"
url="http://blackroses.kylosa.com";
alt="Anime graphics, tutroials, contests, forums and much more";
banner="http://i5.photobucket.com/albums/y161/LilSuicide/BR/blacrb.gif";
}


if (ad==6) {
site="Anime Mantra"
url="http://animemantra.kylosa.com";
alt="A graphics site with lots of avatars, buttons, banners, bookmarks, enter signs, brushes, fonts, tutorials, layouts and more!!";
banner="http://kylosa.com/Hosting/animemantra/animemantra.gif";
}

if (ad==7) {
site="Crystalline Wishes"
url="http://www.cw.kylosa.com";
alt="a graphics site that offers free graphics and alot more!";
banner="http://img357.imageshack.us/img357/408/cwbutton20gs.gif";
}

if (ad==8) {
site="White Dreams"
url="http://white-dreams.kylosa.com";
alt="White Dreams is Aaliayh's Lacus Clyne and Meer Campbell shrine. Profiles, Essays, VS, Win an Award, and other neat features can be found here!";
banner="http://jupiter.walagata.com/w/kajidragonstar/whitedreams_button.gif";
}

if (ad==9) {
site="Bumble"
url="http://www.torn-wings.com/";
alt="A growing graphics site with cartoons for all ages";
banner="http://images.quizilla.com/H/HE/HER/hermionessister/1138544675_bumblebutton.gif";
}


if (ad==10) {
site="The Cafe of Broken Dreams "
url="http://broken-dreams.sonochigiri.net/";
alt="The Cafe of Broken Dreams is a growing graphics and layouts site! Layouts include anime/manga, non-anime/manga or CG";
banner="http://broken-dreams.sonochigiri.net/images/link2.jpg";
}

if (ad==11) {
site="lost reality designs"
url="http://lostreality.kylosa.com/";
alt="A growing anime graphic site. Contains neopets graphics such as avatars, lookups and many more";
banner="http://lostreality.kylosa.com/linkme_button/LRD_button6.gif";
}

document.write('<a href="http://lostedminds.kawaiisite.com" target=_blank title="Losted Minds Exchange">');
document.write('<img src=http://img.photobucket.com/albums/v337/winniec2/lm_ex.gif border=0></a><br>');
document.write('<a href=\"' + url + '\" target=\"_blank\" title=\"' + site + ' -- ' + alt + '\">');
document.write('<img src=\"' + banner + '\" border=0 width=88 + height=31></a><br>')

// End -->
