var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Cumbria: Flood victims start clean-up
"; arnews[0] += "HEARTBROKEN flood victims kept their eyes on the sky as they cleaned up homes and businesses destroyed by flooding yesterday."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:57:21 GMT"; arnews[0] += "
"; arnews[1]="Cumbria floods: 'once in a thousand years' deluge swamps defences
"; arnews[1] += "When Workington's flood defences were rebuilt following the great storms of 2005, residents were assured they could withstand a \"once in a century\" flood."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:08:08 GMT"; arnews[1] += "
"; arnews[2]="Relish Spins
"; arnews[2] += "Song to download: \"When We Were Beautiful\" The fiddles and banjos have been packed away and the steel guitars, presumably, stolen."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT"; arnews[2] += "
"; arnews[3]="Naked Eye Magazine Flies High with Nelly Furtado
"; arnews[3] += "\"Nelly is a great role model - a true lady and a strong business woman. Her new album Mi Plan embodies Canada and its multicultural, open-minded inhabitants,\" says Naked Eye editor-in-chief Karine LaRocque, \"so the decision to feature her on the cover of this important issue seemed natural.\" Furtado has been a household name across the globe since ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:24:55 GMT"; arnews[3] += "
"; arnews[4]="New music: Janet Jackson, Justin Bieber, John Mayer, Leona Lewis
"; arnews[4] += "Dropping this week is new music from 'tween sensation Justin Bieber and X-Factor import Leona Lewis , as well as a two-disc set of \"Number Ones\" from the incomparable Ms."; arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 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("
");