var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Donovan wins MLS MVP award for first time
"; arnews[0] += "Long considered the best player in the U.S., Landon Donovan is now the best player in Major League Soccer."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:06:05 GMT"; arnews[0] += "
"; arnews[1]="Galaxy forward and Redlands native finally earns distinction
"; arnews[1] += "Perhaps like no other year, 2009 has been a trying year for Landon Donovan. The Redlands native saw a potential move to Bayern Munich fall apart, divorced his wife, actress Bianca Kajlich, came down with the H1N1 virus and had a much-publicized spat with teammate David Beckham."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:23:14 GMT"; arnews[1] += "
"; arnews[2]="Galaxy's Donovan wins first MLS MVP award
"; arnews[2] += "Long considered the best player in the U.S., Landon Donovan is now the best player in Major League Soccer."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:46:50 GMT"; arnews[2] += "
"; arnews[3]="Donovan named MLS MVP
"; arnews[3] += "Donovan named MLS MVP Landon Donovan of the Los Angeles Galaxy celebrates his goal after a penalty kick against Houston Dynamo during the MLS Western Conference Championship soccer match at The Home Depot Center on November 13, 2009 in Carson, California."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:08:30 GMT"; arnews[3] += "
"; arnews[4]="la's Donovan wins MLS MVP award for first time
"; arnews[4] += "Long considered the best player in the U.S., Landon Donovan is now the best player in Major League Soccer."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:13:16 GMT"; arnews[4] += "
"; arnews[5]="How Captain Donovan revived the Galaxy
"; arnews[5] += "\"I was spoiled in the early part of my career in San Jose, because we made the playoffs the first four years I was there, so I got used to that,\" says Landon Donovan , who won crowns with the old Quakes in 2001 and 2003 before leaving for Germany after the 2004 season and bouncing right back to sign with the Galaxy a few months later."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 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("
");