var how_many_ads = 15;
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/";
alt="Oap - Over aged players -UK based squad/guild";
banner="images/oaplogo.jpg";
width="460";
height="41";
txt="OAP - Over Aged Players. Playing CoD, BF2 squad and WoW.";
}
if (ad==5) {
url="http://www.gfzone.dk/";
alt="§GF§ - Good Friends. Danish Delta Force BHD/TS squad";
banner="images/gfsquad1.jpg";
width="320";
height="148";
txt="§GF§ - Good Friends. Danish Delta Force BHD/TS squad.";
}
if (ad==6) {
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==7) {
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==8) {
url="http://www.sod-hq.co.uk/sod/";
alt="&laquo;S.&oslash;.&ETH;&raquo; - Snipers of Destiny. UK based BHD Squad";
banner="images/sod_banner.jpg";
width="424";
height="96";
txt="*&laquo;S.&oslash;.&ETH;&raquo; - Snipers of Destiny. UK based BHD Squad";
}
if (ad==9) {
url="http://www.mv-squad.com/";
alt="&#126;MV&#126; - Master ValiantS. Moroccan/international based DF 2 Squad";
banner="images/mastervaliants_banner.jpg";
width="460";
height="77";
txt="&#126;MV&#126; - Master ValiantS. Moroccan/international based DF 2 Squad";
}
if (ad==10) {
url="http://www.silent-stalkers.net/";
alt="{SS} Silent-Stalkers. US based BF2, CoD 4 and BHDTS Squad";
banner="images/ssban.jpg";
width="460";
height="59";
txt="{SS} Silent-Stalkers. US based BF2, CoD 4 and BHDTS Squad";
}
if (ad==11) {
url="http://www.bcu.megasportal.co.uk/";
alt=".BCU. - British Commando Unit - UK based DF Xtreme Squad";
banner="images/bcu_banner.gif";
width="450";
height="60";
txt=".BCU. - British Commando Unit - UK based DF Xtreme Squad";
}
if (ad==12) {
url="http://www.totalplayer.fr/";
alt="TP - Total Player - French based DF BHD and CoD 4 squad";
banner="images/totalplayer_banner.jpg";
width="500";
height="160";
txt="TP - Total Player - French based DF BHD and CoD 4 squad";
}
if (ad==13) {
url="http://www.doa.fuservers.com/";
alt="&ETH;&Ouml&Auml; - Dead On Arrival - Delta Force BHD TDM squad";
banner="images/doa_banner01.jpg";
width="277";
height="286";
txt="&ETH;&Ouml&Auml; - Dead On Arrival - Delta Force BHD TDM squad";
}
if (ad==14) {
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==15) {
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>');