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