var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Girls Hockey roundup - West Central Tribune
"; arnews[0] += "Morris/Benson Area (10-0, 22-2) will take a 13-game winning streak into the playoffs as the Storm closed out the regular season by finishing unbeaten in the conference. Sara Rajewsky netted a hat trick as seven different players had at least one goal ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT"; arnews[0] += "
"; arnews[1]="NPC honors top scholars for fall semester '09 - WMI Central
"; arnews[1] += "Ashlee Brooke Anderson, Debra Ann Ehrheart-Muir, Kenneth Richard Hall, Larry D. Lamb, Daniel Metzger, Jacob R. Orona, Kevin G. Orona, Jesse T. Petersen, Jason R. Richard, Cody A. Robberts, Marcella Lee Walker, Jeffrey Scott Whiting."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT"; arnews[1] += "
"; arnews[2]="Girls Hockey: MBA wins SW crown outright - West Central Tribune
"; arnews[2] += "... Schultz (Falk) 4:40 … MBA: Westberg (Moriah Hovde, Rajewsky) 6:32 … MBA: Sam Falk (Schultz) 6:07 … MBA: Falk (Mahoney, Schultz) 8:02 … MBA: Lindblad (Westberg, Brooke Anderson) 9:23 .. MBA: Falk (Anderson, Mahoney) 11:10 … MBA ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 05:56:00 GMT"; arnews[2] += "
"; arnews[3]="Storm girls win Southwest title - Morris Sun Tribune
"; arnews[3] += "Dani Schultz and Brooke Anderson each netted one goal. Brooke Falk stopped 12 pucks on goal, letting one by her in the first and second periods. The Storm peppered the Cardinals’ net with a total of 71 shots."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 16:12:00 GMT"; arnews[3] += "
"; arnews[4]="C. Victor Anderson - Spectrum
"; arnews[4] += "Brooke) Anderson of Buena Vista, Virginia, Connie (Collin) of Alamogordo, New Mexico, 23 Grandchildren, and 45 Great-Grandchildren. He is survived by siblings: Rhea (Shorty) Trimble of Heber, Utah, Afton (Meloy) Johnson of Roy, Utah, Ralph (Liz ..."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 20:06:00 GMT"; arnews[4] += "
"; arnews[5]="Monday's area girls basketball roundup - Columbus Telegram
"; arnews[5] += "NORFOLK -- The Class C-1, No. 4 Boone Central girls basketball teamed began the Mid State Conference Tournament Monday with a 54-23 win over Madison. The Cardinals were in control from the start, scoring in double figures in each quarter while ..."; arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 08:16:00 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("
");