var footer_html_str = "";

footer_html_str = 
	'<tr><td></td>' +
	'<td>' +
	'<div class="footer_menu_item">\n' +
	'<hr />\n' +
	'<nobr><a href="index.htm" target="_self">Home</a>&nbsp;</nobr> </nobr> <nobr>&nbsp;<a href="contact_us.htm" target="_self">Contact&nbsp;Us</a>&nbsp;</nobr>\n' +
	'<br /><br />' +
	'Paid for by LIFEPAC State No. 7900629.&nbsp;&nbsp;Not authorized by any candidate.' +
	'<br /><br />' +
	'</div>\n' +
'<br />\n</td></tr>';

	document.write(footer_html_str)
