﻿if (top != self) {
    top.location.href = self.location.href;
}

$(document).ready(function() {
    $('.photo-gallery a.lightbox').lightBox();
});