var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Bentley and Gattuso set for January switch to big-spending Manchester City
"; arnews[0] += "Bentley and Gattuso set for January switch to big-spending Manchester City -"; arnews[0] += "
"; arnews[1]="Tottenham Hotspur winger David Bentley set for Manchester City switch - report - Goal.com
"; arnews[1] += "Tottenham Hotspur winger David Bentley set for Manchester City switch - report - Goal.com -"; arnews[1] += "
"; arnews[2]="Tottenham Hotspur winger David Bentley set for Manchester City switch http://cli.gs/gh64L
"; arnews[2] += "Tottenham Hotspur winger David Bentley set for Manchester City switch"; arnews[2] += "
"; arnews[3]="Goal.com football: Tottenham Hotspur Winger David Bentley Set For Manchester City Switch - Report http://bit.ly/1QpI7r
"; arnews[3] += "Goal.com football: Tottenham Hotspur Winger David Bentley Set For Manchester City Switch - Report"; arnews[3] += "
"; arnews[4]="Manchester City: City swap deal on cards: Tottenham's David Bentley is again being linked with Man City in a de.. http://bit.ly/37sb0d
"; arnews[4] += "Manchester City: City swap deal on cards: Tottenham's David Bentley is again being linked with Man City in a de.."; 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("
");