var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hocky: Bulldogs chase penalty bug
";
arnews[0] += "Coming into its weekend series with the Gophers, Minnesota Duluth was averaging the second most penalty minutes in Division I hockey, 22 minutes per game or more than one period with a player in the box.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:24:38 GMT";
arnews[0] += "
";
arnews[1]="The Don stays status quo -- no lineup changes for tonight
";
arnews[1] += "Last update: November 21, 2009 - 7:12 PM Alex Kangas will start his eight game in a row in the nets for the Gophers and every line and defensive pair will be the same, too.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:20:59 GMT";
arnews[1] += "
";
arnews[2]="Govs lose finale to Martin, 48-38
";
arnews[2] += "On more than one occasion, Austin Peay hurt itself by falling behind early. In a couple of games the Govs managed to rally, but some deficits are nearly impossible to make up.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:50:33 GMT";
arnews[2] += "
";
arnews[3]="Who Becomes the Sedins Linemate for the Vancouver Canucks?
";
arnews[3] += "As I donned my coacha TMs hat last night and started to think of the return of Daniel Sedin to the lineup on Sunday, I began to contemplate, \"who is best suited to play on that line?\" There are certainly no shortage of players that have earned that right, like Mikael Samuelsson and Mason Raymond.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:46:51 GMT";
arnews[3] += "
";
arnews[4]="Govs trail 24-7 at halftime
";
arnews[4] += "Playing its season finale this afternoon, Austin Peay spotted UT Martin 24 quick points and trails 24-7 at the half at Graham Stadium.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:12:03 GMT";
arnews[4] += "
";
arnews[5]="Augie Cross Country Competes in NCAA Championships
";
arnews[5] += "The Augustana mena s cross country team took 10th place at the 2009 NCAA Cross Country National Meet in Evansville, Ind.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:03: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("