var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andrea Canales: Hard-working center backs keyed Galaxy turnaround
";
arnews[0] += "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 Houston.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 18:33:53 GMT";
arnews[0] += "
";
arnews[1]="US Men's Soccer Under-17s: Luis Gil and the Maturity Quagmire
";
arnews[1] += "The US Under-17s are out of the Fifa U-17 World Cup after a tough loss to Italy.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 16:27:03 GMT";
arnews[1] += "
";
arnews[2]="It's Time for Sunil Gulati to Do His Job for the US Men's National Soccer Team
";
arnews[2] += "With qualification for South Africa wrapped up and - for better or worse - the 23 man roster just about selected, the most important job heading into the 2010 World Cup falls on the shoulders of Sunil Gulati - as it is not only Bob Bradley's position on the line, but the person who hired him.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 01:49:04 GMT";
arnews[2] += "
";
arnews[3]="Ex-Man City fullback Mills slates Pearce management
";
arnews[3] += "Mills has announced his retirement after being released by City at the end of last season.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 10:39:48 GMT";
arnews[3] += "
";
arnews[4]="High School Top Performer - Week 6: Clint Caso (boys soccer), St. Benedict's
";
arnews[4] += "Clint Caso of St. Benedict's is The Star-Ledger's top performer in boys soccer. CLINT CASO, ST.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 17:54:07 GMT";
arnews[4] += "
";
arnews[5]="Boys Soccer Athlete of the Week
";
arnews[5] += "October 29, 2009 5:04 a.m. CLINT CASO, ST. BENEDICT'S Junior defender, 5-11, 160 JUST THE STATS: Caso returned from an injury to his right knee in style this past week.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 12:55:12 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("