if (
		((document.location.href.toUpperCase()).indexOf('EG_LOGIN') != -1)
		&&
		((document.location.protocol.toUpperCase()).indexOf('HTTPS') == -1)
	)
{
	location.replace('https://foundation.verizon.com/cybergrants/plsql/eg_login.login?x_gm_id=1');
}
