Brick, J.M., Montaquila, J., and Scheuren, F. (2002). Estimating residency rates for undetermined telephone numbers. Public Opinion Quarterly, 66, 18-39.
var url = document.location.toString();
if (url.match('#')) {
$('.nav-tabs a[href="#' + url.split('#')[1] + '"]').tab('show');
}
// Change hash for page-reload
$('.nav-tabs a').on('shown.bs.tab', function (e) {
window.location.hash = e.target.hash;
});
});