var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jets run into Patriots at a bad time
";
arnews[0] += "There's never really a good time for the New York Jets to face the Patriots. Since Bill Belichick became New England's coach in 2000, the Jets are 7-13 against their rivals from Foxborough.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:47:48 GMT";
arnews[0] += "
";
arnews[1]="Walker County Sheriff's Office bookings for Nov. 11-17, 2009
";
arnews[1] += "These people were booked into the Walker County Detention Center during Nov. 11-17. Those with charges are innocent until they plead guilty or are proven guilty in a court of law.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:47:17 GMT";
arnews[1] += "
";
arnews[2]="Cif Boys Water Polo Finals: Montebello works double overtime to claim another title
";
arnews[2] += "Erick Gonzalez rose in the water and, with great purpose of mind, rifled a shot from about 6 meters that skipped past Murrieta Valley goalie Dylan Vrooman inside the right post 50 seconds into the second overtime to give Montebello High School an 8-7 victory and the CIF-Southern Section Division 3 boys water polo championship Saturday at the ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:44:50 GMT";
arnews[2] += "
";
arnews[3]="Warrior men win, but women fall in basketball
";
arnews[3] += "East Stroudsburg University made its first five three-pointers in a four-minute stretch to open the game and improved to 3-0 with a 109-61 win over Penn State-Allegheny on the second day of the Wolf's Bus Lines Classic at Shippensburg University on Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:35:21 GMT";
arnews[3] += "
";
arnews[4]="Substitute teachers safe from budget cuts so far
";
arnews[4] += "Staff Photo by Matt Fields-Johnson Virginia Bailey, 74, entertains pre-kindergarteners Jordan Garcia, Cynthia Aguila and Guadalupe Arellano while substitute teaching at Roan Street Elementary School in Dalton Ga.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:28:25 GMT";
arnews[4] += "
";
arnews[5]="Area Boysa Basketball Preview: Dona t be shy
";
arnews[5] += "The new credo of a lot of high school basketball coaches? Jack it up. If you've been to a local game in the last few years, you know the game has become a lot about the shot from behind the arc, from behind 19 feet, 9 inches.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:21:58 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("