var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tuesday's high school girls basketball roundup
";
arnews[0] += "MILTON - Kaitlin Geary had 19 points and 13 rebounds as Milton bounced back from its first loss with a 66-29 high school girls basketball win over Mount Abraham on Tuesday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Jackets' win sets up huge game Tuesday
";
arnews[1] += "Body text\"/}Senior center Val Ridgway had 20 points and 15 rebounds to lead host Oneonta High to a 48-37 Southern Tier Athletic Conference girls basketball victory over Johnson City on Friday.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Maroon boys top Bosco for NJTCC indoor track title
";
arnews[2] += "NEW YORK a ' After a disappointing one-point loss to Don Bosco Prep at the Bergen Relay Championships on Jan.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 09:15:04 GMT";
arnews[2] += "
";
arnews[3]="Unusual wintertime air quality alert issued
";
arnews[3] += "There's something in the air, and it's making Chicagoans sick. As CBS 2's Pamela Jones reports, the National Weather Service has issued an air quality alert through the day Thursday.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 17:27:34 GMT";
arnews[3] += "
";
arnews[4]="Air Quality Alert Issued For Chicago Area
";
arnews[4] += "Share + Comments Feb 3, 2010 10:44 pm US/Central Reporting Pamela Jones CHICAGO There is something in the air that is making Chicagoans sick.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Animal lover gets inked for the cause
";
arnews[5] += "Rhonda Estes gets a tattoo of the Humane Society logo from Jason Fritz, owner of Black Rose Tattoo at 1122 S. Scatterfield Rd., Wednesday afternoon.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 05:06:47 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("