// JavaScript Document
//partnersconsulting.com footer
var today = new Date();
var year = today.getFullYear();

	document.write ("<div id='footer'>");
	document.write ("<div id='footer-wrap'>");
	document.write ("<p id='legal'>&copy;" + year + " Partners Consulting.  All Rights Reserved.</p>");
	document.write ("<p id='legal2'><a href='http://www.partnersconsulting.com/sitemap.htm'>Site Map</a> | <a href='http://www.partnersconsulting.com/privacy_policy.htm'>Privacy Policy</a> | <a href='http://www.partnersconsulting.com/terms_of_use.htm'>Terms of Use</a></p>");
	document.write ("</div>");
	document.write ("</div>");

