var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="France bulk-up for Springboks Test
"; arnews[0] += "Rugby:France coach Marc Lievremont has bulked up and will rely on a heavyweight backrow as they attempt to contain South Africa in their first Test against the World champions at Stade Toulouse on Friday."; arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 10:43:34 GMT"; arnews[0] += "
"; arnews[1]="Shaw in line for Test return despite injury lay-off
"; arnews[1] += "Simon Shaw, an unusually substantial citizen whose contribution to the Lions' epic Test series in South Africa last summer mirrored his vital statistics, is likely to play his first game of the season for Wasps this weekend."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 07:03:52 GMT"; arnews[1] += "
"; arnews[2]="FEATURE : Poles hope for boost from French connection
"; arnews[2] += "MEET THE ANCESTORS: Poland s rugby team may be multilingual but communication is no problem, with French, English and earthy Polish swearwords all getting an airing AFP , WARSAW Wednesday, Nov 04, 2009, Page 19 Way down the ranks of rugby union, Poland have a secret weapon as they try to convert themselves into minor powers of the sport: the French ..."; arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 16:55:07 GMT"; arnews[2] += "
"; arnews[3]="England's Richard Blaze still not fully recovered from foot operation
"; arnews[3] += "Richard Blaze, one of three uncapped players named in England's squad for the autumn Test series, has revealed that he has not yet fully recovered following the insertion of two pins in his right foot after suffering a stress fracture last season."; arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 02:59:48 GMT"; arnews[3] += "
"; arnews[4]="Mathieu Bastareaud omitted from France Test squad
"; arnews[4] += "France coach Marc Lievremont has said he would not rule Mathieu Bastareaud out of the 2010 Six Nations, a day after the player finally apologised for a false assault claim that has compromised his career."; arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 00:42:16 GMT"; arnews[4] += "
"; arnews[5]="Rugby: Bastareaud left out of French squad
"; arnews[5] += "France coach Marc Lievremont said he would not rule Mathieu Bastareaud out of the 2010 Six Nations, a day after the player finally apologised for a false assault claim that has compromised his career."; arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 02:38:55 GMT"; arnews[5] += "
"; arnews[6]="Handle with Care as injuries mount
"; arnews[6] += "DANNY CARE has joined England's wounded list ahead of the autumn internationals with a suspected broken finger."; arnews[6] += "
Publ.Date : Thu, 29 Oct 2009 01:52:20 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");