var j = new Date();

document.write("<div class=\"footer\">"
	+ "<ul class=\"footer-links\">"
	+ "<li><a href=\"/about-us\">About Us</a></li>"
	+ "<li><a href=\"/estate-planning\">Estate Planning</a></li>"
	+ "<li><a href=\"/trust-services\">Trust Services</a></li>"
	+ "<li><a href=\"/investment-management\">Investment Management</a></li>"
	+ "<li><a href=\"/tools-and-case-studies\">Planning Tools</a></li>"
	+ "<li><a href=\"/financial-professionals-and-trusted-advisors\">Financial Professionals and Trusted Advisors</a></li>"
	+ "<li><a href=\"/contact-us/\">Contact Us</a></li>"
	+ "<li class=\"last\"><a href=\"/privacy-policy\">Privacy/Legal</a></li>"
	+ "</ul>"
	+ "<p>The MassMutual Trust Company, FSB is a federal savings bank chartered by the Office of the Comptroller of the Currency to provide discretionary and nondiscretionary trust and fiduciary services in all states. The Trust Company does not engage in banking activity (take deposits, make loans, give mortgages, etc.) and does not sell products. Our business activity is limited to providing trust and fiduciary services. The MassMutual Trust Company is a wholly owned subsidiary of Massachusetts Mutual Life Insurance Company.</p>"
	+ "<p>&copy; 2011 Massachusetts Mutual Life Insurance Company, Springfield, MA. All rights reserved. www.massmutual.com. MassMutual Financial Group is a marketing name for Massachusetts Mutual Life Insurance Company (MassMutual) and its affiliated companies and sales representatives.</p>"
	+ "<p><span class=\"crn\">" + complianceNo + "</span> Copyright &copy; " + j.getFullYear() + " The MassMutual Trust Company, FSB, All rights reserved.</p></div>");
