// <!-- Main
function banners()
{
this[1]="http://nbalivejam.ru/";
this[2]="images/header1.jpg";

this[3]="http://nbalivejam.ru/";
this[4]="images/header2.jpg";

this[5]="http://nbalivejam.ru/";
this[6]="images/header3.jpg";

this[7]="http://nbalivejam.ru/";
this[8]="images/header4.jpg";

this[9]="http://nbalivejam.ru/";
this[10]="images/header5.jpg";

this[11]="http://nbalivejam.ru/";
this[12]="images/header6.jpg";

if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 6;
document.write('<a href=' + this[2*j+1] + ' target=blank><img src=' + this[2*j+2] + ' border=0 width=784 height=140 alt="NBA LIVE JAM"></a>');
return(' ');
}
// <!-- Main
banners();
// -->