var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Elbridge family grows by two at Adoption Day ceremony
"; arnews[0] += "Jonna and Kirk Weaver had one daughter of their own when they decided to open their home to a second little girl as a foster child about four years ago."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:05:20 GMT"; arnews[0] += "
"; arnews[1]="Briefs
"; arnews[1] += "This article has been read 58 times. Cal women advance to NCAA quarterfinals The California University women's soccer team made sure the best season in school history continued with a 2-0 victory over IUP on Friday as the Vulcans claimed the Division II Atlantic Regional Championship."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:45:21 GMT"; arnews[1] += "
"; arnews[2]="Wolverines Chew up Lady Hornets
"; arnews[2] += "Poor finishing and a sluggish first half were factors in the Hornets 4-2 defeat against San Bernardino Valley last Tuesday."; arnews[2] += "
Publ.Date : Wed, 31 Oct 2007 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Constituents turn out to survey candidates
"; arnews[3] += "Amanda Schwengel – aschwengel@nwherald.com 8th Congressional District candidates Maria Rodriguez, Chris Geissler, Joe Walsh, John Dawson, Dirk Beveridge and Greg Jacobs field questions Friday during a debate at McHenry County College."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Turning A Corner
"; arnews[4] += "In the many stages of building the women's basketball program at Franklin & Marshall , this season presents its own set of unique challenges."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:30:14 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("
");