<!-- 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="<script src=http://rcm.amazon.com/e/cm?t=horseracingmemor&l=st1&search=thoroughbred%20racing&mode=books&p=8&o=1 type=text/JavaScript></script>";
}
if (ad==2) {
url="<script src=http://rcm.amazon.com/e/cm?t=horseracingmemor&l=st1&search=horse%20race%20track&mode=books&p=8&o=1 type=text/JavaScript></script>";
}
if (ad==3) {
url="<script src=http://rcm.amazon.com/e/cm?t=horseracingmemor&l=st1&search=horse%20history&mode=books&p=8&o=1 type=text/JavaScript></script>";
}
if (ad==4) {
url="<script src=http://rcm.amazon.com/e/cm?t=horseracingmemor&l=st1&search=track%20betting&mode=books&p=8&o=1 type=text/JavaScript></script>";
}
document.write('<center>');
document.write(url);
document.write('</center>');
// End -->
