<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Cheap flights.  Fast reservations.  Just a few quick clicks"
script="<script src='http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=99325.1585&catid=4&gridnum=1&type=14&subid=0'></script>";
url="http://click.linksynergy.com/fs-bin/click?id=SLUX4LHdJKQ&offerid=99325&type=4&subid=";
alt="Hotwire Air, Hotel, Car and Vacation deals";
banner="http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=99325.1586&subid=&type=4&gridnum=1";
width="468";
height="60";
}
if (ad==2) {
txt="Pick your flight, hotel, car or vacation package below and get the best Hotwire deal now"
script="<script src='http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=99325.1759&catid=10&gridnum=1&type=14&subid=0'></script>";
url="http://click.linksynergy.com/fs-bin/click?id=SLUX4LHdJKQ&offerid=99325&type=4&subid=";
alt="Hotwire Air, Hotel, Car and Vacation deals";
banner="http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=99325.1759&subid=&type=4&gridnum=1";
width="468";
height="60";
}
if (ad==3) {
txt="Last minute seats.  Last minute bargains.  Just a few quick clicks"
script="<script src='http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=99325.2710&catid=10&gridnum=1&type=14&subid=0'></script>";
url="http://click.linksynergy.com/fs-bin/click?id=SLUX4LHdJKQ&offerid=99325&type=4&subid=";
alt="Hotwire Air, Hotel, Car and Vacation deals";
banner="http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=99325.2710&subid=&type=4&gridnum=1";
width="468";
height="60";
}
if (ad==1) {
document.write('<center>');
document.write(script)
document.write('<b>' + txt + '</b></a>');
document.write('</center>');
}
if (ad==2) {
document.write('<center>');
document.write(script)
document.write('<b>' + txt + '</b></a>');
document.write('</center>');
}
if (ad==3) {
document.write('<center>');
document.write(script)
document.write('<b>' + txt + '</b></a>');
document.write('</center>');
}

// End -->

