var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Donovan top MLS player
";
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 17:16:28 GMT";
arnews[0] += "
";
arnews[1]="Galaxy's Donovan wins first MLS MVP award
";
arnews[1] += "Galaxy star Landon Donovan holds his 2009 MLS Most Valuable Player award presented to him on Thursday.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:02:18 GMT";
arnews[1] += "
";
arnews[2]="Sounders look ahead to 2010
";
arnews[2] += "Major League Soccer's season doesn't end until the final whistle of MLS Cup on Sunday, however Seattle Sounders FC is making plans for next season.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:27:29 GMT";
arnews[2] += "
";
arnews[3]="L.A's Landon Donovan Named MLS Player Of The Year
";
arnews[3] += "United States and L.A Galaxy striker Landon Donovan has been named Most Valuable Player in Major League Soccer, the league said on Thursday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:27:33 GMT";
arnews[3] += "
";
arnews[4]="Galaxy forward and Redlands native finally earns distinction
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 10:23:14 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("