var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.polyesterman.de/index.htm";
alt="Anarchist Liberation Front DF squad";
banner="images/alfbanner.jpg";
width="460";
height="60";
txt="ALF - Anarchist Liberation Front. DF 1 squad.";
}
if (ad==2) {
url="http://www.raptor-pack.net/";
alt="Raptor-Pack squad";
banner="images/raptorpack_logo.jpg";
width="520";
height="55";
txt="RP - Raptor-Pack. DFX, JO, TFD squad.";
}
if (ad==3) {
url="http://www.eliteplatoon.dk/";
alt="Elite Platoon";
banner="images/ep2.jpg";
width="460";
height="57";
txt="±EP± - Elite Platoon. Danish BHD squad.";
}
if (ad==4) {
url="http://www.oapsquad.com/vwar/news.php";
alt="Oap - Over aged players -UK based squad/guild";
banner="images/oap_server_logo.jpg";
width="512";
height="64";
txt="Oap - Over aged players. UK based squad playing BC2 and CoD.";
}
if (ad==5) {
url="http://www.hellmoods.de/";
alt="-HM- Hellmood-Clan. German DFLW, BHD and DF:X squad";
banner="images/hm_banner.jpg";
width="400";
height="120";
txt="-HM- Hellmood-Clan. German DFLW, BHD and DF:X squad.";
}
if (ad==6) {
url="http://www.ufp-squad.com/";
alt="=UFP= - United Federation of Players";
banner="images/ufp_logo.jpg";
width="420";
height="80";
txt="=UFP= - United Federation of Players. US squad playing DF, Diablo 2 and others";
}
if (ad==7) {
url="http://www.gcc-clan.be/";
alt="GCC Belgian clan/squad. Joint Operations IC, ICE and AW2 REALITY mod";
banner="images/gcc_banner77.jpg";
width="328";
height="96";
txt="GCC Belgian clan/squad. Joint Operations IC, ICE and AW2 REALITY mod";
}
if (ad==8) {
url="http://tinodidriksen.com/";
alt="A howl on the wind ... The words and ideas of Tino Didriksen";
banner="images/tino_banner01.jpg";
width="490";
height="110";
txt="A howl on the wind ... The words and ideas of Tino Didriksen";
}

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><br>');
document.write('<font face=arial size=1>' + txt + '</font></a>');
document.write('</center>');