jQuery(document).ready(function(){
	jQuery('a.popup').fancybox({
		'hideOnContentClick': false,
		'titleShow'     : false
	});
});
