var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Three MPs and peer to face charges over expenses - Evening Standard
"; arnews[0] += "Three Labour MPs and a Tory peer were today charged with theft by false accounting on Westminster 's blackest day. Labour's Elliot Morley , David Chaytor and Jim Devine and Tory shadow communities minister Lord Hanningfield will all be prosecuted ..."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT"; arnews[0] += "
"; arnews[1]="Kay Burley: Peter Andre sobbed on my shoulder - Evening Standard
"; arnews[1] += "Peter Andre sobbed on Kay Burley's shoulder moments after breaking down during his live TV interview with her, the news presenter has revealed. Upset: Peter Andre broke down after his interview Andre fought back tears during the Sky News segment as ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");