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.
78 lines (67 sloc)
2.51 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 WIDTH=100%> | |
| <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=400 HEIGHT=399 BORDER=0 SRC="CW.jpg"><BR> | |
| <P><B>Note: Please print this page to work crossword puzzle. </B></P> | |
| </TD> | |
| </TR> | |
| <P> | |
| <TR> | |
| <TD VALIGN=TOP> | |
| <PRE>Across | |
| 5 Ole Miss' head coach is _________ (last name) | |
| 7 This Heisman Trophy winner was quarterback of Auburn's opponent in the 1982 Tangerine Bowl (last name) | |
| 11 Ole Miss defeated this team in last year's Independence Bowl | |
| 12 Auburn is located in this county | |
| 13 Auburn's junior center from Birmingham, Ala. (first name) | |
| 14 A last second touchdown bomb | |
| 15 First and ___ | |
| 17 Auburn's defensive tackles coach, Don ____ | |
| 20 Auburn's junior place kicker from Goshen, Ky. (last name) | |
| 25 Ralph Jordan's nickname | |
| 26 Tommy Tuberville won three national championships as a defensive coach at this school | |
| 27 Ole Miss' nickname is the ______ | |
| 28 Auburn junior tackle from Pearson, Ga. (last name) | |
| </pre></TD> | |
| </tr><tr> | |
| <P> | |
| <TD VALIGN=TOP> | |
| <PRE>Down | |
| 1 Nickname for an official | |
| 2 This Tiger receiver broke the career pass receptions record last season (last name) | |
| 3 In the past two years Plainsman Park, Beard-Eaves Memorial Coliseum and Jordan-Hare Stadium all received new ___________ | |
| 4 This coach led Auburn to victory over Michigan State in the 1938 Orange Bowl (last name) | |
| 6 Auburn's student union is named for this former dean of students (last name) | |
| 8 The athletic complex houses the John B. ________ Museum | |
| 9 Official abbreviation for an extra point | |
| 10 Slang for interception | |
| 16 Auburn Network sideline analyst and former Tiger linebacker (last name) | |
| 18 Auburn senior cornerback Antwoine Nolan is from ______, Ga. | |
| 19 Tiger freshman Damon Duval's position | |
| 21 Ole Miss is located in ______, Miss. | |
| 22 From 1899 to 1959 Auburn University was called ___ (initials) | |
| 23 Quarterback of the undefeated 1993 Tigers (last name) | |
| 24 Auburn's career tackles leader, Freddie _____</PRE> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <P ALIGN=CENTER> | |
| <A HREF="solution.html">SOLUTIONS</A><BR> | |
| <CENTER><P><A HREF="main.html" target="_top">TABLE OF CONTENTS</A> | <A HREF="../main_afi.html" target="_top">PROGRAM | |
| INDEX</A> | <A HREF="http://www.aunetwork.com" target="_top">HOME</A></P></CENTER> | |
| <P ALIGN=CENTER><I>© 1999 Auburn Network, Inc.</I></P> | |
| </td></table> | |
| </BODY> | |
| </HTML> |