var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Trojans remain perfect against Clover
"; arnews[0] += "Northwestern's run at perfection was not in doubt Tuesday as the Lady Trojans' train rolled past Clover, 50-38. With the exception of a pair of big runs the ride was a bit bumpy down the stretch but it's still rolling, joked Northwestern coach John Bramlett."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 14:04:56 GMT"; arnews[0] += "
"; arnews[1]="Charles 'Charlie' E. Kraus
"; arnews[1] += "Charles 'Charlie' E. Kraus, 69, of New Holstein, died Sunday morning, Dec. 20, 2009, at the Homestead Care Center in New Holstein following a short battle with leukemia."; arnews[1] += "
Publ.Date : Mon, 21 Dec 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="The Summoning Conjures More Bloody Mary
"; arnews[2] += "The legend of Bloody Mary is rife with all the tools for someone to make a really kick-ass movie."; arnews[2] += "
Publ.Date : Tue, 01 Dec 2009 21:26:44 GMT"; arnews[2] += "
"; arnews[3]="Green Wave prepares to reload
"; arnews[3] += "The challenge this season for St. Edward's girls basketball team is an obvious one."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:34:18 GMT"; arnews[3] += "
"; arnews[4]="MVL sweeps Indians, GFW, Nicollet w.....
"; arnews[4] += "Minnesota Valley Lutheran swept Sleepy Eye 25-17, 25-19, 25-17 in Tomahawk Conference volleyball play Thursday night in Sleepy Eye."; arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 10:13:38 GMT"; arnews[4] += "
"; arnews[5]="SPORTS: Prep roundup . . . Port Angeles volleyball team loses first match
"; arnews[5] += "Port Angeles' Sam Manwell, front, and Chloe Johnston each go for the return during the first game of their match against North Kitsap on Tuesday at Port Angeles High School."; arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 10:45:09 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("
");