var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nai favours - The Sun
";
arnews[0] += "GARRY HAY lost Claudio Reyna on his Kilmarnock debut and saw the American smash home a crucial Ibrox winner for Rangers. Long-serving Killie ace Hay is determined he won't let Stevie Naismith repeat that feat today. Hay, 32, has gone through the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:14:00 GMT";
arnews[0] += "
";
arnews[1]="McBride, Fire optimistic star will return in 2010 - Southtown Star
";
arnews[1] += "Brian McBride walked out of the Fire locker room for perhaps the last time Tuesday, unless the veteran striker and the club can strike a deal in the coming weeks that keeps the homegrown superstar in town. On the heels of a dramatic penalty-kick loss ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:44:00 GMT";
arnews[1] += "
";
arnews[2]="The keys to the Galaxy resurgence - CNN Sports Illustrated
";
arnews[2] += "Arena could have been making a thinly veiled dig at Claudio Reyna , who had a disastrous stint under his former national-team coach with the New York Red Bulls after joining MLS. But more of a concern was the immediate burden Arena warned Berhalter ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 02:59:00 GMT";
arnews[2] += "
";
arnews[3]="Reports: Ben Olsen to retire from D.C. United, professional soccer at ... - Potomac Soccer Wire
";
arnews[3] += "Steven Goff's Soccer Insider is reporting several reliable sources have told him Ben Olsen has decided to retire from professional soccer as a player. Save a few month loan in 2000 to Nottingham Forest, the 32 year old from central Pennsylvania has ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[3] += "
";
arnews[4]="MLS Playoffs: Canales Corner: Galaxy Defenders Decisive Factors - goal.com
";
arnews[4] += "CARSON, Calif. -- When the Los Angeles Galaxy needed a deciding goal last Friday to send them to a sixth MLS Cup final appearance, neither of the team's biggest stars -- David Beckham nor Landon Donovan -- scored the winner in overtime against ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 21:23:00 GMT";
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("