// <!-- Main
function banners()
{
this[1]="";
this[2]="";
this[3]="";
this[4]="";
this[5]="";
this[6]="";
this[7]="";
this[8]="";
this[9]="";
this[10]="";
this[11]="";
this[12]="";
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 5)) { return(' '); }
var j=(new Date()).getSeconds() % 5;
document.write('<a href=' + this[2*j+1] + ' target=blank><img src=' + this[2*j+2] + ' border=0 width=0 height=0></a>');
return(' ');
}
// -->
