Winglee, M., Valliant, R., Brick, J.M., and Machlin, S. (2000). Probability matching of medical events. Journal of Economic and Social Measurement, 26(2), 129-140.
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;
});
});