$j=jQuery.noConflict();

$j(document).ready(function() {

   $j(function() {
   	$j('a').has("img.dolightbox").lightBox();
   });
   
});
   

