$(document).ready(function() {


$('#play').click(function() {
	$('#video').load('video.html');
});


});