var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Story, photos: Team effort powers Valders late
";
arnews[0] += "Up by only one with three minutes to go, the Valders girls basketball team would normally look to Sally Linzmeier to put the team on her back.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 12:43:37 GMT";
arnews[0] += "
";
arnews[1]="Story, photos: Algoma bests Manitowoc Lutheran
";
arnews[1] += "The Manitowoc Lutheran girls basketball team got off to a quick start against Algoma, but couldn't hold on as the Wolves ran past Lutheran 53-42 at Manitowoc Lutheran High School on Monday night.";
arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 12:59:43 GMT";
arnews[1] += "
";
arnews[2]="More
";
arnews[2] += "The 'Goose' was on the loose. Manitowoc Lutheran senior Brittney Gossen, also know as 'Goose', had a breakout performance in Manitowoc Lutheran's 53-38 victory over Mishicot on Friday night.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 12:13:06 GMT";
arnews[2] += "
";
arnews[3]="Box of Books #3
";
arnews[3] += "My last box of books was a huge success -- I gave them away through my giveaway newsletter -- so I thought I'd do it again For now, here are the books I've received from publishers and a bit about them : - Leadership expert John Maxwell believes attitude is one thing that can make all the difference in your life---and now shows you how you can make ...";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 02:31:59 GMT";
arnews[3] += "
";
arnews[4]="Prep girls basketball roundup: Green Bay Notre Dame beats Manitowoc Lincoln
";
arnews[4] += "MANITOWOC - The Manitowoc Lincoln girls basketball team fell behind early to Green Bay Notre Dame and couldn't catch up, losing 54-36 to the Tritons on Tuesday night at JFK Fieldhouse.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Prep girls roundup: Valders outduels Reedsville
";
arnews[5] += "Valders' junior Sally Linzmeier out-dueled Reedsville senior Lyndsay Holschbach to the tune of 18-14 on Friday night to lead the Vikings over the Panthers, 50-42, in Olympian Conference girls basketball at Reedsville Middle School.";
arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 12:47:03 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("