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.
81 lines (67 sloc)
2.52 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" align=left WIDTH=400 HEIGHT=85 BORDER=2 | |
| SRC="crswrdhd.jpg"> | |
| </TD> | |
| </TR> | |
| <TR> | |
| <TD COLSPAN=2 ALIGN=CENTER> | |
| <IMG ALT="Crossword Puzzle" align=left WIDTH=400 HEIGHT=399 BORDER=0 SRC="cw.jpg"><BR> | |
| </TD> | |
| </TR> | |
| <TR><TD> </TD></TR> | |
| <TR><TD><P><P><B>Note: Please print this page to work crossword puzzle. </B></P></TD></TR> | |
| <TR><TD> </TD></TR> | |
| <TR> | |
| <TD VALIGN=TOP> | |
| <PRE>Across | |
| 1 Number of times Auburn has played in the Cotton Bowl | |
| 2 One of Auburn's greatest coaches and one of Auburn's greatest players share this first name | |
| 6 Central Florida is a member of this conference (initials) | |
| 8 This school has been Auburn's most common homecoming opponent (initials) | |
| 9 Auburn freshman quarterback from Alpharetta, Georgia (last name) | |
| 12 Central Florida's nickname is the ______ _______ | |
| 15 Abbreviation for University of Central Florida | |
| 18 Auburn fans do this when the Tigers score | |
| 19 Number of times Auburn has played Central Florida | |
| 20 Tommy Tuberville's middle name | |
| 21 Auburn's wide receivers coach, Greg ____ | |
| 22 Auburn's offensive line coach, Hugh ____ | |
| 23 Tigers Whit Smith and Josh Weldon share this Georgia hometown | |
| 24 Auburn defeated this team in the 1990 Peach Bowl | |
| 25 Auburn's career punt return average leader, Mike ______ | |
| </pre></TD> | |
| </tr><tr> | |
| <P> | |
| <TD VALIGN=TOP> | |
| <PRE>Down | |
| 1 Central Florida is located in _______, Florida | |
| 3 Auburn receiver from 1966-1968, ___ Christian | |
| 4 Former Auburn linebacker Mike Kolen was known as "Captain ______" | |
| 5 Auburn's career all-purpose yardage leader, James ______ | |
| 7 This former Central Florida quarterback was drafted by the Minnesota Vikings in 1999 (last name) | |
| 10 Jim Fyffe exclamation, "_________ Auburn!" | |
| 11 Central Florida plays its home games in this stadium, also the site of a bowl game | |
| 13 Central Florida's head coach, Mike _______ | |
| 14 You need this for a Toomer's Corner celebration | |
| 16 Where Auburn fans can look to see how the Tigers are ranked | |
| 17 Auburn defeated this team in the 1984 Sugar Bowl | |
| </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> |