var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Start to Finish, Otero Puts the Go in Vandals
"; arnews[0] += "At first glance, Charlotte Otero would seem the least likely basketball player to lead the NCAA in anything."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:30:43 GMT"; arnews[0] += "
"; arnews[1]="Superheroes saving comic book stores from recession
"; arnews[1] += "Clayton Loper, center, and Seth Bruce, left, browse the shelves of Time Warp. Comic book sales have increased an estimated 1 percent at specialty retailers across the nation during the recession."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Continue reading
"; arnews[2] += "COERCION: Detectives Bernard and Lupo suspect a violent armed robbery is part of a shakedown on 'Law & Order' at 8 p.m. on NBC."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:16:09 GMT"; arnews[2] += "
"; arnews[3]="Grace E. Moyer
"; arnews[3] += "PARSONSBURG -- Grace E. 'Betty' Moyer, 83, of Parsonsburg passed away Saturday, Nov."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Dan Rather Returns to Afghanistan for HDNet
"; arnews[4] += "With the prospect of thousands more US troops being deployed, Dan Rather returns to Afghanistan to report from the frontlines of the battlefield."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:32:21 GMT"; arnews[4] += "
"; arnews[5]="HDNet Concert Series Travels to the Heartland to Debut 'Kansas: There's Know Place Like Home.'
"; arnews[5] += "WHAT: The HDNet Concert Series presents the premiere of \"Kansas: There's Know Place Like Home\" Sunday, November 22, at 8:00 p.m. ET."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:26:11 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("
");