var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Feeding the Family Man
"; arnews[0] += "Married men have healthier habits and make more of an investment in their health than their single comrades, according to a study recently released by Mintel."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:53:31 GMT"; arnews[0] += "
"; arnews[1]="Haitian orphan finds home with Pike County family
"; arnews[1] += "Five weeks before an epic earthquake shattered her homeland, a 2-year-old Haitian girl arrived among the whispering pines of Pike County."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 12:25:44 GMT"; arnews[1] += "
"; arnews[2]="Orpheum film series gives us nostalgia, pizza
"; arnews[2] += "With so many technologically terrific options for seeing movies - on demand, in high-def, in 3-D, reclining at the Warren with a martini in hand - you might wonder why you'd choose to see a very old movie in an even older theater."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:41:03 GMT"; arnews[2] += "
"; arnews[3]="Celtics girls lead Titans by two games
"; arnews[3] += "Before the Central Valley Conference season started, the McNary girls basketball team faced a stretch of games that would test any team."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 12:05:04 GMT"; arnews[3] += "
"; arnews[4]="McNary girls fend off Saxons to stay undefeated in CVC
"; arnews[4] += "It's one of those signs of a quality basketball team that many observers miss. When a team such as the eighth-ranked McNary High School girls put an opponent away, it stays put away."; arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 11:54:16 GMT"; arnews[4] += "
"; arnews[5]="Indoor teams compete at MVITA championships
"; arnews[5] += "Many of the area's indoor track and field teams made one more trip to Hamilton College on Jan."; arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 17:13:34 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("
");