$(document).ready(function() {


    if ($('#tabs').length > 0) {
        $('#tabs').tabs({ fx: { opacity: 'toggle'} });
    }

}); 
