jQuery(document).ready(function(){
	
	var $tabs = $('#tabs').tabs({ selected: 0 });
	
});