var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nelsen delighted by Samba signing
";
arnews[0] += "Ryan Nelsen believes Blackburn team-mate Christopher Samba can play at the very highest level but is happy to be alongside him for the foreseeable future.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:04:05 GMT";
arnews[0] += "
";
arnews[1]="Red Devils bedevil Jimtown in second half
";
arnews[1] += "The screaming roller-coaster adventure that was Jimtown football simply ran out of tokens.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:01:53 GMT";
arnews[1] += "
";
arnews[2]="Willington hit Saints for six
";
arnews[2] += "TOM Bartram netted four goals as Willington beat Netherseal St Peters 6-3 in the Tag Premier Divisional Cup first round, writes OLVA LLOYD.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:58:44 GMT";
arnews[2] += "
";
arnews[3]="Nelsen delighted by Samba signing
";
arnews[3] += "Ryan Nelsen believes Blackburn team-mate Christopher Samba can play at the very highest level but is happy to be alongside him for the foreseeable future.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:50:35 GMT";
arnews[3] += "
";
arnews[4]="Chase race winds down
";
arnews[4] += "Jimmie Johnson's run for his fourth straight Cup title starts from the pole. Johnson turned a lap of 173.919 mph yesterday to top qualifying at Homestead-Miami Speedway, a big boost for the Hendrick Motorsports star as he tries to become the first driver in NASCAR history to win four consecutive championships.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:48:45 GMT";
arnews[4] += "
";
arnews[5]="Crusaders could ride their depth to another big season
";
arnews[5] += "There will be a smaller coach on the sidelines for Althoff High this season, but there's been no coaching change.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:31:40 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("