var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="One Foot Inbounds: Begging for a Big Game
"; arnews[0] += "My wife is a Wake Forest alum, but Ia ve had memorable times with a couple of former South Carolina Gamecocks ."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 17:29:26 GMT"; arnews[0] += "
"; arnews[1]="Education Notebook for Nov. 9, 2009
"; arnews[1] += "Emily Cole, an eighth-grader at Merry Acres Middle School, won third place in pastel category with her fox oil pastel picture at the Georgia National Fair in Perry."; arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 04:18:19 GMT"; arnews[1] += "
"; arnews[2]="Arizona 4A Division I High School State Championships
"; arnews[2] += "On-Demand Footage Available Here By Sarah Eckersley MESA, Arizona, November 1. CATALINA Foothills won two state titles at the Arizona 4A Division I High School State Championships."; arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 17:10:47 GMT"; arnews[2] += "
"; arnews[3]="Obituaries: Friday, October 30, 2009
"; arnews[3] += "Eva E. Banks WARREN COUNTY - Eva Evans Banks, 78, died Tuesday, Oct. 27, 2009, at Maria Parham Medical Center in Henderson."; arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 00:23:44 GMT"; arnews[3] += "
"; arnews[4]="Studio West Productions Presents Curtians and Hush Little Celia Double Feature
"; arnews[4] += "Studio West Productions located in West Forsyth High School will open its 2009 season with the hilarious Tony Award-winning musical comedy whodunit Curtains and Hush Little Celia Dona t Say a Word."; arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 07:04:57 GMT"; arnews[4] += "
"; arnews[5]="Celebrations: Oct. 11, 2009
"; arnews[5] += "Joyce and John \"Jay\" Johnson celebrated their 50th wedding anniversary Aug. 30 with their family and friends at their ranch in the Santa Cruz Mountains."; arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 23:27:30 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("
");