// JavaScript Document by Zach Iler



function InsertElectricityReports() {

code = '<table cellspacing="0" cellpadding="0" width="100%" border="0" align="LEFT">';

code += '<tr><td class="RepAnForCat">';

code += '<a href="http://www.eia.doe.gov/cneaf/electricity/epm/flash/flash.html" >Electric Power Flash</a> <span class="hotboxSHD">data estimate for next month<br></span>';

code += '<a href="http://www.eia.doe.gov/cneaf/electricity/epm/epm_sum.html" >Electric Power Monthly</a> <span class="hotboxSHD"> released mid-month<br></span>';	

code += '<a href="http://www.eia.doe.gov/cneaf/electricity/epa/epa_sum.html" >Electric Power Annual</a> <span class="hotboxSHD"> 01/21/09<br></span>';

code += '<a href="http://www.eia.doe.gov/bookshelf/brochures/epa/epa.html">Electric Power Annual 2007: A Summary</a><br>';

code += '<a href="http://www.eia.doe.gov/cneaf/electricity/wholesale/wholesale.html">Wholesale Market Data</a> <span class="hotboxSHD">normally updated Thursdays by 5 pm<br></span>';

code += '<a href="http://www.eia.doe.gov/neic/brochure/elecinfocard.html">Electricity Infocard 2006</a><br>';

code += '<a href="http://www.eia.doe.gov/cneaf/electricity/cq/cq_sum.html">Cost and Quality of Fuels 2006-2007</a><br>';

code += '<a href="http://www.eia.doe.gov/cneaf/electricity/esr/esr_sum.html">Electric Sales and Revenue 2007</a><br>';

code += '<a href="http://tonto.eia.doe.gov/reports/filterD.asp?type=Electricity">more...</a><br><br></td>';

code += '</tr></table>'; 



document.writeln(code);



}

