Lepkowski JM, Tucker C, Brick JM, de Leeuw E, Japec L, Lavrakas PJ, Link MW, & Sangster RL, eds. Advances in Telephone Survey Methodology. New York: J.W. Wiley and Sons, Inc. 2007.
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;
});
});