
/*** Footer text **/
function lcdRegionFooter() {

	document.write("<table width='619' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr valign='top'>");
	document.write("<td>");
	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>. ");
	document.write("All stock data delayed and provided by SunGard PowerData. ");
	document.write("</td>");
	document.write("</tr></table>");

}
