var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Buzz: Stars align for Galaxy at MLS Cup
";
arnews[0] += "Beckham highlights MLS CupFor the moment, it looks like the Los Angeles Galaxys gamble has paid off.The Galaxy signed soccer superstar David Beckham in 2007, and despite a rough beginning, Beckham and the Galaxy will play Real Salt Lake in the finals of MLS Cup 2009 at 7:30 tonight in Seattle.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:44:31 GMT";
arnews[0] += "
";
arnews[1]="MLS Cup: An unlikely conclusion to season for the Galaxy
";
arnews[1] += "Two teams that are happy to stop talking about how no one expected them to be here can finally get down to championship business this evening.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:31:27 GMT";
arnews[1] += "
";
arnews[2]="Jonah Freedman: Plenty of intrigue heading into MLS Cup final
";
arnews[2] += "Still dubious David Beckham is making an impact in this country? More than 40,000 tickets have been sold for Sunday's MLS Cup final between the Los Angeles Galaxy and Real Salt Lake at Qwest Field , with another 2,000 made available late in the week.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:15:20 GMT";
arnews[2] += "
";
arnews[3]="The west's awake to US soccer
";
arnews[3] += "Asked how comfortable he was with his Los Angeles Galaxy side being considered heavy favourites in Sunday' night's MLS Cup title decider against Real Salt Lake, Bruce Arena succinctly underlined just where exactly soccer fits in the American sporting landscape.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:06:51 GMT";
arnews[3] += "
";
arnews[4]="L.A. Galaxy has edge in star power at MLS Cup final
";
arnews[4] += "The pregame buildup and hype is over. Today, the Major League Soccer champion will be crowned.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:58:31 GMT";
arnews[4] += "
";
arnews[5]="MLS Cup preview: Galaxy's world, Real's just living in it
";
arnews[5] += "David Beckham and Landon Donovan hope to celebrate some more Sunday. It's grandeur versus grind.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:43:59 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("