var chromeColor = "#003399";
var chromeWidth = 770;
var legalFooterColor = "#FFFFFF";
//var legalFtrOpts = ["Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://disney.go.com/guestservices/index.html&name=g_legalFooter_guestservices" , "Register" , "http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/disney/indexhome&name=g_legalFooter_register", "Help", "http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://psc.disney.go.com/guestservices/8535.html&name=playhouse_footer_help"];
//var legalFtrCpyRgt = "Disney ABC Cable Networks Group - Kids TV<br>&copy; Disney. All rights reserved.";
var legalFtrLine1 = "For more information about parental controls, TV ratings or the V-chip, visit <a href=\"javascript:deliverPopDisclaimer('http://www.controlyourtv.org');void(0);\" class=\"footerStyle\">www.ControlYourTV.org</a>"
var legalFtrLine2 = ""

function isThisPage(identifier){var locTemp=location.href; return (locTemp.indexOf(identifier) != -1) ? true : false;}

var oScript=document.createElement("script");
oScript.src = window.location.protocol+"//tv.disney.go.com/playhouse/global/chrome/disclaimerCode.js";
oScript.type = 'text/javascript';
oScript.defer = true;
document.getElementsByTagName('head').item(0).appendChild(oScript);