var chromeColor = "#003399";
var chromeWidth = 994;
var legalFooterColor = "#FFFFFF";
var legalFtrLine1 = "";
var legalFtrLine2 = ""
var theQuery = getQueryString(document); //getQueryString() function is in dc_methods.js


if(theQuery.culdesac == "true" || getCookie("dc_culdesac") == "true"){
	var noLinksChrome = true;
	var lgMinLinks = true;
	
	if(window.location.protocol == "https:"){
		setCookie("dc_culdesac", "true", null, null, null, true);
	}else{
		setCookie("dc_culdesac", "true", null);
	}
}
else{
	var legalFtrOpts = ["Register/Sign-In","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/disneychannel/chooseAge?appRedirect="+document.location+"&name=dc_footer_register"];
	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\" style=\"color:white\">www.ControlYourTV.org</a>"
}