$(document).ready(function(){
	$("a#hidden-soldier-ni-pacquiao").fancybox({
		'hideOnContentClick': false,
		'showCloseButton': false,
		'frameWidth': 400,
		'frameHeight': 460,
		'centerOnScroll': true
	});
	$("a#i-mean-you-know").fancybox({
		'hideOnContentClick': false,
		'showCloseButton': false,
		'frameWidth': 400,
		'frameHeight': 460,
		'centerOnScroll': true
	});
});