var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="@GTTF What about a hybrid snuggie that was a mix between Everton and Houston Dynamo?
"; arnews[0] += "@GTTF What about a hybrid snuggie that was a mix between Everton and Houston Dynamo? -"; arnews[0] += "
"; arnews[1]="Los Angeles Galaxy's Beckham sports a new haircut as he stands at attention for the U.S. national anthem before facing Houston Dynamo during the MLS Western Conference Final in Carson
"; arnews[1] += "Los Angeles Galaxy's Beckham sports a new haircut as he stands at attention for the U.S. national anthem before facing Houston Dynamo during the MLS Western Conference Final in Carson -"; arnews[1] += "
"; arnews[2]="Galaxy v Dynamo Western Conference Final is highest rated MLS match ever on ESPN2
"; arnews[2] += "Galaxy v Dynamo Western Conference Final is highest rated MLS match ever on ESPN2 -"; arnews[2] += "
"; arnews[3]="Season Recap: Houston Dynamo
"; arnews[3] += "Season Recap: Houston Dynamo -"; arnews[3] += "
"; arnews[4]="CBC Sports: SOCCER: Canadian Onstad had MLS save of year
"; arnews[4] += "SOCCER: Canadian Onstad had MLS save of year -"; 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("
");document.write("
");