﻿function ping() {var headRequest = new Sys.Net.WebRequest();headRequest.set_url('http://30sharp.com/KeepAlive.ashx');headRequest.set_httpVerb('GET');headRequest.invoke();}setInterval(ping, 30000);
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();