var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chivas USA acquires Salvadoran midfielder Romero
"; arnews[0] += "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."; arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Racine native adds local hook to U.S. soccer squad
"; arnews[1] += "Racine native Jesse Marsch will help guide the U.S. team through the World Cup finals tourney in June."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:01:00 GMT"; arnews[1] += "
"; arnews[2]="GREEN: U.S. roster has questions as camp starts
"; arnews[2] += "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, especially for those players on the bubble."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:40:30 GMT"; arnews[2] += "
"; arnews[3]="Whip around the league and American soccer | Sounders FC Blog
"; arnews[3] += "Can't sleep, thinking about my wonderful time in Seattle. By this time next week I'll be en route to my new home and new world."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:03:56 GMT"; arnews[3] += "
"; arnews[4]="In Midst of Recession, Bundesliga Is Thriving
"; arnews[4] += "The German Bundesliga wants the world to know that even in these trying economic times, it is solvent and competitive - a soccer island in Central Europe that exudes diligence, steady growth and smart management."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:28:19 GMT"; arnews[4] += "
"; arnews[5]="Red Bulls finally seem to have plan to build team into a winner
"; arnews[5] += "Red Bulls general manager Erik Soler says his background with Scandinavian clubs who don't have a lot of money to throw around will help him run the Red Bulls."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:35:53 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("
");document.write("
");