var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Honoring all the series champions
";
arnews[0] += "Jimmie Johnson fans groaned and fans of pretty much everyone else sent up a cheer when Johnson's lead in the Chase for the NASCAR Sprint Cup was cut to 73 points over Mark Martin at Texas Motor Speedway on Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:05:31 GMT";
arnews[0] += "
";
arnews[1]="Hackmanns rescue child slaves
";
arnews[1] += "Jason Hackmann and his wife, Jennifer, were vacationing in the West Indies eight months ago, looking for a good read in a pile of books they had brought to the beach.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:04:40 GMT";
arnews[1] += "
";
arnews[2]="Heatley's hat trick leads Sharks past Flyers
";
arnews[2] += "Dany Heatley scored three times, Joe Thornton recorded his 600th NHL assist, and the San Jose Sharks beat the Philadelphia Flyers 6-3 on Friday night.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:49:02 GMT";
arnews[2] += "
";
arnews[3]="Edyvean still on a mission
";
arnews[3] += "ST AUSTELL all rounder George Edyvean has already won back the Cornwall Centre trials championship from Bodmin's Ross Hancock, but he will still be striving to win the final round of the series when they clash in the West Cornwall event at Gulval tomorrow, writes Mick Perry.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:37:54 GMT";
arnews[3] += "
";
arnews[4]="Voke chiefs seek tighter deadline
";
arnews[4] += "Gloucester may have to decide whether to join a new regional vocational high school sooner than expected.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:30:54 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("