﻿// JScript File


var i = setInterval('keepAlive()', 60000);

keepAlive = function() {
    loadControlService.updateSessionVariable("SessionAlive", "true");
};


if (typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();
