var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Richie McCaw's burning desire - Stuff
";
arnews[0] += "Richie McCaw has been so damaged after some test matches that his blood tests revealed muscle damage on a par with a serious burns victim. As professional rugby players get bigger, stronger and faster, so too must they work harder to survive the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:42:00 GMT";
arnews[0] += "
";
arnews[1]="Dan Carter keen to re-establish French connection - YAHOO!
";
arnews[1] += "But less then two months into his deal, though, the star fly-half ruptured his Achilles tendon , an injury which ruled him out for six months. However, that was enough time for Carter to enhance his healthy respect for French rugby. The France ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:08:00 GMT";
arnews[1] += "
";
arnews[2]="Johnson proud despite All Blacks defeat - YAHOO!
";
arnews[2] += "England, and in particular Johnson's coaching team, found themselves subjected to fierce criticism after a wretched lack of ambition against an injury-hit Argentina team. But against New Zealand they did try to run the ball earlier, even if, for the ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:42:00 GMT";
arnews[2] += "
";
arnews[3]="Joe Worsley relishes Richie McCaw challenge on England return - Times Online
";
arnews[3] += "Remarkably for the most experienced player in England’s starting XV, Joe Worsley has never played against New Zealand on home soil. That omission in a ten-year international career will be rectified at Twickenham tomorrow and if it comes with the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:26:00 GMT";
arnews[3] += "
";
arnews[4]="8th consecutive win over England - Straits Times
";
arnews[4] += "LONDON - NEW Zealand recorded their eighth successive win over England with a 19-6 victory at Twickenham on Saturday after scrumhalf Jimmy Cowan scampered over for the only try of the match in the 57th minute. The All Blacks lifted the pace in the ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:14:00 GMT";
arnews[4] += "
";
arnews[5]="All Blacks see off spirited England - New Zealand Herald
";
arnews[5] += "LONDON - The All Blacks repelled a much-improved England 19-6 in a dour rugby test at Twickenham as they kept their opponents tryless for a seventh consecutive northern hemisphere international. A Jimmy Cowan try midway through the second half gave ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 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("