var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Doomsday scenario isn't the end of world, just a part of it
"; arnews[0] += "Brought to you this week in popular culture: the apocalypse. On the one hand, there's '2012,' the new movie about those Mayan prophesies of doom for Dec."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Column: Role model resigns
"; arnews[1] += "Some years ago, while losing her battle with cancer, my friend won rave reviews as Role Model."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:12:02 GMT"; arnews[1] += "
"; arnews[2]="Random
"; arnews[2] += "A Navy destroyer, the USS Lassen recently visited the Vietnamese port of Da Nang."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Say Aah - Trey Songz / Fabolous
"; arnews[3] += "Although Trey Songz loved hip-hop while growing up, the only R&B he could get into was R. Kelly."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:15:29 GMT"; arnews[3] += "
"; arnews[4]="DVDs for the holiday shopper
"; arnews[4] += "The Frank Capra classic \"It's A Wonderful Life,\" starring Jimmy Stewart, is out on Blue-ray. You've got the obvious DVD picks on your shopping list."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:52:06 GMT"; arnews[4] += "
"; arnews[5]="WonderA Bread WonderA Woman
"; arnews[5] += "Emily Berezin made a woman from eleven loaves of WonderA Bread and the bags they came in."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:28:43 GMT"; arnews[5] += "
"; arnews[6]="Dedicated to children
"; arnews[6] += "Dr. Nancy Hendrie of Concord with some of the children she has assisted through the Sharing Foundation."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 21:54:17 GMT"; arnews[6] += "
"; arnews[7]="Hanging , and hang gliding , in and around Chattanooga
"; arnews[7] += "Strapped into a harness and lying only a couple of inches from the soft, dew-wet grass airstrip at Lookout Mountain Flight Park in Georgia, I close my eyes, swallow hard, and then say a little prayer."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 20:32:08 GMT"; arnews[7] += "
"; arnews[8]="Sarah Palin asks: 'Rationed care' already?...
"; arnews[8] += "Former Alaska Gov. Sarah Palin early Friday morning greeted news that renewed guidelines scale back screenings for cervical cancer by asking if bureaucratic panels were already rationing care."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 13:32:26 GMT"; arnews[8] += "
"; totcount = 9; 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("
");