$(document).ready(function() {
    $('.bio-pics img').each(function() {
        $(this).wrap('<a title="' + $(this).attr("alt") + '" href="' + $(this).attr('src').replace("gallery/thumbnails/", "gallery/fullsize/") + '" />"');
    });
    $('.bio-pics a').lightBox({fixedNavigation:true});
});
