/* use to load functions after loading page - jquery util*/
$(document).ready(function() {
    $("a.galleryImage").lightBox();
});