var loc = new String(window.document.location.protocol);
if (loc.indexOf("https:")== -1)
{
	//window.location = "https://e-application.etcfinance.com.hk"  +  window.location.pathname; 
}