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="The World's first portal on Ayurveda";
url="hprods.htm";
alt="Goodcare Ezi Slim";
banner="images/ezislim.gif";
border="1"
width="468";
height="60";
}
if (ad==2) {
txt="The World's first portal on Ayurveda"; 
url="hprods.htm";
alt="Goodcare Dr. Honey";
banner="images/drhoney.gif";
width="468";
height="60";
}
if (ad==3) {
txt="The World's first portal on Ayurveda"; 
url="hprods.htm";
alt="Baidyanath Keshrikalp";
banner="http://ayurveda.110mb.com/images/keshrikalp.gif";
width="468";
height="60";
}
if (ad==4) {
txt="The World's first portal on Ayurveda"; 
url="hprods.htm";
alt="Baidyanath Red Toothpaste";
banner="http://ayurveda.110mb.com/images/dantmanjan.jpg";
width="468";
height="60";
}
if (ad==5) {
txt="The World's first portal on Ayurveda"; 
url="hprods.htm";
alt="Baidyanath Chyawanprash Special";
banner="http://ayurveda.110mb.com/images/chyawanprash2.jpg";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
//document.write('<small>' + txt + '</small></a>');
document.write('</center>');
