var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Palos Verdes and Chadwick win CIF cross country division titles
";
arnews[0] += "As his teammates hugged and celebrated around him, Palos Verdes cross country team captain Chase Zukerman took a moment for reflection.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:10:57 GMT";
arnews[0] += "
";
arnews[1]="Girls' swimming: NFA freshman Friese splashes to 2 state titles
";
arnews[1] += "Brittany Friese fell asleep for a good half-hour on the bus back from the Buffalo area Saturday night.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:11:51 GMT";
arnews[1] += "
";
arnews[2]="Girls' swimming: NFA's Friese captures state 200-yard and 500-yard freestyles
";
arnews[2] += "Brittany Friese fell asleep for a good half-hour on the bus back from the Buffalo area Saturday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:59:27 GMT";
arnews[2] += "
";
arnews[3]="Baldwinsville volleyball wins chance at state championship
";
arnews[3] += "November 21, 2009 9:20 p.m. Coach Mary Jo Cerqua and her Baldwinsville volleyball team will play for a state championship on Sunday.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:51:29 GMT";
arnews[3] += "
";
arnews[4]="Star running back lists Hollywood Hills home
";
arnews[4] += "Former University of Southern California tailback turned New Orleans Saint Reggie Bush has listed his Hollywood Hills home at $5,099,000. The tri-level contemporary sits at the end of a cul-de-sac and has 360-degree views encompassing Long Beach, Santa Catalina Island, Malibu and nearby mountains.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:37:37 GMT";
arnews[4] += "
";
arnews[5]="Basketball opens the season against Livina the Dream
";
arnews[5] += "The Missouri Western basketball teams opened their first home game in exhibition matches against Livina The Dream.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:25:54 GMT";
arnews[5] += "
";
arnews[6]="High school roundup: Baldwinsville volleyball headed for stiff competition
";
arnews[6] += "November 20, 2009 8:14 a.m. Coach Mary Jo Cerqua Atalks to Paulina Rein , during a timeout for the Baldwinsville girls volleyball team.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:43:21 GMT";
arnews[6] += "
";
arnews[7]="South O' the Highway
";
arnews[7] += "South O' the Highway Katie Holmes and husband Tom Cruise have been spotted out and about on the North Fork.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 17:04:47 GMT";
arnews[7] += "
";
arnews[8]="Billionaires, Millionaires...and a Magician Team Up for Global Hunger
";
arnews[8] += "Magician Steve Cohen to Star in Magic4Mercy Benefit at Action Center to End World Hunger in Battery Park SAC's Steve Cohen, Lauren Bush, Len Blavatnik on Magic4Mercy Honorary Committee On 6:45 am EST, Friday November 20, 2009 NEW YORK , Nov.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 16:06:37 GMT";
arnews[8] += "
";
totcount = 9;
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("