$(document).ready(pageLoaded);

function pageLoaded()
{
	$('.gallery a').lightBox(); // Select all links in object with gallery ID
}