// JavaScript Document

var how_many_ads = 22;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.businessgatherings.com/austin/vendor/thevineyardatflorence";
alt="The Vineyard at Florence";
banner="images/banners/thevineyardatflorence.jpg";
width="150";
height="300";
}
if (ad==2) {
url="http://www.businessgatherings.com/austin/vendor/hiltonaustin";
alt="Hilton Austin";
banner="images/banners/hiltonaustin.jpg";
width="150";
height="300";
}
if (ad==3) {
url="http://www.businessgatherings.com/austin/vendor/allanhouse";
alt="The Allan House";
banner="images/banners/allanhouse.jpg";
width="150";
height="300";
}
if (ad==4) {
url="http://www.businessgatherings.com/austin/vendor/barrmansion";
alt="Barr Mansion";
banner="images/banners/barrmansion.jpg";
width="150";
height="300";
}
if (ad==5) {
url="http://www.businessgatherings.com/austin/vendor/starhill";
alt="Advertise on BusinessGatherings.com";
banner="images/banners/starhill.jpg";
width="150";
height="300";
}
if (ad==6) {
url="http://www.businessgatherings.com/austin/vendor/waterfordhouse";
alt="Waterford House";
banner="images/banners/waterford.jpg";
width="150";
height="300";
}
if (ad==7) {
url="http://www.businessgatherings.com/austin/vendor/kindredoaks";
alt="Kindred Oaks";
banner="images/banners/kindredoaks.jpg";
width="150";
height="300";
}
if (ad==8) {
url="http://www.businessgatherings.com/austin/vendor/texasstarevents";
alt="Austin's Texas Star Event Center";
banner="images/banners/texasstarevents.jpg";
width="150";
height="300";
}
if (ad==9) {
url="http://www.businessgatherings.com/austin/vendor/vintagevillas";
alt="Vintage VIllas";
banner="images/banners/vintagevillas.jpg";
width="150";
height="300";
}
if (ad==10) {
url="http://www.businessgatherings.com/austin/vendor/oldgloryranch";
alt="Old Glory Ranch";
banner="images/banners/oldgloryranch.jpg";
width="150";
height="300";
}
if (ad==11) {
url="http://www.businessgatherings.com/austin/vendor/texasoldtown";
alt="Texas Old Town";
banner="images/banners/texasoldtown.jpg";
width="150";
height="300";
}
if (ad==12) {
url="http://www.businessgatherings.com/austin/vendor/oldtownchapel";
alt="Old Town Chapel";
banner="images/banners/oldtownchapel.jpg";
width="150";
height="300";
}
if (ad==13) {
url="http://www.businessgatherings.com/austin/vendor/chateauonthecreek";
alt="Chateau on the Creek";
banner="images/banners/chateauonthecreek.jpg";
width="150";
height="300";
}
if (ad==14) {
url="http://www.businessgatherings.com/austin/vendor/terraceclub";
alt="Terrace Club";
banner="images/banners/terraceclub.jpg";
width="150";
height="300";
}
if (ad==15) {
url="http://www.businessgatherings.com/austin/vendor/angelsprings";
alt="Angel Springs Event Center";
banner="images/banners/angelsprings.jpg";
width="150";
height="300";
}
if (ad==16) {
url="http://www.businessgatherings.com/austin/vendor/villaantonia";
alt="Villa Antonia";
banner="images/banners/villaantonia.jpg";
width="150";
height="300";
}
if (ad==17) {
url="http://www.businessgatherings.com/austin/vendor/plantationhouse";
alt="The Plantation House";
banner="images/banners/plantationhouse.jpg";
width="150";
height="300";
}
if (ad==18) {
url="http://www.businessgatherings.com/austin/vendor/memorylane";
alt="Memory Lane Event Center";
banner="images/banners/memorylane.jpg";
width="150";
height="300";
}
if (ad==19) {
url="http://www.businessgatherings.com/austin/vendor/innatwildrose";
alt="The Inn at Wild Rose Hall";
banner="images/banners/innatwildrose.jpg";
width="150";
height="300";
}
if (ad==20) {
url="http://www.businessgatherings.com/austin/vendor/clubatforestcreek";
alt="The Club at Forest Creek";
banner="images/banners/clubatforestcreek.jpg";
width="150";
height="300";
}
if (ad==21) {
url="http://www.businessgatherings.com/austin/vendor/bellanotte";
alt="Bella Notte on Main";
banner="images/banners/bellanotte.jpg";
width="150";
height="300";
}
if (ad==22) {
url="http://www.businessgatherings.com/austin/vendor/austinsinnatpearlstreet";
alt="Austin's Inn at Pearl Street";
banner="images/banners/austinsinnatpearlstreet.jpg";
width="150";
height="300";
}
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('</a>');