var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chelsea extend lead; Arsenal beaten; Liverpool held - Update
"; arnews[0] += "Chelsea extended their lead at the top to eight points after a comprehensive 4-0 win over Wolverhampton Wanderers on Saturday while several of their rivals lost points."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:44:00 GMT"; arnews[0] += "
"; arnews[1]="United match Chelsea with easy win
"; arnews[1] += "Manchester United midfielder Darren Fletcher shields the ball from Everton's Marouane Fellaini."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:40:22 GMT"; arnews[1] += "
"; arnews[2]="Parreira has much to ponder
"; arnews[2] += "I can't wait. I actually wish they'd just scrap the next few months of Absa Premiership football; heck, just scrap Christmas while you're at it, scrap the African Nations Cup and let's get on with it."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:18:33 GMT"; arnews[2] += "
"; arnews[3]="Canada's super-rich
"; arnews[3] += "If it's true that \"money talks,\" then the bank accounts of Canada's wealthiest citizens are doing a lot of blabbing these days."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:25:18 GMT"; arnews[3] += "
"; arnews[4]="Tony Almeida 'not returning to 24'
"; arnews[4] += "Carlos Bernard has said that it is highly unlikely that he will return for the next season of 24 ."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:52:52 GMT"; arnews[4] += "
"; arnews[5]="The Spanish intuition
"; arnews[5] += "Spanish tennis player Felix Mantilla who is now coaching in Australia. Photo: Karleen Williams Linda Pearce November 21, 2009 MOMENTARILY, Felix Mantilla lapses into his native tongue when talking about the power of clay to heal what ails Australian tennis."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:55:20 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("
");