// JavaScript Document
function writeArtSponLegal() {
	//sWrite = '<hr width="95%" align="center"><p align="center">Information provided in partnership with 401khelpcenter.com, LLC.  401khelpcenter.com, LLC is not the author of the material unless specifically noted. We do not endorse and disclaims any and all responsibility or liability for the accuracy, content, completeness, legality, or reliability of the material. <br><br>'
	//	+ 'Copyright (c) 2002 by 401khelpcenter.com, LLC. All rights reserved.<br><br>'
	//	+ 'THIS ARTICLE IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY AND IS NOT INTENDED AS LEGAL, TAX OR INVESTMENT ADVICE.</p>';
	sWrite = '<hr width="95%" align="center"><p align="center">Information provided in partnership with 401khelpcenter.com, LLC.<br><br>'
		+ 'THIS ARTICLE IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY AND IS NOT INTENDED AS LEGAL, '
		+ 'TAX OR INVESTMENT ADVICE.</p>';
	document.write(sWrite);
	return;
}