function GetPhoneNumber(){mytxt = $("#mb68-phone").text();mytxt = mytxt.trim(mytxt);if (mytxt === "bds_phone"){mytxt = "0909 956 945     hoặc     0907 925 434";} else if (mytxt === "rv_phone"){mytxt = "0858 295 247";} else if (mytxt === ""){mytxt = "0858 295 247";}return mytxt;}$(document).ready(function(){$("#mb68-id").click(function(){$(this).replaceWith("" + GetPhoneNumber() +"");});});function ShowPZ(){mytxt = GetPhoneNumber();mytxt = mytxt.replaceAll(' ', '');alert("Quý khách có nhu cầu đặt hàng (hoặc đi xem BĐS hoặc đăng ký dịch vụ) của nhà cung cấp vui lòng liên hệ qua số: " + mytxt);}