// JavaScript Document


text = "<p>This site is published by Liko, Franklin, Massachusetts 02038, which is solely responsible for its"; 
text = text + " content. It is intended for the use of healthcare professionals. For more information please see our ";
text = text + "<a href='http://www.safeliftingportal.com/terms-and-conditions.html'>Terms and Conditions</a>";
text = text + " and <a href='http://www.safeliftingportal.com/privacy-policy.html'>Privacy Policy</a>.<br>";
text = text + "All contents &copy;2010 Liko. All rights reserved.</p>";
	
	document.write(text);



