// Validate domain
function validate(theform) {
if (theform.domain.value == "") { alert("Bạn chưa nhập địa chỉ trang web"); return false; }
return true;
}