// JavaScript Document
var legalFooterColor = "#FFFFFF"; //WHITE
	function isThisPage(identifier){var locTemp=location.href; return (locTemp.indexOf(identifier) != -1) ? true :
	false;}
	if(isThisPage("disneylatino.com/tmp/footer/")){
	LegalFooterColor = "#FFFFFF";
	legalFtrCpyRgt = "&copy; Ejemplo agregado.";
	}
	if(isThisPage("http://www.disneylatino.com/globalmedia/legal_footer/")){
	//chromeColor = "green"; //Green
	LegalFooterColor = "#000000";
	}