jQuery().ready(function(){
	if(typeof(jQuery.fn.tabs)=='function') {
	   jQuery('.tabset-box').tabs();
	}
});