﻿function carregaNoticias(){
	$("a#noticia1").fancybox({'titleShow' : false, 'showCloseButton' : false, 'padding' : 0});
	$("a#noticia2").fancybox({'titleShow' : false, 'showCloseButton' : false, 'padding' : 0});
	$("a#noticia3").fancybox({'titleShow' : false, 'showCloseButton' : false, 'padding' : 0});
	$("a#noticia4").fancybox({'titleShow' : false, 'showCloseButton' : false, 'padding' : 0});
}
