jQuery(document).ready(function($) {


		$("#slidecaptionholder").appendTo($("#bottom"));

		$("body.home #top").height( $(window).height() - 229 );

}); 
