$(function() {
	var obj = $('#container-1');
	if (obj != null) {
		obj.tabs();
	}
});
