$(document).ready(function(){function activateTab($tab){var $activeTab=$tab.closest('dl').find('a.active'),contentLocation=$tab.attr("href")+'Tab';$activeTab.removeClass('active');$tab.addClass('active');$(contentLocation).closest('.tabs-content').find('li').hide();$(contentLocation).show();}
$('dl.tabs').each(function(){var tabs=$(this).children('dd').children('a');tabs.click(function(e){activateTab($(this));});});if(window.location.hash){activateTab($('a[href="'+window.location.hash+'"]'));}
$('input, textarea').placeholder();});
