var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="On a scale of 10, it's Ferguson over Shaffer
"; arnews[0] += "Craig Ferguson performs during the Annual Dinner of the White House Correspondents' Association in Washington."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:12:23 GMT"; arnews[0] += "
"; arnews[1]="Blackwell Hails Battling Blades
"; arnews[1] += "Sheffield United manager Kevin Blackwell saluted his players after they ended a run of eight games without a win with a 1-0 victory at home to Peterborough."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:20:57 GMT"; arnews[1] += "
"; arnews[2]="Cocoa Tigers rock Orlando Jones | VIDEO
"; arnews[2] += "But the road was a little bumpier than the Tigers would have liked. \"Not the best,\" Cocoa senior quarterback Matt Younger said of his team's performance."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:14:05 GMT"; arnews[2] += "
"; arnews[3]="Live - Saturday football
"; arnews[3] += "Birmingham goal: Lovely goal. James McFadden spots Lee Bowyer's run and dinks a delightful ball over the top for the midfielder to chip the ball over Mark Schwarzer."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:21:12 GMT"; arnews[3] += "
"; arnews[4]="Premier League - Team news: Lampard out
"; arnews[4] += "All the team news ahead of this weekend's games with Frank Lampard out for Chelsea ."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:06:50 GMT"; arnews[4] += "
"; arnews[5]="Lancashire teams in derbies...
"; arnews[5] += "Comment about \"Lancashire teams in derbies at Anfield, Old Trafford\" Phone Name Comment 0 Football - In England Lancashire teams in derbies at Anfield, Old Trafford Chelsea midfielder Michael Essien tries to stay on his feet as he is tackled by Manchester United's Michael Carrick at Stamford Bridge."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:36:27 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("
");