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

    if($("a[@rel*=lightbox]").length > 0)
        $("a[@rel*=lightbox]").lightbox();
});
	
	
					