var how_many_links = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_links;
ad +=1;
if (ad==1) {
url="http://www.freegraphicland.com/cgi-bin/rankem.cgi?id=clippart";
linkname="CLICK HERE TO ENTER TOP FREE GRAPHICS";
}
if (ad==2) {
url="http://www.freegraphicland.com/cgi-bin/rankem.cgi?id=clippart";
linkname="CLICK HERE TO ENTER TOP FREE GRAPHICS";
}
if (ad==3) {
url="http://www.clip-art-gallery.com/in.php?id=ekinoks7";
linkname="CLICK HERE TO ENTER FREE CLIPART GALLERY";
}
if (ad==4) {
url="http://www.clip-art-gallery.com/in.php?id=ekinoks7";
linkname="CLICK HERE TO ENTER FREE CLIPART GALLERY";
}
if (ad==5) {
url="http://www.clipsahoy.com/cgi-bin/AutoRank/rankem.cgi?action=in&id=ekinoks7";
linkname="CLICK HERE TO ENTER FREE CLIP ART ISLAND";
}
if (ad==6) {
url="http://www.clipsahoy.com/cgi-bin/AutoRank/rankem.cgi?action=in&id=ekinoks7";
linkname="CLICK HERE TO ENTER FREE CLIP ART ISLAND";
}
if (ad==7) {
url="http://www.clipsahoy.com/cgi-bin/AutoRank/rankem.cgi?action=in&id=ekinoks7";
linkname="CLICK HERE TO ENTER FREE CLIP ART ISLAND";
}
if (ad==8) {
url="http://www.clipsahoy.com/cgi-bin/AutoRank/rankem.cgi?action=in&id=ekinoks7";
linkname="CLICK HERE TO ENTER FREE CLIP ART ISLAND";
}
document.write('<p align="center" style="font-family:arial;font-size:20px;font-weight:bold;margin-top:0px;margin-bottom:0px;">');
document.write('<a href=\"' + url + '\" target=\"_blank\" class="white">');
document.write('<img src="images/hand_ani.gif" width="30" height="17" border="0" alt="click here">');
document.write(linkname);
document.write('</a>');
document.write('</p>');
