ppl.automatic = {

	init: function() {
	
		$("#tabs").tabs();
	
	}

}

jQuery(document).ready(function() {
    ppl.automatic.init();
});