$(document).ready(function() {

    $("a.popup").fancybox({
		'titleShow': false
	});

});
