<!-- Begin
var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="A 7-day vacation on Hotwire can start as low as<br>$310 per person, Air, Hotel, taxes and fees"
script="<script src='http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=113245.1512&catid=9&gridnum=1&type=14&subid=0'></script>";
url="http://click.linksynergy.com/fs-bin/statform?id=SLUX4LHdJKQ&offerid=113245&bnid=997&subid=0&";
alt="Hotwire Air, Hotel, Car and Vacation deals";
banner="http://ad.linksynergy.com/fs-bin/show?id=SLUX4LHdJKQ&bids=113245.1512&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>');
}

// End -->

