var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Indians take 2-1 lead
";
arnews[0] += "The Cleveland Indians have been searching for a shut-down starting pitcher during the American League Championship Series.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:13:37 GMT";
arnews[0] += "
";
arnews[1]="Pioneer Patriots come up empty in playoff game at Del Campo
";
arnews[1] += "There were no miracles this time for Pioneer High School. There were also no points, very few first downs and only a handful of total yards.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:58:21 GMT";
arnews[1] += "
";
arnews[2]="Blood, sweat and fears: The battle for ultimate fighting
";
arnews[2] += "It will be a full house tonight at Wegz Stadium Bar in Vaughan, and it won't be because of the Leafs.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:28:32 GMT";
arnews[2] += "
";
arnews[3]="Ortiz says Sox need to power up
";
arnews[3] += "David Ortiz is among the players the Red Sox want to report in better shape next spring.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:00:00 GMT";
arnews[3] += "
";
arnews[4]="David Ortiz Celebrity Golf Classic online auction to benefit kids
";
arnews[4] += "November 21 -- Unable to get to Cap Cana in the Dominican Republic for David Ortiz's charity golf tournament in December? No worries.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("