function fancify() {
	$("a.fancy").fancybox({
		'hideOnContentClick': true,
		'overlayShow': true
	});
}