var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Riley Gill's strong effort helps Broncos hockey earn a point against No. 1-ranked Miami
";
arnews[0] += "Western Michigan University's Luke Witkowski tries to get the puck away from Miami-Ohio's Trent Vogelhuber during the second period Saturday night at Lawson Arena.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:32:08 GMT";
arnews[0] += "
";
arnews[1]="Donald Leiker
";
arnews[1] += "Donald Leiker, 74, Hays, died Friday, Nov. 20, 2009, at his home. He was born March 13, 1935, in Hays to Alois Peter and Martha Leiker.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:46:56 GMT";
arnews[1] += "
";
arnews[2]="All-Area First Team
";
arnews[2] += "Offense: 140 rushing attempts, 597 yards and eight touchdowns. Had 78 completions on the season for 1,194 yards and 16 touchdowns with only four interceptions.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:32:59 GMT";
arnews[2] += "
";
arnews[3]="Live blog -- Ramblers vs. Truro
";
arnews[3] += "The Ramblers take on the Bent Division-leading Truro Bearcats in Maritime Junior A Hockey League action tonight at Colchester Legion Stadium.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:35:00 GMT";
arnews[3] += "
";
arnews[4]="Up where he belongs
";
arnews[4] += "A jersey honoring general manager Ted Scherr hangs over the Dubuque ThunderBirds bench during their game against the Motor City Chiefs on Friday at the Five Flags Center.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:33:34 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("