
function footer() 
{
	var d = Date()
	var l = d.length
	document.write('<div class="copyright">');
	document.write('Copyright&nbsp;(C)&nbsp;2007');
	document.write('&nbsp;the Business Doctor.<br>This Site is Proudly  Powered  by ');
	document.write('<a id="copyright-link" href="http://www.square18.com" target="_blank">Square18.com</a>');
	document.write('</div>');
}
	