var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Too Many Toyz Prevails on Florida Million Day
";
arnews[0] += "14. Ridden by Carlos Olivero, Too Many Toyz joined Soldier's Dancer and Sweet Repent as big winners on the eight-race stakes program for Florida breds.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 00:42:51 GMT";
arnews[0] += "
";
arnews[1]="Too Many Toyz, Soldiera s Dancer shine at Calder
";
arnews[1] += "Too Many Toyz and Soldier's Dancer were among the standouts at Calder Race Course on Saturday as the track hosted its Florida Million card, which featured eight stakes races restricted to Florida-breds worth a combined $1.2-million in purses.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 16:06:33 GMT";
arnews[1] += "
";
arnews[2]="Courthouse records
";
arnews[2] += "Judge James R. Lemire David Artey, 43, of 20 Westminster St., Worcester, was found not guilty by a jury on two counts of rape.";
arnews[2] += "
Publ.Date : Mon, 21 Sep 2009 10:00:00 GMT";
arnews[2] += "
";
arnews[3]="Courthouse records
";
arnews[3] += "Judge James R. Lemire David Artey, 43, of 20 Westminster St., Worcester, was found not guilty by a jury on two counts of rape.";
arnews[3] += "
Publ.Date : Mon, 21 Sep 2009 10:00:00 GMT";
arnews[3] += "
";
arnews[4]="Imported juveniles debut Saturday --
";
arnews[4] += "DANCING LESSONS: Dance Machine with Calder-based Carlos Olivero is eased down near the finish line on last Monday - Independence Day.";
arnews[4] += "
Publ.Date : Thu, 03 Sep 2009 14:26:09 GMT";
arnews[4] += "
";
arnews[5]="Bruceontheloose wins again in T&T
";
arnews[5] += "Champion Jamaican three-year-old colt Bruceontheloose reeled off his second impressive win at Trinidad and Tobago's Santa Rosa Park on Monday when he slammed a 15-horse field in a Starter Allowance event on the Independence holiday card.";
arnews[5] += "
Publ.Date : Thu, 03 Sep 2009 01:57:32 GMT";
arnews[5] += "
";
totcount = 6;
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("