var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Shearer Role: Blades could move for legend
"; arnews[0] += "ALAN SHEARER is favourite to take over as Sheffield United boss if Kevin Blackwell is sacked."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:57:03 GMT"; arnews[0] += "
"; arnews[1]="Chelsea clobbers Wolves
"; arnews[1] += "Chelsea clobbers Wolves Chelsea's Michael Essien, third left, scores his first goal during the English Premier League soccer match between Chelsea and Wolverhampton Wanderers at Stamford Bridge stadium in London, Saturday, Nov."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:49:55 GMT"; arnews[1] += "
"; arnews[2]="Warning for Phoenix All Whites
"; arnews[2] += "The Wellington Phoenix All Whites may need to take heed of Arsene Wenger's words ahead of tonight's A-League match with Newcastle."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:15:26 GMT"; arnews[2] += "
"; arnews[3]="Owen loving United life
"; arnews[3] += "MICAHEL Owen insists he is loving life at Manchester United. After leaving Newcastle last summer, Owen caused a minor sensation when he accepted Sir Alex Ferguson's request for him to join the Old Trafford outfit."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:20:23 GMT"; arnews[3] += "
"; arnews[4]="Bolton Wanderers v Blackburn Rovers - Follow LIVE text commentary
"; arnews[4] += "Bolton Wanderers v Blackburn Rovers Follow every kick as Bolton Wanderers take on Blackburn Rovers at Reebok Stadium in the Premier League on 22-Nov-2009, kick off time 13:30 Bolton Wanderers v Blackburn Rovers Live Bolton Wanderers face a north-west derby against Blackburn at the Reebok Stadium on Saturday with Rovers boss Sam Allardyce making ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:15:06 GMT"; arnews[4] += "
"; arnews[5]="UK & World News: Car fire alert at policing board HQ
"; arnews[5] += "A car has ignited close to the Policing Board headquarters in Belfast, police said."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:05:16 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("
");