case constants.LOAD_CHATWHEEL:
            $.getJSON('chatwheels/' + action.id + '.json', function (data) {
                _state.preset.chatwheels.push(data.phrases);
                location.href = '#/chatwheels';
                store.emitChange();