var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FEI to vote on equestrian anti-doping program - Fort Mill Times
";
arnews[0] += "International Equestrian Federation members will vote this week on cleaning up the sport's drug problems. Proposals include creating an independent investigations unit, improving stables security at top events and educating riders about 1,000 ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 13:51:00 GMT";
arnews[0] += "
";
arnews[1]="FEI seeks to end equestrian drug problems, will vote on new anti ... - News1130.com
";
arnews[1] += "That is the ultimate goal,\" FEI legal director Lisa Lazarus said. \"There is no reason to have any positive violations in London if everything is working properly.\" If approved, the rules will take effect in January and the first big test would be the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:40:00 GMT";
arnews[1] += "
";
arnews[2]="Horse Racing Capsules: Churchill Downs doubles its night racing - Brownsville Herald
";
arnews[2] += "That is the ultimate goal,\" FEI legal director Lisa Lazarus said. \"There is no reason to have any positive violations in London if everything is working properly.\" If approved, the rules will take effect in January and the first big test would be the ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:38:00 GMT";
arnews[2] += "
";
arnews[3]="FEI seeks to end horse sport's Olympics drug problems, set to vote in ... - FAN 590 Toronto
";
arnews[3] += "LAUSANNE, Switzerland - International Equestrian Federation members will vote this week on cleaning up their sport's persistent drug problems. Proposals include creating an independent investigations unit, improving stables security at top events and ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:31:00 GMT";
arnews[3] += "
";
totcount = 4;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("