var down = function(input) {
            var suggestions = input.next('.suggestions'),
                active = suggestions.find('li:not(.help).active').removeClass('active'),
                next = active.next('li:not(.help):visible');