var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All Blacks coach Graham Henry (left) and lock Brad Thorn with the...
";
arnews[0] += "All Blacks captain Richie McCaw watches from the ground after delivering the final pass for halfback Jimmy Cowan to score the side's only try in their 19-6 rugby win over England at Twickenham.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:42:08 GMT";
arnews[0] += "
";
arnews[1]="All Blacks beat England in dour test
";
arnews[1] += "All Blacks captain Richie McCaw watches from the ground after delivering the final pass for halfback Jimmy Cowan to score the side's only try in their 19-6 rugby win over England at Twickenham.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:41:04 GMT";
arnews[1] += "
";
arnews[2]="Noon: OSU-Michigan
";
arnews[2] += "For years, the annual showdown between rivals Ohio State and Michigan has been called \"The Game.\" Maybe this year it should be referred to as The \"Just Another\" Game.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:15:16 GMT";
arnews[2] += "
";
arnews[3]="Godwin bags match winner
";
arnews[3] += "Daventry Town ran out worthy winners over North Greenford at a windy Berkeley Fields on Saturday to reach the third round of the FA Vase even though there was an element of luck about central defender Chris Godwin's 65th-minute winning-goal. Godwin found the net for the first time this season when lurking on the far post to head home a Josh O'Grady ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:35:33 GMT";
arnews[3] += "
";
arnews[4]="Lexington Christian rolls over Raceland
";
arnews[4] += "Domonique Hayden added two more long touchdown runs and Lexington Christian racked up nearly 600 yards of total offense in a 62-12 win over visiting Raceland on Friday night to advance to the Class A semifinals.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:47:00 GMT";
arnews[4] += "
";
arnews[5]="Tolerating abuse of whistleblower bad for Canada
";
arnews[5] += "This week, Globe and Mail columnist Lawrence Martin wrote that the Harper government's rise in popularity reflects an ideological change in Canada.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:53:06 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("