ÿþ<html><head> <title>News</title> <style type="text/css"> <!-- BODY { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } /* FONT COLORS */ TABLE { COLOR: #ffffff; FONT: 16px arial, sans-serif; font-weight: normal } .title { COLOR: #ffffff; FONT: 20px arial, sans-serif; font-weight: bold; } #NewsDiv { position: absolute; left: 0; top: 0; width: 100% } /* PAGE LINK COLORS */ a:link { color: #0033FF; text-decoration: underline; } a:visited { color: #6633FF; text-decoration: underline; } a:active { color: #0033FF; text-decoration: underline; } a:hover { color: #6699FF; text-decoration: none; } --> </style> </head> <BODY BGCOLOR="#850000" TEXT="#ffffff" onMouseover="scrollspeed=0" onMouseout="scrollspeed=current" OnLoad="NewsScrollStart();"> <div id="NewsDiv"> <table cellpadding="5" cellspacing="0" border="0" width="100%"><tr><td> <font size="2"> <!-- SCROLLER CONTENT STARTS HERE --> <!--- <br><br> <span class="title"> Summer Workouts Continue<br> </span> <p> Summer workouts are underway and going well. Keep up the great effort! Freshmen workouts are now on Mondays and Thursdays from 8 - 10 a.m. Go Big Red!<br> <p> <br><br> <span class="title"> Physicals<br> </span> <p> Remember that all players must have a current physical on file in order to participate in spring football. Physicals will be given at the SAC next Tuesday, 4/26. Rising Freshmen @ 4 pm; Upperclassmen @ 4:45 pm. Cost is $15.<br> <p> <a href="" target="_top"></a> <br><br> <span class="title"> Fall Break Practice Schedule<br> </span> <p> Monday Varsity Practice 2:30<br> Freshmen Game - be @ SAC @ 2:30<br> JV Game - be @ SAC @ 4:30<br> <p> Tuesday Varsity Practice 9 - 12<br> Freshmen Practice 9 - 11<br> <p> Wed Varsity 9 - 12<br> Freshmen 9 - 11<br> <p> Thurs Varsity Game - be @ SAC @ 2:30<br> Freshmen OFF<br> <p> Fri Sat Sun Varsity OFF<br> <p> Fri Sat Freshmen OFF<br> <p> Sun Freshmen may have optional practice; coaches will let them know.<br> <p> ---> <!--- <span class="title"> Football Service Hours<br> </span> <p> Reminder that all service hours must be complete by July 21. For more information, go to the "Printable Forms" link. Go Panthers!<br> <p> <span class="title"> Panther Cards<br> </span> The new 2011-12 Panther Cards are on sale now! The cards are $10 each and have many great discounts and freebies this year. The cards are reusable all throughout the year and don't expire until the end of summer 2012. See your favorite player to purchase a card. All proceeds benefit the HHS Panther football team. Be sure to get yours! Go Big Red!<br> <p> <span class="title"> Draw Down!<br> </span> The 7th annual HHS Football Draw Down and Silent Auction will be August 20, 6pm at The Elks Lodge on Franklin Street. Tickets are $100, and the final ticket drawn receives $5,000!<br> </span> For Tickets Please Contact One of the Following.<br> Woolsey Finnell 256.651.4645<br> Darin Dunaway 256.527.3928<br> Mike Hicklen 256.527.4474<br> Allen Willcutt 256.425.8567<br> Becky Balentine 256.655-5120<br> Greg Parker 256.348.9074<br> Tomalyn Dombrowski 256.679.4431<br> <p> <a href="" target="_top"></a> ---> <span class="title"> Important Dates<br> </span> <p> Oct 6 HHS vs Sparkman (Away) <p> Oct 14 HHS vs Buckhorn (Little Panther Night) <p> Oct 21 HHS vs Grissom <p> Oct 21 HHS vs Cullman (Senior Night) <p> Check the calendar on the site for details regarding the above. Watch for updates on important events and deadlines.<p> <!--- <span class="title"> National Honor Society Tutoring<br> </span> The National Honor Society will be tutoring HHS students at the following times throughout the school year: <p> Tuesdays at 7:15 a.m.<p> Thursdays at 3:15 p.m.<p> <p> All tutoring takes place in Mrs. Schultz's room. <p> <span class="title"> Varsity 7-on-7 in Cullman<br> </span> Panthers will compete in a Varsity 7-on-7 in Cullman on Monday, July 20. The bus will leave from the SAC at 2:15 for the competition which begins at 4 pm and ends at 8 pm. Go Big Red!<p> ---> <br> </font> <!-- SCROLLER CONTENT ENDS HERE --> </td></tr></table> </div> <!-- YOU DO NOT NEED TO EDIT BELOW THIS LINE --> <script language="JavaScript" type="text/javascript"> <!-- HIDE CODE var scrollspeed = "1" // SET SCROLLER SPEED 1 = SLOWEST var speedjump = "20" // ADJUST SCROLL JUMPING = RANGE 20 TO 40 var startdelay = "2" // START SCROLLING DELAY IN SECONDS var nextdelay = "1" // SECOND SCROLL DELAY IN SECONDS 0 = QUICKEST var topspace = "2px" // TOP SPACING FIRST TIME SCROLLING var frameheight = "100px" // IF YOU RESIZE THE WINDOW EDIT THIS HEIGHT TO MATCH current = (scrollspeed) function HeightData(){ AreaHeight=dataobj.offsetHeight if (AreaHeight==0){ setTimeout("HeightData()",( startdelay * 1000 )) } else { ScrollNewsDiv() }} function NewsScrollStart(){ dataobj=document.all? document.all.NewsDiv : document.getElementById("NewsDiv") dataobj.style.top=topspace setTimeout("HeightData()",( startdelay * 1000 )) } function ScrollNewsDiv(){ dataobj.style.top=parseInt(dataobj.style.top)-(scrollspeed) if (parseInt(dataobj.style.top)<AreaHeight*(-1)) { dataobj.style.top=frameheight setTimeout("ScrollNewsDiv()",( nextdelay * 1000 )) } else { setTimeout("ScrollNewsDiv()",speedjump) }} // END HIDE CODE --> </script> </body> </html>