$(document).ready(function(){ 
    $(function() {
        $('a.GalleryLink').lightBox();
    });
});
