﻿
$(document).ready(function(){$('.email').each(function(){var mail=$(this).text().replace("[arobase]","@");$(this).html('<a href="mailto:'+ mail +'">'+ mail +'</a>');});LightBoxesImages();});function LightBoxesImages(){$('span.LightBox_400px img').each(function(){var currImg=$(this);currImg.removeAttr("style");currImg.wrap("<a class='popup' href='"+ currImg.attr("src")+"'/>");$('a.popup').lightBox({fixedNavigation:true});});$('span.LightBox_Libre img').each(function(){var currImg=$(this);currImg.wrap("<a class='popup' href='"+ currImg.attr("src")+"'/>");$('a.popup').lightBox({fixedNavigation:true});});};
;;;
