var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Galaxy Wins MLS Cup ... in FIFA 10
"; arnews[0] += "But a computer simulation that purports to predict, even mimic reality? In a sport that seems to have adopted a Luddite approach to the uses of technology , the notion that FIFA 10 bears the imprimatur of the game's mandarins seems to fly in the face of reality - virtual or otherwise."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:36:52 GMT"; arnews[0] += "
"; arnews[1]="Beckham expects to play in final
"; arnews[1] += "SEATTLE -- Los Angeles midfielder David Beckham said Friday he'll need an injection in his right ankle to reduce pain and allow him to play in Sunday night's MLS Cup final against Real Salt Lake."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:35:06 GMT"; arnews[1] += "
"; arnews[2]="Hurricanes go for consecutive wins in battle with Lightning
"; arnews[2] += "The Carolina Hurricanes will try to win consecutive games for the first time in over six weeks when they welcome the Tampa Bay Lightning to RBC Center for tonight's Southeast Division battle."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:34:50 GMT"; arnews[2] += "
"; arnews[3]="Injured Beckham vows to play MLS Cup final
"; arnews[3] += "England midfielder David Beckham has a bone bruise in his right ankle, but he still expects to play for his U.S. club Los Angeles Galaxy in the Major League Soccer championship match today."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:20:48 GMT"; arnews[3] += "
"; arnews[4]="Beckham shakes off injury, controversy to chase Cup
"; arnews[4] += "David Beckham talks about chasing a Major League Soccer championship and his future in American soccer as L.A. Galaxy battle Real Salt Lake Sunday for MLS Cup."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:10:19 GMT"; arnews[4] += "
"; arnews[5]="Rsl, L.a. Gear Up For MLS Cup Meeting
"; arnews[5] += "The Los Angeles Galaxy are gearing up to enter their Major League Soccer record sixth MLS Cup final, while Real Salt Lake will be entering its first when the two teams square off at Qwest Field in Seattle on Sunday."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:40:55 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("
");document.write("
");