$(window).bind("load", function() {  
	$('#movie').load('movie.html');

}); 