$(document).ready(function() {
	initDocument();
});

function initDocument() {
	$("a#video").fancybox({
    
    });
}

