var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Morales hopes to key RSL's upset bid
";
arnews[0] += "Javier Morales' form has been up and down this season, but he'll need to be at his best on Sunday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:03:23 GMT";
arnews[0] += "
";
arnews[1]="RSL's dreams
";
arnews[1] += "Nick Rimando just finished rattling off all the players and qualities that make Los Angeles such a difficult opponent for Real Salt Lake in Sunday's MLS Cup final.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:57:16 GMT";
arnews[1] += "
";
arnews[2]="religion briefs
";
arnews[2] += "COLORADO SPRINGS, Colo. - Former megachurch pastor Ted Haggard said he will continue to hold weekly prayer meetings at his home, three years after he was ousted from the church he founded amid a scandal involving a male prostitute and drug use.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Real Salt Lake embracing overlooked role
";
arnews[3] += "Goalkeeper Nick Rimando just finished rattling off all the players and qualities that make the Los Angeles Galaxy such a difficult opponent for Real Salt Lake in Sunday's MLS Cup final.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:33:33 GMT";
arnews[3] += "
";
arnews[4]="Real Salt Lake came to win
";
arnews[4] += "Real Salt Lake came to win Real Salt Lake's players Kyle Beckerman, left, and Nick Rimando, share a laugh together after their training session for the MLS Cup soccer championship at Qwest Field, in Seattle, on Friday, Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:24:00 GMT";
arnews[4] += "
";
arnews[5]="RSL came to win
";
arnews[5] += "RSL came to win Real Salt Lake's players Kyle Beckerman, left, and Nick Rimando, share a laugh together after their training session for the MLS Cup soccer championship at Qwest Field, in Seattle, on Friday, Nov.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:58:46 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("