var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Patriots, Bulldog win regional wrestling titles
"; arnews[0] += "Michael Duckworth won a third straight regional title on one mat, then went right to work helping his Union County teammates roll up another."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Prep Basketball Roundup: St. Jude tops R.C. Hatch, wins 2A, Area 6 title
"; arnews[1] += "UNIONTOWN -- Taylor Sippial scored with 12 seconds remaining to give St. Jude the lead and Raven Moore added a free throw with five seconds to play to cap the Pirates' 61-59 win over R.C. Hatch on Saturday."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Homestanding Hawks rally to shake up district standings
"; arnews[2] += "\"The Book of Eli\" is playing at nearby Royal Cinemas. A few miles away, at Skyline High School, one of its own, Eli McEathron, was providing a five-star performance against Sherando and getting a rave review from his coach with his shooting Thursday night to keep the Hawks surging."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:55:49 GMT"; arnews[2] += "
"; arnews[3]="Dykes hails Tech's new group
"; arnews[3] += "RUSTON - Louisiana Tech head coach Sonny Dykes announced his first recruiting class on Wednesday, signing 19 players."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Auburn, Gene Chizik fill needs with Top 5 recruiting class...and there's video, too
"; arnews[4] += "Gene Chizik said recruiting Alabama will always be his first priority, but the Auburn coach gambled he could make successful raids throughout the Southeast for some of the nation's top football talent on National Signing Day 2010."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:39:17 GMT"; arnews[4] += "
"; totcount = 5; 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("
");