var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Morrisville Public Library News
"; arnews[0] += "We are collecting for Madison County Foster Kids now until Friday December 11.A Donate new, unwrapped items like toys, games, art supplies, books, toothbrushes, etc."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:21:56 GMT"; arnews[0] += "
"; arnews[1]="From classmates to rivals on the water
"; arnews[1] += "Two more Mount Si High School senior athletes have signed letters of intent to compete at Division I colleges next year."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:17:42 GMT"; arnews[1] += "
"; arnews[2]="No. 24 Women's Swimming & Diving Trails No. 11 Virginia, 117-50 Following Friday's Action
"; arnews[2] += "Despite hanging tough all evening long, the No. 24 Penn State women's swimming and diving team finished Friday in a 117-50 hole against No."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:53:09 GMT"; arnews[2] += "
"; arnews[3]="Teaching Bike Safety is Extremely Important
"; arnews[3] += "By Amy Wadsworth Public Information Coordinator Partnership for Children of Lincoln & Gaston Counties Teaching your children bike safety is important to reduce the risk of injury."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:21:59 GMT"; arnews[3] += "
"; arnews[4]="News to use
"; arnews[4] += "Kelly Frantz, consultant for Nutrimetics by Avalla, will hold a fundraiser for Armstrong Community Theate 7-9 p.m. Tuesday at the Worthington Civic Center in the ACT office."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:24:01 GMT"; arnews[4] += "
"; arnews[5]="Local 'Twilight' Fans Turn Out For 'New Moon'
"; arnews[5] += "Kansas City metro area \"Twilight\" fans showed up to numerous midnight showings of \"New Moon\" early Friday morning."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:57:37 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("
");