var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="From Harpenden to Scotland - 350-mile charity run success
"; arnews[0] += "News for St Albans, Harpenden, Redbourn, Sandridge, Colney Heath, London Colney and the surrounding Hertfordshire area 16:11 > Wednesday 10th February 2010 Earn cashback as you shop online at top retailers."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 16:11:41 GMT"; arnews[0] += "
"; arnews[1]="Student organization fights MTA price-hike
"; arnews[1] += "In the face of ongoing budget cuts, one student organization wants to take on the MTA in an effort to extend public transportation discounts to St John's commuters."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 16:08:58 GMT"; arnews[1] += "
"; arnews[2]="Olympics in springtime?
"; arnews[2] += "New - 9:42 AM - How much snow did we get? TH staff Wednesday February 10, 2010 More could be coming this weekend Hearing set on complaint against PDC mayor BY NORB ASCHOM FOR THE TH Wednesday February 10, 2010 Police officer is upset about voicemail comment mentioning Steiner's opponent."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 16:03:00 GMT"; arnews[2] += "
"; arnews[3]="Knapowski, Marcella M.
"; arnews[3] += "Marcella M. Knapowski, 95, Green Bay, formerly of Chicago and Naperville, Ill., died Monday morning, Feb."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Gora book must-have for fans of '80s teen flicks
"; arnews[4] += "Did you know that people come up to Matthew Broderick - often at ball games - to ask if it's his day off? How about that fans incessantly pester Judd Nelson for the punch line to the one about the blonde, the dog and the salami? Or that Gedde Watanabe auctions off voicemail messages as Long Duk Dong for charity? Those totally tubular tidbits and ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Market MoverDEAR Andrew: There's this Guy Named Obama
"; arnews[5] += "After hosting my own election night party I awoke with a slight hangover, vaguely recalling this dream that a black guy had been elected President of the United States of America."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 14:44:54 GMT"; arnews[5] += "
"; totcount = 6; 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("
");