var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Everton FC News: Manchester United 3 Everton FC 0 - final whistle match report
"; arnews[0] += "EVERTON'S dreadful run of results at Old Trafford continued this evening as Manchester United moved into second place in the Barclays Premier League with a 3-0 win."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:33:00 GMT"; arnews[0] += "
"; arnews[1]="Scotland defeat Wallabies
"; arnews[1] += "Scotland completed one of the greatest rearguard victories in recent Test history to beat Australia for the first time in 27 years following their 9-8 victory."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:45:15 GMT"; arnews[1] += "
"; arnews[2]="National Sport: Tigers claw back point
"; arnews[2] += "Ten-man Hull held on for a 3-3 draw after staging a remarkable fightback against fellow Barclays Premier League strugglers West Ham."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:45:14 GMT"; arnews[2] += "
"; arnews[3]="National Sport: Blues put four past Wolves
"; arnews[3] += "Chelsea stormed to an eight-point lead at the top of Barclays Premier League with a clinical 4-0 demolition of woeful Wolves at Stamford Bridge."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:45:13 GMT"; arnews[3] += "
"; arnews[4]="National Sport: Bent on target to down Gunners
"; arnews[4] += "Darren Bent's ninth goal of the season condemned Arsenal to a first defeat in 14 attempts as Sunderland claimed another big scalp with a 1-0 win."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:45:13 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("
");