var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gazelles Second At State Dance - Yankton Daily Press
";
arnews[0] += "BRANDON — Yankton dance coach Jennifer Johnke said that the Gazelles would need to do two things to beat out Sioux Falls Washington for the state title: Win two events had have their two-best scores be higher than Washington’s two-best. The ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 06:49:00 GMT";
arnews[0] += "
";
arnews[1]="Viterbo women's basketball preview: In the mix - La Crosse Tribune
";
arnews[1] += "The V-Hawks' young roster - eight freshmen and three sophomores - will be balanced out by two accomplished seniors in post players Katina Mandylaris (13.5 points, 11.6 rebounds per game in 2008-09) and Joni Stanek (13.8, 5.4), who played in just 13 ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:04:00 GMT";
arnews[1] += "
";
arnews[2]="Scoring machine - Morris Sun Tribune
";
arnews[2] += "When Morris/Benson Area junior center Dani Schultz assisted on Caroline Westberg’s goal with 2:04 left in the third period in a 16-0 win over Redwood Valley last Friday in the season opener, she shattered the all-time boys and girls hockey school ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:57:00 GMT";
arnews[2] += "
";
arnews[3]="Nov. 19 letters to the editor - Abington Mariner
";
arnews[3] += "Erica Podgorni wrote last week that she had issues the Anti Bullying articles in the newspaper. Her concerns about the background of the author are at least worth discussing but the solution seems bizarre: the Independent should stop printing the ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:15:00 GMT";
arnews[3] += "
";
totcount = 4;
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("