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

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