function htLogin(c_url)
{
	var  re = /\/public\//g;
	window.location.href=c_url.replace(re,"/customer/");
}