var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Destiny calling for Real Salt Lake
"; arnews[0] += "It's funny how things can go from one extreme to the other. It's funny how a little elbow grease, work and determination will get you to where you need to go."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:34:06 GMT"; arnews[0] += "
"; arnews[1]="Build It, And They Will Come: RSL's Transformation Worth Noting
"; arnews[1] += "It's funny how things can go from one extreme to the other. It's funny how a little elbow grease, work and determination will get you to where you need to go."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:50:01 GMT"; arnews[1] += "
"; arnews[2]="On this date: 2003 - Soccer phenom Freddy Adu, 14, signs six-year deal with MLS
"; arnews[2] += "Nov. 18 1962 - Bill Wade passes for 466 yards and two touchdowns in the Chicago Bears' 34-33 victory over the Dallas Cowboys."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Football tweets - Bent upbeat as Henry warns of Irish threat
"; arnews[3] += "Welcome to another instalment of football.co.uk's run-down of the best tweets from around the beautiful game."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 18:11:50 GMT"; arnews[3] += "
"; arnews[4]="USA vs. Slovakia: Postgame Reactions
"; arnews[4] += "In a pre-World Cup friendly, Slovakia beat the United States Men's National Soccer Team 1-0 on a first half penalty kick."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 22:02:33 GMT"; arnews[4] += "
"; arnews[5]="Underdog Austrians kick Americans aside
"; arnews[5] += "Freddy Adu wandered for a few paces with his hands behind his head. Then he collapsed onto the soaking-wet turf and looked skyward, joining several of his American teammates in agony and exhaustion as a collection of underdogs danced nearby."; arnews[5] += "
Publ.Date : Sat, 14 Jul 2007 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="Jerome a rising star on U.S. soccer scene, now on international stage
"; arnews[6] += "Soccer experts in the U.S. are more careful about anointing teenagers The Next Great Thing after watching the Freddy Adu hype machine sputter before the kid was old enough to vote."; arnews[6] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT"; arnews[6] += "
"; arnews[7]="Next big thing?
"; arnews[7] += "Remember Freddy Adu? Of course you do. In 2004, he was the 14-year-old who was seen as the future of the game in the United States and a potential new global star."; arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 15:47:08 GMT"; arnews[7] += "
"; totcount = 8; 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("
");