var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tuesday's Prep Roundup: North Valleys girls stun Reed
";
arnews[0] += "With 2 minutes, 30 seconds left in the game, the North Valleys girls basketball team went on a 13-0 run, capped off by a Monserrat Quinonez 3-pointer with just seconds left on the clock to upset Reed 48-45 on Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:43:00 GMT";
arnews[0] += "
";
arnews[1]="Knights top Rams; CV edges Hornets; Redskins, Wolverines, Tigers win
";
arnews[1] += "The Black Knights had four players in double-figures as they topped Wyalusing 75-61 in girls' basketball action Tuesday.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:49:01 GMT";
arnews[1] += "
";
arnews[2]="Southern Flyers Squirts keep on winning
";
arnews[2] += "Nashville's Southern Flyers Squirt travel hockey team for 9-10-year-olds has already been going places.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:40:48 GMT";
arnews[2] += "
";
arnews[3]="Championship Review
";
arnews[3] += "Roman Bednar celebrates his goal for West Brom. Coca Cola Championship. Click here to bet.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:12:13 GMT";
arnews[3] += "
";
arnews[4]="Jones jumpstarts Preds
";
arnews[4] += "Jocelyn Jones fired three goals and an assist as the Vernon Advertising Works Predators swamped the Shuswap Tsunami 11-8 in Tween B ringette play Saturday at the Priest Valley Arena.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:07:16 GMT";
arnews[4] += "
";
arnews[5]="March means it's party time in Claremont
";
arnews[5] += "Forget about March madness, or at least move it a side a bit. In Claremont each year, the month is reserved for Party Parade, a series of activities, events and parties planned by the community, for the community.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:56:05 GMT";
arnews[5] += "
";
arnews[6]="CN Girls Basketball Roundup: Somerville rolls into SCT quarterfinals
";
arnews[6] += "Freshman Caroline Barberi recorded 17 points - including five 3-pointers - Tuesday to lead sixth-seeded Somerville High School to a 49-29 win over 11th-seeded Franklin in the second round of the Somerset County Tournament.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 05:06:06 GMT";
arnews[6] += "
";
arnews[7]="Upcoming Events in the Legal Community: February 9, 2010
";
arnews[7] += "TODAY thru Feb. 26, Kings County Courts Black History Month; See separate calendar at bottom left of page.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 04:07:30 GMT";
arnews[7] += "
";
totcount = 8;
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("