var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Has MLS finally arrived? Not yet - Everett Herald
";
arnews[0] += "SEATTLE — The MLS Cup logo gleams from up high, freshly painted atop the Space Needle, along with the logos of the Los Angeles Galaxy and Real Salt Lake. It’s a sign that the 14-year-old league’s championship game has finally arrived in the ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[0] += "
";
arnews[1]="Naperville North grad in soccer's biggest game - Batavia Sun
";
arnews[1] += "SEATTLE -- The Chicago Fire may be out of the running for MLS Cup, but Chicagoland is well represented on both Real Salt Lake and the Los Angeles Galaxy. The two clubs will take the pitch at Qwest Field today to compete for the 2009 title. Will ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT";
arnews[1] += "
";
arnews[2]="ORDER THE 2009 HALF-SEASON PACKAGE FOR ONLY $49 - MLS - Major League Soccer
";
arnews[2] += "Major League Soccer's Direct Kick television half-season package is again available for $49 starting August 1st, providing fans the opportunity to watch up to 60 MLS regular season matches and select playoff games during the remaining 2009 season ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="MLS makes pitch, but is it on sound footing? - Ogden Standard-Examiner
";
arnews[3] += "As difficult, in fact, as the San Jose Earthquakes, the Houston Dynamo and the Kansas City Wizards -- all former MLS ... on TV) is remarkable and a statement as to where MLS is today,\" Garber told Sports Illustrated this week. \"There are soccer fans ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:36:00 GMT";
arnews[3] += "
";
arnews[4]="Donovan Wins Goal of the Year - Internet Soccer
";
arnews[4] += "Houston goalkeeper Pat Onstad became the first Sane of the Year honoree for his stops against Dallas in Week 30. 2005: Dwayne De Rosario – San Jose Earthquakes 2004: Dwayne De Rosario – San Jose Earthquakes";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:23:00 GMT";
arnews[4] += "
";
arnews[5]="Landon Donovan's Curling Volley Wins AT&T Goal Of The Year - OurSports Central
";
arnews[5] += "SEATTLE (Wednesday, Nov. 18, 2009) - Major League Soccer's most spectacular individual plays were honored today as the LA Galaxy's Landon Donovan won the 2009 AT&T Goal of the Year and Houston Dynamo goalkeeper Pat Onstad was awarded the Degree Men ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:13: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("