var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MLS Playoffs: VIDEO: Galaxy Trio Preview Final - goal.com
";
arnews[0] += "Los Angeles Galaxy coach Bruce Arena is all smiles, but they are unlikely to be for David Beckham (A. Canales/Goal.com) Los Angeles Galaxy midfield sparkplug Chris Klein knows all about Real Salt Lake. He should. Two and a half years ago he switched ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT";
arnews[0] += "
";
arnews[1]="Both teams want the home crowd on their side - Seattle Times
";
arnews[1] += "Seattle is like a second home for Real Salt Lake's Andy Williams. For a very personal reason. His wife Marcia received treatment for a rare form of leukemia last summer at the Fred Hutchinson Cancer Research Center. Andy left Utah to be with her ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:24:00 GMT";
arnews[1] += "
";
arnews[2]="MLS Playoffs: VIDEO: Chris Klein Previews MLS Cup Final - goal.com
";
arnews[2] += "Two and a half years ago, Chris Klein traded the fresh mountainous air of Salt Lake for Los Angeles. In a trade involving current Real Salt Lake striker Robbie Findley, Klein joined the Galaxy and hasn't looked back. Now the energetic winger will ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="Kanavas, Walker blame Doyle for interchange crisis - Milwaukee Journal Sentinel
";
arnews[3] += "Local politicians on Friday took the chunks of concrete crumbling from bridges in the Zoo Interchange, turned them into political bricks and tossed them at Gov. Jim Doyle. State Sen. Ted Kanavas (R-Brookfield) and Milwaukee County Executive Scott ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:29:00 GMT";
arnews[3] += "
";
arnews[4]="Real Salt Lake notes: Beckham says he'll be ready to go in title match - Deseret News
";
arnews[4] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along. SEATTLE — David Beckham practiced with his L.A. Galaxy teammates for the first time this week in anticipation of ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:44:00 GMT";
arnews[4] += "
";
arnews[5]="Davis: LA's Becks, Donovan add sizzle to final - MLS - Major League Soccer
";
arnews[5] += "SEATTLE -- Major League Soccer and the city of Seattle have gone together like fries and ketchup from Day 1. So it's really no surprise that this MLS Cup has a little different feel. There's a little more buzz, just a little more jitter in the bug ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:37: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("