
function putHeader() {
   document.write(' ' +
            '<map name="header">' +
            '	 <AREA SHAPE="RECT" COORDS="0,0,180,27" HREF="http://ufl.edu" TARGET="_blank">' +
            '	 <AREA SHAPE="RECT" COORDS="600,0,960,27" HREF="http://wfrec.ifas.ufl.edu">' +
            '</map>' +
  					'<table width="960" height="97%" align="center" border="0" cellpadding="0" cellspacing="0">' +
            '  <tr width="960" height="69" align="left" valign="top">' +
						'	   <td colspan="2">' +
						'      <table width="100%" border="0" cellpadding="0" cellspacing="0" class="noprint">' +
            '        <tr height="30" align="left" valign="top">' +
            '          <td colspan="2"><img src="/main/00Images/sec_topheaderbar.gif" height="30" width="960" border="0" usemap="#header"></td>' +
            '        </tr>' +
						'        <tr height="3" align="left" valign="top">' +
            '          <td colspan="2"><img src="/main/00Images/sec_topheadershadow.jpg" height="3" width="960" border="0"></td>' +
            '        </tr>' +
            '        <tr height="28" align="left" valign="top" style="background-color: #949494;">' +
            '          <td id="awmAnchor-TopNavBar"><img src="/main/00Images/transparent.gif" height="28" width="690" border="0"></td>' +
            '          <form action="http://search.ufl.edu/search" method="get" name="search" id="search">' +
            '          <td>' +
            '            <div style="margin-top:2px;">' +
            ' 		         <input type="hidden" name="source" value="web" />' +
            ' 		         <input type="hidden" name="site" value="wfrec.ifas.ufl.edu/main" />' +
            '            </div>' +
            '          </td>' +
            '          </form>' +
            '        </tr>' +
						'        <tr height="8" align="left" valign="top">' +
            '          <td colspan="2"><img src="/main/00Images/menubarshadow.jpg" height="8" width="960" border="0"></td>' +
            '        </tr>' +
            '      </table>' +
            '    </td>' + 
            '  </tr>' +
            '  <tr width="960" height="100%" align="left" valign="top">' +
            '    <td id="awmAnchor-LeftNavBar" align="left" valign="top" bgcolor="#efeeee"><img src="/main/00Images/transparent.gif" height="400" width="153" border="0"></td>' +
            '    <td id="mainbody" width="807" align="left" valign="top" bgcolor="#ffffff">'  );
}

function putFooter(lastmod) {
   document.write(' ' +
            '	   <br><br>' +
            '  </td></tr>' +
            '  <tr width="960" height="53" align="left" valign="top">' +
						'	   <td colspan="2" style="background-image: url(/main/00Images/footerbar.gif); background-repeat: repeat-x; background-position: center top;">' +
						'  		<div id="inline-list">' +
						' 		  <UL>' +
						' 		    <LI>Copyright 2008</LI>' +
						' 		    <LI>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</LI> ' +
						'         <LI><A href="http://ufl.edu" class="WhiteLink" target="_blank">University of Florida</A></LI>' +
						' 		    <LI>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</LI> ' +
						' 		    <LI><A href="mailto:wfgator@ufl.edu" class="WhiteLink">Site Feedback</A></LI>' +
						' 		    <LI>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</LI> ' +
						' 		    <LI>Last updated: ' + "November 16, 2009" + '</LI>'+
						'			<LI>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</LI> ' +
						' 		    <LI>This site is best viewed in <A href="http://mozilla.com/firefox" class="WhiteLink" target="_blank">Mozilla Firefox</A></LI>' +
						' 		    <LI>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</LI> ' +
						' 		    </LI>' +
						'       </UL>' +					
						'  		</div>' +
						'    </td>' +
            '	 </tr>' +
            '</table>' );
}
