$(function() {   
	$('#ms_asist_head_link_video').click(function(event){	
		$("#modal_video_tutorial").modal();
		event.preventDefault();
	});
});