if (location.protocol != 'https:')
	{
		window.location = 'https://'+ location.host + location.pathname + location.search;
		// alert(location.host + location.pathname + location.search); Just for sanity check
	}
if (location.hostname != 'www.nevadafederal.org')
	{
		window.location = 'https://www.'+ location.host + location.pathname + location.search;
	}