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 08:31:36 GMT";
arnews[0] += "
";
arnews[1]="Naperville North grad in soccer's biggest game
";
arnews[1] += "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.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="Soccer: Elliott confident he can still contribute to All Whites
";
arnews[2] += "Simon Elliott immediately turned to the crowd at halftime and gesticulated at them to keep cheering.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:23:11 GMT";
arnews[2] += "
";
arnews[3]="Hockey Notes - 11/21
";
arnews[3] += "Revenues were listed at $84 million and operating income was listed at a loss of $5 million.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:28:06 GMT";
arnews[3] += "
";
arnews[4]="Not to stick a (Space) needle in MLS' balloon, but is it sound?
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="MLS Cup history
";
arnews[5] += "Seattle will host the 14th MLS Cup on Sunday, at Qwest Field. This is the 11th in a series of stories about the first 13 MLS Cups.";
arnews[5] += "
Publ.Date : Sun, 12 Nov 2006 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("