<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Advertisement";
url="http://www.vailsoulmusicfest.com/";
alt="Vail Soul Music Fest";
banner="banner-vailsoul.jpg";
width="265";
height="246";
}
if (ad==2) {
txt="Advertisement";
url="http://www.thetexasbowl.com/";
alt="Texas Bowl";
banner="banner-texasbowl.jpg";
width="265";
height="246";
}
if (ad==3) {
txt="Advertisement";
url="http://www.hlsr.com/";
alt="Houston Livestock Show and Rodeo";
banner="banner-rodeo.jpg";
width="265";
height="246";
}
if (ad==4) {
txt="Advertisement";
url="http://www.vailsoulmusicfest.com/";
alt="Vail Soul Music Fest";
banner="banner-vailsoul.jpg";
width="265";
height="246";
}
if (ad==5) {
txt="Advertisement";
url="http://www.houstontexans.com/";
alt="Houston Texans";
banner="banner-texans.jpg";
width="265";
height="246";
}
if (ad==6) {
txt="Advertisement";
url="http://www.heineken.com/";
alt="Heineken";
banner="banner-heineken.jpg";
width="265";
height="246";
}
if (ad==7) {
txt="Advertisement";
url="http://www.miami.mbfashionweek.com/miami/11/home.html";
alt="Miami Swim Week";
banner="banner-miamiswimwk.jpg";
width="265";
height="246";
}
if (ad==8) {
txt="Advertisement";
url="http://www.vailsoulmusicfest.com/";
alt="Vail Soul Music Fest";
banner="banner-vailsoul.jpg";
width="265";
height="246";
}
if (ad==9) {
txt="Advertisement";
url="http://www.vailsoulmusicfest.com/";
alt="Vail Soul Music Fest";
banner="banner-vailsoul.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=FF0033>' + txt + '</font></small></a>');
document.write('</center>');
// End -->

