/* Return the base URL */
function base_url()
{
    return window.location.href.replace(/^(.*bcnsound.com).*$/, '$1/');
}

