var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="U.S. has questions as camp begins - Long Beach Press-Telegram
";
arnews[0] += "With only two U.S. games remaining and three months to go before Bob Bradley selects his World Cup roster in early May, the significance of the second national team camp of the year that begins Wednesday in Carson takes on an added dimension ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:00 GMT";
arnews[0] += "
";
arnews[1]="Chivas USA's Marsch retires, - Daily Breeze
";
arnews[1] += "Chivas USA's Jesse Marsch is retiring as a player to become assistant coach to Bob Bradley on the U.S. soccer team. The 36-year-old midfielder won three league titles and four U.S. Open Cups during 14 MLS seasons and was Chivas USA's captain for much ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 15:35:00 GMT";
arnews[1] += "
";
arnews[2]="Chivas USA Land Selecta Midfielder - Laist.com
";
arnews[2] += "Reports out of El Salvador from earlier this year indicating that Salvadoran National Team member William Osa el Romero was on the verge of being signed to an MLS contract have been confirmed Stateside. The Selecta winger had recently been linked ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 19:57:00 GMT";
arnews[2] += "
";
arnews[3]="Chivas USA midfielder, MLS Original Jesse Marsch retires - MLS - Major League Soccer
";
arnews[3] += "CARSON, Calif. -- Chivas USA midfielder Jesse Marsch, a 14-year Major League Soccer veteran, has announced his retirement as a player, and joins the United States Men's National Team as an assistant coach to head coach Bob Bradley. As one of just ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 22:10:00 GMT";
arnews[3] += "
";
arnews[4]="Osael Romero signs with Chivas USA - Los Angeles Times
";
arnews[4] += "In his first significant player move since becoming coach of Chivas USA, Martin Vasquez has brought on board a youngster with impressive credentials, someone who could step right into the starting lineup. The Major League Soccer club this week ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:29:00 GMT";
arnews[4] += "
";
arnews[5]="Chivas USA acquires Salvadoran midfielder Romero - Raleigh News & Observer
";
arnews[5] += "Chivas USA acquired midfielder Osael Romero on loan from El Salvadors Vista Hermosa after acquiring his rights in a trade with FC Dallas for allocation money, the Major League Soccer club's announced. \"Osael is a perfect fit for our club this season ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 18:31: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("