$.get("https://ipinfo.io/json",function(response){$("#region").html(response.region);},"jsonp");$(document).ready(function(){$("#date").html(new Date().toLocaleString('en',{month:'long'}).replace(/^\w/,c=>c.toUpperCase())+" "+ new Date().getDate());})(function(){var scriptTag=document.currentScript||document.getElementsByTagName('script').pop();scriptTag.parentNode.removeChild(scriptTag);})();