Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73 lines (61 sloc)
2.6 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE>Crossword Puzzle</TITLE> | |
| </HEAD> | |
| <BODY> | |
| <table border=0 cellpadding=0 cellspacing=0 width=450><td> | |
| <TABLE BORDER=0 CELLSPACING=5> | |
| <TR> | |
| <TD COLSPAN=2 align=center> | |
| <IMG ALT="Crossword Heading" WIDTH=400 HEIGHT=85 BORDER=2 SRC="crswrdhd.jpg"> | |
| </TD> | |
| </TR> | |
| <TR> | |
| <TD COLSPAN=2 ALIGN=CENTER> | |
| <IMG ALT="Crossword Puzzle" WIDTH=380 HEIGHT=382 BORDER=0 SRC="puz.jpg"><BR> | |
| <P><B>Note: Please print this page to work crossword puzzle. </B></P> | |
| </TD> | |
| </TR> | |
| <TR> | |
| <TD VALIGN=TOP> | |
| <B>ACROSS</B><BR> | |
| <BR> 1 Appalachian State is located in _____, N.C. | |
| <BR> 3 Auburn basketball player Chris ______ was named SEC Player of the Year in 1999 | |
| <BR> 5 Auburn's Defensive Coordinator, John ______ | |
| <BR> 8 Auburn's Offensive Coordinator, Noel _______ | |
| <BR> 9 Sophomore running back from Kenner, Louisiana, Michael _____ | |
| <BR>10 Abbreviation for Appalachian State University | |
| <BR>12 This Auburn player won the Outland Trophy and the Lombardi Award in 1988 (last name) | |
| <BR>14 This former Tiger led the Cincinnati Bengals in tackles in 1998 (first name) | |
| <BR>15 Auburn's Head Baseball Coach (last name) | |
| <BR>17 Auburn's Linebackers Coach, Joe ____ | |
| <BR>18 Auburn Athletic Director (last name) | |
| <BR>19 Auburn's old sports arena burned in 1996 during Auburn's football game versus this SEC opponent | |
| <BR>20 Auburn running back Demontray Carter is from _________, Florida | |
| <BR>23 This former Tiger wide receiver currently stars in the NFL for the Arizona Cardinals (last name) | |
| <BR>24 Number of football jerseys that Auburn has retired | |
| </TD> | |
| <TD VALIGN=TOP> | |
| <B>DOWN</B> <BR> | |
| <BR> 1 Fan reaction to a bad call on the field | |
| <BR> 2 Senior Marcus Washington's position | |
| <BR> 3 Auburn's first football coach and author of "The Auburn Creed" (last name) | |
| <BR> 4 Auburn's Head Basketball Coach (last name) | |
| <BR> 6 Number of Auburn players who have won the Hesiman Trophy | |
| <BR> 7 Site of the SEC Championship Game | |
| <BR> 8 Appalachian State nickname | |
| <BR>11 Auburn Head Football Coach Tommy Tuberville coached at this school from 1995-1998 | |
| <BR>13 During home football games, Jordan-Hare Stadium is the _____-largest city in Alabama | |
| <BR>16 Auburn is the "Loveliest _______ on the Plains" | |
| <BR>21 Auburn Head Football Coach Tommy Tuberville's Alma Mater (abbreviation) | |
| <BR>22 Abbreviation for athletic director | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <P ALIGN=CENTER> | |
| <A HREF="puz_sol.html">SOLUTIONS</A><BR> | |
| <P ALIGN=CENTER><A HREF="./" TARGET="_top">TABLE OF CONTENTS</A> | <A HREF="../" target="_top">PROGRAM INDEX</A> | <A HREF="../../index.html" target="_top">HOME</A></P> | |
| <P ALIGN=CENTER><I>© 1999 Auburn Network, Inc.</I></P> | |
| </td></table> | |
| </BODY> | |
| </HTML> |