var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Warriors too much for Marshall
";
arnews[0] += "It didn't seem to matter what the Marshall girls basketball team threw at No. 5 ranked Sioux Falls-Washington at Marshall High School Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:35:50 GMT";
arnews[0] += "
";
arnews[1]="7th annual Allies winners
";
arnews[1] += "The complete list of winners: Community Theater Division Best Overall Production: \"The Diary of Anne Frank\" Best Musical: \"South Pacific\" Best Drama: \"The Diary of Anne Frank\" Best Comedy: \"Tartuffe: Born Again\" Best Performance by a Leading Actor in a Musical: Chad Martin, \"A Christmas Carol: The Musical\" Best Performance by a Featured Actor in a ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:11:09 GMT";
arnews[1] += "
";
arnews[2]="Taylor - Rodriguez
";
arnews[2] += "Melanie Rae Rodriguez and Joe Kenneth Taylor were married Dec. 24 at the Warwick Melrose Hotel in Dallas.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 14:38:36 GMT";
arnews[2] += "
";
arnews[3]="Seniors' victory for Fingle Glen's Steve
";
arnews[3] += "STEVE Tuckett edged past Allan Jones and Brian Ridgeway on countback to win Division One of the seniors section January Stableford.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 23:00:00 GMT";
arnews[3] += "
";
arnews[4]="School Roundup: Gymnastics, Wrestling, Boys Basketball, Girls Basketball
";
arnews[4] += "Barnstable clinched it's 11th straight Cranberry League gymnastics title yesterday, edging second place Nauset 145.05-140.9. Bridgewater/Raynham finished third with 137.7. Brittan Morris placed second and Leah Pacheco third in the all-around competition while Chelsey Harper took first in the floor and second on the bars.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 21:37:28 GMT";
arnews[4] += "
";
arnews[5]="Local/Area roundup
";
arnews[5] += "It took more than two decades, but Zorn Arena isn't so unfriendly anymore. Ashley Wolf scored a game-high 18 points and former area prep stars Charity Stotmeister and Stacia Nemitz each scored 10 points to lead the Pioneers to a 57-51 win in Eau Claire, Wis., Saturday.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:23:00 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("