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.
99 lines (69 sloc)
1.29 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 Solutions</TITLE> | |
| </HEAD> | |
| <BODY> | |
| <table border=0 cellpadding=0 cellspacing=0 width=450><td> | |
| <CENTER> | |
| <TABLE BORDER=2 CELLSPACING=5 WIDTH=100%> | |
| <!-- | |
| <TR> | |
| <TD COLSPAN=2 ALIGN=CENTER> | |
| <IMG ALT="J. Smith Lanier & Co." ALIGN =CENTER WIDTH=192 HEIGHT=74 BORDER=2 SRC="/afi/uab/pic/jsmtlan.jpg"> | |
| </TD> | |
| </TR> | |
| <TR> | |
| <TD COLSPAN=2 ALIGN=CENTER> | |
| <IMG ALT="Crossword Puzzle Solution" WIDTH=321 HEIGHT=345 ALIGN =CENTER BORDER=2 SRC="pic/solution.jpg"> | |
| </TD> | |
| </TR> | |
| --> | |
| <TR> | |
| <TD ALIGN=LEFT VALIGN=TOP> | |
| <pre> | |
| Across: | |
| 5. Cutcliffe | |
| 7. Flutie | |
| 11. TexasTech | |
| 12. Lee | |
| 13. Cole | |
| 14. Hail Mary | |
| 15. Ten | |
| 17. Dunn | |
| 20. Bironas | |
| 25. Shug | |
| 26. Miami | |
| 27. Rebels | |
| 28. Dunlap | |
| </pre> | |
| </TD> | |
| <TD ALIGN=LEFT VALIGN=TOP> | |
| <pre> | |
| Down: | |
| 1. Ref | |
| 2. Bailey | |
| 3. Scoreboards | |
| 4. Meagher | |
| 6. Foy | |
| 8. Lovelace | |
| 9. PAT | |
| 10. Pick | |
| 16. Riggins | |
| 18. Newnan | |
| 19. Punter | |
| 21. Oxford | |
| 22. API | |
| 23. White | |
| 24. Smith</PRE> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| </CENTER> | |
| <P ALIGN=CENTER> | |
| <A HREF="crossword.html"> CROSSWORD PUZZLE</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>© 1997 Auburn Network, Inc.</I></P> | |
| </td></table> | |
| </BODY> | |
| </HTML> | |