<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Advertisement";
url="http://www.txsalsacongress.com/";
alt="Texas Salsa Congress 2010";
banner="banner-txsalsacongress.jpg";
width="265";
height="246";
}
if (ad==2) {
txt="Advertisement";
url="http://www.arenahouston.com/";
alt="Arena Theater";
banner="banner-arena.jpg";
width="265";
height="246";
}
if (ad==3) {
txt="Advertisement";
url="http://www.redcatjazzcafe.com/";
alt="Red Cat Jazz Cafe";
banner="banner-redcat.jpg";
width="265";
height="246";
}
if (ad==4) {
txt="Advertisement";
url="http://www.blackcottonworks.net/";
alt="Black Cotton Works";
banner="banner-bcworks.jpg";
width="265";
height="246";
}
if (ad==5) {
txt="Advertisement";
url="http://www.erykahbadu.com/";
alt="Erykah Badu New Album";
banner="banner-badu.jpg";
width="265";
height="246";
}
if (ad==6) {
txt="Advertisement";
url="http://www.mardigrasneworleans.com/";
alt="Mardi Gras 2010";
banner="banner-mardigras.jpg";
width="265";
height="246";
}
if (ad==7) {
txt="Advertisement";
url="http://www.northtexassuperbowl.com/";
alt="Super Bowl XLV";
banner="banner-superbowl2.jpg";
width="265";
height="246";
}
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><font color=FF00CC>' + txt + '</font></small></a>');
document.write('</center>');
// End -->
