<!--
function InsertEIAFooterCode(){
var	code='<table border="0" cellpadding="0" cellspacing="0" width="980" height="20">';
    code+='<TR> <td class="NavBar" height="24" valign="middle" align="center"> ';
    code+=' <a href="http://www.eia.gov/abouteia/privacy_security_policy.cfm">Privacy/Security</a>';
    code+=' | <a href="http://www.eia.gov/abouteia/accessability.cfm">Accessibility</a>';
	code+=' | <a href="http://www.eia.gov/abouteia/copyrights_reuse.cfm">Copyright & Reuse</a>';
	code+=' &nbsp;&nbsp;&#149;&nbsp;&nbsp;&nbsp;<a href="http://www.eia.gov/contactus.html">Contact Us</a>';
	code+=' | <a href="http://www.eia.gov/feedback/">Feedback</a>';
    code+=' | <a href="http://www.eia.doe.gov/jobs/">Careers</a>';
	code+=' | <a href="http://www.eia.gov/abouteia/">About EIA</a> ';
	code+='</td></tr>';
	code+='<TR> <td class="NavBarRow2" height="24" valign="middle" align="center"> <a href="http://www.fedstats.gov/">';
	code+='Fedstats</a> | <a href="http://www.usa.gov/">USA.gov</a>';
    code+=' | <a href="http://www.energy.gov/">Department of Energy</a>';
	code+='</td></tr>';
	code+='<TR> <td class="NavBarRow2" height="10" valign="middle" align="center">&nbsp;';
	code+='</td></tr>';
	code+='</table>';
	document.writeln(code);
}
//-->


