function banrot(){
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Check out Live Demos";
url="http://www.twebman.com/work/";
alt="Check out Live Demos.";
banner="/images/demos1.gif";
width="125";
height="143";
}
if (ad==2) {
txt="Check out Live Demos";
url="http://www.twebman.com/work/";
alt="Check out Live Demos.";
banner="/images/demos1.gif";
width="125";
height="143";
}
//document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
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>');
}
function ban2(){
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Live Music in SE FL";
url="http://www.twebman.com/tonymmusic/tonymmusic.shtml";
alt="Live Classic Rock in SE Florida.";
banner="/images/st3t.jpg";
width="125";
height="139";
}
if (ad==2) {
txt="Live Music in SE FL";
url="http://www.twebman.com/tonymmusic/tonymmusic.shtml";
alt="Live Classic Rock in SE Florida.";
banner="/images/st2t.jpg";
width="125";
height="143";
}
//document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
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>');
}