api.ul = function() {
        if ( s.has_tinymce && 'tinymce' === s.mode )
            tinymce.execCommand('InsertUnorderedList');
    };