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