var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seniors gather to play for a bigger.....
";
arnews[0] += "Local area senior volleyball players will compete in an exhibition match tonight as part of the 1st Annual a Stinaa s Strengtha Volleyball Event and Fundraiser in Granite Falls Jenny Kirk jkirk@marshallindependent.com Surrounding communities have rallied behind the events scheduled for today that will honor the memory of Stina Leiseth.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:18:17 GMT";
arnews[0] += "
";
arnews[1]="OSU Gets by Hoosiers, 3-1
";
arnews[1] += "Senior Kelsey Hall paced the Hoosiers with 13 kills on `Senior Night' inside University Gym Friday evening.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:27:48 GMT";
arnews[1] += "
";
arnews[2]="St. Mary's Krieser tops list of District 6 stars
";
arnews[2] += "Soccer coaches often covet those special players on opposing teams who simply have a knack for scoring goals.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:19:24 GMT";
arnews[2] += "
";
arnews[3]="Lewis & Clark Opens Defense With Victory
";
arnews[3] += "By JOE BUIE Staff Writer Defending national champion Lewis & Clark Community College began defending their title quite effectively Thursday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:22:34 GMT";
arnews[3] += "
";
arnews[4]="Rock Candy: Dueling duos, punk riffs and more
";
arnews[4] += "Matt Whipkey and Kris Lager With the Matt Whipkey Three now down to two members and the Kris Lager Band down to just a pair, the two duos are taking to a Benson stage to duel it out.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:57:28 GMT";
arnews[4] += "
";
arnews[5]="Saatzer bowling column: Sartell-St. Stephen pulls major upset
";
arnews[5] += "The Central Minnesota High School Bowling League held their conference tournament this past Saturday at Granite Bowl South.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Lady Miners will surprise many teams in 2A South Region
";
arnews[6] += "The San Manuel Lady Miners basketball team will surprise many teams in the 2A South Region along with other unsuspecting non region teams.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 00:15:48 GMT";
arnews[6] += "
";
arnews[7]="Volleyball Senior Night Set for Friday as Hoosiers Wrap Up Home Schedule
";
arnews[7] += "The Indiana University volleyball team wraps up their home schedule this weekend, playing host to Ohio State and No.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 22:18:09 GMT";
arnews[7] += "
";
totcount = 8;
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("