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.
86 lines (59 sloc)
1.2 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="Crossword Puzzle Solution" WIDTH=321 HEIGHT=345 ALIGN =CENTER BORDER=2 SRC="pic/solution.jpg"> | |
| </TD> | |
| </TR> | |
| --> | |
| <TR> | |
| <TD ALIGN=LEFT VALIGN=TOP> | |
| <BR><B>Across:</B> | |
| 1. Boone<BR> | |
| 3. Porter<BR> | |
| 5. Lovett<BR> | |
| 8. Mazzone<BR> | |
| 9. Burks<BR> | |
| 10. ASU<BR> | |
| 12. Rocker<BR> | |
| 14. Takeo<BR> | |
| 15. Baird<BR> | |
| 17. Whitt<BR> | |
| 18. Housel<BR> | |
| 19. LSU<BR> | |
| 20. Pensacola<BR> | |
| 23. Sanders<BR> | |
| 24. Three<BR> | |
| </TD> | |
| <TD ALIGN=LEFT VALIGN=TOP> | |
| <B>Down</B> <BR> | |
| 1. Boo<BR> | |
| 2. Linebacker<BR> | |
| 3. Petrie<BR> | |
| 4. Ellis<BR> | |
| 6. Two<BR> | |
| 7. Georgia Dome<BR> | |
| 8. Mountaineers<BR> | |
| 11. Ole Miss<BR> | |
| 13. Fifth<BR> | |
| 16. Village<BR> | |
| 21. SAU<BR> | |
| 22. AD<BR> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| </CENTER> | |
| <P ALIGN=CENTER> | |
| <A HREF="crosswd.html"> CROSSWORD PUZZLE</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> | |