
// <!-- Main
function banners()
{


this[1]="index.php";
this[2]="/images/header/header1.jpg";

this[3]="index.php";
this[4]="/images/header/header2.jpg";

this[5]="index.php";
this[6]="/images/header/header3.jpg";

this[7]="index.php";
this[8]="/images/header/header4.jpg";

this[9]="index.php";
this[10]="/images/header/header5.jpg";

this[11]="index.php";
this[12]="/images/header/header6.jpg";

this[13]="index.php";
this[14]="/images/header/header7.jpg";

this[15]="index.php";
this[16]="/images/header/header8.jpg";

this[17]="index.php";
this[18]="/images/header/header9.jpg";



if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 9;
document.write('<a href="/index.php"><img border=0 align="center" width=980 src=' + this[2*j+2] + ' ></a>');
return(' ');
}
// -->
