var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep Notes
";
arnews[0] += "Last week's early signing day wasn't just for basketball. Many Santa Clara County athletes signed with Division I schools in other sports.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 05:47:10 GMT";
arnews[0] += "
";
arnews[1]="Big Sisters mentor elementary school girls
";
arnews[1] += "Aundrea Garcia of Tustin, a senior at Beckman High School, serves as a Big Sister to Evelyn, a third-grade student at Kennedy Elementary School in Santa Ana, through Big Brothers Big Sisters of Orange County's High School Bigs program.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:25:35 GMT";
arnews[1] += "
";
arnews[2]="How the Househusbands of Hollywood came together
";
arnews[2] += "Imitation is the sincerest form of television, the late radio comedian Fred Allen once said.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 11:36:15 GMT";
arnews[2] += "
";
arnews[3]="How the Househusbands of Hollywood came together
";
arnews[3] += "Imitation is the sincerest form of television, the late radio comedian Fred Allen once said.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 22:53:19 GMT";
arnews[3] += "
";
arnews[4]="Super Dave's back to save TV
";
arnews[4] += "For most people, being a part of one of the most anticipated TV seasons in recent memory would be more than enough.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 21:05:32 GMT";
arnews[4] += "
";
arnews[5]="Wayne woman wrote the book on personal reinvention
";
arnews[5] += "In a private workout room at the Odyssey Athletic Center in Waldwick, steely-eyed personal trainer Lada St.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 00:45:35 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("