var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="johnston.cliff
"; arnews[0] += "Bond denied in molestation case A man and woman accused of child molestation were denied bond Friday."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:22:29 GMT"; arnews[0] += "
"; arnews[1]="Rams withstand challenge from Saints
"; arnews[1] += "Chesterfield quarterback Seth Truesdale got off to a slow start Friday night. By the end of the Rams' 35-21 victory against Calhoun County, however, he was firing on all cylinders."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:53:25 GMT"; arnews[1] += "
"; arnews[2]="Lawyer renews battle with DA
"; arnews[2] += "The attorney for a former Ventura College athletic director and coach was in court Friday alleging that an investigator is withholding evidence the lawyer is entitled to get to defend his client."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Bond denied in molestation case
"; arnews[3] += "A man and woman accused of child molestation were denied bond Friday. James P. Collins Jr., 35, and Allison Cansler, 31, were arrested Nov."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:55:46 GMT"; arnews[3] += "
"; arnews[4]="Raiders ready for second round
"; arnews[4] += "Richmond Senior High School running back Walter Ellerbe looks for running room around left end during the Raiders' 42-7 NCHSAA Class 4AA state playoff win over Northwest Guilford last Friday night at Richmond."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:04:50 GMT"; arnews[4] += "
"; arnews[5]="High-scoring Grant overcomes obstacles, gets nod for HOF
"; arnews[5] += "College basketball's greatest scorer shot his way out of poverty with a tennis ball and a 5-gallon bucket tacked to his house."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:03:08 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("
");document.write("
");