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 (63 sloc)
2.34 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="crossword.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>3 SEC commissioner (last name) | |
| <BR>6 Auburn's spring football scrimmage takes place on ____ | |
| <BR>7 Auburn's Men's Swimming and Diving Team won its ______ National Championship earlier this year | |
| <BR>10 Toomer's Drug Store is famous for this beverage | |
| <BR>11 Junior safety, Courtney ____ | |
| <BR>12 Idaho is a member of this conference | |
| <BR>14 The father of modern Auburn athletics, ____ Beard | |
| <BR>16 Junior Tellie Embery's position | |
| <BR>18 A favorite pregame activity | |
| <BR>20 The bowl Auburn has been to the most | |
| <BR>23 Jordan-Hare is the _______-largest on-campus stadium in the nation | |
| <BR>24 Tiger football's play-by-play announcer for the last 18 years (last name) | |
| <BR>25 The name of Auburn's golden eagle mascot | |
| </TD> | |
| <TD VALIGN=TOP> | |
| <B>DOWN</B> <BR> | |
| <BR>1 The University of Idaho is located in ______, Idaho | |
| <BR> 2 Host of the Auburn Football Review television show, Phil ____ | |
| <BR> 4 Auburn University's President (last name) | |
| <BR> 5 Idaho's nickname is the _______ | |
| <BR> 8 "On the rolling plains of _____" | |
| <BR>9 Auburn is a member of this conference | |
| <BR>13 When there is a penalty, an official throws a yellow ____ | |
| <BR>14 Auburn senior tackle, ____ James | |
| <BR>15 Today is the _____ meeting between Auburn and Idaho | |
| <BR>17 Auburn alumni and astronaut, ___ Mattingly | |
| <BR>18 Idaho Head Football Coach, Chris ______ | |
| <BR>19 Bo Jackson was MVP of this bowl in 1984 | |
| <BR>21 Tommy Tuberville's first collegiate head-coaching job was at this school (abbreviation) | |
| <BR>22 Ralph Jordan's nickname | |
| </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> |