top.document.title					= "Dirty Dancing America - Official Site - Partners";
$(document).ready(function() {
	$('#btn_cast').addClass('active');
	$("#content").css({ height: 100 });
	baseY			= $("#banner_partners").height() + $("#content_top").height() + $("#content").height() + $("#content_bottom").height() + $("#ticker").height() + $("#footer").height() + 200;
	$("#iframe", top.document).css({ height: baseY });
});