var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lessons from a sheep named - Ewe'
";
arnews[0] += "Ryan Metlen remembers what it felt like to be lost. Depression and anxiety were two direct effects of his lack of direction.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Day in Pictures November 16, 2009
";
arnews[1] += "The coal fueled Fiddlers Ferry power station emits vapour into the night sky on November 16, 2009 in Warrington, United Kingdom.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:16:38 GMT";
arnews[1] += "
";
arnews[2]="Academic spotlight
";
arnews[2] += "Local students graduated from Lakeland College, Sheboygan, in spring. Students with asterisks are as follows: Summa cum laude, Magna cum laude and Cum laude.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Mueller & Bala wedding
";
arnews[3] += "Heidi Mueller and Mark Bala were married in a civil ceremony on August 29, 2008.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Depew schools near closing on projects
";
arnews[4] += "November 05, 2009, 7:23 AM / Closing out the contracts on Phases One and Two of the Depew School District's capital building project could take six to eight weeks as the project manager and architects work on the final \"punch lists\" to assure that everything has been satisfactorily completed.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 12:23:51 GMT";
arnews[4] += "
";
arnews[5]="'Hello, Dolly!' making a grand entrance tonight at Random Lake High School
";
arnews[5] += "Random Lake High School will raise the curtain on 'Hello, Dolly!' for three shows, 7 p.m., Thursday through Saturday, Nov.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Bucks top Bay, win volleyball district: HS Roundup
";
arnews[6] += "October 30, 2009 8:22 a.m. Buckeye's volleyball team overcame an 11-4 deficit in the fifth game Thursday night to claim an improbable Division II district championship win over top-seeded Bay.";
arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 15:22:37 GMT";
arnews[6] += "
";
arnews[7]="Bucks top Bay, win volleyball district: HS Roundup
";
arnews[7] += "October 30, 2009 8:22 a.m. Buckeye's volleyball team overcame an 11-4 deficit in the fifth game Thursday night to claim an improbable Division II district championship win over top-seeded Bay.";
arnews[7] += "
Publ.Date : Fri, 30 Oct 2009 12:57:32 GMT";
arnews[7] += "
";
arnews[8]="Lee, Robert E.
";
arnews[8] += "Robert E. Lee, 84, loving husband, father, and brother, passed to his eternal reward on Sunday, Oct.";
arnews[8] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("