<!-- Begin
document.write("<center>");

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="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=cgi-bin/bris_daily.cgi><img src=http://www.brisnet.com/Ads/AffiliateBanners/autoupdate120x60.gif width=120 height=60 border=1></a><p>";
}
if (ad==2) {
url="<iframe src=\"http://rcm.amazon.com/e/cm?t=horseracingmemor&o=1&p=6&l=st1&mode=books&search=horse%20racing%20handicapping&fc1=000000&lt1=&lc1=3366FF&bg1=FFFFFF&f=ifr\" marginwidth=0 marginheight=0 width=120 height=150 border=0 frameborder=0 style=\"border:none;\" scrolling=no></iframe><p>";
}
if (ad==3) {
url="<a href=http://www.horse-races.net/library/swapsnashuadvd.htm><img src=http://www.horse-races.net/graphics/swapsani.gif width=125 height=125 alt=\"Swaps vs. Nashua 1955 Match Race on DVD\"></a><p>";
}
if (ad==4) {                
url="<a href=http://store.yahoo.com/cgi-bin/clink?secretariatcom+fx39WB+kedegrmo.html><img src=http://www.horse-races.net/graphics/kdgmdvd.gif width=120 height=120 border=1></a><p>";
}                                                                            
document.write(url);

document.write("</center>");
// End -->

