function hideMobile(tel) { var tel = tel.toString(); return tel.substr(0, 3) + "****" + tel.substr(7); }