$(document).ready(function(){
    	$(".tabs").accessibleTabs({
    	    tabhead:'h2',
    	    fx:"fadeIn"
    	});
    });

