var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wildcats lead All-TVC honors
";
arnews[0] += "If not for a lapse at Trimble the Waterford Lady Wildcats volleyball team could very well have found themselves atop the standings in the Tri-Valley Conference.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 15:07:45 GMT";
arnews[0] += "
";
arnews[1]="Lady Cats Lose To Veritas In 1A State Volleyball Semifinals
";
arnews[1] += "By Greg Perkins Joseph City's volleyball season came to a close in the semifinal round of the state playoffs as the Lady Wildcats lost to eventual runner-up Veritas in three games.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 00:43:27 GMT";
arnews[1] += "
";
arnews[2]="Carondelet senior Heather Cerney wins EBAL cross country title
";
arnews[2] += "Carondelet High senior Heather Cerney has anemia, collapsed at the finish of the Mt.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 06:41:00 GMT";
arnews[2] += "
";
arnews[3]="Island school first to dip into H1N1 vaccine
";
arnews[3] += "Amanda Karge said she was scared to be the first Anna Maria Elementary student to receive the H1N1 immunization at her school Friday.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 06:04:16 GMT";
arnews[3] += "
";
arnews[4]="Valley sports roundup for Nov. 6
";
arnews[4] += "PALM DESERT - Natalie Stevenson had 20 kills, 18 digs and four aces to help lead the Palm Desert High School girls' volleyball team to a come-from-behind victory over the Blackhawks on Thursday.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Orange boys bomb North
";
arnews[5] += "Michelle Van Schalk of Liberty swoops in for the ball as teammate Erin Novak collides with Nadja Kolliesuah of Pickerington North during the Patriots' 2-1 loss in a Division I district final last Saturday at Grandview.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 02:37:52 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("