// footera and footerb replace the harder to read footer{123}
// but the old ones are maintained since lots of existing pages refer to them

var footie2 = new Array(
' | <A href="/forum/">',
'<B>Enter the Forum</B></A> | <a href="http://www.facebook.com/pages/Anagrammy-Awards/183774259761">Facebook</a>  | <a href=http://www.anagrammy.com/team/index.html>The Team</a></P>',
'</TD>',
'<TD ROWSPAN=9> <a href="http://www.hostgator.com"><img src="/images/hostgator.gif"></a></TD>',
'</TR>',
'<TR>',
'<TD align="RIGHT">',
'<P>Information</P>',
'</TD>',
'<TD>',
'<P>',
' &nbsp;| <A href="/rules/index.html">Awards Rules</A>',
' | <A href="/forum/faq/index.html">Forum FAQ</A>',
' | <A href="/anagrams/index.html">Anagrams FAQ</A>',
' | <A href="/history/index.html">History</A>',
' | <a href="/articles/index.html">Articles</a></P>',
'</TD>',
'</TR>',
'<TR>',
'<TD align="RIGHT">',
'<P>Resources</P>',
'</TD>',
'<TD>',
'<P>',
' &nbsp;| <a href="/resources/anagram_artist.html">Anagram Artist Software</a>',
' | <A href="/resources/generators.html">Generators</A>',
' | <A href="/resources/online.html">On-line</A>',
' | <A href="/resources/books.html">Books</A>',
' | <A href="/resources/websites.html">Websites</A></P>',
'</TD>',
'</TR>',
'<TR>',
'<TD align="RIGHT">',
'<P> Archives</P>',
'</TD>',
'<TD>',
'<P>',
' &nbsp;| <A href="/winners/index.html">Winners</A>',
' | <A href="/archives/index.html">Nominations</A>',
' | <A href="/hall-of-fame/index.html">Hall of Fame</A>',
' | <A href="/anagrammasia/index.html">Anagrammasia</A>',
' | <A href="/literary/index.html">Literary</A></P>',
'</TD>',
'</TR>',
'<TR>',
'<TD align="RIGHT">',
'<P> Competition</P>',
'</TD>',
'<TD>',
'<P>',
' &nbsp;| <A href="/vote.html">Vote</A>',
' | <A href="/cgi-bin/current.pl">Current Nominations</A>',
' | <A href="/leader.html">Leader Board</A>',
' | <A href="/results.html">Latest Results</A>',
' | <A href="/results/index.html">Old Results</A>',
' | <A href="/rankings.html">Rankings</A>',
'</P>',
'</TD>',
'</TR>',
'<TR>',
'<TD align="RIGHT">',
'<P> Miscellaneous</P>',
'</TD>',
'<TD>',
'<P>',
' &nbsp;| <A href="/dfe.html">Tribute Page</A>',
' | <A href="/winners/records">Records</A>',
' | <A href="/sitemap.html">Sitemap</A>',
' | <A href="/search.html">Search</A>',
' | <A href="/checker.html" TARGET="_blank">Anagram Checker</A>',
' | <A href="/email.html">Email Us</A>',
' | <A href="/donation.html">Donate</A></P>',
'</TD>',
'</TR>',
'<tr>',
'<td align=right>',
'<p>Anagrammy Awards</p>',
'</td>',
'<td><p>&nbsp; &copy; 1998-2011</p>',
'</td>',
'</TR>',
'</table>'
);
for (fi=0; fi<footie2.length; fi++) document.write(footie2[fi]);

