var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="No. 4 Terps Fall At No. 1 UNC, 1-0
"; arnews[0] += "The University of Maryland women's soccer team's run in the NCAA tournament came to an end with a 1-0 loss to No."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:04:18 GMT"; arnews[0] += "
"; arnews[1]="Cougars roar back in second half to return to quarterfinals
"; arnews[1] += "It's not like the Newnan Cougars have suddenly turned into second half wonders, but for the third straight Friday night they rallied in the last 24 minutes to win again, beating M.L. King, 15-6, in Drake Stadium in the second round of the state Class AAAAA playoffs."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:31:08 GMT"; arnews[1] += "
"; arnews[2]="Young crash victim always had a smile, helping hand
"; arnews[2] += "Amber Shaw had planned to become a nurse. She had been coordinating a coat drive for the American Red Cross and was taking a college course on service learning."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Tennis team easily beats Arcadia
"; arnews[3] += "Continuing their steady march toward the CIF Southern Section Division II championship, the Palm Desert girls tennis team Tuesday blew through Arcadia, 16-2, in the quarterfinals."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Ellen Kinney, 91
"; arnews[4] += "Ellen L. Malloy Kinney, 91, of Coralville died Tuesday, November 17, 2009 at Country View Senior Residence in North Liberty."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Rockingham Parks and Recreation Youth 8-under soccer 2009 tournament champions
"; arnews[5] += "The City of Rockingham Parks and Recreation Youth 8-under soccer team sponsored by Pittman and Davis Attorneys won the 2009 tournament championship, defeating Southwest Farm Equipment, 2-1 in overtime."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:21:12 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("
");