var arnews = new Array(8); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="CHS swimming finishes in style - Columbus Telegram
"; arnews[0] += "COLUMBUS -- The Columbus High swim team didn’t skip a beat Tuesday in a dual against Lincoln Pius X at the Columbus Aquatic Center. The boys team came away with a 104-64 win, while the girls won 115-55. Even without several swimmers who are ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:45:00 GMT"; arnews[0] += "
"; arnews[1]="Spring Garden grieves loss of student - StJoenews.net
"; arnews[1] += "Jennifer Hall can be reached at jennhall@npgco.com."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:56:00 GMT"; arnews[1] += "
"; arnews[2]="Healthy gifts for your four-footed valentines - Quad Cities Onlines
"; arnews[2] += "Want to show your pet you care this Valentine's Day? If you're in the market for a healthy present for your dog or cat, or ways to keep your pet safe, here are several great ideas. -- Adoggy coat: Some dogs love to romp in piles of snow -- think ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:37:00 GMT"; arnews[2] += "
"; arnews[3]="TheSpec.com - Local - Land cleanup is new hurdle - Hamilton Spectator
"; arnews[3] += "Jennifer Hall, spokesperson for the Hamilton office of the Ministry of Environment, said the land was cleaned up according to 2003-04 standards. \"Since then, the standards have become tougher, so they would have to do more soil and ground water ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 11:20:00 GMT"; arnews[3] += "
"; arnews[4]="World’s smallest Mardi Gras parade to be held in Wathena - StJoenews.net
"; arnews[4] += "The world’s smallest Mardi Gras parade is taking shape. In Wathena, Kan. The town’s city council voted unanimously Monday to allow a St. Joseph radio station to put on the big parade at 8 p.m. on Feb. 13. With only a few concerns, K-JO 105.5 ..."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 05:15:00 GMT"; arnews[4] += "
"; arnews[5]="Name Dropping: Visiting Angels hold Caregiver Awards Dinner - Santa Cruz Sentinel
"; arnews[5] += "Visiting Angels held its annual Caregiver Awards Dinner Jan. 16, honoring the 2009 \"Best of the Best\" of its caregiving team. They were also proud to enjoy the company of two longtime Santa Cruz County residents, Harriet Allan and Bernice Schneider ..."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:43:00 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("
");