$(document).ready(function(){

 $('a[rel*=lightbox]').lightBox(); 
 $('a[rel*=pedigree]').lightBox(); 
 
});

