var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Campus news
";
arnews[0] += "The following students attending the University of Wisconsin-Whitewater were named to the fall 2009 semester dean's list: Megan Decker, Dorchester; Todd Johnson, Greenwood; Jeremy Frey, Melinda Holzberger and Margo Lang, Marshfield; Eric Carstensen, Medford; Carlie Kragovich, Milladore; David Williams, Owen.";
arnews[0] += "
Publ.Date : Tue, 26 Jan 2010 13:31:34 GMT";
arnews[0] += "
";
arnews[1]="People on the Move for Jan. 13, 2010
";
arnews[1] += "NEW JOBS Tom Stanberry has joined the Davis Brown Law Firm as a shareholder attorney.";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="People on the Move for Jan. 13, 2010
";
arnews[2] += "Tom Stanberry has joined the Davis Brown Law Firm as a shareholder attorney. Stanberry practices in the business division's financial institutions, public finance and securities department.";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 05:35:00 GMT";
arnews[2] += "
";
arnews[3]="Obituaries for December 24, 2009
";
arnews[3] += "Nelson Ray Ball, 61, a lifelong resident of Chattanooga, went to be with the Lord from his earthly home on Tuesday, Dec.";
arnews[3] += "
Publ.Date : Thu, 24 Dec 2009 07:04:43 GMT";
arnews[3] += "
";
arnews[4]="Big plays send Pella to 3A title game, 30-21
";
arnews[4] += "Pella junior receiver Travis Ewing is airborne after making a reception in the first half against New Hampton in their Class 3A semifinal game Monday night at the UNI Dome in Cedar Falls.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("