<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="<table border=1 width=125 bgcolor=#ffffff><tr><td align=center><font face=\"verdana, arial, helvetica\" size=1><a href=http://www.horse-races.net/library/bookstore.htm><img src=http://www.horse-races.net/graphics/120x60-sss-6sec.gif width=120 height=60 border=0></a><p><A HREF=http://www.amazon.com/exec/obidos/ASIN/B00004S8ZK/horseracingmemor><IMG SRC=http://rcm-images.amazon.com/images/P/B00004S8ZK.01.TZZZZZZZ.gif border=0 width=65 height=65><br>The Sounds of Kentucky</a><br>a CD of Derby music and sounds<br><font color=#ff0000>Only $12.99</font><br></font></td></tr></table>";
}
if (ad==2) {
url="<table border=1 width=125 bgcolor=#ffffff><tr><td align=center><font face=\"verdana, arial, helvetica\" size=1><a href=http://www.horse-races.net/library/bookstore.htm><img src=http://www.horse-races.net/graphics/120x60-sss-6sec.gif width=120 height=60 border=0></a><p><A HREF=http://www.amazon.com/exec/obidos/ASIN/158150084X/horseracingmemor><IMG SRC=http://rcm-images.amazon.com/images/P/158150084X.01.TZZZZZZZ.gif border=0 width=90 height=87><br>Racing to the Table</a><br>by Margaret Guthrie<br><font color=#ff0000>Only $17.47<br><a href=http://www.horse-races.net/library/review-111202.htm>Review</a></font><br></font></td></tr></table>";
}
if (ad==3) {
url="<table border=1 width=125 bgcolor=#ffffff><tr><td align=center><font face=\"verdana, arial, helvetica\" size=1><a href=http://www.horse-races.net/library/bookstore.htm><img src=http://www.horse-races.net/graphics/120x60-sss-6sec.gif width=120 height=60 border=0></a><p><A HREF=http://www.amazon.com/exec/obidos/ASIN/B00000FYHO/horseracingmemor><IMG SRC=http://rcm-images.amazon.com/images/P/B00000FYHO.01.TZZZZZZZ.gif border=0 width=65 height=65><br>Lucky Numbers</a><br>by Frank Sinatra<br>Gambling songs!<br><font color=#ff0000>Only $13.98</font><br></font></td></tr></table>";
}
if (ad==4) {
url="<table border=1 width=125 bgcolor=#ffffff><tr><td align=center><font face=\"verdana, arial, helvetica\" size=1><a href=http://www.horse-races.net/library/bookstore.htm><img src=http://www.horse-races.net/graphics/120x60-sss-6sec.gif width=120 height=60 border=0></a><p><A HREF=http://www.amazon.com/exec/obidos/ASIN/B000069HGR/horseracingmemor><IMG SRC=http://rcm-images.amazon.com/images/P/B000069HGR.01.TZZZZZZZ.gif border=0 width=65 height=65><br>New York, New York</a><br>A Vintage Portrait in Music<br><font color=#ff0000>Only  $11.98</font><br></font></td></tr></table>";
}
document.write('<center>');
document.write(url);
document.write('</center>');
// End -->
