
document.write('<STYLE TYPE="text/css">');
document.write('.footer { ');
document.write('	font-family:  Arial, sans-serif;');
document.write('	font-size: 12pt;');
document.write('	text-decoration: none;');
document.write('	color: #ffffff;');
document.write('}  ');



document.write('</STYLE>');


document.write('<TABLE  BORDER=0 CELLPADDING=0 CELLSPACING=0 width=774 height=80 background="rec_footer.gif">');
document.write('<tr>');
document.write('<td>&nbsp;&nbsp;&nbsp;</td><td  class="footer"><a href="http://www.nirsa.org/"><img src="nirsa.gif" border=0></a></td>');
document.write('<td align=right class="footer"><a href="http://www.jsu.edu/"><img src="jsu.gif" border=0></a></td><td>&nbsp;&nbsp;&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.close();
