var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Man accused of abducting daughter headed back to Maine - WBZ News Radio 1030
"; arnews[0] += "In court Friday, 38-year-old Gary Traynham waived extradition to Maine. He is accused of violently attacking the ... Traynham was found by a hunter the next day in Milton, N.H."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:29:00 GMT"; arnews[0] += "
"; arnews[1]="Outlook Bleak For Maine's Judicial System - WCSH
"; arnews[1] += "AUGUSTA (NEWS CENTER) -- Leigh Saufley, Maine's chief justice says the judicial branch in the state is already bare bones, and it's about to get worse. With an estimated four hundred million dollar deficit looming, Governor Baldacci is asking ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT"; arnews[1] += "
"; arnews[2]="Bangor Chiropractor Sentenced To 2 Years In Jail For Tax Evasion - WCSH
"; arnews[2] += "BANGOR (NEWS CENTER) -- 65 year old Richard Thomas was sentenced Monday in U.S. District Court in Bangor. In addition to a 2 year jail sentence, he must also pay $15,000 dollars in restitution and serve three years of supervised release. In ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:13:00 GMT"; arnews[2] += "
"; arnews[3]="Step Forward: Progressive LGBT Politics - Seattle Post Intelligencer
"; arnews[3] += "It was heartwarming to see Chaz in this interview. So often our media portrays the trans community with negative stereotypes. Rarely do we get to see a transition shown in such a positive light void of judgmental hype. I applaud Good Morning America ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT"; arnews[3] += "
"; arnews[4]="Second Thoughts: Hi Park Star Richardson Plans To Transfer - WIBW
"; arnews[4] += "Topeka -- Two time all state selection Rico Richardson is headed to prep school, really this time. Richardson left Topeka on Saturday afternoon for Chicago, where he plans on enrolling at Bogan Computer Technical High School. Richardson, a basketball ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:24: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]); } document.write("
");document.write("
");