var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Campus news
"; arnews[0] += "Honor students FOND DU LAC -- Christina Pongratz and Emily Seefeld of Marshfield have been named to the 2009 Fall semester dean's list at Marian University."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Tuesday's WHL Roundup
"; arnews[1] += "The Calgary Hitmen dominated the Swift Current Broncos on the way to their fifth straight win Tuesday."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:57:35 GMT"; arnews[1] += "
"; arnews[2]="Lenertz, Donald R.
"; arnews[2] += "Donald R. Lenertz, age 86, of Mankato, died at his home on Monday, Feb. 8, 2010."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:06:36 GMT"; arnews[2] += "
"; arnews[3]="Dustin Sylvester's three points help lead Ice past Warriors 5-2
"; arnews[3] += "Dustin Sylvester had two goals and added an assist as the Kootenay Ice defeated the Moose Jaw Warriors 5-2 in Western Hockey League action Tuesday night."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:43:12 GMT"; arnews[3] += "
"; arnews[4]="Portland city council candidate Jesse Cornett qualifies for public financing
"; arnews[4] += "Portland city council candidate Jesse Cornett is eligible to receive $142,150 in public money for the May 18 primary, the city elections officer announced today."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:38:52 GMT"; arnews[4] += "
"; arnews[5]="Idaho seeks offensive line help
"; arnews[5] += "Going to a first bowl game for the first time in more than a decade paid off for Idaho in recruiting."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:07:31 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("
");