var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="2009-10 Boys Basketball Preview: Sand Rock hoping to build off last season's Final Four
"; arnews[0] += "\" There's a lot of excitement concerning Sand Rock basketball these days. A Cherokee County championship."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:16:50 GMT"; arnews[0] += "
"; arnews[1]="Pilot Point prevails again over Tigers
"; arnews[1] += "Pilot Point finally made Gunter pay for its lack of execution on Friday night. It took most of the game to do it, though, as the Bearcats need late touchdown runs by Jarman Johnson and Seth Tilley to help salt away a 28-14 win over Gunter in a Class 2A Division I Region II area championship game."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:17:11 GMT"; arnews[1] += "
"; arnews[2]="Football: Late surge propels Bearcats over Gunter
"; arnews[2] += "Pilot Point finally made Gunter pay for its lack of execution on Friday night. It took most of the game to do it, though, as the Bearcats need late touchdown runs by Jarman Johnson and Seth Tilley to secure a 28-14 win in a Class 2A Division I Region II area-round game."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:38:35 GMT"; arnews[2] += "
"; arnews[3]="Recruiting: Best class in each NCB conference
"; arnews[3] += "A conference-by-conference look at who had the best recruiting classes after the early signing period."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:49:30 GMT"; arnews[3] += "
"; arnews[4]="Rob Stewart Is...The Fantasy Oracle
"; arnews[4] += "This has been one of the most newsworthy weeks since I started writing fantasy football articles a few years ago."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:36:03 GMT"; arnews[4] += "
"; arnews[5]="Area Arrests
"; arnews[5] += "A* Kenneth Vanburen Adams, 41, 10 Opal Road, Rossville, was charged Thursday by the Whitfield County Sheriff's Office with deposit account fraud ."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:45:00 GMT"; arnews[5] += "
"; arnews[6]="Start 'em and sit 'em: Your Week 11 fantasy football guide
"; arnews[6] += "You don't need me advising you to start Drew Brees and Adrian Peterson, or to bench Bruce Gradkowski and Mike Furrey."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:35:20 GMT"; arnews[6] += "
"; arnews[7]="Hooked on the truck pull
"; arnews[7] += "By Samantha Swindler / Managing Editor They came from as far as Pennsylvania and Virginia, spending tens of thousands of dollars on their trucks and tractors, for the chance to lug a huge weighted sled about 230 feet."; arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 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("
");