var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Mrs. Clora A. Andrews Mr. Herman L. Bundick Mr. Robert L. Mears Mr. William E. Rowley Sr. OBITUARIES
"; arnews[0] += "Clora Annie Andrews, 83, wife of the late Clifford Andrews and a resident of Cheriton, passed away Sunday, Nov."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:06:15 GMT"; arnews[0] += "
"; arnews[1]="CT scan can rule out heart attack faster: study
"; arnews[1] += "A CT scan -- a kind of super X-ray -- provides a faster, cheaper way to diagnose a heart attack when someone goes to the emergency room with chest pains, a new study suggests."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:19:24 GMT"; arnews[1] += "
"; arnews[2]="Craig man pleads guilty to sea otter hide sales
"; arnews[2] += "A Craig man who conspired to sell the hides of sea otters illegally killed in Southeast Alaska has pleaded guilty in federal court to two felony violations of the Marine Mammal Protection Act, the U.S. attorney said Friday."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="DartmouthSports.com-Official Web Site of Dartmouth Varsity Athletics
"; arnews[3] += "The Dartmouth women's basketball team opened the 2009-10 campaign with a 57-47 win over Bryant at Leede Arena."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:44:24 GMT"; arnews[3] += "
"; arnews[4]="VK Pick the Winners, Update Nov. 20
"; arnews[4] += "We're down to nine games and the contest is heating up. Heights as a finalist? Two of you thought so."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:59:43 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("
");