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

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