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

