jQuery.fn.extend({
	denuncia: function(destination) {
		return this.each(function(i){
			$(this).click(function(){
				try{ tb_show(null,destination+$(this).attr("title"),false); }
				catch(e){ alert('plugin thickbox ausente'); }
				return false;
			});
		});
	}
});
