<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Buy BBC Comedy at the BBC Shop";
url="http://www.qksrv.net/click-607890-8766405";
alt="Buy BBC Comedy at the BBC Shop";
banner="http://www.qksrv.net/image-607890-8766405";
width="468";
height="60";
}
if (ad==2) {
txt="Click here to buy and sell on eBay!";
url="http://www.qksrv.net/click-607890-5826355";
alt="Click here to buy and sell on eBay!";
banner="http://www.qksrv.net/image-607890-5826355";
width="468";
height="60";
}
if (ad==3) {
txt="The Ultimate Personality Test"; 
url="http://www.qksrv.net/click-607890-7201392";
alt="The Ultimate Personality Test";
banner="http://www.qksrv.net/image-607890-7201392";
width="468";
height="60";
}
if (ad==4) {
txt="Take Emodes Free IQ Test!"; 
url="http://www.qksrv.net/click-607879-7381247";
alt="Take Emodes Free IQ Test!";
banner="http://www.qksrv.net/image-607879-7381247";
width="468";
height="60";
}
if (ad==5) {
txt="Click here!"; 
url="http://tracker.tradedoubler.com/click?p=1036&a=31558&g=6227";
alt="Click here!";
banner="http://impgb.tradedoubler.com/imp/img/6227/31558";
width="468";
height="60";
}
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('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

