var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Stone, Dennis Ray
"; arnews[0] += "Mr. Dennis Ray Stone, 56, of 2320-B Pinecroft Road, passed away Sunday evening, February 7, 2010, at Beacon Place in Greensboro after a long battle with cancer."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:03:12 GMT"; arnews[0] += "
"; arnews[1]="Colfax captures crown 2 minutes ago
"; arnews[1] += "Rachel Johnson scored 22 points, Kayla Johnson added 14 points and 14 rebounds and the Colfax Bulldogs defeated visiting Reardan 73-49 to capture the Bi-County 2B regular-season championship, snapping a tie atop the standings with the Indians ."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 08:33:34 GMT"; arnews[1] += "
"; arnews[2]="Boston Breakers Sign Two International Stars During Busy Day in the WPS
"; arnews[2] += "While all eyes were on Thursday's WPS Dispersal Draft, the Boston Breakers snuck two guests in the back door with their signing of International star forward Laura Del Rio and the re-signing of Brazilian forward Fabiana."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 16:09:11 GMT"; arnews[2] += "
"; arnews[3]="02/05/10 - Premier Healthcare to Present at National Events
"; arnews[3] += "Leaders from the Premier healthcare alliance will speak around the country in February sharing insights regarding value-based purchasing , meaningful use, evidence-based care, labor management and improving quality while reducing costs."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:51:36 GMT"; arnews[3] += "
"; arnews[4]="Compassion guided Shadyside hospice pioneer's life
"; arnews[4] += "Mary Chambers Burdett began a career as a practicing psychologist and psychiatric social worker late in life, but she was considered a pioneer at the Forbes Hospice in Oakland."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 07:06:22 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("
");