function redirectHTTPS()
			{
			
				if (window.location.protocol == "http:" && (window.location.hostname != "localhost" && window.location.hostname != "170.65.129.110" && window.location.hostname != "10.64.194.11" && window.location.hostname != "170.65.129.118" && window.location.hostname != "170.65.129.122" && window.location.hostname != "170.65.129.123" && window.location.hostname != "170.65.129.124"
&& window.location.hostname != "170.65.129.125" && window.location.hostname != "170.65.129.126" && window.location.hostname != "170.65.129.128" ))
				{
					window.location.href = "https:" + window.location.toString().split("http:")[1];
				}
				
			}