var imgHeight=0;
obj = document.getElementById("content")
if (obj.offsetHeight){imgHeight=obj.offsetHeight;}
if (imgHeight>430){imgHeight=0;}
else{imgHeight=250}
//alert(imgHeight);
var footertext="<p><img src=images/pixel.gif width=15 height=";
footertext+= imgHeight;
footertext+="></p><DIV id=footerNP1>";
footertext+="<font size = '2'>&copy 1999-2009 Mississippi State University.  <a href = 'licensing.html'>All rights reserved.</a></font><br><br>";
footertext+="<span style=text-align:center><a href='http://www.nsf.gov/' target='_nsf'><img src='images/nsf.jpg' border='0' width='66' height='66' alt='NSF logo'></a>";
footertext+="<a href='http://www.msstate.edu/' target='_msu'><img src='images/msu.gif' border='0' width='112' height='35' vspace=15 alt='MSU Logo'></a></span>";
footertext+="&nbsp;<br><img src='images/marrule.gif' alt='ruler' align='top' width='450' height='3'><br>";
footertext+="Contact information for this page is at <a href=contact.htm>the contact page</a>.<br>";
footertext+="<b>Last modified:</b></b>";
footertext+= document.lastModified ;
footertext+=" UT<br><b>URL:</b> ";
footertext+= document.URL;
footertext+="<DIV id=footerReload><p><a href='";
numlocation=docURL.lastIndexOf('#');
var docURL1=docURL;
if(numlocation>0){docURL1=docURL.substring(0,numlocation);}
//alert(numlocation+"\n"+docURL1);
footertext+= docURL1;
footertext+="'>Back to Default View</a></p></div>";
footertext+="<DIV id=footerNP2><a href='http://www.msstate.edu/web/disclaim.htm'>Mississippi State University is an equal opportunity institution.</a></font></p></div>";
document.write(footertext);


