var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="New England Revolution Update: Feb. 8 - MLS - Major League Soccer
"; arnews[0] += "Kevin Alston has been invited to join the U.S. Men's National Team for training camp ahead of the upcoming friendly against El Salvador on Wednesday, Feb. 24, at Raymond James Stadium in Tampa, Fla. ... this is Alston's second consecutive call-up to ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:24:00 GMT"; arnews[0] += "
"; arnews[1]="New England Revolution 2010 schedule - Examiner
"; arnews[1] += "Each MLS team will play 30 games for a total of 240 games from March 25 to Oct. 24, 2010. The 2010 schedule breaks from June 11 through June 25 to accomodate the group phase of the FIFA World Cup. In 2010, the Revolution competes in SuperLiga for the ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 03:20:00 GMT"; arnews[1] += "
"; arnews[2]="2010 New England Revolution Schedule Unveiled - OurSports Central
"; arnews[2] += "FOXBOROUGH, Mass. - Major League Soccer today unveiled its 2010 regular-season schedule, a slate that sees each of the 16 teams play a 30-game schedule beginning March 25 and ending on October 24. For the first time in league history, each of the ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:25:00 GMT"; arnews[2] += "
"; arnews[3]="New England Revolution Announce 2010 Schedule - WMUR.com
"; arnews[3] += "New England Revolution Release: Major League Soccer today unveiled its 2010 regular-season schedule, a slate that sees each of the 16 teams play a 30-game schedule beginning March 25 and ending on October 24. For the first time in league history ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 20:18:00 GMT"; arnews[3] += "
"; arnews[4]="New England Revolution goalkeeper Matt Reis has surgery on left knee - Minneapolis Star Tribune
"; arnews[4] += "FOXBOROUGH, Mass. - New England Revolution goalkeeper Matt Reis has had surgery on his left knee. Reis had a procedure to fix his quadriceps tendon Thursday at Massachusetts General Hospital. The 34-year-old had rotator cuff surgery in December and ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 00:34:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");