
$(document).ready
(
	function()
	{
		$(".uc-lightbox").lightBox();
		$(".uc-lightbox").trigger("click");
	}
);
