var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Back off, Santa
"; arnews[0] += "I was riding in a taxi the other day. The driver hadA theA radio on. I don't like to tell drivers who have their radios on to turn them off."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:20:48 GMT"; arnews[0] += "
"; arnews[1]="Milestones
"; arnews[1] += "COLUMBIA GREEN has awarded $11,000 in neighborhood and tree initiative grants for projects in the Columbia area."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:43:00 GMT"; arnews[1] += "
"; arnews[2]="College Football: Auburn Tigers Always Have a Georgia Flavor
"; arnews[2] += "Not only is the Auburn vs. Georgia series the deep south's oldest rivalry running with over 100 meetings, but it also provides one of the real unique storylines for Auburn every year."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 10:19:34 GMT"; arnews[2] += "
"; arnews[3]="G20 makes little progress on climate financing
"; arnews[3] += "Rich countries andA developing nations fought over climate change yesterday,A failing to make progress on financing ahead of a majorA environmental summit in Copenhagen next month."; arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 13:18:05 GMT"; arnews[3] += "
"; arnews[4]="Examiner in the Press
"; arnews[4] += "Gail Gedan Spencer, Weight Loss Examiner, is featured on Movieline. See article ."; arnews[4] += "
Publ.Date : Mon, 12 Oct 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Bill Bradford: Hazardous junk mail with a $25,000 price tag
"; arnews[5] += "Posted 3 hours, 5 minutes ago at 10:42 am. A couple of days ago the rural route mail delivery to my home included a large card with pictures of smiling women."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 17:48:28 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("
");