var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Phantoms' Bellmore hobbled, but plays
";
arnews[0] += "West De Pere running back Beau Bellmore wasn't close to 100 percent, but he wasn't going to miss out on playing in the WIAA Division 3 state title game against Reedsburg on Friday morning.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:43:11 GMT";
arnews[0] += "
";
arnews[1]="Mfbca All-District
";
arnews[1] += "Several members of the Midway football team were recently recognized by the Missouri Football Coaches Association as all-district selections for MSHSAA Class 1 District 7. Senior Beau Bollinger was named as first team running back.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:11:33 GMT";
arnews[1] += "
";
arnews[2]="Prep football playoffs: Reed and Galena are mirror images
";
arnews[2] += "Neither Galena nor Reed is surprised by its opponent for the Northern 4A Regional championship.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Peterson Is Lone Marine On Bay Team
";
arnews[3] += "The effects of a winless season carried over into the all-Bay Conference voting as only one Marinette Marine was honored.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:03:12 GMT";
arnews[3] += "
";
arnews[4]="Basketball: Boys' HS preview a " Districts, players to watch
";
arnews[4] += "Midway boys' basketball coach Rusty Walker sat near the top of the home-side stands and watched the Panthers football team fight its way past Red Oak on Saturday at Waco ISD Stadium.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Athletes of the Week: West De Pere Phantoms Football Team
";
arnews[5] += "Our athletes of the week are making history for the West De Pere Phantoms. It's been a long wait for the West De Pere football program, and every player past and present is relishing the Phantoms' first-ever trip to the state championship.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 09:45:47 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("