<!-- 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="The best travel guides at Barnes & Noble";
url1="http://service.bfast.com/bfast/click?bfmid=2181&sourceid=7350888&categoryid=rn_travel";
url2="http://service.bfast.com/bfast/click?bfmid=2181&sourceid=7350888&categoryid=rn_travel";
alt="Click here for the best travel guides plus FREE SHIPPING";
banner="http://a1204.g.akamai.net/f/1204/1181/24h/www.affiliate.net/affnet/images/book_trav468X60A.gif";
}

document.write('<center>');
document.write('<a href=\"' + url1 + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\"')
document.write(' width=\"468\" height=\"60\" ALT=\"' + alt + '\" border=0><br>');
document.write('<a href=\"' + url2 + '\" target=\"_blank\">');
document.write('<FONT class=listnote>' + txt + '</FONT></a>');
document.write('</center>');
// End -->