selectImageLinks = function()
{
	$('a.lightbox').lightBox();
}

$(document).ready (function(){
	selectImageLinks();
});