/**
 * Load the footer thru' script
 * 
 * Gigi Philip
 * Aug 10 2004
 * Edited by Bill Sanders
 * July 25 2007
 *
 
 */
var cText = ''
cText += '<table border="0" cellpadding="0" cellspacing="0" width="755" height="63" ID="Table5">'
cText += '<tbody>'
cText += '<tr bgcolor="#ffffff">'
cText += '<td class="smalltext1" noWrap height="2" width="69"><IMG height="22" src="basc_logo.jpg" width="65"></td>'
cText += '<td class="smalltext1" noWrap height="2" width="166">'
cText += '<p><a href="http://science.lsu.edu/">College of Basic Sciences</a>,<br>'
cText += '338 Choppin Hall</p>'
cText += '</td>'
cText += '<td height="2" width="38"><IMG height="36" alt="LSU &#13;&#10;      &#13;&#10; &#13;&#10; &#13;&#10;'
cText += '&#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; '
cText += '&#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10; &#13;&#10;'
cText += '&#13;&#10; Jubilee Logo" src="lsu_logo2.gif"></td>'
cText += '<td class="smalltext1" noWrap height="2" width="167"><a href="http://www.lsu.edu">Louisiana State University</a>,<br>'
cText += 'Baton Rouge, LA 70803</td>'
cText += '<td height="2" width="63"><IMG height="25" alt="BSCR Logo" src="bscr_logo.gif" width="60" border="0"></td>'
cText += '<td class="smalltext1" width="249" height="2"><a href="http://www.biology.lsu.edu/cr/">Biological '
cText += 'Sciences Computing Resources</a><br>502 Life Sciences Building</td>'
cText += '</tr></tbody>'
cText += '<tr><td colspan="8" height="20">'
cText += '<div align="center">'
cText += '<br><p><font size="1" face="Arial, Helvetica, sans-serif">Send comments or questions to:'
cText += '<A href="mailto:bioscihelp@lsu.edu"> Webmaster<br>'
cText += '</A></font><font size="1" face="Arial, Helvetica, sans-serif">Copyright &copy; 2001 - 2007.'
cText += 'All Rights Reserved. Official Web Page of Department of Biological Sciences, '
cText += '<br>Address:202 Life Sciences Bldg, Louisiana State University,<br>'
cText += 'Baton Rouge LA - 70803'
cText += '<br>Telephone - (225) 578-2601<br>'
cText += '</font></p></div>'
cText += '</td></tr>'
cText += '</table>'
document.write(cText)