
var showFooter = function()	{
	var theFooter = '<div class="left-foot">';
	theFooter += '<p>Copyright &copy; <script type="text/javascript">showYear();</script> AEGIAS Corporation. All rights reserved.<a href="privacy.html">Privacy</a></p>';
	theFooter += '</div><div class="right-foot">';
	theFooter += '<p>Site designed &amp; developed by:<a href="http://www.one-dev.com" target="_blank">one dev, llc</a></p></div>';

	document.writeln(theFooter);
}

				
			
			
				
			
