/*  ============================================================== 	*/
/*  This file inludes the footer files for all pages.        		*/	
/*  To make changes to the footer, simply change the text or add    */
/*  another table cell and then modify the widths so they are       */
/*  uniform.  Do NOT add styling.. this is controlled by the CSS.  	*/
/*  Because this is an include file, any changes made here are    	*/
/*  global to the entire site ..change with caution.  				*/
/* 													               	*/
/* 	NOTE!!!!  Because this is a JavaScript include file            	*/
/*  the string holding the HTML must ALL be on the SAME line       	*/
/* 	or the include will not work!									*/
/*  Please Document ANY changes to this page below.		   			*/
/* ===============================================================  */

/* 	Programmer:	Chris Binkerd	cbinker@pluto.dsu.edu
	Date Created:	12/20/2005
	Date Modified: 	
*/

/* String to hold page footer HTML */

var footerString="<table border=0 width=800px id=table1 height=120 background=images/footer.gif><tr><td valign=top style='padding-top: 60px;'><table style='margin-left: auto; margin-right: auto; padding: 0px; margin-bottom: -25px;' border=0 height=21px align=center valign=top><tr><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td></tr></table></td></tr><tr><td valign=top><table border=0 style='padding 0px; margin-left: auto; margin-right: auto;  margin-top: -7px;' align=center height=21 valign=top><tr><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td><td style='padding-right: 5px;'></td></tr></table></td></tr></table>";
/*" + document.write("<i>Last updated "+document.lastModified+"<I>"); + " */	
document.write(footerString);