// JavaScript Document
function insertFooter()
{
	document.write('<table border="0" cellspacing="0" cellpadding="0" style="width:100%;"><tr>');
	document.write('<td align="left" valign="top" style="width:1px;"><img src="img/layout/footer_border_l.gif"></td>');
	document.write('<td align="left" valign="middle" style="text-align:left;"><img src="img/layout/footer_shadow.jpg" width="158" height="127" style="margin-left:55px; float:left;"><img src="img/layout/footer_logo.jpg" style="margin-left:170px; margin-top:23px;"></td>');
	document.write('<td align="right" valign="top" style="width:1px;"><img src="img/layout/footer_border_r.gif"></td>');
	document.write('</tr></table>');
}