// JavaScript Document by Isabel Chavez

function InsertNuclearCode() {
var	image = '&nbsp;<img src="/images/sqgreybullet.gif" alt=" " align="absmiddle">&nbsp;'; 
code = '<table cellspacing="0" height="100" cellpadding="0" width="295" border="0" align="CENTER">';
code += '<tr><td width="295" class="SubSection">';
code += image + '<a href="/cneaf/nuclear/state_profiles/nuc_state_sum.html">State Nuclear Profiles</a><br>';
code += image + '<a href="/cneaf/nuclear/page/nuc_reactors/reactorcom.html">Status of Potential New Commercial Nuclear Reactors in the United States</a><br>';
code += image + '<a href="/cneaf/nuclear/page/nuc_generation/gensum.html">September 2010 Nuclear Generation</a><br>';
code += image + '<a href="/cneaf/nuclear/dupr/dupr.html">Domestic Uranium Production Report 2009</a><br>';
code += image + '<a href="/cneaf/nuclear/dupr/qupd.html">4th Quarter 2010 Domestic Uranium Production<br>&nbsp;&nbsp;&nbsp;Report - Quarterly</a><br>';
code += image + '<a href="/cneaf/nuclear/umar/umar.html">2009 Uranium Marketing Annual Report</a><br>';	
code += image + '<a href="/listserv_signup.html#nuclear">Sign up for email updates</a><br>';
code += '</td></tr></table>'; 
document.writeln(code);

}

