<!--
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
alt="";
banner="images/bigpic1.gif";
width="347";
height="260";
}
if (ad==2) {
alt="";
banner="images/bigpic2.gif";
width="347";
height="260";
}

if (ad==3) {
alt="";
banner="images/bigpic3.gif";
width="347";
height="260";
}
if (ad==4) {
alt="";
banner="images/bigpic4.gif";
width="347";
height="260";
}
if (ad==5) {
alt="";
banner="images/bigpic5.gif";
width="347";
height="260";
}
if (ad==6) {
alt="";
banner="images/bigpic6.gif";
width="347";
height="260";
}
//document.write('<a href=\"' + url + '\" target=\"' + target + '\">');

document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
// End --> 
// -->