if(typeof jQuery != 'undefined') {
	$(function(){
		if(typeof jQuery.fn.fancybox != 'undefined') {
			$("#news_anchor").fancybox({
				autoScale:false,
				showCloseButton:false,
				centerOnScroll:true
			});
			$("body.first #news_anchor").trigger('click');
		}	
	});
}
