var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="CMB girls struggle with shot against Defenders
"; arnews[0] += "A tough shooting night from the floor and from the line didn't help the Collins-Maxwell-Baxter's chances at a victory Saturday night."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:21:00 GMT"; arnews[0] += "
"; arnews[1]="Around the Community in Stewart County
"; arnews[1] += "Hope everyone enjoyed a great weekend. The weather is much better.. NOW, but that remains to be seen."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Patriot's Pen produces district winner
"; arnews[2] += "The annual Patriot's Pen Essay Contest sponsored by Stewart County VFW Post 4730 netted not only three local winners but one district winner, according to VFW Patriots Pen Chairman and life member Ann Hernandez."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Neptune thwarts Trenton Catholic
"; arnews[3] += "With wins over Gill St. Bernard's and Piscataway already this season, the Neptune girls basketball team defeated yet another state power Monday evening."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:24:00 GMT"; arnews[3] += "
"; arnews[4]="Interview: Paul di Resta, racing driver
"; arnews[4] += "THERE was never really much doubt about what the young Paul di Resta would do when he grew up a ' certainly not in his own mind."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");