﻿$(".single-image-thumb").click(function() {
    GB_showCenter("", "/Popup/SingleImagePopup.aspx?imageurl=" + encodeURIComponent($(this).attr("href")), 400, 700);
    return false;
});