var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Palo Alto, SHP girls reach CCS volleyball finals - The Almanac Online
"; arnews[0] += "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 ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:51:00 GMT"; arnews[0] += "
"; arnews[1]="Paly volleyball triumphs over Presentation in CCS semifinals - The Paly Voice
"; arnews[1] += "It was not our best game,\" libero Megan Coleman ('11) said. \"but we had a lot of heart. I'm very happy and excited to go to the finals.\" To prepare for the upcoming game, the team will have to maintain its focus in practice on Thursday and Friday. \""; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT"; arnews[1] += "
"; arnews[2]="Palo Alto Online Sports - Palo Alto Online
"; arnews[2] += "The Mitty girls' volleyball team is ranked No. 1 in the nation, with a 35-0 record. The Monarchs have won six straight Central Coast Section titles, failing to do so only once this decade. During that same time, Mitty has played in seven state ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:35:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");