<!-- BANNER ROTATOR

var how_many_ads = 5
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

//**************************** AD NUMBER 5 ****************

if (ad==5){


url="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=12345678sk";

alt="hostgator";

banner="http://www.hostgator.com/affiliates/banners/resellernormal2.gif";

width="468";
height="60";
}

//**************************** AD NUMBER 4 ****************

if (ad==4){


url="http://www.primalotto.com/start/1071.html";

alt="primalotto";

banner="http://www.primalotto.com/img/1071/60.gif";

width="468";
height="60";
}

//**************************** AD NUMBER 3 ****************

if (ad==3){


url="http://www.hdpm.eu";

alt="http://www.hdpm.eu";

banner="http://www.hdpm.eu/bannerfarm/logo04_468x60.gif";

width="468";
height="60";
}

//**************************** AD NUMBER 2 ****************


if (ad==2) {


url="http://www.Profiwin.de/?partner=151773";

alt="Profiwin.de - Wir machen Sie zum Gewinner";

banner="http://bn.Profiwin.de/rt.php?b=468&amp;h=60";

width="468";
height="60";
}


//**************************** AD NUMBER 1 ****************

if (ad==1) {


url='http://www.hotdomains.at?a_aid=b36733ae&amp;a_bid=bc63365c';

alt="http://www.hotdomains.at";

banner='http://hotdomains.at/partner/scripts/sb.php?a_aid=b36733ae&amp;a_bid=bc63365c';

width="468";
height="60";
}


document.write('<left>');
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('</left>');
-->
