var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="RT @WSReader: RT @10_Shirt: New:: Philadelphia Union 2010-2011 Away Shirt http://tinyurl.com/yfmettu
"; arnews[0] += "RT @WSReader: RT @10_Shirt: New:: Philadelphia Union 2010-2011 Away Shirt"; arnews[0] += "
"; arnews[1]="Ryan Knapp: RT @SportsPro_Mag: Philadelphia Union to join MLS in Adidas kits http://bit.ly/6y65qm
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Matt Clausen: @vulcansmuse next year the Philadelphia Union will join MLS. Least it's a sport Philly won't get into until they make the playoffs
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="soccer.com: Goodbye MLS 2009 season. Hello new champs: http://bit.ly/5oBIVX & a new team for 2010, Philadelphia Union: http://bit.ly/4ZJF8q
"; arnews[3] += "Goodbye MLS 2009 season. Hello new champs:"; arnews[3] += "
"; arnews[4]="Mike Leighty: RT @soccerdotcom: Goodbye MLS 2009 season. Hello new champs: http://bit.ly/5oBIVX & a new for 2010, Philadelphia Union: http://bit.ly/4ZJF8q
"; arnews[4] += "RT @"; 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("
");