var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Finlandia splits at tourney - Daily Mining Gazette
";
arnews[0] += "ST. PAUL - The Finlandia University women's basketball team claimed its first victory of the season Friday, defeating Marian 75-64 Friday in the Northwestern College Tip-Off Tournament. Leading the way for the 1-1 Lions was Jodi Riutta. The Houghton ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:18:00 GMT";
arnews[0] += "
";
arnews[1]="Seniors lead up-tempo āDā - Daily Mining Gazette
";
arnews[1] += "Joining the team are local high school grads Hailey Gervais (Hancock) and Erin Connor (L'Anse). \"Both should see some minutes and help us out this year,\" Wittenberg said. Wittenberg is entering his third year with the team, and after winning just ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:23:00 GMT";
arnews[1] += "
";
totcount = 2;
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("