var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thousand Oaks girls' tennis senior Erb gets to round of 16 with triumph
";
arnews[0] += "Tara Erb had experimented with several options during her career trying to get to the Southern Section round of 16, from playing singles or trying her luck in doubles, only to come up empty the past three seasons.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:47:42 GMT";
arnews[0] += "
";
arnews[1]="Quick stops in the playoffs: Girls tennis
";
arnews[1] += "Valencia's No. 1 doubles team of Clarice and Emily Fraczek fared best of the Foothill League participants in Friday's CIF-Southern Section Division III Girls Tennis Individual Championships, reaching the third round for the second straight year before falling.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Calendar:
";
arnews[2] += "Deadline for Calendar and Art in the Galleries submissions are noon on Thursday, a week before the issue that covers your event.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:07:50 GMT";
arnews[2] += "
";
arnews[3]="Westlake girls' tennis Krems can now focus on individual accolade
";
arnews[3] += "Sivan Krems did everything in her power to try to help Westlake win its first Marmonte League girls' tennis title since 2001, winning all 57 sets in the Warriors' 19 regular-season matches.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 11:46:25 GMT";
arnews[3] += "
";
arnews[4]="Phelps wins record-setting showdown with Cavic
";
arnews[4] += "Who knew that blurry vision, an aching left shoulder and busted swim goggles after colliding hard with an Australian female sprinter would set the stage for what could have been Phelps' finest swim performance? The much-hyped showdown between the Rodgers Forge native and Cavic delivered on Saturday night at the world championships, just as it did ...";
arnews[4] += "
Publ.Date : Sun, 02 Aug 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="AM Capitol Alert: Prison proposal
";
arnews[5] += "The Schwarzenegger administration submitted to a panel of federal judges last night a revised proposal for reducing California's prison inmate population.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 14:08:16 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("