}else if ($scope.jeeves.view == 'contact') {
            navigator.tts.speak("Nothing to do on this page! Let me open up the menu for you.", function() {
                $scope.$apply(function() {
                    $scope.changeView('menu');
                })