top.document.title					= "Dirty Dancing America - Official Site - Homepage";
$(document).ready(function() {
	$('#btn_home').addClass('active');
	doc_y	= $("#container").height() + $("#ticker").height() + $("#footer").height()-25;
	$("#iframe", top.document).css({ height: doc_y });

	/*
	swfobject.registerObject("home_flash", "9.0.0", "flash/dd_home.swf", params);
	var params = { wmode: "transparent" };
	*/
});