var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Burton scores 4 TDs for Wolfpack
"; arnews[0] += "NUTLEY - Tangorra field in Nutley is an ideal setting for a football game. The turf of the field is only about 50 feet from a main road that cuts through the heart of the Essex County town."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Tech tax heroes go from political neophytes to savvy fundraisers
"; arnews[1] += "Tom Loveland, CEO of Mind Over Machines in Owings Mills, helped the state's IT industry stave off a tax on computer services in 2008."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:52:36 GMT"; arnews[1] += "
"; arnews[2]="Research and Markets: This Pediatric Board Review is for Physicians...
"; arnews[2] += "The Pediatric Board Review is designed and recommended for physicians preparing for either the certification or the recertification examination of the American Board of Pediatrics in General Practice."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 12:30:29 GMT"; arnews[2] += "
"; arnews[3]="My Kinbote moment
"; arnews[3] += "LDLD reminded me that Ron Rosenbaum first picked up the scent thanks to Leland's essay on Lolita at 50, which he wrote for me back at the PTSNBN ."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Central Neck Dissection for Papillary Thyroid Cancer [Original Article]
"; arnews[4] += "Michael A. Rosenbaum, MD ; Christopher R. McHenry, MD Objective To examine the role of central neck dissection in patients with papillary thyroid cancer ."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 20:51:31 GMT"; arnews[4] += "
"; arnews[5]="Review: Smallville - Idol
"; arnews[5] += "Wonder Twin Powers, Activate! Okay, so it wasn't so much the Wonder Twins as an homage to the Wonder Twins."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 05:32:00 GMT"; arnews[5] += "
"; arnews[6]="Wolfpack tears up Morristown
"; arnews[6] += "WASHINGTON TWP. - In Week Two of the regular season, West Morris High School was drubbed by Morristown."; arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Arthouse films
"; arnews[7] += "Opening this week on the local film-society circuit: 'Ong Bak 2: The Beginning' Thai martial artist Tony Jaa stars in his big-budget followup to \"Ong-Bak.\" In that 2003 film he played a villager who goes to the big city to recover the stolen head of a sacred Buddha statue."; arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 10:54:19 GMT"; arnews[7] += "
"; arnews[8]="full article
"; arnews[8] += "Two Tivos To Paradise 11.13.09: Back In Action With All Your TV Headlines Posted by Al Norton on 11.13.2009 Dollhouse gets cancelled, Oprah may be moving to cable, the People's Choice Awards shows love to True Blood , Desperate Housewives Josh Moore stops by to chat, the future of Torchwood , raves for Curb , a huge ratings breakdown, tons of news ..."; arnews[8] += "
Publ.Date : Fri, 13 Nov 2009 10:24:03 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("
");