$(function () {
    var lb = $('a[rel=lightbox]');
    if (lb != null) {
	$('a[rel=lightbox]').lightBox();
    }
});
