var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paly volleyball triumphs over Presentation in CCS semifinals
";
arnews[0] += "The number two seed Palo Alto girls' volleyball team defeated the number three seed Presentation High School in five games in the Central Coast Section semifinals at Valley Christian High School on Wednesday.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Prep roundup: HHS boys pull off double-OT win
";
arnews[1] += "Colton Mansfield's three-pointer with 20 seconds remaining gave the Hendersonville High School boys basketball team an 80-78, double-overtime victory over visiting Ravenwood in a Tennessee Secondary Schools Athletic Association Hall of Champions contest played on Tuesday evening.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:29:50 GMT";
arnews[1] += "
";
arnews[2]="Tom Coleman
";
arnews[2] += "Tom Coleman of North Mankato, formerly of Le Sueur, died peacefully at home on November 18, 2009, with his loving wife, Mary at his side.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:02:01 GMT";
arnews[2] += "
";
arnews[3]="Slideshow: MIHS state soccer and swimming
";
arnews[3] += "The Mercer Island High School girls swimming team capture their first state title in 11 years last weekend, and the girls soccer team advanced to the state semifinal game, which they play tomorrow at 4 p.m. against Camas High School at Harry Lang Stadium in Lakewood.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:50:50 GMT";
arnews[3] += "
";
arnews[4]="Palo Alto, SHP girls reach CCS volleyball finals
";
arnews[4] += "The seniors on the Palo Alto and Sacred Heart Prep girls' volleyball teams are venturing into unknown territory, which includes playing for Central Coast Section titles and qualifying for the NorCal playoffs for the first time following impressive semifinal victories on Wednesday.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:42:38 GMT";
arnews[4] += "
";
arnews[5]="A familiar sight: Rebels' Connelly wins fourth consecutive league title
";
arnews[5] += "When Tara Connelly rounded the final turn on her way to the finish line at this year's Monmouth-Ocean Parochial Cross Country League championship meet, no other runner was in view.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00: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("