var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Scouts Inc.: Best classes by conference
"; arnews[0] += "A conference-by-conference look at who had the best recruiting classes after the early signing period."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:59:10 GMT"; arnews[0] += "
"; arnews[1]="The Blind Side an eye-opening film for cast
"; arnews[1] += "Two novice actors say they received the Sandra Bullock treatment on The Blind Side , which opens Nov."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:03:49 GMT"; arnews[1] += "
"; arnews[2]="Tim McGraw Says He Appreciates Strong Women
"; arnews[2] += "Sandra Bullock . Faith Hill . It doesn't matter who she is, Tim McGraw just wants to be around women who rule."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:37:13 GMT"; arnews[2] += "
"; arnews[3]="Tuesday, November 17, 2009
"; arnews[3] += "Lorene Stamper Brown 1936-2009 MOREHEAD - Lorene Stamper Brown, 73, of U. S. 60 West, passed away Thursday, November 12, 2009 at her home."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="McGraw not giving up music for film
"; arnews[4] += "It's a role Tim McGraw signed to play for the rest of his life - the husband of a steel-spined southern belle."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:47:31 GMT"; arnews[4] += "
"; arnews[5]="Church News
"; arnews[5] += "Fri., Nov. 20 Deliverance Tabernacle Pentecostal Church will have Harvest Revival at 7 p.m.. Making Life Count Ministries presents a a oeCommunty Outreach Servicea at 7 p.m. located at 105 Lester Street in Batesville."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:33:45 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("
");