var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MLS Cup: An unlikely conclusion to season for the Galaxy
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 05:31:27 GMT";
arnews[0] += "
";
arnews[1]="Galaxy Notebook: Arena says players appear ready to go
";
arnews[1] += "So, how many diamonds for the championship ring? What dance should be pulled out after the final whistle? Not so fast, kid.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:31:16 GMT";
arnews[1] += "
";
arnews[2]="L.A. Galaxy has edge in star power at MLS Cup final
";
arnews[2] += "The pregame buildup and hype is over. Today, the Major League Soccer champion will be crowned.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:58:31 GMT";
arnews[2] += "
";
arnews[3]="MLS Cup: An unlikely conclusion to season for the Galaxy
";
arnews[3] += "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[3] += "
Publ.Date : Sun, 22 Nov 2009 04:34:45 GMT";
arnews[3] += "
";
arnews[4]="RSL to face former friend
";
arnews[4] += "Dema Kovalenko has played every minute of all three playoff games for Los Angeles, and that trend figures to continue today in the MLS Cup.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:11:32 GMT";
arnews[4] += "
";
arnews[5]="Jennifer Lopez, Adam Lambert ready for AMA stage
";
arnews[5] += "Jennifer Lopez plans to include fireworks and an on-stage costume change in her performance at the American Music Awards.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:41: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("