function loadInstantChat(){
	var ICLoader = new RescueInstantChatLoader();
	ICLoader.ICContainer = "ICContainer";
	ICLoader.HostedCSS = "http://axon.pushon.co.uk/wp-content/themes/axon/InstantChat.css";
	ICLoader.PrivateCode = document.getElementById("Code").value;
	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 */
}