var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="UK & World News: Economy 'bumping along the bottom'
"; arnews[0] += "Bank of England Governor Mervyn King has said that the ailing UK economy continued to \"bump along the bottom\", although he held out hopes for a \"gradual recovery\" in output."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:05:18 GMT"; arnews[0] += "
"; arnews[1]="Portsmouth 1 Sunderland 1: match report
"; arnews[1] += "Read a full match report of the Premier League game between Portsmouth and Sunderland at Fratton Park on Tuesday Feb 09 2010."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:04:31 GMT"; arnews[1] += "
"; arnews[2]="UK & World News: Tories attack Government contracts
"; arnews[2] += "David Cameron is set to accuse Labour of wasting billions of pounds with its \"secretive and inefficient\" regime for handing out Government contracts."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:05:19 GMT"; arnews[2] += "
"; arnews[3]="UK & World News: Haiti earthquake death toll rises
"; arnews[3] += "The estimated death toll from the earthquake in Haiti has risen to 230,000 - on a par with the 2004 Asian tsunami The death toll from the January 12 quake rose to 230,000 from 212,000, Haiti's government said, adding that more bodies remain uncounted."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:05:17 GMT"; arnews[3] += "
"; arnews[4]="Portsmouth 1 Sunderland 1- match report
"; arnews[4] += "A last-ditch lifeline for Portsmouth with Aruna Dindane's injury-time header salvaging a point and how they will hope for one off-the-field when they face administration and even liquidation never mind relegation."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:12:00 GMT"; arnews[4] += "
"; arnews[5]="PA Sport: Tevez and Adebayor on target for City
"; arnews[5] += "Carlos Tevez and Emmanuel Adebayor struck either side of the interval to give Manchester City a 2-0 victory in their local derby."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:45:14 GMT"; arnews[5] += "
"; arnews[6]="PA Sport: Three-sy does it for Cottagers
"; arnews[6] += "Fulham moved into ninth place in the Barclays Premier League with a 3-0 win over Burnley at Craven Cottage."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 23:45:14 GMT"; arnews[6] += "
"; arnews[7]="PA Sport: Tuncay snatches point for Potters
"; arnews[7] += "Tuncay Sanli's second-half header kept the pressure on struggling Wigan as Stoke made off with a 1-1 draw at the DW Stadium."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 23:45:14 GMT"; arnews[7] += "
"; arnews[8]="UK & World News: Kraft reverses Cadbury factory vow
"; arnews[8] += "Food giant Kraft has signalled the loss of up to 400 jobs by announcing the closure of a Cadbury factory - despite earlier promises to keep it open."; arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 20:05:14 GMT"; arnews[8] += "
"; totcount = 9; 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("
");