﻿
function goToUrl(theUrl) {
    window.location.href = theUrl;
}

function getFullHost() {
    var fullHost = location.protocol + "//" + location.hostname;
    return fullHost;
}