var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Scholes urges his United boss to shelve retirement thoughts
"; arnews[0] += "MANCHESTER: Paul Scholes has urged Manchester United manager Alex Ferguson to shelve any thoughts of retirement and continue in the job for as long as he can."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:17:33 GMT"; arnews[0] += "
"; arnews[1]="Halton Moor FC fcaes cup ban after fighjting
"; arnews[1] += "Halton Moor FC faces a ban of up five years from a national cup competition after a mass brawl between players and fans."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:15:43 GMT"; arnews[1] += "
"; arnews[2]="Wayne Rooney will be a future Manchester United captain says Sir Alex Ferguson
"; arnews[2] += "Captain fantastic: Sir Alex Ferguson says Wayne Rooney has all the qualities needed to become a future captain of Manchester United Photo: GETTY IMAGES When Manchester United meet Everton on Saturday evening, it offers another high-profile chance for Wayne Rooney and Louis Saha to show their class to those they left behind."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:36:31 GMT"; arnews[2] += "
"; arnews[3]="Rooney not in Ferguson's Thinking
"; arnews[3] += "Wayne Rooney will have to wait if he is going to captain Manchester United on a regular basis."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:47:18 GMT"; arnews[3] += "
"; arnews[4]="Fergie Unhappy Over Rooney Exposure
"; arnews[4] += "Sir Alex Ferguson has attacked the Football Association over their handling of Wayne Rooney."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:41:12 GMT"; 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("
");