<!-- banner rotator.  based on ad-rotator.
i=0;
var ads = new Object();

/* The only rule here is that you define the HTML of each individual ad by
   defining multiple ads[i++] statements. Use a "header" if you want.  */

ads[i++] = '<a href="http://www.qksrv.net/click-720000-1635190" target="_top" >'
+'<img src="http://www.qksrv.net/image-720000-1635190" width="468" height="60" '
+'alt="Download recorded books and listen now!" border="0"></a>';

ads[i++] = '<a href="http://www.qksrv.net/click-720000-5675581" target="_top" >'
+'<img src="http://www.qksrv.net/image-720000-5675581" width="468" height="60" '
+'alt="Get a free MP3 player" border="0"></a>';

ads[i++] = '<a href="http://www.qksrv.net/click-720000-5033231" target="_top" >'
+'<img src="http://www.qksrv.net/image-720000-5033231" width="120" height="90" '
+'alt="Memory from Crucial.com" border="0"></a>';

ads[i++] = '<a href="http://www.qksrv.net/click-720000-9324940" target="_top" >'
+'<img src="http://www.qksrv.net/image-720000-9324940" width="468" height="60" '
+'alt="Discover Card Platinum Application" border="0"></a>';

ads[i++] = '<iframe width=468 height=60 scrolling="no" frameborder=0 '
+'src="http://rcm.amazon.com/e/cm?t=audionewsandi-20&p=26&o=1&l=dl1&f=ifr">'
+'<map name="boxmap-b1"><area shape="rect" coords="350, 45, 468, 60" '
+'href="http://rcm.amazon.com/e/cm/privacy-policy.html?o=1" ><area coords="0,0,10000,10000" '
+'href="http://www.amazon.com/exec/obidos/redirect?tag=audionewsandi-'
+'20&creative=92489&camp=8117&link_code=dl1&path=subst/misc/amazon-cobrand-cc/'
+'v3/marketing-from-associates-step1.html/ref%3Db1_assoc_26" ></map><img '
+'src="http://rcm-images.amazon.com/images/G/01/associates/promotions/b1c-468x60.gif" '
+'width="468" height="60" border="0" usemap="#boxmap-b1" alt="Amazon.com Platinum Visa Card">'
+'</iframe>';

ads[i++] = '<a href="http://click.linksynergy.com/fs-bin/click?id=G*Kt5DOZPmk&offerid='
+'12346.10000668&type=4&subid=0"><IMG  width="468" height="60" alt="iPod New" '
+'border="0" src="http://www.apple.com/storenews/linkshare/ipod/ipod_win_460x60.gif"></a><IMG '
+'border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-'
+'bin/show?id=G*Kt5DOZPmk&bids=12346.10000668&type=4&subid=0">';

ads[i++] = '<a href="http://www.qksrv.net/click-720000-10278436" target="_top" >'
+'<img src="http://www.qksrv.net/image-720000-10278436" width="468" height="60" '
+'alt="Yahoo! Personals - Give Fate a Nudge" border="0"></a>';

ads[i++] = '<a href="http://click.linksynergy.com/fs-bin/click?id='
+'G*Kt5DOZPmk&offerid=37157.10000105&type=4&subid=0"><IMG  width="468" height="60" ' +'alt="igourmet.com - LOGO" border="0" '
+'src="http://www.igourmet.com/images/linkshare/486x60_logo.gif"></a>';

ads[i++] = '<a href="http://www.qksrv.net/click-720000-9342479" target="_top" ><img '
+'src="http://www.qksrv.net/image-720000-9342479" width="468" height="60" '
+'alt="Dental Coverage from $99 a year" border="0"></a>';

ads.length = i;

dat = new Date();
dat = dat.getSeconds();
ad_num = dat%ads.length;

document.write('<p>');
document.write(ads[ad_num]);
document.write('</p>');

// -->

