class geturlofsite { var url = "" function seturl() { url = window.location.href; } function geturl() { return new URL(url) }; };