var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Review: Frankly, my dear, 'Gone With the Wind' anniversary DVD is a dandy
"; arnews[0] += "AS GOD is my witness I still have hard time sitting through \"Gone With the Wind,\" the story of one of the most dysfunctional relationships in movie history."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 05:17:53 GMT"; arnews[0] += "
"; arnews[1]="Review: Frankly, my dear, 'Gone With the Wind' anniversary DVD is a dandy
"; arnews[1] += "AS GOD is my witness I still have hard time sitting through \"Gone With the Wind,\" the story of one of the most dysfunctional relationships in movie history."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:24:20 GMT"; arnews[1] += "
"; arnews[2]="Principal matter now a federal case
"; arnews[2] += "Grievances about Sanibel School's principal have gone from the island to the school board office to Washington, D.C., where a complaint has been filed with the U.S. Office of Civil Rights."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Check Out 'Farscape: The Complete Series Megaset' On DVD Nov. 17
"; arnews[3] += "When a freak accident during an experimental space mission catapulted Astronaut John Crichton across a thousand galaxies to an alien battlefield, a groundbreaking cult classic was born with the epic, adventure-filled TV series \" Farscape \". On November 17, the award-winning fan favorite show, which ran from 1999-2003 on Sci Fi and was named by TV ..."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 17:26:17 GMT"; arnews[3] += "
"; arnews[4]="Week In, Week Out
"; arnews[4] += "SHOES, GLORIOUS SHOES: When the late artist and arts activist Kelly Jo Petersen-Womble found out that her cancer had recurred, she asked her friends to send her shoes instead of sappy cards and flowers."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 23:30:03 GMT"; arnews[4] += "
"; arnews[5]="Miller, now healthy, takes 12-second win
"; arnews[5] += "Not much went right for Wilkes Central's Chase Miller during the 2008 cross-country season."; arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 05:00:00 GMT"; arnews[5] += "
"; arnews[6]="Why Auburn Will Pummel Furman; and Why Victoria Jackson Is Torn
"; arnews[6] += "The Furman Paladins couldn't have chosen a better time to slip onto the Auburn Tigers' football schedule."; arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 21:31:03 GMT"; arnews[6] += "
"; arnews[7]="Obituaries for November 5, 2009
"; arnews[7] += "Michael Elden Bull, 44, of Hixson, went home to be with the Lord on Tuesday, Nov."; arnews[7] += "
Publ.Date : Thu, 05 Nov 2009 09:40:58 GMT"; arnews[7] += "
"; totcount = 8; 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("
");