var how_many_ads = 20;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://tinodidriksen.com/";
txt="The words and ideas of Tino Didriksen";
}
if (ad==2) {
url="http://www.polyesterman.de/index.htm";
txt="ALF - Anarchist Liberation Front. DF 1 squad";
}
if (ad==3) {
url="http://www.raptor-pack.net/";
txt="RP - Raptor-Pack. DFX, JO, TFD squad";
}
if (ad==4) {
url="http://www.eliteplatoon.dk/";
txt="±EP± - Elite Platoon. Danish BHD squad";
}
if (ad==5) {
url="http://www.dfbarracks.com/";
txt="DF Barracks - resources, forums and giant map database";
}
if (ad==6) {
url="http://www.oapsquad.com/";
txt="Oap - Over Aged Players. Playing CoD, BF2 and WoW";
}
if (ad==7) {
url="http://cka4ever.tripod.com/";
txt="=CKA= - Canada Kicks Ass. DF TDF squad";
}
if (ad==8) {
url="http://www.novahq.net/";
txt="Nova HQ. Delta Force and Joint Ops. resource center";
}
if (ad==9) {
url="http://www.gfzone.dk/";
txt="§GF§ - Good Friends. Danish Delta Force BHD/TS squad";
}
if (ad==10) {
url="http://www.hellmoods.de/";
txt="-HM- Hellmood-Clan. German DFLW, BHD and DF:X squad";
}
if (ad==11) {
url="http://www.ufp-squad.com/";
txt="=UFP= - United Federation of Players. DF, Diablo 2 etc.";
}
if (ad==12) {
url="http://www.sod-hq.co.uk/sod/";
txt="*&laquo;S.&oslash;.&ETH;&raquo; - Snipers of Destiny. UK based BHD Squad";
}
if (ad==13) {
url="http://www.mv-squad.com/";
txt="&#126;MV&#126; - Master ValiantS. Moroccan/int. based DF 2 Squad";
}
if (ad==14) {
url="http://www.freewebs.com/af-clan-bhd/";
txt="=*AF*=. Delta Force BHD and Halo squad";
}
if (ad==15) {
url="http://www.silent-stalkers.net/";
txt="{SS} Silent-Stalkers. US based BF2, CoD 4 and BHDTS Squad";
}
if (ad==16) {
url="http://www.bcu.megasportal.co.uk/";
txt=".BCU. - British Commando Unit - UK based DF Xtreme Squad";
}
if (ad==17) {
url="http://www.totalplayer.fr/";
txt="TP - Total Player - French based DF BHD and CoD 4 squad";
}
if (ad==18) {
url="http://www.doa.fuservers.com/";
txt="&ETH;&Ouml&Auml; - Dead On Arrival - Delta Force BHD TDM squad";
}
if (ad==19) {
url="http://www.novawarfare.com/";
txt="Nova Warfare - Novalogic tournaments,gaming &amp; squads community";
}
if (ad==20) {
url="http://www.gcc-clan.be/";
txt="GCC Belgian clan/squad. Joint Operations IC, ICE and AW2 REALITY mod";
}
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<font face=verdana size=1>' + txt + '</font></a>');
