
setKidsBackgroundImage = function() {

var theTopHat = document.getElementById('topHatContainer');

	if(theTopHat.style.width == '810px'){
	document.body.style.backgroundColor = "#0B142B";
	document.body.style.backgroundImage = "url(http://kids.discovery.com/images/small_body_bg.jpg)";
	document.body.style.backgroundRepeat = "no-repeat";
	document.body.style.backgroundPosition = "top center";
	}
	/*else{
	document.body.style.backgroundColor = "#0B142B";
	document.body.style.backgroundImage = "url(http://kids.discovery.com/images/wide_body_bg.jpg)";
	document.body.style.backgroundRepeat = "no-repeat";
	document.body.style.backgroundPosition = "top center";
	}*/
}