
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="";
url="";
alt="";
banner="/Collateral/Templates/Common/images/home_slide1.jpg";
width="1020";
height="560";
}

if (ad==2) {
txt="";
url="";
alt="";
banner="/Collateral/Templates/Common/images/home_slide2.jpg";
width="1020";
height="560";
}

if (ad==3) {
txt="";
url="";
alt="";
banner="/Collateral/Templates/Common/images/home_slide3.jpg";
width="1020";
height="560";
}

if (ad==4) {
txt="";
url="";
alt="";
banner="/Collateral/Templates/Common/images/home_slide4.jpg";
width="1020";
height="560";
}

if (ad==5) {
txt="";
url="";
alt="";
banner="/Collateral/Templates/Common/images/home_slide5.jpg";
width="1020";
height="560";
}

//document.write('<td valign=\"top\" align=\"left\" height=\"577\">');
//document.write('<img src=\"' + banner + '\"  width=');
document.write('<img src=\"' + banner + '\" width=');
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\">');
//document.write('</a>');
//document.write('</center>');
// End -->
