// When a link is clicked
$(document).ready(function () {
	$('#tab').tabify();
});
		

