var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="England fly-half Jonny Wilkinson and his New Zeland counterpart Dan Carter
";
arnews[0] += "Huge improvement on last week. 1514: HALF-TIME Wales 13-3 Argentina 1514: PEN S Jones Wales 13-3 Argentina 1513: Rock-solid defence from England, just inside their own half.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:21:48 GMT";
arnews[0] += "
";
arnews[1]="Tony Ward: Opportunity knocks for fringe players
";
arnews[1] += "THERE were three options open to Declan Kidney for today's meeting with Fiji at the RDS .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:00:00 GMT";
arnews[1] += "
";
arnews[2]="Twickenham looks for more adventure from Martin Johnson's team
";
arnews[2] += "Photograph: Tom Jenkins The weather forecast is miserable and England are battening down the hatches.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:11:10 GMT";
arnews[2] += "
";
arnews[3]="Major milestone awaits Muliana at Twickenham
";
arnews[3] += "Mils Muliaina will add another significant milestone to his All Blacks resume tomorrow morning.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:58:17 GMT";
arnews[3] += "
";
arnews[4]="Pumas star Lobbe the real deal and the man Wales must watch
";
arnews[4] += "IT'S June 11, 2006 and the first Test to be staged in Patagonia by Argentina when a human whirlwind named Juan Martin Fernandez Lobbe bursts on to a pass and powers through the attempted tackle of Gavin Thomas.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:54:00 GMT";
arnews[4] += "
";
arnews[5]="England Play New Zealand At Twickenham
";
arnews[5] += "England play their final autumn international against New Zealand at Twickenham this afternoon under considerabe pressure.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:28:23 GMT";
arnews[5] += "
";
arnews[6]="Johnson's backs against All Black wall
";
arnews[6] += "England manager Martin Johnson, extraordinarily appointed to his post last year without any previous coaching experience, likes to deflect criticism by saying everyone is entitled to an opinion.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 07:28:36 GMT";
arnews[6] += "
";
arnews[7]="Watch this space: All Blacks at the ready
";
arnews[7] += "Space. One team will be desperate to create it, the other will try to close it down at Twickenham tomorrow.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 06:33:49 GMT";
arnews[7] += "
";
arnews[8]="'Mad Dog' after another ABs scalp
";
arnews[8] += "Lewis Moody is so terrified of spiders he had to take an \"arachnophobia course\" lest he suffer a perpetual hazing at the hands of his team-mates. All Blacks, it turns out, don't worry him quite so much.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 06:31:58 GMT";
arnews[8] += "
";
totcount = 9;
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("