var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@Newsclippers Yes, Real Salt Lake beat Los Angeles Galaxy on November 23, 2009 1-1 (5-4 on PKs). Have a goo... http://chacha.com/q/slg6tl9s
";
arnews[0] += "@Newsclippers Yes, Real Salt Lake beat Los Angeles Galaxy on November 23, 2009 1-1 (5-4 on PKs). Have a goo...";
arnews[0] += "
";
arnews[1]="BP_TOW: Los Angeles Galaxy vs Real Salt Lake Highlights - MLS Cup Final http://bit.ly/5kdoeN
";
arnews[1] += "Los Angeles Galaxy vs Real Salt Lake Highlights - MLS Cup Final";
arnews[1] += "
";
arnews[2]="Rich: I favorited a YouTube video -- MLS Cup 2009 - Los Angeles Galaxy vs Real Salt Lake - 22/11/09 - Goles +... http://bit.ly/6O2xKo
";
arnews[2] += "I favorited a YouTube video -- MLS Cup 2009 - Los Angeles Galaxy vs Real Salt Lake - 22/11/09 - Goles +...";
arnews[2] += "
";
arnews[3]="Sensacion Deportiva: sensaciondeportiva.c Los Angeles Galaxy y Beckham se quedaron sin el título http://bit.ly/5dTRTj
";
arnews[3] += "sensaciondeportiva.c Los Angeles Galaxy y Beckham se quedaron sin el título";
arnews[3] += "
";
arnews[4]="Sensacion Deportiva: Los Angeles Galaxy y Beckham se quedaron sin el título - http://twurl.nl/ez8t2m
";
arnews[4] += "Los Angeles Galaxy y Beckham se quedaron sin el título -";
arnews[4] += "
";
totcount = 5;
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("