﻿$(document).ready(function() {
    if (document.getElementById('hfLogin').value == "false") {
        alert("Session has expired, please login again");
        parent.window.location.href = "http://www.locallinkup.com";
    }
});

function closeWin() {
    parent.hideModalWindow('imageConfirmModal');
}

function closeAndApply() {
    parent.setImageAfterConfirm(document.getElementById('hfApplyImage').value,
                document.getElementById('hfDivID').value,
                document.getElementById('hfURL').value,
                document.getElementById('hfSize').value);
}

function apply(id) {
    document.getElementById('hfApplyImage').value = id;
    __doPostBack('hfApplyImage', '');
}
