var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leave The Pieces - Wreckers
";
arnews[0] += "It doesn't take much for Michelle Branch and Jessica Harp to Stand Still and Look Pretty.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:19:44 GMT";
arnews[0] += "
";
arnews[1]="Class B: North Branch reaches final, puts last year's loss behind
";
arnews[1] += "Armed with Miss Volleyball Olivia Kohler last year, North Branch lost to Fruitport in the state semifinals in a tear-filled evening.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:17:32 GMT";
arnews[1] += "
";
arnews[2]="Columbiana County Municipal for 10-.....
";
arnews[2] += "Rebecca May, 28, Chester, W.Va., was sentenced to one day in the county jail and was fined $250 for theft.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:03:41 GMT";
arnews[2] += "
";
arnews[3]="North Branch bounces back from rare loss in Game 2, beats Cadillac to reach Class B volleyball final
";
arnews[3] += "North Branch got a small taste of losing Friday, not a fatal dose, but just enough to remind the Broncos that they're not invincible.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:57:48 GMT";
arnews[3] += "
";
arnews[4]="Whymer: Marysville still among state's top programs
";
arnews[4] += "An area sports fan asked me last weekend if the Marysville Vikings were back as a state volleyball power? I had a chance to watch the Vikings four times in the past two weeks and they still are one of the elite programs in the state.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="King Middle salutes Renaissance Roll recipients
";
arnews[5] += "Twelve students at Martin Luther King Jr. Middle School in Beltsville were named to the school's weekly Renaissance Roll Oct.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 13:24:50 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("