Stein, D.J., S. Seedat, A. Herman, H. Moomal, Steven Heeringa, R.C. Kessler, and David R. Williams. 2008. "Lifetime prevalence of psychiatric disorders in South Africa." British Journal of Psychiatry, 192(2): 112-117.
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;
});
});