// !!! Reload page
// add 1,2,3 'img'
var NumberOfAds = 5;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1;

if (AdNumber==1)

{

 url="product_info.php?products_id=135";
 Graphic="info/images/banners/1.gif";
 width = "450"
 height = "113"

}

if (AdNumber==2)

{

 url="product_info.php?products_id=203";
 Graphic="info/images/banners/2.gif";
 width = "450"
 height = "113"

}
if (AdNumber==3)

{

 url="product_info.php?products_id=119";
 Graphic="info/images/banners/3.gif";
 width = "450"
 height = "113"

}
if (AdNumber==4)

{

 url="product_info.php?products_id=120";
 Graphic="info/images/banners/4.gif";
 width = "450"
 height = "113"

}

if (AdNumber==5)

{

 url="product_info.php?products_id=42";
 Graphic="info/images/banners/5.gif";
 width = "450"
 height = "113"

}


document.write('<center>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + Graphic + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0><br>');
document.write('</a>');
document.write('</center>');