var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Will Fergie Sacrifice Wayne Rooney Again?
"; arnews[0] += "In the fierce public relations war now raging in Red Manchester, the United board must feel that for the first time this season, it is gaining the upper hand."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:49:26 GMT"; arnews[0] += "
"; arnews[1]="Drogba, Terry Lead Chelsea Past Arsenal
"; arnews[1] += "GETTING IT DONE: Chelsea captain John Terry put his off-field issues aside and led his team to victory over Arsenal on Sunday."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:08:57 GMT"; arnews[1] += "
"; arnews[2]="Terry on top as Chelsea end Arsenala s title hopes
"; arnews[2] += "REMEMBER '1-0 to the arsenal'? Arsene Wenger is a shrewd and intelligent football manager who has achieved great things at Arsenal, but why are his teams so often found out in the same way? As an advocate of pretty, passing football Wenger as assembled a vastly talented and young squad, but yet again they were beaten by a side that is strong at the ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:26:13 GMT"; arnews[2] += "
"; arnews[3]="The Fifth Official pulls out the pretty, the puzzling and the downright pig-ugly from the weekend.
"; arnews[3] += "Few of us like Monday but The Fifth Official does, for it brings with it a chance for him to point the finger and laugh."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 11:31:04 GMT"; arnews[3] += "
"; arnews[4]="Next up Euro 2012 - Fabio Capello reflects on a derby with Wales
"; arnews[4] += "Fabio Capello did not get the ultimate Battle of Britain clash - but after declaring \"bring it on\" beforehand, he will now discover what a big scalp England are after his side were pitted against Wales in the qualifiers for Euro 2012."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 10:34:26 GMT"; arnews[4] += "
"; arnews[5]="Weekend Barclays wrap-up
"; arnews[5] += "Manchester United enjoyed a good 24 hours at the top of the table after demolishing bottom-of-the-log Portsmouth 5-0, three of those goals being own goals."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:28:49 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("
");