1/*-Tabs-*/
2$('#myTabs a').click(function (e) {
3  e.preventDefault()
4  $(this).tab('show')
5});