var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Nursing home denied Medicare, Medicaid - Batavia Sun
"; arnews[0] += "AURORA -- A nursing home on the near East Side has been decertified from the federal Medicare and Medicaid programs, according to state officials. Fox River Pavilion, at 400 E. New York St., was removed from the program after several deficiencies ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:29:00 GMT"; arnews[0] += "
"; arnews[1]="Calendar, 2/10 - Standard-Times
"; arnews[1] += "9 a.m. — El Cafecito, Houston Harte University Center’s Multicultural Center, 1910 Rosemont Drive. 9:30 a.m. — Concho Valley Quilters Guild, 12 N. Chadbourne St. 10 a.m. — Story Time, Tom Green County Main Library, 113 W. Beauregard Ave. Noon ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT"; arnews[1] += "
"; arnews[2]="Volunteer of the Week: Tom Green, Boys and Girls Club - Burlington Free Press
"; arnews[2] += "In June, Tom Green and two friends visited one of three sites of the Boys and Girls Club of Burlington to volunteer their time with summer camp. Volunteer coordinator Marnie Long gladly added them as staff assistants. Long said Green was a natural ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:55:00 GMT"; arnews[2] += "
"; arnews[3]="Special Weather Statement - KXAN
"; arnews[3] += "...WINTRY WEATHER POSSIBLE WEDNESDAY NIGHT THROUGH THURSDAY NIGHT... AN UPPER LEVEL DISTURBANCE WILL MOVE IN FROM THE SOUTHWEST WEDNESDAY. AS MOISTURE IS LIFTED OVER COLD AIR AT THE SURFACE... A WINTRY MIX OF RAIN...SNOW...AND SLEET IS POSSIBLE ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:48:00 GMT"; arnews[3] += "
"; arnews[4]="TPW Commission approves $2.5 million in boat ramp grants - North Texas e-News
"; arnews[4] += "AUSTIN — The Texas Parks and Wildlife Commission has approved $2,545,249 in grants to pay for 10 boat ramp construction or repair projects across the state. The funding receiving the commission’s OK at its January 28 meeting is made possible by ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:46: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("
");