var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cooper, Peel and Roberts provide selection headache
";
arnews[0] += "TO LOSE a player of the quality of Mike Phillips and still be spoilt for choice says much about Wales' strength in depth at scrum-half. Lions Test No 9 Phillips has been forced to sit out this month's autumn international campaign with ankle ligament damage and is likely to miss the first couple of rounds of the Six Nations.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:37:46 GMT";
arnews[0] += "
";
arnews[1]="Wales skipper Ryan Jones aims to apply finish to Argentina
";
arnews[1] += "RYAN JONES has demanded his Wales team-mates show a more ruthless streak when they face Argentina in Cardiff today.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:42:08 GMT";
arnews[1] += "
";
arnews[2]="Red Sox Journal: Bay atop free-agent list
";
arnews[2] += "The free-agent period for Major League Baseball begins on Friday and Jason Bay will be atop the list for available outfielders.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:20:02 GMT";
arnews[2] += "
";
arnews[3]="Tough competition seen in Traders tourney
";
arnews[3] += "The 2009 Traders Insurance Badminton Team Tournament promises to feature a high level of competition when it kicks off this Saturday at the REM Centre.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:48:10 GMT";
arnews[3] += "
";
arnews[4]="PIC-Finance tops dodgeball tourney
";
arnews[4] += "Pacific Islands Club's Finance Department reigned supreme in its own turf, beating Just the Tip in the finals of the 2009 PIC Fall Dodgeball Tournament on Saturday on the PIC tennis court.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:11:09 GMT";
arnews[4] += "
";
arnews[5]="Bombers 'nowhere' on coaches
";
arnews[5] += "No Yankees coach except hitting instructor Kevin Long is signed for next year. And while the general feeling is that the rest of Joe Girardi's staff is wanted back, none has been offered a contract for 2010.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 12:13:44 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("