var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Has MLS finally arrived? Not yet
";
arnews[0] += "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.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:42:02 GMT";
arnews[0] += "
";
arnews[1]="Kansas City Wizards Juniors Squads to Enter U.S. Soccer Development Academy Program This Weekend
";
arnews[1] += "Both teams face Texas Rush AJ Auxerre Saturday and Texas SC DTH Sunday in the suburbs outside of Houston, Texas.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:52:47 GMT";
arnews[1] += "
";
arnews[2]="Not to stick a (Space) needle in MLS' balloon, but is it sound?
";
arnews[2] += "Reporting from Seattle - The MLS Cup logo gleams from up high, freshly painted atop the Space Needle, along with the logos of the Galaxy and Real Salt Lake.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrate the MLS Cup with food, fun
";
arnews[3] += "The Seattle Sounders weren't able to convert an otherwise extremely successful season into a championship, but fans of soccer still get a chance to get in one more game as this weekend Qwest Field plays host to the MLS Cup.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:19:46 GMT";
arnews[3] += "
";
arnews[4]="TFC's Preki: Long time coming
";
arnews[4] += "The move of Preki to Toronto FC as head coach, completed with a three-year contract announcement Thursday, actually began back in the summer of 2007.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Predrag (Preki) Radosavlijevic signs three-year deal to become Toronto FC coach
";
arnews[5] += "It was a disappointing end to a season that started with plenty of optimism. Toronto FC was shut out in its regular-season finale and missed out on the playoffs by a single point.";
arnews[5] += "
Publ.Date : Thu, 19 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("