<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="evilprophecy/index.html";
banner="images/smallfeat/mcfarlane-small.gif";
width="370";
height="221";
}
if (ad==2) {
url="ddr/";
banner="images/smallfeat/ultramix-small.gif";
width="370";
height="221";
}
if (ad==3) {
url="ddr/";
banner="images/smallfeat/ddrpc-small.gif";
width="370";
height="221";
}
if (ad==4) {
url="ddr/";
banner="images/smallfeat/ddrum2-small.jpg";
width="370";
height="221";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" border=0 width=')
document.write(width + ' height=' + height + ' ');
document.write('</center>');
// End -->