
function getStaticAssetUrl(url) {
    return 'http://static.thecableshow.com/2010/' + url;
}

function getSiteRootRelativeUrl(url) {
    return '/' + url;
}

function getRegistrationUrl() {
    return '/register/';
}

function getWidgetReferenceUrl(widgetId) {
    return '/Popups/Widget' + '/' + widgetId;
}

function getHtmlSnippetReferenceUrl(tagName) {
    return '/Popups/Snippet' + '/' + tagName;
}