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

}); 
