var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Government scales back child worker vetting scheme
"; arnews[0] += "Plans to vet millions of people working with children and vulnerable adults are to be scaled back to “common sense” levels, the Government announc..."; arnews[0] += "
"; arnews[1]="Live: Bloody Sunday families shown Saville report
"; arnews[1] += "9.40 BST On a January morning 38 years ago, 13 protesters died at the hands of British paratroopers and 14 were injured, one so seriously he died four..."; arnews[1] += "
"; arnews[2]="Inflation eases as food prices begin to fall
"; arnews[2] += "Inflation eased in May to 3.4 per cent from a 17-month high the previous month, helped by weaker rises in food and petrol prices."; arnews[2] += "
"; arnews[3]="News Corp reaches for the Sky with takeover offer
"; arnews[3] += "News Corporation, the media group headed by Rupert Murdoch, confirmed this morning that it had made an offer to take full control of BSkyB, the satell..."; arnews[3] += "
"; arnews[4]="Emails ‘prove BP systematically put safety at risk’
"; arnews[4] += "Congressional investigators have published a series of internal BP memos which they say proves that the British company systematically and negligently..."; 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]); } document.write("
");document.write("
");