<!-- 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="<A HREF=http://www.allhorseracing.com/ target=_blank><IMG SRC=http://www.allhorseracing.com/partners/120x600.gif WIDTH=120 HEIGHT=600 BORDER=0></A>";
}
if (ad==2) {
url="<A HREF=http://www.allhorseracing.com/ target=_blank><IMG SRC=http://www.horse-races.net/graphics/ah_120x600a.gif WIDTH=120 HEIGHT=600 BORDER=0></A>";
}
document.write(url);
// End -->


