$(document).ready(function() {
	if($("a[rel^=lightbox]").length > 0)
	{
		$("a[rel^=lightbox]").lightBox();
	}
});
