var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="An earring, a wrestling coach, a milk can and mathematical decision
";
arnews[0] += "The fine line of victory over defeat in the case of Group cross country Hunterdon Central football the Milk Can game Bill Belichick and Russ Riegel.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:28:32 GMT";
arnews[0] += "
";
arnews[1]="College noteboook: Risucci, Brigano honored
";
arnews[1] += "Nazareth College freshman swimmer Carissa Risucci won two more events - setting a pool record in one of them - and was named the Empire 8 Conference Athlete of the Week after helping the Golden Flyers improve their dual meet record to 3-0. Risucci set a Le Moyne College pool record when she won the 200-yard breaststroke with a time of 2:28.35, and ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:05:42 GMT";
arnews[1] += "
";
arnews[2]="Commissioner Bailey Recognizes DNA Database
";
arnews[2] += "On Oct. 15, Florida Department of Law Enforcement Commissioner Gerald Bailey recognized members of Florida's DNA Database with the Superior Unit Medal for their exemplary performance.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 00:11:42 GMT";
arnews[2] += "
";
arnews[3]="Commissioner Bailey Recognizes DNA Database
";
arnews[3] += "On Oct. 15, Florida Department of Law Enforcement Commissioner Gerald Bailey recognized members of Floridaa s DNA Database with the Superior Unit Medal for their exemplary performance.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 18:01:01 GMT";
arnews[3] += "
";
arnews[4]="West Jersey football picks for Oct. 9-11
";
arnews[4] += "October 08, 2009 11:56 p.m. North Warren at Delaware Valley : Tailback Kevin Van Laar has rushed for 574 yards and six touchdowns for North Warren, which, like Delaware Valley, would prefer to pound it on the ground.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 04:38:21 GMT";
arnews[4] += "
";
arnews[5]="CA Bids For High Speed Rail $
";
arnews[5] += "California submitted its application Friday for $4.7 billion in federal stimulus dollars to fund the state's high speed rail project.";
arnews[5] += "
Publ.Date : Sat, 03 Oct 2009 13:55:43 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("