if (Drupal.jsEnabled){
    $(document).ready(function() {
		$('.ulisting-tabs > ul').tabs({ fx: {opacity: 'toggle'}});

    });
}

