jQuery(document).ready(function(){
	jQuery('#tabs').tabs();
	

	jQuery('img[rel]').overlay();
	
	jQuery('.zoom').lightBox();
	jQuery('.periodico').boxy();  
	
	
	$('a.noSpanEmail').each(function(i) {
		var text = $(this).children().eq(0).attr('alt');
		var address = text.replace(" at ", "@");
		$(this).attr('href', 'mailto:' + address);
		$(this).children().eq(0).attr('alt',address);
	});
});
