function loadInstantChat(){
            var ICLoader = new RescueInstantChatLoader();
            ICLoader.ICContainer = "ICContainer";
            ICLoader.HostedCSS = "https://secure.logmeinrescue.com/InstantChat/Standard/InstantChat.css";
            ICLoader.EntryID = "1495726517";
            ICLoader.Name = document.getElementById("Name").value; /* optional */
            ICLoader.Comment1 = document.getElementById("Comment1").value; /* optional */
            ICLoader.Comment2 = document.getElementById("Comment2").value; /* optional */
            ICLoader.Comment3 = document.getElementById("Comment3").value; /* optional */
            ICLoader.Comment4 = document.getElementById("Comment4").value; /* optional */
            ICLoader.Comment5 = document.getElementById("Comment5").value; /* optional */
            ICLoader.Tracking0 = ""; /* optional */
            ICLoader.Language = ""; /* optional */
            ICLoader.HostedErrorHandler = function(ErrorName){} /* optional */
            ICLoader.Start();}
        function handleRebootOrRefresh(){
            if ((window.location + "").indexOf("rescuewebsessionid") != -1){document.getElementById("ICContainer").style.display=""; loadInstantChat();} /* optional */
            if (window.location.hash.length == webSessionIdLength + 1){document.getElementById("ICContainer").style.display=""; loadInstantChat();} /* optional */
        }
