


<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="<!--add text here-->";
url="http://www.amazon.com";
alt="amazon.com";
banner="../ads/banner2.gif";
width="250";
height="50";
}
if (ad==2) {
txt="<!--add text here-->";
url="http://cybershop.com/";
alt="cybershop.com";
banner="../ads/banner4.gif";
width="250";
height="50";
}
if (ad==3) {
txt="<!--add text here-->"; 
url="http://www.goto.com";
alt="goto.com";
banner="../ads/banner5.gif";
width="250";
height="50";
}
if (ad==4) {
txt="<!--add text here-->"; 
url="http://www.mannamusic.net";
alt="go to mannamusic";
banner="../ads/manna_logo.jpg";
width="250";
height="50";
}

document.write('<left>');
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('</left>');
// End -->
          
