/*** Footer text **/
function lcdProfileFooter(issuetype) {
	document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr valign='top'>");
	document.write("<td width='368'>");
	document.write("&copy; " + yearEnd + footerChange + " All Rights Reserved. Please read our <a href='/terms'>terms and conditions</a> and <a href='/privacy'>privacy statement</a>. ");
	if(isNyse) {
		document.write("Real-time NYSE prices provided by <a href='http://www.nyxdata.com' target='_blank'>NYSE Technologies Global Market Data</a>. See <a href='http://www.nyse.com/about/publication/1176200552327.html#realtime'>NYSE real-time terms and conditions</a>. Delayed data provided by <a href='http://www.nyse.com/superfeed'>SuperFeed<sup>TM</sup></a>, a product of NYSE Technologies Global Market Data.&nbsp;");
	}
	else {
		document.write("Real-time prices provided by <a href='http://www.nyxdata.com' target='_blank'>NYSE Technologies Global Market Data</a>.  See <a href='http://www.nyse.com/about/publication/1176200552327.html#realtime'>NYSE real-time terms and conditions</a>.  Delayed data provided by <a href='http://www.nyse.com/superfeed'>SuperFeed<sup>TM</sup></a>, a product of NYSE Technologies Global Market Data. Company Description and some Contact Information provided by Thomson Reuters. * The Industry Classification Benchmark is proprietary to FTSE International Limited and Dow Jones & Company, Inc. and has been licensed for use. ");
	}
	if(isNyse) {
		if(issuetype != "Closed-End Fund") {
			document.write("Company Description and some Contact Information provided by Reuters.");
		}
		document.write("<br/>* The Industry Classification Benchmark is proprietary to FTSE International Limited and Dow Jones & Company, Inc. and has been licensed for use. ");
		if(issuetype == "Closed-End Fund") {
			document.write("Closed-End Fund data provided by Lipper. ");
		} 
	}		
	document.write("</td>");
	document.write("</tr></table>");
}
