CINXE.COM
Texas Liberators - John Valls (March 2, 2012)
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <title>Texas Liberators - John Valls (March 2, 2012)</title> <link rel="stylesheet" href="css/viewer.css?v1.4.6" type="text/css"/> <link rel="stylesheet" href="css/custom_default.css" type="text/css"/> <link rel="stylesheet" href="css/jquery-ui.toggleSwitch.css" type="text/css"/> <link rel="stylesheet" href="css/jquery-ui-1.8.16.custom.css" type="text/css"/> <link rel="stylesheet" href="css/font-awesome.css"> <link rel="stylesheet" href="css/simplePagination.css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="js/jquery-ui.toggleSwitch.js"></script> <script src="js/toggleSwitch.js?v1.17"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script> <script src="js/viewer.js"></script> <script type="text/javascript" src="js/tipped/tipped.js"></script> <link rel="stylesheet" href="css/tipped/tipped.css" type="text/css"/> <script src="js/jquery.simplePagination.js"></script> <meta property="og:title" content="Texas Liberators - John Valls (March 2, 2012)"/> <meta property="og:url" content="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml"> <meta property="og:image" content="http://buelr.net/imgs/ohms_logo.png"> <meta property="og:description" content="Baylor University Institute for Oral History"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> </head> <body> <script> var exhibitMode = 0; var endAt = null; var exhibitIndex = null; var jumpToTime = null; if (location.href.search('#segment') > -1) { var jumpToTime = parseInt(location.href.replace(/(.*)#segment/i, "")); if (isNaN(jumpToTime)) { jumpToTime = 0; } } </script> <div id="headervid"> <img id="headerimg" src="imgs/BUIOH_Gold-Clear-small.png" alt="Baylor University Institute for Oral History"/> <div class="center"> <h1>Texas Liberators - John Valls (March 2, 2012)</h1> <div id="secondaryMetaData"> <div> <strong>Baylor University Institute for Oral History</strong> <span class="show-info"><i class="fa fa-lg fa-caret-right"></i></span> <span class="hide-info"><i class="fa fa-lg fa-caret-down"></i></span> <br/> <span class="detail-metadata"> Stephen Sloan, Interviewer <br/> Special Collection | Texas Liberators Project </span> </div> </div> <div id="audio-panel"> <div id="youtubePlayer"></div> <div class="video-spacer"></div> <script type="text/javascript"> var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPad|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i) || navigator.userAgent.match(/WPDesktop/i); }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; var player; var setTime = 0; var videotime = 0; var timeupdater = null; function onYouTubeIframeAPIReady() { var screenSize = width = $('body').width(); var padding = 30; var width = 500; var height = 280; if (screenSize < 530) { width = $('body').width() - padding; height = ($('body').width() - padding) * 0.56; } player = new YT.Player('youtubePlayer', { height: height, width: width, playerVars: { playsinline: 1 }, videoId: 'wLzmFT4A7q4', startAt: setTime, events: { onReady: onPlayerReady, onStateChange: onPlayerStateChange } }); function onPlayerReady(event) { if (!isMobile.any()) event.target.playVideo(); { } } function onPlayerStateChange(event) { if (event.data == YT.PlayerState.PLAYING) { if (endAt != null && exhibitMode) { function updateTime() { var oldTime = videotime; if (player && player.getCurrentTime) { videotime = player.getCurrentTime(); } if (videotime !== oldTime) { onProgress(videotime); } } timeupdater = setInterval(updateTime, 500); } } } } function onProgress(currentTime) { if (currentTime > endAt && endAt != null) { player.pauseVideo(); clearInterval(timeupdater); exhibitIndex.trigger('click'); endAt = null; exhibitIndex = null; } } </script> </div> </div> </div> <div id="main" class=""> <div id="main-panels"> <div id="searchbox-panel"> <input type="hidden" id="is_translate" value="0"> <div id="search-toggle" class="" > <span class="toggle-txt-info">Transcript</span> <div class="switch" style=""> <div style="display:none;">Toggle Index/Transcript View Switch.</div> <input class="switch-input" type="checkbox" title="Toggle Display Switch" id="toggle_switch" name="toggle_switch" checked="checked"> <label for="toggle_switch" class="switch-label">Toggle Index/Transcript View Switch.</label> </div> <span class="toggle-txt-info">Index</span> <label for="search-type" style="display:none;">Search Type</label> <select id="search-type" title="Search Type" style="display: none;"> <option id="search-transcript" value="0" >Transcript</option> <option id="search-index" value="1" selected="selected">Index</option> </select> <!-- <button id="print-pdf" title="Print" class="print-btn"><i class="fa fa-print"></i> Print</button>--> </div> <span id="alert"></span> <form id="search-form" onSubmit="return false;" name="search-form" class="preview-search-form"> <fieldset> <legend align="center" id="search-legend"><span class="search-label">Search this Index</span> <span class="search-show-info"><i class="fa fa-lg fa-caret-right"></i></span> <span class="search-hide-info"><i class="fa fa-lg fa-caret-down"></i></span> </legend> <div class="search-content"> <label for="kw" style="display:none;">Search keyword field</label> <input class="kw-empty" title="Search keyword field" id="kw" name="kw" size="30" value="Keyword"/> <button class="search-button" id="submit-btn">Go</button> <a href="#" class="searchclear-button" id="clear-btn">X</a> <div id="search-results"></div> </div> </fieldset> </form> </div> <div id="content-panel"> <div id="holder-panel"></div> <div id="index-panel" class="index-panel" style="display:block"> <div id="accordionHolder"> <span><a href="#" id="link27">00:00:27 - Family onion farm in Mexico; family history before his birth</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="27">Play segment</a> <span title="View transcript" id="info_index_27" data-index-time="27" onclick="toggleRedirectTranscriptIndex(27, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="27"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink27" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment27">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment27</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment27"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_27"></a> </div> </div><span><a href="#" id="link265">00:04:25 - Memories of growing up in Loredo, Texas; and family history</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="265">Play segment</a> <span title="View transcript" id="info_index_265" data-index-time="265" onclick="toggleRedirectTranscriptIndex(265, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="265"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink265" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment265">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment265</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment265"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_265"></a> </div> </div><span><a href="#" id="link1436">00:23:56 - Texas track and field competition at high school and college level, Valls and family members</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="1436">Play segment</a> <span title="View transcript" id="info_index_1436" data-index-time="1436" onclick="toggleRedirectTranscriptIndex(1436, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="1436"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink1436" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment1436">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment1436</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment1436"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_1436"></a> </div> </div><span><a href="#" id="link1878">00:31:18 - Various military assignments, including Central State Teachers College in Stephens Point, Wisconsin</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="1878">Play segment</a> <span title="View transcript" id="info_index_1878" data-index-time="1878" onclick="toggleRedirectTranscriptIndex(1878, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="1878"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink1878" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment1878">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment1878</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment1878"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_1878"></a> </div> </div><span><a href="#" id="link2099">00:34:59 - Memories of military training and competitive running in England </a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="2099">Play segment</a> <span title="View transcript" id="info_index_2099" data-index-time="2099" onclick="toggleRedirectTranscriptIndex(2099, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="2099"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink2099" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2099">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2099</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2099"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_2099"></a> </div> </div><span><a href="#" id="link2443">00:40:43 - Assignment in Le Havre, France; and General Patton鈥檚 motto, 鈥淜ill or be killed"</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="2443">Play segment</a> <span title="View transcript" id="info_index_2443" data-index-time="2443" onclick="toggleRedirectTranscriptIndex(2443, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="2443"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink2443" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2443">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2443</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2443"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_2443"></a> </div> </div><span><a href="#" id="link2523">00:42:03 - Memories of wartime conditions </a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="2523">Play segment</a> <span title="View transcript" id="info_index_2523" data-index-time="2523" onclick="toggleRedirectTranscriptIndex(2523, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="2523"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink2523" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2523">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2523</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment2523"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_2523"></a> </div> </div><span><a href="#" id="link3233">00:53:53 - Valls accepting surrender of General Model and driving German jeep</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="3233">Play segment</a> <span title="View transcript" id="info_index_3233" data-index-time="3233" onclick="toggleRedirectTranscriptIndex(3233, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="3233"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink3233" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3233">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3233</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3233"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_3233"></a> </div> </div><span><a href="#" id="link3327">00:55:27 - Memories of Germany near the end of the war</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="3327">Play segment</a> <span title="View transcript" id="info_index_3327" data-index-time="3327" onclick="toggleRedirectTranscriptIndex(3327, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="3327"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink3327" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3327">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3327</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3327"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_3327"></a> </div> </div><span><a href="#" id="link3684">01:01:24 - Being recognized by a survivor after the war; and discovering the Bergen-Belsen concentration camp as a soldier</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="3684">Play segment</a> <span title="View transcript" id="info_index_3684" data-index-time="3684" onclick="toggleRedirectTranscriptIndex(3684, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="3684"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink3684" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3684">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3684</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment3684"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_3684"></a> </div> </div><span><a href="#" id="link4064">01:07:44 - Further thoughts about and memories of the war</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="4064">Play segment</a> <span title="View transcript" id="info_index_4064" data-index-time="4064" onclick="toggleRedirectTranscriptIndex(4064, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="4064"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink4064" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4064">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4064</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4064"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_4064"></a> </div> </div><span><a href="#" id="link4343">01:12:23 - Death of brother Louis Valls</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="4343">Play segment</a> <span title="View transcript" id="info_index_4343" data-index-time="4343" onclick="toggleRedirectTranscriptIndex(4343, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="4343"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink4343" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4343">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4343</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4343"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_4343"></a> </div> </div><span><a href="#" id="link4643">01:17:23 - Meeting his wife after the war</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="4643">Play segment</a> <span title="View transcript" id="info_index_4643" data-index-time="4643" onclick="toggleRedirectTranscriptIndex(4643, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="4643"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink4643" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4643">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4643</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4643"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_4643"></a> </div> </div><span><a href="#" id="link4850">01:20:50 - Running track at the collegiate level at Baylor; coaching in Laredo; and playing basketball</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="4850">Play segment</a> <span title="View transcript" id="info_index_4850" data-index-time="4850" onclick="toggleRedirectTranscriptIndex(4850, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="4850"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink4850" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4850">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4850</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment4850"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_4850"></a> </div> </div><span><a href="#" id="link5873">01:37:53 - Memories of Baylor teachers</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="5873">Play segment</a> <span title="View transcript" id="info_index_5873" data-index-time="5873" onclick="toggleRedirectTranscriptIndex(5873, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="5873"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink5873" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment5873">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment5873</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment5873"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_5873"></a> </div> </div><span><a href="#" id="link6170">01:42:50 - Living in Savannah, Georgia, with his wife and new baby; finding work; running again for Baylor</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="6170">Play segment</a> <span title="View transcript" id="info_index_6170" data-index-time="6170" onclick="toggleRedirectTranscriptIndex(6170, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="6170"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink6170" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment6170">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment6170</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment6170"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_6170"></a> </div> </div><span><a href="#" id="link6493">01:48:13 - Hobbies</a></span> <div class="point"> <p style="margin-bottom:1.2em;"> <a class="indexJumpLink" href="#" data-timestamp="6493">Play segment</a> <span title="View transcript" id="info_index_6493" data-index-time="6493" onclick="toggleRedirectTranscriptIndex(6493, 'index-to-transcript');" class="alpha-circle index-circle"></span> <a title="Share Segment" class="indexSegmentLink" href="javascript:void(0);" data-timestamp="6493"><span class="segm-circle segment-circle"></span></a> <br clear="both" /> </p> <div class="segmentLink" id="segmentLink6493" style="width:100%"> <strong>Direct segment link:</strong> <br /> <a href="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment6493">http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment6493</a><input type="hidden" class="hiddenLink" value="http://buelr.net/ohms-viewer/viewer.php?cachefile=Valls.xml#segment6493"><input type="button" value="Copy" class="copyButtonViewer" /> </div> <div class="synopsis"><a name="tp_6493"></a> </div> </div></div> </div> <div id="transcript-panel" class="transcript-panel" style="display:none"> <span class='transcript-line' id='line_0'><a href="#" data-timestamp="0" data-chunksize="1" class="jumpLink nblu">00:00:00</a><p class="first-p"><span class="speaker">SLOAN:</span> This is Stephen Sloan. The date is March 2, 2012. I'm with Mr. John Valls</span> <span class='transcript-line' id='line_1'>at his home in Laredo, Texas. And this is an interview we're doing for the Texas</span> <span class='transcript-line' id='line_2'>Holocaust and Genocide Commission's Texas Liberators Project. Thank you, Mr. Valls--</p></span> <span class='transcript-line' id='line_3'></span> <span class='transcript-line' id='line_4'><p><span class="speaker">VALLS:</span> You're quite welcome.</p></span> <span class='transcript-line' id='line_5'></span> <span id="info_trans_27" data-time-point="00:00:27" data-marker-counter="0" data-marker-id="27" data-index-title="Family onion farm in Mexico; family history before his birth" onclick="toggleRedirectTranscriptIndex(0, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_6'><p><span class="speaker">SLOAN:</span> --for sitting down with me today and allowing us to take over your space</span> <span class='transcript-line' id='line_7'>here (Valls laughs) for a little while. I wanted to start out by--you were</span> <span class='transcript-line' id='line_8'>telling me a little bit about the Valls family--</p></span> <span class='transcript-line' id='line_9'></span> <span class='transcript-line' id='line_10'><p><span class="speaker">VALLS:</span> Yes.</p></span> <span class='transcript-line' id='line_11'></span> <span class='transcript-line' id='line_12'><p><span class="speaker">SLOAN:</span> --and some of the Valls family background. I'd love to get some of that</span> <span class='transcript-line' id='line_13'>on the recording, if you'd share it.</p></span> <span class='transcript-line' id='line_14'></span> <span class='transcript-line' id='line_15'><p><span class="speaker">VALLS:</span> On my mother's side, we were here--my family was here fifty-four years</span> <span class='transcript-line' id='line_16'>after Columbus, in Mexico. They were soldiers in the Spanish Army, and we've</span> <span class='transcript-line' id='line_17'>been here in the New World, as they called it then, since then. But my uncles,</span> <span class='transcript-line' id='line_18'><a href="#" data-timestamp="1" data-chunksize="1" class="jumpLink nblu">00:01:00</a>my great-uncle Armengol, Juan Armengol, and his brothers came to Mexico in 1864,</span> <span class='transcript-line' id='line_19'>I think. And they had ranches in Mexico. I think one of the ranches was two</span> <span class='transcript-line' id='line_20'>hundred thousand acres. They were very prosperous because they were hard</span> <span class='transcript-line' id='line_21'>workers. The Armengol family was my grandmother. My father, Antonio Valls, lived</span> <span class='transcript-line' id='line_22'>in Ciutadilla, which is thirty miles southwest of Barcelona. And he didn't speak</span> <span class='transcript-line' id='line_23'>neither English nor Spanish. He spoke Catalan. And when he came to the United</span> <span class='transcript-line' id='line_24'>States--because my grandfather in Spain died and left my grandmother with three</span> <span class='transcript-line' id='line_25'><a href="#" data-timestamp="2" data-chunksize="1" class="jumpLink nblu">00:02:00</a>boys: Jaime, Miguel, and Juan.</p></span> <span class='transcript-line' id='line_26'></span> <span class='transcript-line' id='line_27'><p>And so my uncles from the Armengol family, who were my--that was his sister that</span> <span class='transcript-line' id='line_28'>my grandfather was married to--brought my three brothers, my--I'm sorry, my</span> <span class='transcript-line' id='line_29'>three--my father and his two brothers to the new country and put them to work.</span> <span class='transcript-line' id='line_30'>Actually, my father was sent to Cuba to learn Spanish, and then he was sent to</span> <span class='transcript-line' id='line_31'>St. Edward's University to learn English. And he did both very well. He was very</span> <span class='transcript-line' id='line_32'>successful. He ran a farm for the company in Cuba, but then he was transferred</span> <span class='transcript-line' id='line_33'>to Mexico and ran the farm there. It was a vast farm. Then one of my uncles came</span> <span class='transcript-line' id='line_34'><a href="#" data-timestamp="3" data-chunksize="1" class="jumpLink nblu">00:03:00</a>to Laredo because another one of my uncles had died here in Laredo. So my</span> <span class='transcript-line' id='line_35'>godfather is Juan Armengol. He changed his name to John because he was then</span> <span class='transcript-line' id='line_36'>dealing with New York and everything.</p></span> <span class='transcript-line' id='line_37'></span> <span class='transcript-line' id='line_38'><p>They became very, very prosperous. We had the largest Bermuda onion plant in the</span> <span class='transcript-line' id='line_39'>world. And if you ate a hamburger anywhere in the United States between 1909 and</span> <span class='transcript-line' id='line_40'>1932, you ate one of our onions or one of our tomatoes or both. We grew Bermuda</span> <span class='transcript-line' id='line_41'>onion plants, and we sent them all over the United States. We were listed in Dun</span> <span class='transcript-line' id='line_42'><a href="#" data-timestamp="4" data-chunksize="1" class="jumpLink nblu">00:04:00</a>& Bradstreet. And, as I remember, the first time that the income tax came out,</span> <span class='transcript-line' id='line_43'>my uncle paid the biggest income tax in Texas, which was $75,000. And that was</span> <span class='transcript-line' id='line_44'>just probably 2 or 3 percent because--incidentally, all--</p></span> <span class='transcript-line' id='line_45'></span> <span class='transcript-line' id='line_46'><p>My father then married my mother in 1907 and started my family, which amounted</span> <span id="info_trans_265" data-time-point="00:04:25" data-marker-counter="1" data-marker-id="265" data-index-title="Memories of growing up in Loredo, Texas; and family history" onclick="toggleRedirectTranscriptIndex(1, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_47'>to eleven kids. The second one died at birth, but all the rest survived. There's</span> <span class='transcript-line' id='line_48'>Ralph, the oldest; Toni, my sister, the oldest girl; then Josie; then Mike: the</span> <span class='transcript-line' id='line_49'>first Mike died, the second Mike lived; then Louis; then Carmen; then Concha;</span> <span class='transcript-line' id='line_50'>then Alphonso; then me, John; and then Willy. That was the family. But we been</span> <span class='transcript-line' id='line_51'><a href="#" data-timestamp="5" data-chunksize="1" class="jumpLink nblu">00:05:00</a>here--incidentally, when the dictator in Mexico took over, all my uncles came to</span> <span class='transcript-line' id='line_52'>Texas, but we still owned the land in Mexico. And when the new regime in Mexico</span> <span class='transcript-line' id='line_53'>took over, they didn't want to pay us for the land that we owned, so my father</span> <span class='transcript-line' id='line_54'>made arrangements that we were going to sue Mexico. Found out we can't sue</span> <span class='transcript-line' id='line_55'>Mexico. It's got to be a country. So we went to the United States. United States</span> <span class='transcript-line' id='line_56'>loaned them the money to pay us for the land that we had, which was millions,</span> <span class='transcript-line' id='line_57'>and Mexico got the money. But they said, Hey, we'll pay you later. To this day,</span> <span class='transcript-line' id='line_58'><a href="#" data-timestamp="6" data-chunksize="1" class="jumpLink nblu">00:06:00</a>we haven't seen a penny.</p></span> <span class='transcript-line' id='line_59'></span> <span class='transcript-line' id='line_60'><p>But fortunately, my father did real well. We really lived great. We had</span> <span class='transcript-line' id='line_61'>everything. Each one of us kids had a nanny, a pilmama. And we had, like Guy B.</span> <span class='transcript-line' id='line_62'>Harrison says, "Hey, your mother must have been a real good cook." I said, "My</span> <span class='transcript-line' id='line_63'>mother didn't cook. We had two cooks." And, "What was your house? How many</span> <span class='transcript-line' id='line_64'>bedrooms?" I said, "We had four bedrooms right down in downtown Laredo. Ten</span> <span class='transcript-line' id='line_65'>blocks from the river, mind you, on San Bernardo Street." And he said, "Well,</span> <span class='transcript-line' id='line_66'>how about your mother? Does--who takes care--?" I said, "We got two maids. And</span> <span class='transcript-line' id='line_67'>we've got a house that the maids and the cooks live in, in the back."</p></span> <span class='transcript-line' id='line_68'></span> <span class='transcript-line' id='line_69'><p>We were doing great until 1939, when my father declared bankruptcy. My uncle had</span> <span class='transcript-line' id='line_70'><a href="#" data-timestamp="7" data-chunksize="1" class="jumpLink nblu">00:07:00</a>got rid of all the onion plants and all the tomato plants, planted forty-two</span> <span class='transcript-line' id='line_71'>thousand orange trees. They were ready to bear three years later, 1940--1941.</span> <span class='transcript-line' id='line_72'>The temperature dropped to fourteen degrees; fourteen degrees the next day and</span> <span class='transcript-line' id='line_73'>twenty degrees the next day. I can still remember going there. My uncles were</span> <span class='transcript-line' id='line_74'>burning tires under the trees to try to save them. We saved a few, but all of</span> <span class='transcript-line' id='line_75'>them--all of them were burned. And my uncles did not believe in insurance. They</span> <span class='transcript-line' id='line_76'>lost everything. My father--incidentally, my uncle, John Armengol, who was my</span> <span class='transcript-line' id='line_77'>godfather too, died from catching pneumonia from that. He died two months later.</p></span> <span class='transcript-line' id='line_78'><a href="#" data-timestamp="8" data-chunksize="1" class="jumpLink nblu">00:08:00</a></span> <span class='transcript-line' id='line_79'><p><span class="speaker">SLOAN:</span> He caught pneumonia that night?</p></span> <span class='transcript-line' id='line_80'></span> <span class='transcript-line' id='line_81'><p><span class="speaker">VALLS:</span> Yes, he caught pneumonia from that, and he died. My father was left with</span> <span class='transcript-line' id='line_82'>a huge, huge amount of money that my uncle had borrowed to plant the trees. My</span> <span class='transcript-line' id='line_83'>uncles did not believe in insurance. They either--we either had feast or famine.</span> <span class='transcript-line' id='line_84'>Most of the times, it was feast. We lived very well. But--</p></span> <span class='transcript-line' id='line_85'></span> <span class='transcript-line' id='line_86'><p><span class="speaker">SLOAN:</span> So they weathered the Depression.</p></span> <span class='transcript-line' id='line_87'></span> <span class='transcript-line' id='line_88'><p><span class="speaker">VALLS:</span> Yes. But 1939, finally.</p></span> <span class='transcript-line' id='line_89'></span> <span class='transcript-line' id='line_90'><p><span class="speaker">SLOAN:</span> Yeah.</p></span> <span class='transcript-line' id='line_91'></span> <span class='transcript-line' id='line_92'><p><span class="speaker">VALLS:</span> Yeah. We even owned a hotel, the St. Anthony Hotel, downtown Laredo. And,</span> <span class='transcript-line' id='line_93'>you know, that's an interesting story because Pat Neff was the governor of Texas</span> <span class='transcript-line' id='line_94'>when Blanco had come to Laredo because they were chasing him. He was supposed to</span> <span class='transcript-line' id='line_95'><a href="#" data-timestamp="9" data-chunksize="1" class="jumpLink nblu">00:09:00</a>be the president, but there was some friction in Mexico. He stepped across the</span> <span class='transcript-line' id='line_96'>river and went to the St. Anthony Hotel, was living there until the</span> <span class='transcript-line' id='line_97'>problems--Pat Neff sent a ranger from the Texas Rangers to kill him. And he did</span> <span class='transcript-line' id='line_98'>kill him. And my father was subpoenaed for the case. At that time a man by the</span> <span class='transcript-line' id='line_99'>name of John Valls, not related to us but same name, was the district attorney,</span> <span class='transcript-line' id='line_100'>and he was--he was tough. A president from Mexico was coming back to Laredo, and</span> <span class='transcript-line' id='line_101'>he was one of the ones that was involved in getting Blanco killed.</p></span> <span class='transcript-line' id='line_102'></span> <span class='transcript-line' id='line_103'><p>John Valls told the president of the United States, I'm going to arrest him when</span> <span class='transcript-line' id='line_104'>he comes to Laredo. And he was legally right. What the president of the United</span> <span class='transcript-line' id='line_105'><a href="#" data-timestamp="10" data-chunksize="1" class="jumpLink nblu">00:10:00</a>States did was he put a company of marines on the train and got the president of</span> <span class='transcript-line' id='line_106'>Mexico to come to Laredo and went right straight through. He didn't stop. But</span> <span class='transcript-line' id='line_107'>John Valls would have arrested him. He was a good friend of the family. We knew</span> <span class='transcript-line' id='line_108'>him very well, but he was not related. He came from the Canary Islands, and his</span> <span class='transcript-line' id='line_109'>father was William Valls. He was in the Confederate army, and after the war, the</span> <span class='transcript-line' id='line_110'>Civil War, he couldn't find a job as a lawyer, so he came to Brownsville. And</span> <span class='transcript-line' id='line_111'>that's where John Valls--well, John Valls, the district attorney, was born in</span> <span class='transcript-line' id='line_112'>Missouri, someplace in Missouri. I know, because I got all his--(Sloan laughs)</span> <span class='transcript-line' id='line_113'>his collegiate things, since, hey, they thought I was, you know--sort of like</span> <span class='transcript-line' id='line_114'><a href="#" data-timestamp="11" data-chunksize="1" class="jumpLink nblu">00:11:00</a>Baylor sends us a Baylor letter and all that. They sent me all the things.</span> <span class='transcript-line' id='line_115'>(laughs) I had to tell them, "Hey, I'm not John Valls."</p></span> <span class='transcript-line' id='line_116'></span> <span class='transcript-line' id='line_117'><p>As a matter of fact, I had a call from The New York Times. And he says, "Are you</span> <span class='transcript-line' id='line_118'>John Valls?" and I said yes. And the guy says, "Well, I'm the editor of New York</span> <span class='transcript-line' id='line_119'>Times, and from the sound of your voice, you're not who we're looking for. We're</span> <span class='transcript-line' id='line_120'>looking for the old John Valls that was the district attorney." Because there</span> <span class='transcript-line' id='line_121'>had been a problem here in Laredo with Carter. Carter, a man by the name of</span> <span class='transcript-line' id='line_122'>Carter, was a border patrolman. He killed a Mexican boy on his ranch. John Valls</span> <span class='transcript-line' id='line_123'>tried him, found him guilty. They reversed the sentence in Austin, Texas, and</span> <span class='transcript-line' id='line_124'>The New York Times wanted to find out because Carter became the president of the</span> <span class='transcript-line' id='line_125'><a href="#" data-timestamp="12" data-chunksize="1" class="jumpLink nblu">00:12:00</a>National Rifle Association. Harlan Carter. And, incidentally, I went to school</span> <span class='transcript-line' id='line_126'>with his two brothers, Gene and Lee Carter, and his sister is one of my good</span> <span class='transcript-line' id='line_127'>friends here in Laredo. But they asked me, You know anything about it? I said,</span> <span class='transcript-line' id='line_128'>"No, but I can find out." So I went to the court and found out what had</span> <span class='transcript-line' id='line_129'>happened. And I wrote them the story and The New York Times published it. Then</span> <span class='transcript-line' id='line_130'>Harlan Carter decided to sue me and The New York Times. The New York Times</span> <span class='transcript-line' id='line_131'>called me and said, Hey, don't worry. We've got you covered. If they sue you,</span> <span class='transcript-line' id='line_132'>you're not going to lose anything. But Carter dropped the case anyway.</p></span> <span class='transcript-line' id='line_133'></span> <span class='transcript-line' id='line_134'><p>But that's--my family's from Spain. My mother was born here in Texas, but her</span> <span class='transcript-line' id='line_135'><a href="#" data-timestamp="13" data-chunksize="1" class="jumpLink nblu">00:13:00</a>ancestors were born in Mexico but all from Spanish people. My</span> <span class='transcript-line' id='line_136'>great-great-great-great-grandfather was the last mayor of Laredo, Mexico, the</span> <span class='transcript-line' id='line_137'>first mayor of Laredo, Texas. The king of Spain sent a man to settle claims here</span> <span class='transcript-line' id='line_138'>in Laredo because people were grabbing land without grants and everything and</span> <span class='transcript-line' id='line_139'>the country was still part of Spain. The man came. His name was Sotomayor. His</span> <span class='transcript-line' id='line_140'>wife came with him. She was embarazada--it means pregnant--when she left Spain.</span> <span class='transcript-line' id='line_141'>She came to the new country. Sotomayor did a heck of a good job in settling</span> <span class='transcript-line' id='line_142'><a href="#" data-timestamp="14" data-chunksize="1" class="jumpLink nblu">00:14:00</a>claims. Nobody liked him. They formed a posse, and they were going to kill him.</span> <span class='transcript-line' id='line_143'>That was my great-great-great-grandfather. They got to a point in the house and</span> <span class='transcript-line' id='line_144'>they told the man, "Look, my wife is going to have a baby tonight, and they're</span> <span class='transcript-line' id='line_145'>coming to get us." The man took them in; she had the baby. And the man--they got</span> <span class='transcript-line' id='line_146'>up and he said, "We've got to go because they're going to come here." And, by</span> <span class='transcript-line' id='line_147'>the way, before that happened the posse came by and the man told them, "They</span> <span class='transcript-line' id='line_148'>went thataway," and so the posse left. Later that--my grandfather left. He was</span> <span class='transcript-line' id='line_149'>never found again. They got him and killed him. But the boy was born, and he</span> <span class='transcript-line' id='line_150'>took the name of the man that took him in. Name was Martinez. There's a picture</span> <span class='transcript-line' id='line_151'><a href="#" data-timestamp="15" data-chunksize="1" class="jumpLink nblu">00:15:00</a>of him right over there: blue-eyed because my--both my parents have blue eyes.</span> <span class='transcript-line' id='line_152'>And the man had blue eyes. His name was Martinez. He grew up to be the last</span> <span class='transcript-line' id='line_153'>mayor of Laredo, Mexico, and the first mayor of Laredo, Texas.</p></span> <span class='transcript-line' id='line_154'></span> <span class='transcript-line' id='line_155'><p><span class="speaker">SLOAN:</span> Well, I'd like to go back to--you were talking about your early life. Did</span> <span class='transcript-line' id='line_156'>y'all help out on the farm?</p></span> <span class='transcript-line' id='line_157'></span> <span class='transcript-line' id='line_158'><p><span class="speaker">VALLS:</span> Yes.</p></span> <span class='transcript-line' id='line_159'></span> <span class='transcript-line' id='line_160'><p><span class="speaker">SLOAN:</span> Did you do work? What sort of work--</p></span> <span class='transcript-line' id='line_161'></span> <span class='transcript-line' id='line_162'><p><span class="speaker">VALLS:</span> Well, no.</p></span> <span class='transcript-line' id='line_163'></span> <span class='transcript-line' id='line_164'><p><span class="speaker">SLOAN:</span> --did you do on the farm?</p></span> <span class='transcript-line' id='line_165'></span> <span class='transcript-line' id='line_166'><p><span class="speaker">VALLS:</span> No, not--we had four hundred people on the farm. We had houses for them.</span> <span class='transcript-line' id='line_167'>They lived on San Rafael Farm. As a matter of fact, they were paid in chits that</span> <span class='transcript-line' id='line_168'>they used to buy from our grocery store on the farm. They didn't even come to</span> <span class='transcript-line' id='line_169'>town. And, incidentally, those chits, metal chits--I've got two of them</span> <span class='transcript-line' id='line_170'>somewhere--were even accepted in Laredo as money. (Sloan laughs) But we had four</span> <span class='transcript-line' id='line_171'><a href="#" data-timestamp="16" data-chunksize="1" class="jumpLink nblu">00:16:00</a>hundred people at the ranch all the time. No, my father took me and Alphonso to</span> <span class='transcript-line' id='line_172'>plant tomato plants at night, to teach us what it was like. I tell you what,</span> <span class='transcript-line' id='line_173'>that's hard work because you do it at night because you can't plant in the day.</span> <span class='transcript-line' id='line_174'>You just hit a shovel, put the plant in, get it in dirt(??), and you had to do</span> <span class='transcript-line' id='line_175'>it. Oh boy, you got tired. But no, no, we were--we had a ranch house, and we had</span> <span class='transcript-line' id='line_176'>a house in Laredo. The ranch house was great big. We had parties there.</span> <span class='transcript-line' id='line_177'>Everybody came to the parties at San Rafael Farm. So, yeah, that was--</p></span> <span class='transcript-line' id='line_178'></span> <span class='transcript-line' id='line_179'><p><span class="speaker">SLOAN:</span> So what are some of your memories from those years, growing up?</p></span> <span class='transcript-line' id='line_180'></span> <span class='transcript-line' id='line_181'><p><span class="speaker">VALLS:</span> My aunt managed the grocery store. One time, unbeknown to me, I was</span> <span class='transcript-line' id='line_182'><a href="#" data-timestamp="17" data-chunksize="1" class="jumpLink nblu">00:17:00</a>accused of eating three bananas because the inventory showed that there were</span> <span class='transcript-line' id='line_183'>three bananas left. They blamed me for it. (laughs) I remember--I don't know if</span> <span class='transcript-line' id='line_184'>I was punished or not, but I was just a little kid. I didn't eat the bananas.</span> <span class='transcript-line' id='line_185'>But no--and then we used to go and ride a yegua, a mare, that Don Sotero--Don</span> <span class='transcript-line' id='line_186'>Sotero had a mare, one of the people that worked at the ranch, and we rode that</span> <span class='transcript-line' id='line_187'>mare. We also went to school. We had our own school. We had our own building at</span> <span class='transcript-line' id='line_188'>the ranch. And I went to the first and second grade with Miss Beulah Masterson.</span> <span class='transcript-line' id='line_189'>We called her Miss Beulah. We were there at the ranch at--and we went to first</span> <span class='transcript-line' id='line_190'><a href="#" data-timestamp="18" data-chunksize="1" class="jumpLink nblu">00:18:00</a>and second grade. And we did a play of "Harrigan": (sings) "Harrigan, that's me.</span> <span class='transcript-line' id='line_191'>H-a-double r-i-g-a-n spells Harrigan." I was Harrigan in the play. (laughter)</p></span> <span class='transcript-line' id='line_192'></span> <span class='transcript-line' id='line_193'><p>And I remember the burning of tires under the orange trees to try to save them.</span> <span class='transcript-line' id='line_194'>And you know what, that's one of the first memories that I have of my life</span> <span class='transcript-line' id='line_195'>because--another memory, and I don't know which came first, I was run over by a</span> <span class='transcript-line' id='line_196'>car from a very wealthy person in Mexico. And he ran over me and left. He left,</span> <span class='transcript-line' id='line_197'>but he got to Mexico and he said, "Hey, don't--I'll pay for everything." He was</span> <span class='transcript-line' id='line_198'>a good friend of the family's. He was also one of the big shots in Mexico, and</span> <span class='transcript-line' id='line_199'>he--at one time, he was considered to be--run for president. But they didn't</span> <span class='transcript-line' id='line_200'><a href="#" data-timestamp="19" data-chunksize="1" class="jumpLink nblu">00:19:00</a>expect me to live. And I remember they brought me home, finally, and I lived.</span> <span class='transcript-line' id='line_201'>They broke my leg and my arm and my--fractured my skull. And the doctor said,</span> <span class='transcript-line' id='line_202'>"He's gone. Don't expect him tomorrow." But I lived. The guy was very nice, but</span> <span class='transcript-line' id='line_203'>he never came back to the United States. He was a good friend of my brother</span> <span class='transcript-line' id='line_204'>Mike. He was a young man. He was very, very wealthy. And they still are.</p></span> <span class='transcript-line' id='line_205'></span> <span class='transcript-line' id='line_206'><p>But that was also one of the first memories that I had because they brought me</span> <span class='transcript-line' id='line_207'>home and my brother Alphonso--we call him Lefty because he's a left-hander. And</span> <span class='transcript-line' id='line_208'>we--I remember that they brought us some phones. And he was in one room, I was</span> <span class='transcript-line' id='line_209'><a href="#" data-timestamp="20" data-chunksize="1" class="jumpLink nblu">00:20:00</a>in the next, with a string tied to the phone because we were talking to each</span> <span class='transcript-line' id='line_210'>other, (laughs) except we could hear through the wall. And I remember distinctly</span> <span class='transcript-line' id='line_211'>my sister Toni saying, "I'm going to the drugstore." And my mother said, "Bring</span> <span class='transcript-line' id='line_212'>Johnny a present." I remember that. It was all in Spanish, by the way. And when</span> <span class='transcript-line' id='line_213'>I got my present, it was a beautiful box. It must have been close to Christmas</span> <span class='transcript-line' id='line_214'>because it was red wrapped with green string, and it was a car. It was one of</span> <span class='transcript-line' id='line_215'>those cars that you wind, and I remember that distinctly.</p></span> <span class='transcript-line' id='line_216'></span> <span class='transcript-line' id='line_217'><p>And they have a saying that--my sister Josie said that one time I was a little</span> <span class='transcript-line' id='line_218'>kid I could barely speak. And my nanny was telling me, "Sorry, Johnny, I'm going</span> <span class='transcript-line' id='line_219'><a href="#" data-timestamp="21" data-chunksize="1" class="jumpLink nblu">00:21:00</a>to--I'm going to go away. If you don't do this, I'm going to go." And in Spanish</span> <span class='transcript-line' id='line_220'>I said, "V谩se! V谩se!" which is not even right because it's v谩yase is the</span> <span class='transcript-line' id='line_221'>word--get away! V谩yase! V谩yase! I didn't like her. But it--Josie is the one</span> <span class='transcript-line' id='line_222'>that--I must have been one or two or three or something like that. And then</span> <span class='transcript-line' id='line_223'>there's another--oh yeah. My nanny, later on--I had a nanny for years--when I</span> <span class='transcript-line' id='line_224'>was older and they punished me, they always sent me to the basement. And told my</span> <span class='transcript-line' id='line_225'>nanny--I thought I'd impress her--in Spanish, "If I had a knife, I'd kill</span> <span class='transcript-line' id='line_226'>myself." "(gasps) Oh! (high-pitched sound of distress)" She ran to my mother. My</span> <span class='transcript-line' id='line_227'>mother, she says--and later she came crying, says, "You mother says, 'Here's a</span> <span class='transcript-line' id='line_228'>knife.'" (laughter) That was my first lesson in psychology. I said, "Well, maybe</span> <span class='transcript-line' id='line_229'><a href="#" data-timestamp="22" data-chunksize="1" class="jumpLink nblu">00:22:00</a>not today."</p></span> <span class='transcript-line' id='line_230'></span> <span class='transcript-line' id='line_231'><p><span class="speaker">SLOAN:</span> So you would go to the basement, just sit in the dark?</p></span> <span class='transcript-line' id='line_232'></span> <span class='transcript-line' id='line_233'><p><span class="speaker">VALLS:</span> Yeah, they'd put me in there fifteen minutes, and then they'd let me out.</span> <span class='transcript-line' id='line_234'>But I had a dog named Duke who was the smartest thing, and he was like--he</span> <span class='transcript-line' id='line_235'>understood everything I said. He was--I got him in 1933. My brother Louis took</span> <span class='transcript-line' id='line_236'>me in the car to get him, and he died in 1953.</p></span> <span class='transcript-line' id='line_237'></span> <span class='transcript-line' id='line_238'><p>DeBOARD: Wow.</p></span> <span class='transcript-line' id='line_239'></span> <span class='transcript-line' id='line_240'><p><span class="speaker">VALLS:</span> Yeah. Oh, and that dog was--oh boy. I've got a picture of him somewhere.</span> <span class='transcript-line' id='line_241'>He's--oh man, that dog was--oh! You couldn't--you couldn't--if my buddies even</span> <span class='transcript-line' id='line_242'>did--said a nasty thing to me, wow. He'd get him. One of my good friends, Danny</span> <span class='transcript-line' id='line_243'><a href="#" data-timestamp="23" data-chunksize="1" class="jumpLink nblu">00:23:00</a>Pe帽a, one time--was much bigger than me and much older. And he was, you know,</span> <span class='transcript-line' id='line_244'>trying to hit me or something. Duke came at him and Danny climbed up a telephone</span> <span class='transcript-line' id='line_245'>pole, (laughs) and [Duke] kept him there for a long time because I told him--and</span> <span class='transcript-line' id='line_246'>then, finally, when he came down, I said, "Duke, no. Don't fool with him. He's a</span> <span class='transcript-line' id='line_247'>friend." He understood. And one time my brother and I were trying--and he asked</span> <span class='transcript-line' id='line_248'>me, "Let's see what he'd do if you and I got in a fight." So we started shoving</span> <span id="info_trans_1436" data-time-point="00:23:56" data-marker-counter="2" data-marker-id="1436" data-index-title="Texas track and field competition at high school and college level, Valls and family members" onclick="toggleRedirectTranscriptIndex(2, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_249'>each other. He got in between us and was (whines), like, "Hey! Hey, you're</span> <span class='transcript-line' id='line_250'>family; don't fight!" Wow! Man, I'm telling you. Oh! It was something.</p></span> <span class='transcript-line' id='line_251'></span> <span class='transcript-line' id='line_252'><p><span class="speaker">SLOAN:</span> Good dog.</p></span> <span class='transcript-line' id='line_253'></span> <span class='transcript-line' id='line_254'><p><span class="speaker">VALLS:</span> But that--my childhood--incidentally, all of us, what we did for fun was</span> <span class='transcript-line' id='line_255'>run around the block. That's where we got our athletic training, at Bruni Plaza.</span> <span class='transcript-line' id='line_256'><a href="#" data-timestamp="24" data-chunksize="1" class="jumpLink nblu">00:24:00</a>We lived in--with the mayor, the district attorney, and Don Antonio Bruni, who</span> <span class='transcript-line' id='line_257'>was King Kong here in Laredo in those days. We lived in the same block. Mr.</span> <span class='transcript-line' id='line_258'>Bruni and his daughter Erlinda lived next to us, and then the Vallses. On the</span> <span class='transcript-line' id='line_259'>other end was Dr. Austin, the--I forget the lady's name that was in between, and</span> <span class='transcript-line' id='line_260'>then J. C. Martin, who was King Kong here in Laredo. If you wanted</span> <span class='transcript-line' id='line_261'>anything--even the mafia would report to J. C. Martin. I made a big mistake when</span> <span class='transcript-line' id='line_262'>I graduated from Baylor. I came to see J. C. Martin for a job and, of course, I</span> <span class='transcript-line' id='line_263'><a href="#" data-timestamp="25" data-chunksize="1" class="jumpLink nblu">00:25:00</a>got one. The superintendent thought that I should have gone to him, so he never</span> <span class='transcript-line' id='line_264'>did like me--J. W. Nixon. They named a high school after him. He never did like</span> <span class='transcript-line' id='line_265'>me. And yet, when we went to the Texas Relays, it was the driver, Coach Green,</span> <span class='transcript-line' id='line_266'>the superintendent, the principal, and me in the middle, in a very small car to</span> <span class='transcript-line' id='line_267'>the Texas Relays. And to the state meet, same thing. And to--</p></span> <span class='transcript-line' id='line_268'></span> <span class='transcript-line' id='line_269'><p><span class="speaker">SLOAN:</span> Well, I know sports was very important, right.</p></span> <span class='transcript-line' id='line_270'></span> <span class='transcript-line' id='line_271'><p><span class="speaker">VALLS:</span> It was. It was my life. All my brothers were great; all of us were great.</span> <span class='transcript-line' id='line_272'>Alphonso was on the world-record sprint relay team at East Texas State Teachers</span> <span class='transcript-line' id='line_273'>College. Alphonso also didn't graduate from high school. Coach Barry at East</span> <span class='transcript-line' id='line_274'><a href="#" data-timestamp="26" data-chunksize="1" class="jumpLink nblu">00:26:00</a>Texas took him and Carlos Salinas. Carlos Salinas, a Laredoan, was on the same</span> <span class='transcript-line' id='line_275'>team as Alphonso. They were both maybe one-tenth of one second difference in the</span> <span class='transcript-line' id='line_276'>hundred. He [Salinas] ran a 48.4 in high school, which was--46 won the world</span> <span class='transcript-line' id='line_277'>Olympics; 48.4 in high school. And in state meet he knocked down two guys, Beard</span> <span class='transcript-line' id='line_278'>and Ellsworth, to win the state meet, and was disqualified. He went between them</span> <span class='transcript-line' id='line_279'>instead of going around them. He won the 440 [440-yard dash] but they</span> <span class='transcript-line' id='line_280'>disqualified him--Salinas. He has since passed away. But Alphonso was also a</span> <span class='transcript-line' id='line_281'><a href="#" data-timestamp="27" data-chunksize="1" class="jumpLink nblu">00:27:00</a>state contender, and he also had a bunch of scholarships. He became a B-29 pilot</span> <span class='transcript-line' id='line_282'>and flew thirty missions over Japan. But in those days, I mean, we ran as--you</span> <span class='transcript-line' id='line_283'>know, to entertain ourselves.</p></span> <span class='transcript-line' id='line_284'></span> <span class='transcript-line' id='line_285'><p><span class="speaker">SLOAN:</span> Well, you talked about your records. Can you tell me that again, about</span> <span class='transcript-line' id='line_286'>your older brother set the record, something like that?</p></span> <span class='transcript-line' id='line_287'></span> <span class='transcript-line' id='line_288'><p><span class="speaker">VALLS:</span> Oh yeah. My brother Ralph was a gun fiend and all that. He never was an</span> <span class='transcript-line' id='line_289'>athlete. And then Mike came in. He ran in high school. In one game, he scored</span> <span class='transcript-line' id='line_290'>three touchdowns--sixty yards, sixty-four yards, and seventy-two yards against</span> <span class='transcript-line' id='line_291'><a href="#" data-timestamp="28" data-chunksize="1" class="jumpLink nblu">00:28:00</a>Kingsville. In another game, against Robstown, he scored four touchdowns. A guy</span> <span class='transcript-line' id='line_292'>from San Antonio, Perry Winkle was his name, a writer, came to interview him and</span> <span class='transcript-line' id='line_293'>named him Iron Mike. At the end of his interview he said, as the Laredo High</span> <span class='transcript-line' id='line_294'>School Tigers go, Mike Valls--Iron Mike goes as the Laredo High School goes</span> <span class='transcript-line' id='line_295'>because he--I did a thing on Mike. He was--he scored three or four touchdowns in</span> <span class='transcript-line' id='line_296'>any--and he went to--what's in, oh, Kingsville?</p></span> <span class='transcript-line' id='line_297'></span> <span class='transcript-line' id='line_298'><p><span class="speaker">SLOAN:</span> Oh, okay.</p></span> <span class='transcript-line' id='line_299'></span> <span class='transcript-line' id='line_300'><p><span class="speaker">VALLS:</span> Yeah, whatever--Kingsville [Texas College of Arts and Industries then;</span> <span class='transcript-line' id='line_301'><a href="#" data-timestamp="29" data-chunksize="1" class="jumpLink nblu">00:29:00</a>Texas A&M University--Kingsville now]. He went there and he got a degree from</span> <span class='transcript-line' id='line_302'>Kingsville. He came back, but my father was on the school board so they couldn't</span> <span class='transcript-line' id='line_303'>give him a job in teaching. So he taught in the country school. He decided that</span> <span class='transcript-line' id='line_304'>wasn't for him, so he went to Marquette University. He went back to Texas A&I at</span> <span class='transcript-line' id='line_305'>Kingsville to get his master's, and then he went to Marquette University for</span> <span class='transcript-line' id='line_306'>doctorate. He stayed there four years and he graduated in '46--February 28,</span> <span class='transcript-line' id='line_307'>1946--because I was there. Yeah, '46. But he was a super athlete. He also went</span> <span class='transcript-line' id='line_308'>to state, ran a under-ten flat hundred.</p></span> <span class='transcript-line' id='line_309'></span> <span class='transcript-line' id='line_310'><p>Louis came along, and he was even better. He was also on the same football team,</span> <span class='transcript-line' id='line_311'><a href="#" data-timestamp="30" data-chunksize="1" class="jumpLink nblu">00:30:00</a>and he was also a great basketball player. And Louis didn't like going to</span> <span class='transcript-line' id='line_312'>college, so he enlisted in the air force--army air force. And then came</span> <span class='transcript-line' id='line_313'>Alphonso, who was the first one to high-jump over six feet. In those days, we</span> <span class='transcript-line' id='line_314'>had the Texas Roll, which was--six feet was an obstacle. I mean--and he was the</span> <span class='transcript-line' id='line_315'>first one to high-jump over six feet. He ran the hurdles. Uh! He hit a hurdle in</span> <span class='transcript-line' id='line_316'>the state meet and didn't finish. But they knew he was great, so he got a</span> <span class='transcript-line' id='line_317'>scholarship anyway. And then I came, and I did everything. I ran the highs, the</span> <span class='transcript-line' id='line_318'>lows, high jump, pole vault, and quarter mile. I played basketball. I was the</span> <span class='transcript-line' id='line_319'><a href="#" data-timestamp="31" data-chunksize="1" class="jumpLink nblu">00:31:00</a>leading scorer. I played football. I scored half of the touchdowns of the whole</span> <span class='transcript-line' id='line_320'>team. But then came the war and I was drafted. I still had one more year in high</span> <span id="info_trans_1878" data-time-point="00:31:18" data-marker-counter="3" data-marker-id="1878" data-index-title="Various military assignments, including Central State Teachers College in Stephens Point, Wisconsin" onclick="toggleRedirectTranscriptIndex(3, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_321'>school. I would have swept everybody!</p></span> <span class='transcript-line' id='line_322'></span> <span class='transcript-line' id='line_323'><p>But as it was, that year was spent in the army. I took basic training in</span> <span class='transcript-line' id='line_324'>Amarillo. I made the football team in Amarillo. They all--we were there for</span> <span class='transcript-line' id='line_325'>basic training. And I remember when I faked out and went in and caught a pass</span> <span class='transcript-line' id='line_326'>and the coach said, "Okay. Hey, you stay." So they gave me a uniform and</span> <span class='transcript-line' id='line_327'>everything. But then I took pilot training. I took the test for pilot. I</span> <span class='transcript-line' id='line_328'>was--always loved airplanes--or model airplanes. I passed it. And they sent me</span> <span class='transcript-line' id='line_329'>to Central State Teachers College, Stevens Point, Wisconsin. January 1, 1945, I</span> <span class='transcript-line' id='line_330'><a href="#" data-timestamp="32" data-chunksize="1" class="jumpLink nblu">00:32:00</a>marched into Central State Teachers College.</p></span> <span class='transcript-line' id='line_331'></span> <span class='transcript-line' id='line_332'><p>The minute I got in--I was inside a building and they told us what the rules</span> <span class='transcript-line' id='line_333'>were. You cannot accept any phone calls. You cannot go outside. I had a call:</span> <span class='transcript-line' id='line_334'>"John Valls." I said, "Yes?" "John, I want to meet you." A girl said, "Hey, I</span> <span class='transcript-line' id='line_335'>want to meet you. Come on outside." I said, "No, I'm sorry I can't do it. I'm--"</span> <span class='transcript-line' id='line_336'>"Please, come outside. I got to meet you." I said, "Who in the world would--"</span> <span class='transcript-line' id='line_337'>And not--I had to tell her, "Hey, ma'am, I'm sorry." She said, "You better come</span> <span class='transcript-line' id='line_338'>out, because I'm going to grade your English papers." (both laugh) I didn't; I</span> <span class='transcript-line' id='line_339'>got a demerit anyway. But I got it taken off because I wrote letters. I don't</span> <span class='transcript-line' id='line_340'>know the girl. I--how she got my name, I'll never know.</p></span> <span class='transcript-line' id='line_341'><a href="#" data-timestamp="33" data-chunksize="1" class="jumpLink nblu">00:33:00</a></span> <span class='transcript-line' id='line_342'><p>But it was beautiful. CTD, College Training Detachment. I set the record for the</span> <span class='transcript-line' id='line_343'>three hundred meters the first month. I broke it the second month, and I broke</span> <span class='transcript-line' id='line_344'>it again the third month for--you know. And I made the basketball team and the</span> <span class='transcript-line' id='line_345'>coach there said, "Hey, when you get through with this, come back and see me</span> <span class='transcript-line' id='line_346'>because we want you here."</p></span> <span class='transcript-line' id='line_347'></span> <span class='transcript-line' id='line_348'><p><span class="speaker">SLOAN:</span> Well, that was after the war, right?</p></span> <span class='transcript-line' id='line_349'></span> <span class='transcript-line' id='line_350'><p><span class="speaker">VALLS:</span> No, that was right at the beginning of the war.</p></span> <span class='transcript-line' id='line_351'></span> <span class='transcript-line' id='line_352'><p><span class="speaker">SLOAN:</span> So when--what year was that? That was in--</p></span> <span class='transcript-line' id='line_353'></span> <span class='transcript-line' id='line_354'><p><span class="speaker">VALLS:</span> That was--I marched in in 1944. I stayed there until March. They</span> <span class='transcript-line' id='line_355'>eliminated us without prejudice. We didn't do anything wrong. The whole school</span> <span class='transcript-line' id='line_356'>was gone because they had too many pilots. I went before a colonel and he says,</span> <span class='transcript-line' id='line_357'><a href="#" data-timestamp="34" data-chunksize="1" class="jumpLink nblu">00:34:00</a>"What do you feel like?" I said, "Well, sir--" He says--and then he told me,</span> <span class='transcript-line' id='line_358'>"I'm going to send you to a gunnery school. You're going to be a gunner in an</span> <span class='transcript-line' id='line_359'>airplane." And I said, "Sir--" I thought I'd impress him. I said, "Sir, if I</span> <span class='transcript-line' id='line_360'>can't fly the airplane, nobody's going to fly it for me." He didn't say</span> <span class='transcript-line' id='line_361'>anything, wrote something down, and then he said, "Next." The next day I was in</span> <span class='transcript-line' id='line_362'>the infantry. They transferred me to the infantry. They sent me to Reno, Nevada.</span> <span id="info_trans_2099" data-time-point="00:34:59" data-marker-counter="4" data-marker-id="2099" data-index-title="Memories of military training and competitive running in England " onclick="toggleRedirectTranscriptIndex(4, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_363'>I did nothing but went out in a truck in the sand and stayed in a tent. They</span> <span class='transcript-line' id='line_364'>were training us to go to North Africa. Fortunately, I got my orders changed, I</span> <span class='transcript-line' id='line_365'>don't know why. They sent me to Greensboro, North Carolina. There, I was in a</span> <span class='transcript-line' id='line_366'>track meet. I won everything. Then they sent me to Boston. I shipped out of</span> <span class='transcript-line' id='line_367'><a href="#" data-timestamp="35" data-chunksize="1" class="jumpLink nblu">00:35:00</a>Boston, fourteen days to Southampton, England. Out of the fourteen days I was</span> <span class='transcript-line' id='line_368'>seasick thirteen. I've never--</p></span> <span class='transcript-line' id='line_369'></span> <span class='transcript-line' id='line_370'><p><span class="speaker">SLOAN:</span> Had you ever been on the ocean before?</p></span> <span class='transcript-line' id='line_371'></span> <span class='transcript-line' id='line_372'><p><span class="speaker">VALLS:</span> No. No. And you had a bunk and the--if you were lucky you got the top</span> <span class='transcript-line' id='line_373'>bunk, because the guy at the top would vomit and it would come all the way down.</span> <span class='transcript-line' id='line_374'>And it would--it happened. It happened. Oh God, I suffered. Oh!</p></span> <span class='transcript-line' id='line_375'></span> <span class='transcript-line' id='line_376'><p><span class="speaker">SLOAN:</span> Did you have the top bunk?</p></span> <span class='transcript-line' id='line_377'></span> <span class='transcript-line' id='line_378'><p><span class="speaker">VALLS:</span> Yes. I was one of the last. Oh, I don't know how I survived. But we got</span> <span class='transcript-line' id='line_379'>to England and, sure enough, that episode where--I found a field that--we didn't</span> <span class='transcript-line' id='line_380'>train on Sundays. I found a field, beautiful track field, with hurdles and all.</span> <span class='transcript-line' id='line_381'><a href="#" data-timestamp="36" data-chunksize="1" class="jumpLink nblu">00:36:00</a>I went and ran there. A man, a very well-dressed man, saw me. I know it was him</span> <span class='transcript-line' id='line_382'>because when I got back to the base, Base Air Depot Number Two, we were taking</span> <span class='transcript-line' id='line_383'>infantry training. They said, Hey, the colonel wants to see you. I went in,</span> <span class='transcript-line' id='line_384'>salute him. What the heck did I do? And he said, "They want you to go run in</span> <span class='transcript-line' id='line_385'>London." I said, "Yes, sir, that's fine." They flew me in a C-47 all by myself</span> <span class='transcript-line' id='line_386'>(imitates a plane engine) into London, and that's when the--they told us, Hey,</span> <span class='transcript-line' id='line_387'>the queen is going to be here. We want you British subjects to stand</span> <span class='transcript-line' id='line_388'>before--when she comes out, you will bow like this. And you, Yank, you don't</span> <span class='transcript-line' id='line_389'>have to bow but you can stand at attention. But everything was--I mean, the</span> <span class='transcript-line' id='line_390'><a href="#" data-timestamp="37" data-chunksize="1" class="jumpLink nblu">00:37:00</a>queen was like a god to them. It was--and I got the fever, too, when everybody</span> <span class='transcript-line' id='line_391'>came and when she came out. And I bowed, too, just like the rest of them.</p></span> <span class='transcript-line' id='line_392'></span> <span class='transcript-line' id='line_393'><p>But I won. I won the four-hundred-meter hurdles. I'd never run the</span> <span class='transcript-line' id='line_394'>four-hundred-meter hurdles before. They even had a kid in front of me, and I</span> <span class='transcript-line' id='line_395'>said, "Hey! Hey, how am I going to pass him?" They said, No, you can pass him.</span> <span class='transcript-line' id='line_396'>He's younger than you. These are handicaps. But they say it "andicaps," not</span> <span class='transcript-line' id='line_397'>handicaps. And I passed him and I won. So the next week the colonel called me</span> <span class='transcript-line' id='line_398'>in: "They want you to go to someplace else." I forget where. And I went and</span> <span class='transcript-line' id='line_399'>again I won. And the third week it's, again, C-47 to another meet, and again I</span> <span class='transcript-line' id='line_400'>won and they gave me a prize and everything. I sent the prizes to Laredo and</span> <span class='transcript-line' id='line_401'><a href="#" data-timestamp="38" data-chunksize="1" class="jumpLink nblu">00:38:00</a>they got here. My sisters all had cutlery sets and this and that.</p></span> <span class='transcript-line' id='line_402'></span> <span class='transcript-line' id='line_403'><p>And like I said before, in one of them I had a certificate, was signed by a</span> <span class='transcript-line' id='line_404'>bunch of lords. I got it somewhere. I think it's in one of those books that my</span> <span class='transcript-line' id='line_405'>daughter made of me. And it said, "This medal will be given to you when</span> <span class='transcript-line' id='line_406'>obtainable." This was during the war, so I understood that. And this was in, I</span> <span class='transcript-line' id='line_407'>think, March? No. Well--August. August of 1944? Yeah, '44. I found the</span> <span class='transcript-line' id='line_408'>certificate in August '94, and I sent it to the ambassador for the United States</span> <span class='transcript-line' id='line_409'>here, in Washington. Oh, he sent me a very nice letter. Says, "Please refer your</span> <span class='transcript-line' id='line_410'><a href="#" data-timestamp="39" data-chunksize="1" class="jumpLink nblu">00:39:00</a>request to--" some town in England. So I did the same things: "When do I get my</span> <span class='transcript-line' id='line_411'>medal?" And they wrote back, says, "We have received your inquiry with great</span> <span class='transcript-line' id='line_412'>interest. We will be in touch." In about two weeks they sent me the medal.</span> <span class='transcript-line' id='line_413'>(laughter) It was really something.</p></span> <span class='transcript-line' id='line_414'></span> <span class='transcript-line' id='line_415'><p>But in England, in training--you know, I had real good training. We were in</span> <span class='transcript-line' id='line_416'>England, and we were sitting on a side of a hill, about two hundred of us. And</span> <span class='transcript-line' id='line_417'>this master sergeant, well, I mean--and he had battle scars and everything--with</span> <span class='transcript-line' id='line_418'>hand grenades, and he was shaking and says, "Today we're going to teach you</span> <span class='transcript-line' id='line_419'>about hand grenades. You don't--when you pull this trigger and you let it drop,</span> <span class='transcript-line' id='line_420'><a href="#" data-timestamp="40" data-chunksize="1" class="jumpLink nblu">00:40:00</a>it'll go off in five seconds. So don't ever pull the trigger." And he pulled it</span> <span class='transcript-line' id='line_421'>and he dropped it. Zoom! Everybody left. I mean, I was hitting on people, and I</span> <span class='transcript-line' id='line_422'>told them to get the hell out of the way. We all counting--one, two, three,</span> <span class='transcript-line' id='line_423'>four, five--nothing. We looked up and there was a sign that said, "Come on back.</span> <span class='transcript-line' id='line_424'>There's nothing wrong with me. I just wanted to see if there was any heroes</span> <span id="info_trans_2443" data-time-point="00:40:43" data-marker-counter="5" data-marker-id="2443" data-index-title="Assignment in Le Havre, France; and General Patton鈥檚 motto, 鈥淜ill or be killed"" onclick="toggleRedirectTranscriptIndex(5, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_425'>here, who was going to pick up the grenade and throw it away." (laughs) Not any</span> <span class='transcript-line' id='line_426'>of us. And that was good training.</p></span> <span class='transcript-line' id='line_427'></span> <span class='transcript-line' id='line_428'><p>But then, like I told you before, the first day we finally shipped out to Le</span> <span class='transcript-line' id='line_429'>Havre. We came in Le Havre. It was already taken. We didn't have to fight for</span> <span class='transcript-line' id='line_430'>it. We went up, Le Havre, and immediately I was assigned to the Fifty-Second</span> <span class='transcript-line' id='line_431'><a href="#" data-timestamp="41" data-chunksize="1" class="jumpLink nblu">00:41:00</a>Armored Infantry Battalion, to the Ninth Armored Division, to the Third Army,</span> <span class='transcript-line' id='line_432'>with General Patton. And we had a lesson that we had to say the words "Kill or</span> <span class='transcript-line' id='line_433'>be killed." "Kill or be killed." Thirty times a day we had to say it. Anytime we</span> <span class='transcript-line' id='line_434'>met a buddy and just, "Kill or be killed." And Patton--I never--I didn't see</span> <span class='transcript-line' id='line_435'>him. The sergeant gave us--or the captain or somebody gave us the--said, "You</span> <span class='transcript-line' id='line_436'>will not surrender. You will die, but you will not surrender. You will not</span> <span class='transcript-line' id='line_437'>retreat. You might die, but you will not retreat. Understand that." And with</span> <span class='transcript-line' id='line_438'>Patton, it was--I mean, it impressed all of us kids.</p></span> <span class='transcript-line' id='line_439'><a href="#" data-timestamp="42" data-chunksize="1" class="jumpLink nblu">00:42:00</a></span> <span id="info_trans_2523" data-time-point="00:42:03" data-marker-counter="6" data-marker-id="2523" data-index-title="Memories of wartime conditions " onclick="toggleRedirectTranscriptIndex(6, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_440'><p>And sure enough, finally I get to see my first German soldier in combat, face to</span> <span class='transcript-line' id='line_441'>face. I had him with my M-1 off of safety. I was a good shot and--I'll tell you</span> <span class='transcript-line' id='line_442'>later about qualifying. Ask me, because I might forget. But I was a good shot.</span> <span class='transcript-line' id='line_443'>And I couldn't shoot him. I couldn't kill him because I turned cold. I turned</span> <span class='transcript-line' id='line_444'>cold and I couldn't shoot him. He threw his gun down and surrendered. Ooh, I</span> <span class='transcript-line' id='line_445'>took him in. I said, "I caught a Nazzy! I caught a Nazzy!" I didn't even know</span> <span class='transcript-line' id='line_446'>how to pronounce Nazi. And I told the sergeant, "Sarge, I couldn't kill him. I</span> <span class='transcript-line' id='line_447'>turned cold." He says, "Don't worry, son. Next time you won't." And sure enough,</span> <span class='transcript-line' id='line_448'>it was--oh! From that day on, it was rough. It was bad. But in--I had the same</span> <span class='transcript-line' id='line_449'><a href="#" data-timestamp="43" data-chunksize="1" class="jumpLink nblu">00:43:00</a>experience that Sergeant York had in firing.</p></span> <span class='transcript-line' id='line_450'></span> <span class='transcript-line' id='line_451'><p>Man, I knew about guns. Tommy Linedecker here in Laredo, when we were nine years</span> <span class='transcript-line' id='line_452'>old, we used to go to his ranch, the Bruni estate--they had about ten--a hundred</span> <span class='transcript-line' id='line_453'>thousand acres--in his Lincoln Zephyr car--on the fender was a</span> <span class='transcript-line' id='line_454'>twenty-two--shooting rabbits, all of us kids in the neighborhood. We were good.</span> <span class='transcript-line' id='line_455'>We were good. If you missed, oh, Tommy Linedecker: "Pues se fallo!" I mean, he</span> <span class='transcript-line' id='line_456'>was (makes agitated sound). So when I went to the firing range, you know, with a</span> <span class='transcript-line' id='line_457'>old rifle, a Winchester or something: pow! Miss. Oh no, can't be(??). Pow. Miss.</span> <span class='transcript-line' id='line_458'><a href="#" data-timestamp="44" data-chunksize="1" class="jumpLink nblu">00:44:00</a>Three times: pow, miss. I said, "Unh-uh. Sarge, something's wrong. I didn't</span> <span class='transcript-line' id='line_459'>miss." "Oh, here's another one. All right, bring the damn thing down." It's all</span> <span class='transcript-line' id='line_460'>bull's-eyes. They didn't even look to see. You were--with those guys--there're</span> <span class='transcript-line' id='line_461'>some guys from New York that had never seen a gun, and they--oh man, I qualified</span> <span class='transcript-line' id='line_462'>immediately. Wow! But that was also very impressive.</p></span> <span class='transcript-line' id='line_463'></span> <span class='transcript-line' id='line_464'><p>I was only a PFC [private first class], but I was the leader. Everybody followed</span> <span class='transcript-line' id='line_465'>me, even in my half-track. Everybody followed me, what I did. I told them what</span> <span class='transcript-line' id='line_466'>to do and they did. And the master sergeant was in charge of us and he gave us</span> <span class='transcript-line' id='line_467'>the instructions every day, but the first guy that--when I finally got to</span> <span class='transcript-line' id='line_468'><a href="#" data-timestamp="45" data-chunksize="1" class="jumpLink nblu">00:45:00</a>France, a captain--I forget his name, but he told me, "I'm your CO [commanding</span> <span class='transcript-line' id='line_469'>officer] here and I don't wear my bars because it's nothing but an aiming</span> <span class='transcript-line' id='line_470'>stick." Sure enough, in four days he was killed. Out of a company of twenty-two</span> <span class='transcript-line' id='line_471'>that I joined with, two of us from the original came back. It was--it was hell.</span> <span class='transcript-line' id='line_472'>It was really hell.</p></span> <span class='transcript-line' id='line_473'></span> <span class='transcript-line' id='line_474'><p>And you try to tell kids, you've got to dig a hole every night, whether it's</span> <span class='transcript-line' id='line_475'>raining, snowing, or whatever. You got to dig a hole, because if you were above</span> <span class='transcript-line' id='line_476'>the ground, mortars come and hand grenades come, and they go this way and that</span> <span class='transcript-line' id='line_477'>way. So, I mean, every night. Many times we took houses; we took towns that</span> <span class='transcript-line' id='line_478'><a href="#" data-timestamp="46" data-chunksize="1" class="jumpLink nblu">00:46:00</a>didn't fight. We had an American officer that spoke German. Every time we got to</span> <span class='transcript-line' id='line_479'>a town, he'd say, "If you fire one shot at us, we will destroy your town. If you</span> <span class='transcript-line' id='line_480'>don't fire at us, we're not going to disturb you. We're not going to fire</span> <span class='transcript-line' id='line_481'>either. So please surrender and avoid bloodshed," and whatever. Sometimes we</span> <span class='transcript-line' id='line_482'>went in, no problems. Sometimes we went in and kids with Panzerfaust, rifles</span> <span class='transcript-line' id='line_483'>with hand grenades--boom! boom!--beat the hell out of us. And it was--we lost a</span> <span class='transcript-line' id='line_484'>lot of people. You didn't make friends. You did not make friends because your</span> <span class='transcript-line' id='line_485'>friend was gone the next day.</p></span> <span class='transcript-line' id='line_486'></span> <span class='transcript-line' id='line_487'><p>And I got wounded. I don't have the Purple Heart, but I got wounded in my leg</span> <span class='transcript-line' id='line_488'><a href="#" data-timestamp="47" data-chunksize="1" class="jumpLink nblu">00:47:00</a>and in my arm. If I hadn't been wearing my helmet, I would have been killed. The</span> <span class='transcript-line' id='line_489'>thing exploded on top of us. I feel pling, pling, pling, pling, pling! And the</span> <span class='transcript-line' id='line_490'>guy next to me, the Polack: "I'm hit! I'm hit!" He was covered with blood, all</span> <span class='transcript-line' id='line_491'>the--all in front. And so, "Hey, medic! Medic!" So they went and got him, took</span> <span class='transcript-line' id='line_492'>him off. And the next day they brought him back with a Band-Aid. He had been hit</span> <span class='transcript-line' id='line_493'>right here, (laughs) nothing but a little thing but enough for blood to--he was</span> <span class='transcript-line' id='line_494'>mad as hell. I remember it. And that night, all of us tried to take our jackets</span> <span class='transcript-line' id='line_495'>off and mine wouldn't. The blood--the jacket had stopped the blood. And in my</span> <span class='transcript-line' id='line_496'>leg, too. But we didn't say any--I don't have the Purple Heart, but I was wounded.</p></span> <span class='transcript-line' id='line_497'><a href="#" data-timestamp="48" data-chunksize="1" class="jumpLink nblu">00:48:00</a></span> <span class='transcript-line' id='line_498'><p>But this is--that's another beautiful thing two. Number one, I'd lie in my hole</span> <span class='transcript-line' id='line_499'>at night and see thousands of bombers coming over; thousands, thousands,</span> <span class='transcript-line' id='line_500'>thousands coming over. I said, "God, we cannot lose this war," because there was</span> <span class='transcript-line' id='line_501'>doubt when we went in. The United States was number seven in power. Germany was</span> <span class='transcript-line' id='line_502'>first, England was second, France was third, Italy was fourth, Japan was fifth,</span> <span class='transcript-line' id='line_503'>and somebody else--I forget--Italy or whatever. We were number seven. We didn't</span> <span class='transcript-line' id='line_504'>know that we could win the war, but we did. And I tell you (sighs). Now they're</span> <span class='transcript-line' id='line_505'>saying in books [that] the Germans said, How in the world did you get that much</span> <span class='transcript-line' id='line_506'><a href="#" data-timestamp="49" data-chunksize="1" class="jumpLink nblu">00:49:00</a>equipment in? Because we had it. We got three little boxes of food a day, and</span> <span class='transcript-line' id='line_507'>sometimes we didn't.</p></span> <span class='transcript-line' id='line_508'></span> <span class='transcript-line' id='line_509'><p>I was going to tell you another thing. One night, we were already dug in and</span> <span class='transcript-line' id='line_510'>they say, "Hey, Company C, come on out! Come on out!" What the hell? They're</span> <span class='transcript-line' id='line_511'>going to give us a bath? Let me tell you about the baths later on. And they're</span> <span class='transcript-line' id='line_512'>going--it's not--it's nighttime. They can't give us a bath now. So we went into</span> <span class='transcript-line' id='line_513'>a railroad station. There's Jack Leonard, who used to sing for Tommy Dorsey,</span> <span class='transcript-line' id='line_514'>singing, (sings) "Marie, the dawn is breaking, Marie." I loved music before. And</span> <span class='transcript-line' id='line_515'>I knew about him because he had quit Tommy Dorsey and then Frank Sinatra came</span> <span class='transcript-line' id='line_516'>in. He was in the front lines for thirty--for about an hour. He sang there, and</span> <span class='transcript-line' id='line_517'><a href="#" data-timestamp="50" data-chunksize="1" class="jumpLink nblu">00:50:00</a>then back to the damn holes. But oh boy--</p></span> <span class='transcript-line' id='line_518'></span> <span class='transcript-line' id='line_519'><p>And then every month they gave us a bath. You went and there was a block square</span> <span class='transcript-line' id='line_520'>with tarpaulins all over. Must have been ten thousand of us at a time. We had</span> <span class='transcript-line' id='line_521'>wooden ramps, hot water from the thing. You went in there, took all your clothes</span> <span class='transcript-line' id='line_522'>off, threw them away. They fumigated you--shwoo!--and grab your privates and</span> <span class='transcript-line' id='line_523'>shwoo. And then you got a bar of soap. Oh man, white soap. And oh God, you--with</span> <span class='transcript-line' id='line_524'>soap you washed and everything--oh! And then a clean towel to dry with.</p></span> <span class='transcript-line' id='line_525'></span> <span class='transcript-line' id='line_526'><p>And then you had your rifle inspected. And the day before an airplane was</span> <span class='transcript-line' id='line_527'>strafing us, and I forgot I had a brush on top of my M-1. I took my gun off, and</span> <span class='transcript-line' id='line_528'><a href="#" data-timestamp="51" data-chunksize="1" class="jumpLink nblu">00:51:00</a>before thinking I fired at him. Pow! (sound effect) I mean, the bullet</span> <span class='transcript-line' id='line_529'>went--destroyed the damn barrel because the brush had been in there. Yeesh! And</span> <span class='transcript-line' id='line_530'>the sergeant there, he says, "What in the hell did you do with this gun?" I</span> <span class='transcript-line' id='line_531'>said, "I don't know, Sarge. You get me another one." And one time I emptied my</span> <span class='transcript-line' id='line_532'>gun at a giant German airplane--four engines with an ME 210 on top of it. Twin</span> <span class='transcript-line' id='line_533'>engine, with both the big airplane and the little airplane going full blast,</span> <span class='transcript-line' id='line_534'>taking off, forty, fifty yards from me. We were patrolling that area. Pow! I got</span> <span class='transcript-line' id='line_535'>my M-1. Pow! Pow! Pow! I got all eight shots in there. I was shooting at the big</span> <span class='transcript-line' id='line_536'><a href="#" data-timestamp="52" data-chunksize="1" class="jumpLink nblu">00:52:00</a>airplane. The little airplane had the controls in it. Those were</span> <span class='transcript-line' id='line_537'>Germans--officers and all that--going to Brazil, in the giant airplane. The</span> <span class='transcript-line' id='line_538'>small airplane got up to a certain, you know, distance and then went off. But</span> <span class='transcript-line' id='line_539'>that happened and I tell this story now to everybody because--oh boy, it's</span> <span class='transcript-line' id='line_540'>amazing, amazing. It was--</p></span> <span class='transcript-line' id='line_541'></span> <span class='transcript-line' id='line_542'><p>But towards the end we were so tired--mentally, not physically. We were</span> <span class='transcript-line' id='line_543'>strong--but so tired mentally that I prayed, and so did everybody else, to get</span> <span class='transcript-line' id='line_544'>killed or get this goddamn war over with. And that's also the exact word.</span> <span class='transcript-line' id='line_545'><a href="#" data-timestamp="53" data-chunksize="1" class="jumpLink nblu">00:53:00</a>Please, please, I've had it. I don't see the end. I don't see the end. I'm here</span> <span class='transcript-line' id='line_546'>and I can't do anything about it. I'm hungry, I'm scared, I'm tired, I'm cold.</span> <span class='transcript-line' id='line_547'>It was bad, bad, bad, bad. You cannot imagine. And that's when--I was at the</span> <span class='transcript-line' id='line_548'>lead of a patrol, and here comes an army coming on the autobahn towards us. We</span> <span class='transcript-line' id='line_549'>were going this way, and they were coming that way. I said, "That can't be an</span> <span class='transcript-line' id='line_550'>American army." They got closer, a big old swastika flying. I said, "Oh shit!" I</span> <span id="info_trans_3233" data-time-point="00:53:53" data-marker-counter="7" data-marker-id="3233" data-index-title="Valls accepting surrender of General Model and driving German jeep" onclick="toggleRedirectTranscriptIndex(7, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_551'>turned around, and I was going to go and report to Colonel Westmoreland. Later</span> <span class='transcript-line' id='line_552'>he became a general. He was the Ninth Armored Division commander.</p></span> <span class='transcript-line' id='line_553'></span> <span class='transcript-line' id='line_554'><p>And here comes a German jeep over a rise, flying a surrender flag, a white flag.</span> <span class='transcript-line' id='line_555'>So I stopped and I had my gun on him. And he got out and saluted. He spoke</span> <span class='transcript-line' id='line_556'><a href="#" data-timestamp="54" data-chunksize="1" class="jumpLink nblu">00:54:00</a>better English than I did, me with my Spanish accent. And he said, "General</span> <span class='transcript-line' id='line_557'>Model wishes to surrender his army." Wow! So I take him in. At first I said, "Oh</span> <span class='transcript-line' id='line_558'>okay, I'll drive." And he said, "No, I'll drive." I said, "No! I'll drive." I</span> <span class='transcript-line' id='line_559'>got in and the German jeep was not like an American car. I was (makes sound of</span> <span class='transcript-line' id='line_560'>trying to start engine) and the colonel was cringing. I said, "Okay, you drive!"</span> <span class='transcript-line' id='line_561'>(laughs) And I made the biggest mistake I've ever made in my life. I should have</span> <span class='transcript-line' id='line_562'>gone in and said, "Sir, I've captured an army." Instead I told the colonel, "Go</span> <span class='transcript-line' id='line_563'>ahead and surrender." He came out with photographers and, oh,</span> <span class='transcript-line' id='line_564'>everybody--generals and everybody, and they left me by the wayside. But the book</span> <span class='transcript-line' id='line_565'>says we took in three hundred thousand soldiers that day. It was me! And they</span> <span class='transcript-line' id='line_566'><a href="#" data-timestamp="55" data-chunksize="1" class="jumpLink nblu">00:55:00</a>give me credit for--in one of the write-ups there, it says, Germans--Hitler's</span> <span class='transcript-line' id='line_567'>top general surrenders to PFC John Valls. That was the article--one of the</span> <span class='transcript-line' id='line_568'>articles that they did on me. But that happened in--but finally--</p></span> <span class='transcript-line' id='line_569'></span> <span class='transcript-line' id='line_570'><p><span class="speaker">SLOAN:</span> You knew the war was turning, yeah.</p></span> <span class='transcript-line' id='line_571'></span> <span id="info_trans_3327" data-time-point="00:55:27" data-marker-counter="8" data-marker-id="3327" data-index-title="Memories of Germany near the end of the war" onclick="toggleRedirectTranscriptIndex(8, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_572'><p><span class="speaker">VALLS:</span> April the thirtieth we were going to take Berlin. Eisenhower comes and</span> <span class='transcript-line' id='line_573'>says, "No, no, no, no. Go south. The Russians are going to take it." Thank God.</span> <span class='transcript-line' id='line_574'>I wouldn't have lasted another invasion like that. Hitler shot himself that day,</span> <span class='transcript-line' id='line_575'>April the thirtieth. I was about twenty--maybe about twenty kilometers, what</span> <span class='transcript-line' id='line_576'><a href="#" data-timestamp="56" data-chunksize="1" class="jumpLink nblu">00:56:00</a>they use there, from him; about fourteen miles, I think. I figured out where the</span> <span class='transcript-line' id='line_577'>bunker was and where I was. I was there. And we went south. Then we're going to</span> <span class='transcript-line' id='line_578'>liberate Prague, but ah ha! We are almost at Prague. We're in the--within</span> <span class='transcript-line' id='line_579'>the--seeing the city. Again, Eisenhower said, "Hey, get the hell out of there.</span> <span class='transcript-line' id='line_580'>The Russians are going to take it." There was a very pretty girl there in Prague</span> <span class='transcript-line' id='line_581'>that begged me; says, "Please, please, please!" She spoke English. "Please, take</span> <span class='transcript-line' id='line_582'>me back! Please, they're going to come in here and--please!" I said, "Okay."</p></span> <span class='transcript-line' id='line_583'></span> <span class='transcript-line' id='line_584'><p>I brought her into--with me in the half-track all the way to Rehau. We were at</span> <span class='transcript-line' id='line_585'>night looking for a little concrete thing that separated Czechoslovakia with</span> <span class='transcript-line' id='line_586'>Germany--Rehau. So we are in Rehau, fine. That's where we met the Russians. And</span> <span class='transcript-line' id='line_587'><a href="#" data-timestamp="57" data-chunksize="1" class="jumpLink nblu">00:57:00</a>the Russians had a rope across the street. We couldn't go over it, but they</span> <span class='transcript-line' id='line_588'>could come over. I was on a flatbed with the girl. Understand, platonic, okay?</span> <span class='transcript-line' id='line_589'>It wasn't--I--we weren't sexual or anything. Sex is--you know. They said that we</span> <span class='transcript-line' id='line_590'>were--we would rape them and all that. We didn't do that. We were--all our</span> <span class='transcript-line' id='line_591'>soldiers were good. And this girl was there with me, and a Russian officer was</span> <span class='transcript-line' id='line_592'>making points with her, you know. And he came on top of the truck and I told</span> <span class='transcript-line' id='line_593'>him, "Hey, Ruskie, nein, nein, nein. Fraulein, mine, understand? Verstehen sie?</span> <span class='transcript-line' id='line_594'><a href="#" data-timestamp="58" data-chunksize="1" class="jumpLink nblu">00:58:00</a>Fraulein mine, not yours. Okay?" And he still--and I told him--Pow! Man, I hit</span> <span class='transcript-line' id='line_595'>him and knocked him off the thing. And took his pistol and beat the hell out of</span> <span class='transcript-line' id='line_596'>him. And nothing ever happened. But that happened. I had a fight with a Russian.</span> <span class='transcript-line' id='line_597'>There was--they were dirty. They were bad. They were bad. And--oh!</p></span> <span class='transcript-line' id='line_598'></span> <span class='transcript-line' id='line_599'><p>But that--the war ended for me at Rehau. I was only there fourteen days. I met a</span> <span class='transcript-line' id='line_600'>girl--another girl that was very nice. They had no food. At that time, after the</span> <span class='transcript-line' id='line_601'>war or right after the war, we had provisions that were called 10-in-1. That</span> <span class='transcript-line' id='line_602'>means ten meals in one. We didn't have the little C rations, or whatever they</span> <span class='transcript-line' id='line_603'><a href="#" data-timestamp="59" data-chunksize="1" class="jumpLink nblu">00:59:00</a>called them anymore. We were getting even powdered milk, powdered eggs. Very</span> <span class='transcript-line' id='line_604'>good. I gave them to this man. I went to her house; I met her father. Her father</span> <span class='transcript-line' id='line_605'>was a professor. And in return he was teaching me German. Oh man, if I'd have</span> <span class='transcript-line' id='line_606'>stayed in Germany six months, I'd have learned the language. I still know quite</span> <span class='transcript-line' id='line_607'>a bit, enough to hold up infantrymen. Haben sie das geld? That means, "Do you</span> <span class='transcript-line' id='line_608'>have any money?" Ja, ich habe, "I've got it right there." But it was--German</span> <span class='transcript-line' id='line_609'>people were great. I wonder--we were fighting the wrong people.</p></span> <span class='transcript-line' id='line_610'></span> <span class='transcript-line' id='line_611'><p>And we took the town of Dresden. Dresden china. I was assigned to guard one of</span> <span class='transcript-line' id='line_612'>the factories. I went in there and I looked around. There was no German soldiers</span> <span class='transcript-line' id='line_613'><a href="#" data-timestamp="60" data-chunksize="1" class="jumpLink nblu">01:00:00</a>or anything. And I told the guy--the guy spoke English very well, and I said,</span> <span class='transcript-line' id='line_614'>"All I want is a room. I want a cot, a bed, a blanket, and water. That's all.</span> <span class='transcript-line' id='line_615'>And leave me alone." He did that. He brought me everything. And I was already in</span> <span class='transcript-line' id='line_616'>bed, sleeping, and he knocked on the door, says, "What's your address in</span> <span class='transcript-line' id='line_617'>Laredo?" I said, "What do you want to know for?" He says, "Oh, I'm going to send</span> <span class='transcript-line' id='line_618'>you these boxes." He had two boxes. I mean--I said, "Hey, you can't do that." He</span> <span class='transcript-line' id='line_619'>says, "I can. Just give me your address in Laredo." "Okay. 1004 San Bernardo,</span> <span class='transcript-line' id='line_620'>Laredo, Texas, USA." That's it. They got here. My sister--Dresden china, the</span> <span class='transcript-line' id='line_621'>best china that they made, they got here. Because later on I wrote a letter to</span> <span class='transcript-line' id='line_622'><a href="#" data-timestamp="61" data-chunksize="1" class="jumpLink nblu">01:01:00</a>my sister. It says, "Hey, did you ever get a package?" She says, "Yes, we got</span> <span class='transcript-line' id='line_623'>it. It's beautiful." My daughter still has some of the Dresden china that that</span> <span class='transcript-line' id='line_624'>man sent to me.</p></span> <span class='transcript-line' id='line_625'></span> <span id="info_trans_3684" data-time-point="01:01:24" data-marker-counter="9" data-marker-id="3684" data-index-title="Being recognized by a survivor after the war; and discovering the Bergen-Belsen concentration camp as a soldier" onclick="toggleRedirectTranscriptIndex(9, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_626'><p>And I remember Helga, Hilda(??), a survivor from one of the prison camps, came</span> <span class='transcript-line' id='line_627'>to talk here, in Laredo. And I met with her because they told me, Hey, we want</span> <span class='transcript-line' id='line_628'>you to go and see this lady. She was in a prison camp. I said, "Well--" She</span> <span class='transcript-line' id='line_629'>married the guy that freed her, an American lieutenant. I did the same thing</span> <span class='transcript-line' id='line_630'>with Belsen. And Helga(??) knew about that, so when she spoke at the civic</span> <span class='transcript-line' id='line_631'>center--about four thousand people there--she told me sit at the front because</span> <span class='transcript-line' id='line_632'><a href="#" data-timestamp="62" data-chunksize="1" class="jumpLink nblu">01:02:00</a>in her speech she says, "I want to mention John Valls is sitting right there,</span> <span class='transcript-line' id='line_633'>that he was there with me. We didn't know each other, but he was--." She knew</span> <span class='transcript-line' id='line_634'>where I was because they had put them on a bridge. They thought we were going to</span> <span class='transcript-line' id='line_635'>bomb the bridge. We didn't; we bombed the train station. But she knew that. And</span> <span class='transcript-line' id='line_636'>she said, "Stand up," and I took a bow and everything.</p></span> <span class='transcript-line' id='line_637'></span> <span class='transcript-line' id='line_638'><p>God, all the Jewish people that were there, some very high, prominent Laredoans</span> <span class='transcript-line' id='line_639'>here. When I was coming out they wanted to shake my hand because they knew that</span> <span class='transcript-line' id='line_640'>I was there. I showed her the picture that--about the atrocities that happened.</span> <span class='transcript-line' id='line_641'>I didn't realize that. I didn't know. But I had no--Jewish people, to me, are</span> <span class='transcript-line' id='line_642'><a href="#" data-timestamp="63" data-chunksize="1" class="jumpLink nblu">01:03:00</a>people; that's all. And they're successful because they get together. They're a</span> <span class='transcript-line' id='line_643'>family. We Catholics are not, and the Baptists aren't, too. But, you know, I'd</span> <span class='transcript-line' id='line_644'>learned a lot about that. But she pointed me out in her talk because she said,</span> <span class='transcript-line' id='line_645'>"I don't know what his rank was, but to me he's the general." Because she was so</span> <span class='transcript-line' id='line_646'>nice, and we communicate now.</p></span> <span class='transcript-line' id='line_647'></span> <span class='transcript-line' id='line_648'><p><span class="speaker">SLOAN:</span> Well, before we get to Belsen--I want you to tell your Belsen story. But</span> <span class='transcript-line' id='line_649'>had you heard of the camps or had--did you know about the camps?</p></span> <span class='transcript-line' id='line_650'></span> <span class='transcript-line' id='line_651'><p><span class="speaker">VALLS:</span> No. No. We didn't know anything. I learned about Goering and Goebbels and</span> <span class='transcript-line' id='line_652'>all those after the war. I didn't know. I was just a kid from high school that</span> <span class='transcript-line' id='line_653'>really was very na茂ve. I didn't know anything. No. But when I saw that, I</span> <span class='transcript-line' id='line_654'><a href="#" data-timestamp="64" data-chunksize="1" class="jumpLink nblu">01:04:00</a>thought, How can any people do that to other people? How--it's impossible. It's impossible!</p></span> <span class='transcript-line' id='line_655'></span> <span class='transcript-line' id='line_656'><p><span class="speaker">SLOAN:</span> Well, take me back through finding the camp--that story, yeah.</p></span> <span class='transcript-line' id='line_657'></span> <span class='transcript-line' id='line_658'><p><span class="speaker">VALLS:</span> I was--okay, one day--I don't even remember what the orders were for that</span> <span class='transcript-line' id='line_659'>day. I know that we were under Montgomery. We were not--the Ninth Armored</span> <span class='transcript-line' id='line_660'>Division had been loaned to Montgomery, but we were still taking orders from my</span> <span class='transcript-line' id='line_661'>sergeant. My sergeant told me, "Hey, patrol this area and go into this area."</span> <span class='transcript-line' id='line_662'>And I was alone, mind you, and I walked and I saw a giant wall right by--right</span> <span class='transcript-line' id='line_663'><a href="#" data-timestamp="65" data-chunksize="1" class="jumpLink nblu">01:05:00</a>on the street. And I said, "This is strange." I didn't know it was a prison</span> <span class='transcript-line' id='line_664'>camp. I opened the gate. It wasn't even locked. I opened the gate, and as soon</span> <span class='transcript-line' id='line_665'>as I walked in I heard (imitates muffled cheering). Somebody scored a touchdown</span> <span class='transcript-line' id='line_666'>in a football game. But it was very muffled. And I walked in and everybody was</span> <span class='transcript-line' id='line_667'>looking at me. Everybody was standing, and there were some people in racks that</span> <span class='transcript-line' id='line_668'>I could see. They were laying down just--and all they did was got their heads up</span> <span class='transcript-line' id='line_669'>and looked and came right back down. They were dying. They were--and it stunk.</span> <span class='transcript-line' id='line_670'>It was very--</p></span> <span class='transcript-line' id='line_671'></span> <span class='transcript-line' id='line_672'><p>And all of a sudden this man comes up to me and tells me (unintelligible</span> <span class='transcript-line' id='line_673'>ululating). He was trying to give me his prize possession, which was a</span> <span class='transcript-line' id='line_674'><a href="#" data-timestamp="66" data-chunksize="1" class="jumpLink nblu">01:06:00</a>sleeveless rabbit skin coat. I said, "No, no, no, I can't. I'm an American</span> <span class='transcript-line' id='line_675'>soldier. I can't take anything. Go, you're free! You're free. Go!" (ululates) I</span> <span class='transcript-line' id='line_676'>said, "I can't take anything, please. Please, I can't take anything. Go! Go,</span> <span class='transcript-line' id='line_677'>you're free!" (ululates) I took it, and then he left.</p></span> <span class='transcript-line' id='line_678'></span> <span class='transcript-line' id='line_679'><p>But then very soon thereafter the English came in, and I understand that--Life</span> <span class='transcript-line' id='line_680'>magazine was also there because I've got the magazine that shows the pictures</span> <span class='transcript-line' id='line_681'>that they took. And Eisenhower got the people in the town to come and parade</span> <span class='transcript-line' id='line_682'>down and see what--the atrocities. There was about five thousand bodies on the</span> <span class='transcript-line' id='line_683'>street, all just dead. I never saw anything like that. It was gruesome. It</span> <span class='transcript-line' id='line_684'><a href="#" data-timestamp="67" data-chunksize="1" class="jumpLink nblu">01:07:00</a>was--as a matter of fact, I wanted to get the hell out of there because I</span> <span class='transcript-line' id='line_685'>couldn't--number one, I couldn't stand the smell; and number two, there was</span> <span class='transcript-line' id='line_686'>already some British soldiers coming in after me. And they were in charge. Let</span> <span class='transcript-line' id='line_687'>them be in charge. I don't want to have anything to do--and I went on and--but</span> <span class='transcript-line' id='line_688'>now I know where I was, and I know that Life magazine was there the next day.</span> <span class='transcript-line' id='line_689'>But it was gruesome.</p></span> <span class='transcript-line' id='line_690'></span> <span id="info_trans_4064" data-time-point="01:07:44" data-marker-counter="10" data-marker-id="4064" data-index-title="Further thoughts about and memories of the war" onclick="toggleRedirectTranscriptIndex(10, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_691'><p>The--I didn't--I was so na茂ve. I didn't know the difference between--blacks, I</span> <span class='transcript-line' id='line_692'>didn't even--I had never seen [but] maybe one or two black people in Laredo. And</span> <span class='transcript-line' id='line_693'><a href="#" data-timestamp="68" data-chunksize="1" class="jumpLink nblu">01:08:00</a>at Camp Kilmer I was on the starting lineup with four blacks, four blacks and</span> <span class='transcript-line' id='line_694'>myself. And one of them was named Jackie Robinson. Not the Jackie Robinson of</span> <span class='transcript-line' id='line_695'>baseball fame but Jackie Robinson, about my age. He was also very good. And we</span> <span class='transcript-line' id='line_696'>did the first alley-oop. We were playing against Seton Hall, and I went up</span> <span class='transcript-line' id='line_697'>center and jumped real high, got the ball, and zoop! Whoa! The gym exploded. And</span> <span class='transcript-line' id='line_698'>after we got down the other guys said, Hey, you guys do that again. (laughs) The</span> <span class='transcript-line' id='line_699'>first alley-oop and I--you know.</p></span> <span class='transcript-line' id='line_700'></span> <span class='transcript-line' id='line_701'><p>I was--I know one thing. I know I have a guardian angel. I know it. I know it.</span> <span class='transcript-line' id='line_702'>I've been in so many bad things that somebody did speak for me, even now. Even</span> <span class='transcript-line' id='line_703'><a href="#" data-timestamp="69" data-chunksize="1" class="jumpLink nblu">01:09:00</a>now. My guardian angel has gotten me out of some serious trouble that I could</span> <span class='transcript-line' id='line_704'>have gotten into if--I've had offers of a lot of illegal things, and</span> <span class='transcript-line' id='line_705'>somehow--somehow somebody talks for me. Somebody says words that--was that me? I</span> <span class='transcript-line' id='line_706'>know it. I know it. And it's--I've got a guardian angel, I hope. Oh, it's--</p></span> <span class='transcript-line' id='line_707'></span> <span class='transcript-line' id='line_708'><p>And one time, I was assigned after a battle--we had won a battle and we were in</span> <span class='transcript-line' id='line_709'>charge of--I was in charge of identifying our dead. We had German civilians with</span> <span class='transcript-line' id='line_710'><a href="#" data-timestamp="70" data-chunksize="1" class="jumpLink nblu">01:10:00</a>mule carts, wagons picking up our dead and placing them on the cart--on the</span> <span class='transcript-line' id='line_711'>wagon. I was in charge of getting their dog tags and making sure they were</span> <span class='transcript-line' id='line_712'>Americans because, you know, in combat, I mean, you get dirty and everything.</span> <span class='transcript-line' id='line_713'>Oh, I got so tired of seeing those grey faces, pulling out the tags from several</span> <span class='transcript-line' id='line_714'>wagons. I got so tired of seeing them that I said to hell with it. If they've</span> <span class='transcript-line' id='line_715'>got green socks, they go. And from then on I just looked at the socks. They were</span> <span class='transcript-line' id='line_716'>grey; take them off. If they were green, leave them there. But that happened,</span> <span class='transcript-line' id='line_717'>and it made an impression on me, even though I didn't think of anything at the</span> <span class='transcript-line' id='line_718'>time. But when you die, when you're killed, you turn grey. Everybody. And I</span> <span class='transcript-line' id='line_719'><a href="#" data-timestamp="71" data-chunksize="1" class="jumpLink nblu">01:11:00</a>remember that; that was one of my jobs.</p></span> <span class='transcript-line' id='line_720'></span> <span class='transcript-line' id='line_721'><p>After a battle we had--you did everything. You did--in the army, it's not like</span> <span class='transcript-line' id='line_722'>the movies. Audie Murphy was a real hero. And we were--they say we're heroes.</span> <span class='transcript-line' id='line_723'>They call me a hero. And one time we were going to take a U-shaped</span> <span class='transcript-line' id='line_724'>building--green, green--two stories with bunkers on each end firing at us,</span> <span class='transcript-line' id='line_725'>machine guns. I got under one of the bunkers and with a hand grenade, (imitates</span> <span class='transcript-line' id='line_726'>sound of throwing grenade) Boom! Then they quit firing. The sergeant comes up</span> <span class='transcript-line' id='line_727'>and he said, "You stupid bastard! What the hell do you think you were doing?</span> <span class='transcript-line' id='line_728'><a href="#" data-timestamp="72" data-chunksize="1" class="jumpLink nblu">01:12:00</a>What if that hand grenade hadn't gone in there? It would have killed all of us!"</span> <span class='transcript-line' id='line_729'>He was right. I should have--I shouldn't have done it. But I did it. And it</span> <span id="info_trans_4343" data-time-point="01:12:23" data-marker-counter="11" data-marker-id="4343" data-index-title="Death of brother Louis Valls" onclick="toggleRedirectTranscriptIndex(11, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_730'>turned out, the rumor had it, it was a house for prostitutes for the SS.</p></span> <span class='transcript-line' id='line_731'></span> <span class='transcript-line' id='line_732'><p>Another time, an SS captain--I was in charge of receiving some prisoners. They</span> <span class='transcript-line' id='line_733'>were surrendering. It must have been close to the end of the war. And they</span> <span class='transcript-line' id='line_734'>were--here comes a Mercedes-Benz, nineteen-thirty-something edition, with a</span> <span class='transcript-line' id='line_735'>chauffeur and the captain, SS captain, and his mistress, to surrender. And I</span> <span class='transcript-line' id='line_736'>looked in there, and I said, "Das amerikaner uhr." That means, "That's an</span> <span class='transcript-line' id='line_737'><a href="#" data-timestamp="73" data-chunksize="1" class="jumpLink nblu">01:13:00</a>American watch." He was wearing one.(??) They didn't have watches</span> <span class='transcript-line' id='line_738'>[wristwatches]; they had pocket watches. He said, "Nein, nein." I said, "Yes, it</span> <span class='transcript-line' id='line_739'>is." I got in there, and I took the watch off: US Air Force. My brother had just</span> <span class='transcript-line' id='line_740'>been killed. I got that guy--I got him, and I have never been in a rage. That</span> <span class='transcript-line' id='line_741'>was a rage. I got him, and I was taking him out the little window in the</span> <span class='transcript-line' id='line_742'>Mercedes-Benz. I was going to kill him with my bare hands. I got him, and he had</span> <span class='transcript-line' id='line_743'>been wounded, and the patch stuck in the windshield or something (sound effect),</span> <span class='transcript-line' id='line_744'>blood all over. (laughs) And a sergeant came and got me and they took me off. I</span> <span class='transcript-line' id='line_745'>was fighting the sergeant because I wanted that guy. I wanted to kill him. I was</span> <span class='transcript-line' id='line_746'>going to kill him with my bare hands, because my brother had just been killed,</span> <span class='transcript-line' id='line_747'>and he had an air force watch. I know my brother had one. But--</p></span> <span class='transcript-line' id='line_748'><a href="#" data-timestamp="74" data-chunksize="1" class="jumpLink nblu">01:14:00</a></span> <span class='transcript-line' id='line_749'><p><span class="speaker">SLOAN:</span> Is that Louis?</p></span> <span class='transcript-line' id='line_750'></span> <span class='transcript-line' id='line_751'><p><span class="speaker">VALLS:</span> Louis, Louis Valls. I've got his book. You ought to see his book. (moves</span> <span class='transcript-line' id='line_752'>to retrieve book) Wow, look at this. All his missions and everything.</p></span> <span class='transcript-line' id='line_753'></span> <span class='transcript-line' id='line_754'><p><span class="speaker">SLOAN:</span> Hm, I see, yeah.</p></span> <span class='transcript-line' id='line_755'></span> <span class='transcript-line' id='line_756'><p><span class="speaker">VALLS:</span> All--and incidentally, when he was given the--a DFC [Distinguished Flying</span> <span class='transcript-line' id='line_757'>Cross], some of his buddies that were in the flight, that were officers also,</span> <span class='transcript-line' id='line_758'>came down to see if--there was three. Cornelius, who was in the flight, and he</span> <span class='transcript-line' id='line_759'>showed us where--he saw my brother get hit, once. And my brother</span> <span class='transcript-line' id='line_760'>immediately--the landing gear came out because they hit the left--the cell.</span> <span class='transcript-line' id='line_761'>Boom, the landing gear came out, and immediately he punched the bailout button.</span> <span class='transcript-line' id='line_762'><a href="#" data-timestamp="75" data-chunksize="1" class="jumpLink nblu">01:15:00</a>Two guys got out. Boom, he got hit again because he was the deputy leader. The</span> <span class='transcript-line' id='line_763'>leader had been hit and he had to veer off, and he passed the command over to my</span> <span class='transcript-line' id='line_764'>brother. He was maneuvering for the leader spot, and they had him pegged. And</span> <span class='transcript-line' id='line_765'>they--he got hit too. Incidentally, the leader also survived, but he became a</span> <span class='transcript-line' id='line_766'>prisoner of war because he could--he veered off, all his people parachuted and</span> <span class='transcript-line' id='line_767'>were taken prisoners, but the airplane crashed. But that happened. That was</span> <span class='transcript-line' id='line_768'>Louis. He was--another very interesting thing that you got to--that beautiful</span> <span class='transcript-line' id='line_769'>little girl there, that you saw--</p></span> <span class='transcript-line' id='line_770'></span> <span class='transcript-line' id='line_771'><p><span class="speaker">SLOAN:</span> Um-hm, um-hm.</p></span> <span class='transcript-line' id='line_772'></span> <span class='transcript-line' id='line_773'><p><span class="speaker">VALLS:</span> My brother Louis, when he was on the way to Africa and to Europe for--to</span> <span class='transcript-line' id='line_774'><a href="#" data-timestamp="76" data-chunksize="1" class="jumpLink nblu">01:16:00</a>go to the war, met her.</p></span> <span class='transcript-line' id='line_775'></span> <span class='transcript-line' id='line_776'><p><span class="speaker">SLOAN:</span> Oh really.</p></span> <span class='transcript-line' id='line_777'></span> <span class='transcript-line' id='line_778'><p><span class="speaker">VALLS:</span> And they fell in love. They were going to get married. He proposed to</span> <span class='transcript-line' id='line_779'>her. She accepted. They were there about ten days. And his navigator--because my</span> <span class='transcript-line' id='line_780'>wife asked Louis, "Do you have any [friends]? I've got a sister." They're</span> <span class='transcript-line' id='line_781'>twins--Isabel. "Do you have one for her?" He says, "Yeah, my navigator. He's up</span> <span class='transcript-line' id='line_782'>in the room, building model airplanes." So he came down, Bill Stevens. He met</span> <span class='transcript-line' id='line_783'>her sister, her twin sister. They also became engaged. During the war, the</span> <span class='transcript-line' id='line_784'><a href="#" data-timestamp="77" data-chunksize="1" class="jumpLink nblu">01:17:00</a>navigator--no, he was a bombardier, I'm sorry, bombardier--missed a target and</span> <span class='transcript-line' id='line_785'>Louis fired him, fired Bill Stevens. So Bill went to B-17s. Luckily, he</span> <span class='transcript-line' id='line_786'>survived. He came back and he married Gladys's twin sister.</p></span> <span class='transcript-line' id='line_787'></span> <span id="info_trans_4643" data-time-point="01:17:23" data-marker-counter="12" data-marker-id="4643" data-index-title="Meeting his wife after the war" onclick="toggleRedirectTranscriptIndex(12, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_788'><p>So I come back from the war [in 1947]. This is '44--yeah, '44 [when I went in].</span> <span class='transcript-line' id='line_789'>I come back from the war, three years later, mind you. And my brother Alphonso</span> <span class='transcript-line' id='line_790'>had been flying--the war was over. He was flying B-17s. He went and stopped in</span> <span class='transcript-line' id='line_791'>Savannah and he met my wife, too. He went just to pay a courtesy call. I guess</span> <span class='transcript-line' id='line_792'>they talked and [he] said, "Hey, yeah, come to Laredo to see us." So she came to</span> <span class='transcript-line' id='line_793'>Laredo, to see Alphonso, really. Alphonso and I and a friend, Fernando, were</span> <span class='transcript-line' id='line_794'><a href="#" data-timestamp="78" data-chunksize="1" class="jumpLink nblu">01:18:00</a>sitting in our porch. And they were talking, [Alphonso] says [to Fernando],</span> <span class='transcript-line' id='line_795'>"Hey, this girl is coming to visit us. You take her out and I'll take her out."</span> <span class='transcript-line' id='line_796'>And he [Fernando] said, "No, you take her out." I says, "Hey, I'm going to take</span> <span class='transcript-line' id='line_797'>her out." "But you're already going with a girl." I had a girlfriend. I said,</span> <span class='transcript-line' id='line_798'>"I'll tell her about it and tell her that I'm just doing--being nice to a friend."</p></span> <span class='transcript-line' id='line_799'></span> <span class='transcript-line' id='line_800'><p>Wow! When I saw that pretty little thing--shew!--that was it. We went together</span> <span class='transcript-line' id='line_801'>for twenty days, I think. She stayed here. And went back and we got married. We</span> <span class='transcript-line' id='line_802'>were going to get married Thanksgiving Day, November the twenty-eighth, when I</span> <span class='transcript-line' id='line_803'>had some time off from Baylor. Alphonso and I came to--I got married, I took her</span> <span class='transcript-line' id='line_804'><a href="#" data-timestamp="79" data-chunksize="1" class="jumpLink nblu">01:19:00</a>back to Baylor, and we--ever since, I mean, it was great. Oh--</p></span> <span class='transcript-line' id='line_805'></span> <span class='transcript-line' id='line_806'><p><span class="speaker">SLOAN:</span> You've been married how many years?</p></span> <span class='transcript-line' id='line_807'></span> <span class='transcript-line' id='line_808'><p><span class="speaker">VALLS:</span> Sixty-five.</p></span> <span class='transcript-line' id='line_809'></span> <span class='transcript-line' id='line_810'><p><span class="speaker">SLOAN:</span> Sixty-five years.</p></span> <span class='transcript-line' id='line_811'></span> <span class='transcript-line' id='line_812'><p><span class="speaker">VALLS:</span> Sixty-five. But it was great. Baylor was super. I never, never, never</span> <span class='transcript-line' id='line_813'>was--tried to be changed to a Baptist. Even though I was a Catholic because my</span> <span class='transcript-line' id='line_814'>mother and my father were Catholics--I see religion as nothing. You believe in</span> <span class='transcript-line' id='line_815'>God or you don't. God is everybody's God, everybody. I don't care what your</span> <span class='transcript-line' id='line_816'>color is, I don't care where you're from. God is God. Some people call him</span> <span class='transcript-line' id='line_817'><a href="#" data-timestamp="80" data-chunksize="1" class="jumpLink nblu">01:20:00</a>the--what do they call him in--Jehovah, or--different names, but he is Supreme</span> <span class='transcript-line' id='line_818'>Being. And that's the way I look at religion. Church, to me--I pray three times</span> <span class='transcript-line' id='line_819'>a day: when I get up, when I take a nap, and then when I go to sleep. And I</span> <span class='transcript-line' id='line_820'>pray. And I pray religiously because prayer does do good. And I've had my</span> <span class='transcript-line' id='line_821'>prayers answered so many times. I mean, as ugly as I am, how can I get somebody</span> <span class='transcript-line' id='line_822'>that pretty? (laughter)</p></span> <span class='transcript-line' id='line_823'></span> <span class='transcript-line' id='line_824'><p><span class="speaker">SLOAN:</span> Well, I'd like to talk about going to Baylor, how that happened. Yeah.</p></span> <span class='transcript-line' id='line_825'></span> <span id="info_trans_4850" data-time-point="01:20:50" data-marker-counter="13" data-marker-id="4850" data-index-title="Running track at the collegiate level at Baylor; coaching in Laredo; and playing basketball" onclick="toggleRedirectTranscriptIndex(13, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_826'><p><span class="speaker">VALLS:</span> I had a bunch of scholarships. I was very good in high school and the</span> <span class='transcript-line' id='line_827'><a href="#" data-timestamp="81" data-chunksize="1" class="jumpLink nblu">01:21:00</a>coaches knew it. Bully Gilstrap from [University of] Texas had already told me,</span> <span class='transcript-line' id='line_828'>"Hey, come to Texas." Colonel [Frank G.] Anderson from Texas A&M had already</span> <span class='transcript-line' id='line_829'>told me, "Hey, we want you here." My brother went, took CTD at Howard Payne, and</span> <span class='transcript-line' id='line_830'>they tried to get him. He was already at East Texas. Said, "Do you have a</span> <span class='transcript-line' id='line_831'>brother?" He says, "Yeah." "We want him." And somehow Purdue sent a</span> <span class='transcript-line' id='line_832'>letter--Purdue, mind you--sent a letter to my father that they wanted me after I</span> <span class='transcript-line' id='line_833'>got through with the army. Where I was, at Central State Teachers College, the</span> <span class='transcript-line' id='line_834'>coach told me, says, "Hey, come and run for us when you get through."</p></span> <span class='transcript-line' id='line_835'></span> <span class='transcript-line' id='line_836'><p>I went to the graduation of my brother at Marquette University. Kenny Wiesner</span> <span class='transcript-line' id='line_837'><a href="#" data-timestamp="82" data-chunksize="1" class="jumpLink nblu">01:22:00</a>was a high jumper for Marquette. He was a world-class athlete. And I stayed</span> <span class='transcript-line' id='line_838'>there with my brother. I went and worked out with Kenny and with the hurdlers</span> <span class='transcript-line' id='line_839'>and all that there at Marquette. Western Michigan came to a dual meet with</span> <span class='transcript-line' id='line_840'>Marquette, and Pope(??), who had run for TCU--while I was in high school, he was</span> <span class='transcript-line' id='line_841'>already at TCU--was running for Western Michigan in Michigan, somewhere. And he</span> <span class='transcript-line' id='line_842'>said, "Hey!" He told the coach and the coach said, "Yeah, come on. Come and run</span> <span class='transcript-line' id='line_843'>for us." I said, "Coach, your place is too cold. It's not for me. And besides,"</span> <span class='transcript-line' id='line_844'><a href="#" data-timestamp="83" data-chunksize="1" class="jumpLink nblu">01:23:00</a>I told him, "You already have a hurdler." He says, "Yeah, but he's no good." (laughs)</p></span> <span class='transcript-line' id='line_845'></span> <span class='transcript-line' id='line_846'><p>But Pope(??) called TCU. He's the one that sent somebody to--I still wasn't</span> <span class='transcript-line' id='line_847'>home--sent somebody to Laredo--left me fifteen dollars to go to TCU. And I was</span> <span class='transcript-line' id='line_848'>going to go to TCU. And on the way I did stop at Texas. And they told me, You're</span> <span class='transcript-line' id='line_849'>going to live in this building, about the fifth floor up there, and you're</span> <span class='transcript-line' id='line_850'>going--this is your classroom. It was like a theater, was about two hundred,</span> <span class='transcript-line' id='line_851'>three hundred people in there. (laughs) I said, Oh. I said no. A&M was the same way.</p></span> <span class='transcript-line' id='line_852'></span> <span class='transcript-line' id='line_853'><p>I got to Baylor and the coach had--they hadn't even offered me a scholarship.</span> <span class='transcript-line' id='line_854'>And the coach here at Laredo wrote me a letter. He says, "Give this to J. D.</span> <span class='transcript-line' id='line_855'><a href="#" data-timestamp="84" data-chunksize="1" class="jumpLink nblu">01:24:00</a>Stovall. He won the high hurdles in the Southwest Conference when you were born,</span> <span class='transcript-line' id='line_856'>1924." So I stopped at Baylor. God, they were so nice, and they showed me the</span> <span class='transcript-line' id='line_857'>classroom. It was a big high school, that's all. And Stony Cotton was my guide.</span> <span class='transcript-line' id='line_858'>He was a sprinter. And he said, "Hey, they gave me twenty dollars to entertain</span> <span class='transcript-line' id='line_859'>you." (laughs) And so I said, "Yeah. Hey." I never got to TCU. (Sloan laughs) I</span> <span class='transcript-line' id='line_860'>signed with Baylor.</p></span> <span class='transcript-line' id='line_861'></span> <span class='transcript-line' id='line_862'><p><span class="speaker">SLOAN:</span> So do you remember what you did with your twenty dollars to entertain</span> <span class='transcript-line' id='line_863'>yourself in Waco?</p></span> <span class='transcript-line' id='line_864'></span> <span class='transcript-line' id='line_865'><p><span class="speaker">VALLS:</span> No, no. We went and Stony kept the--I didn't keep the money, because I</span> <span class='transcript-line' id='line_866'>was very knowledgeable about being a pro. If you accepted money, you were</span> <span class='transcript-line' id='line_867'><a href="#" data-timestamp="85" data-chunksize="1" class="jumpLink nblu">01:25:00</a>ineligible, so no, no, no, no. But Stony went--we got a malt somewhere, and I</span> <span class='transcript-line' id='line_868'>came back and I said, "I'm going back home. I'll see you." They offered me</span> <span class='transcript-line' id='line_869'>a--then Coach Stovall told me, "Hey, this next month we're having a meet in San</span> <span class='transcript-line' id='line_870'>Antonio. I want you to come and run there." I said, "Okay, yeah, I'll go." So I</span> <span class='transcript-line' id='line_871'>went and, man, I wasn't in shape. I wasn't. I was in--and Pete Owens was one of</span> <span class='transcript-line' id='line_872'>the guys that was there. Pete Owens was the class high--world-class hurdler, and</span> <span class='transcript-line' id='line_873'>I was in the lane with him to--man, I didn't even make it to the--I think the</span> <span class='transcript-line' id='line_874'>prelims. I ran one race. I might have beat somebody but not many. I was out of shape.</p></span> <span class='transcript-line' id='line_875'><a href="#" data-timestamp="86" data-chunksize="1" class="jumpLink nblu">01:26:00</a></span> <span class='transcript-line' id='line_876'><p>But another thing happened then. During the war, I stole Schindler--you've heard</span> <span class='transcript-line' id='line_877'>of Oskar Schindler? I was in his apartment. I stole his handkerchiefs. He</span> <span class='transcript-line' id='line_878'>spelled it O-s-k-a-r. I'm always suffering from allergies, and I used the</span> <span class='transcript-line' id='line_879'>handkerchiefs. And I got his warm-up, a beautiful black warm-up with the</span> <span class='transcript-line' id='line_880'>swastikas and everything: beautiful. And I took it. I brought it home. When I</span> <span class='transcript-line' id='line_881'>went to that meet, that's all I had to--and I was wearing the German things. I</span> <span class='transcript-line' id='line_882'>was warming up, you know. I was doing my drills and everything. And Coach</span> <span class='transcript-line' id='line_883'>Stovall came and says, "Are you going to wear that thing?" I said, "Yeah. We</span> <span class='transcript-line' id='line_884'><a href="#" data-timestamp="87" data-chunksize="1" class="jumpLink nblu">01:27:00</a>beat them." He gave me a uniform real quick. And he gave me the most beautiful</span> <span class='transcript-line' id='line_885'>shorts. They were silk. I mean--that had a lot to do with me going to Baylor, a</span> <span class='transcript-line' id='line_886'>pair of shorts. Can you imagine? They were beautiful, green and gold. Oh God,</span> <span class='transcript-line' id='line_887'>they were beautiful.</p></span> <span class='transcript-line' id='line_888'></span> <span class='transcript-line' id='line_889'><p>But I ran and I didn't do very well. I was out of shape. And he had invited me</span> <span class='transcript-line' id='line_890'>to another meet the next week but I didn't go. And then, when I reported to</span> <span class='transcript-line' id='line_891'>Baylor, he said, "Why didn't you come the second time?" And I told him, "Coach,</span> <span class='transcript-line' id='line_892'>I'm not in shape. I need a lot of work to get in shape." And sure enough, he ran</span> <span class='transcript-line' id='line_893'>me. Six hurdles. Do it again. Six hurdles. Do it again. Six hurdles. Do it</span> <span class='transcript-line' id='line_894'>again. Oh boy, I ran. I ran my freshman year. He got me in shape. My second</span> <span class='transcript-line' id='line_895'><a href="#" data-timestamp="88" data-chunksize="1" class="jumpLink nblu">01:28:00</a>year, he brought a kid from somewhere, high school kid that they were trying to</span> <span class='transcript-line' id='line_896'>get to Baylor. He ran the hurdles. He ran the high school hurdles, I ran the</span> <span class='transcript-line' id='line_897'>college hurdles. And at that time I ran a fourteen-five, and the kid ran a</span> <span class='transcript-line' id='line_898'>fourteen-seven. So he was about three yards, four yards behind me. But I was</span> <span class='transcript-line' id='line_899'>already in shape, because fourteen-five is--was real good time.</p></span> <span class='transcript-line' id='line_900'></span> <span class='transcript-line' id='line_901'><p>But I did so many things that--if I'd just concentrated on the hurdles. When I</span> <span class='transcript-line' id='line_902'>was coaching, I came back to coach in Laredo. Incidentally, I was making $239 a</span> <span class='transcript-line' id='line_903'><a href="#" data-timestamp="89" data-chunksize="1" class="jumpLink nblu">01:29:00</a>month at Baylor, with scholarships and all, and the army gave me so much. And</span> <span class='transcript-line' id='line_904'>when I came to coach here at Laredo, my take-home pay was $187 a month, for</span> <span class='transcript-line' id='line_905'>coaching three sports. That's all we had. I took my team to Monterrey to run</span> <span class='transcript-line' id='line_906'>against their Olympic team. And I ran the hurdles, too. I beat their Olympic</span> <span class='transcript-line' id='line_907'>champion, and I beat their high-jump champion. So they invited me, says, Hey, we</span> <span class='transcript-line' id='line_908'>want you to come to the Olympics with Mexico. I said, "Hey, that's--I'll go."</span> <span class='transcript-line' id='line_909'>They said, But just one thing: you have to give up your citizenship. I said, "No</span> <span class='transcript-line' id='line_910'>way. No way. I'm not going to give up my citizenship."</p></span> <span class='transcript-line' id='line_911'></span> <span class='transcript-line' id='line_912'><p>But I had a team. I had Texaco Chiefs. We played basketball. In ten games, we</span> <span class='transcript-line' id='line_913'><a href="#" data-timestamp="90" data-chunksize="1" class="jumpLink nblu">01:30:00</a>scored over a hundred points in every game. We played everybody. We beat</span> <span class='transcript-line' id='line_914'>everybody. We beat a navy team at Cabaniss. Oh man, we were beating everybody by</span> <span class='transcript-line' id='line_915'>twenty, thirty points. We were good. I had all-collegiates: Ken Shockley from</span> <span class='transcript-line' id='line_916'>Missouri, my brother from East Texas, John Mastin from Massachusetts, Bob</span> <span class='transcript-line' id='line_917'>Mastin, and John Early from Connecticut somewhere, and a guy from Mexico, Corona</span> <span class='transcript-line' id='line_918'>from Mexico. Just about five of us, that's all. We played for Texaco, and we</span> <span class='transcript-line' id='line_919'>beat everybody around.</p></span> <span class='transcript-line' id='line_920'></span> <span class='transcript-line' id='line_921'><p><span class="speaker">SLOAN:</span> Oh wow. So when is that? Is that--that's after Baylor?</p></span> <span class='transcript-line' id='line_922'></span> <span class='transcript-line' id='line_923'><p><span class="speaker">VALLS:</span> After Baylor--no, after Baylor, yeah.</p></span> <span class='transcript-line' id='line_924'></span> <span class='transcript-line' id='line_925'><p><span class="speaker">SLOAN:</span> Well, are there some other stories you remember from Baylor? You talked a</span> <span class='transcript-line' id='line_926'>little bit about living there and bringing Gladys up.</p></span> <span class='transcript-line' id='line_927'><a href="#" data-timestamp="91" data-chunksize="1" class="jumpLink nblu">01:31:00</a></span> <span class='transcript-line' id='line_928'><p><span class="speaker">VALLS:</span> Yeah. I remember that we lived on Ninth and Baylor. At first we lived</span> <span class='transcript-line' id='line_929'>right behind Rena Marrs McLean Gym. There was a compound of trailers, and the</span> <span class='transcript-line' id='line_930'>first--Gladys and I moved into a trailer. We shared the bathroom with Jasper</span> <span class='transcript-line' id='line_931'>Flanakin, an end on the football team, and his wife Myra. We became good</span> <span class='transcript-line' id='line_932'>friends. And we lived there the first year. If you made it the first year, then</span> <span class='transcript-line' id='line_933'>you went to a bigger--then we moved into a double trailer, those double</span> <span class='transcript-line' id='line_934'>trailers. It was very comfortable. And they made it very easy.</p></span> <span class='transcript-line' id='line_935'></span> <span class='transcript-line' id='line_936'><p>Bird Kultgen sold us--sold me--I went to buy a car and he says, "Yeah, you can</span> <span class='transcript-line' id='line_937'>have this one." I don't think I ever paid for it, but he gave me a 1931 Model A.</span> <span class='transcript-line' id='line_938'><a href="#" data-timestamp="92" data-chunksize="1" class="jumpLink nblu">01:32:00</a>And I had that--oh, it was a beautiful car. Model A, I mean, wa-broom, it was</span> <span class='transcript-line' id='line_939'>beautiful. Then the second year you got a little bit better car. I had a DeSoto</span> <span class='transcript-line' id='line_940'>the second year, and the third year I had a Ford convertible, 1937 Ford</span> <span class='transcript-line' id='line_941'>convertible. Bill Martineson, Bullet Bill Martineson, was also on the track</span> <span class='transcript-line' id='line_942'>team. They were going to give him a used car, too. And he said, "No, I want a</span> <span class='transcript-line' id='line_943'>brand new car. I want a--." No, we can't do that. It's got to be a used car. You</span> <span class='transcript-line' id='line_944'>can't do that. He left, made a big mistake. I've talked to him since then, says,</span> <span class='transcript-line' id='line_945'><a href="#" data-timestamp="93" data-chunksize="1" class="jumpLink nblu">01:33:00</a>"That was stupid." Because he was our sprinter. Still, Stony, Odell [Preston],</span> <span class='transcript-line' id='line_946'>and I made All-Southwest Conference. The first year we went to Wyandotte stadium</span> <span class='transcript-line' id='line_947'>in Kansas and ran. I made the finals. And I don't know what Stony did, but</span> <span class='transcript-line' id='line_948'>Odell--I understand Odell died recently. I've got a book that has all the names</span> <span class='transcript-line' id='line_949'>of all the students in Baylor.</p></span> <span class='transcript-line' id='line_950'></span> <span class='transcript-line' id='line_951'><p>But, no, this was living very nice. Baylor--for what we had, we lived</span> <span class='transcript-line' id='line_952'>comfortably. We didn't starve. We didn't--we--but we could afford a lot of</span> <span class='transcript-line' id='line_953'>things that, you know--like, who would have a car in college without any means</span> <span class='transcript-line' id='line_954'><a href="#" data-timestamp="94" data-chunksize="1" class="jumpLink nblu">01:34:00</a>of support? Nobody helped me. My father believed that he should have ten kids so</span> <span class='transcript-line' id='line_955'>that they'd help him on the farm. And as a matter of fact, when I told him that</span> <span class='transcript-line' id='line_956'>I was going to Baylor, he says, "What do you want to go to Baylor for? Get a job</span> <span class='transcript-line' id='line_957'>here. Start to work." He didn't know that we were going to run, not to learn.</span> <span class='transcript-line' id='line_958'>Because we were--all I wanted to do was make a university track team. And my</span> <span class='transcript-line' id='line_959'>brother, Alphonso, who was already at East Texas, and had--the war interrupted</span> <span class='transcript-line' id='line_960'>him. He went and flew, came back, and he pulled a muscle. He couldn't sprint</span> <span class='transcript-line' id='line_961'>anymore. They made him into a strider. He ran the 440. And he ran a</span> <span class='transcript-line' id='line_962'>forty-seven-something. He was good.</p></span> <span class='transcript-line' id='line_963'><a href="#" data-timestamp="95" data-chunksize="1" class="jumpLink nblu">01:35:00</a></span> <span class='transcript-line' id='line_964'><p>But this was--oh, this was my Baylor. The Baylor years were beautiful, even</span> <span class='transcript-line' id='line_965'>though--I didn't realize it then, but track is the stepchild of any university's</span> <span class='transcript-line' id='line_966'>sport team. Football is first, basketball is second, and then baseball, and then</span> <span class='transcript-line' id='line_967'>track. But I played baseball during the baseball season with the Waco Trojans.</span> <span class='transcript-line' id='line_968'>Frank Broyles was the assistant coach. He and I played for the Waco Trojans. We</span> <span class='transcript-line' id='line_969'>were in Goldthwaite, Texas. He was pitching, I was playing left field. And he</span> <span class='transcript-line' id='line_970'>was getting bombed. But they put me in and he didn't want to give me the ball. I</span> <span class='transcript-line' id='line_971'><a href="#" data-timestamp="96" data-chunksize="1" class="jumpLink nblu">01:36:00</a>remember that incident. Yeah, I got bombed too. (laughs) But at that game, I hit</span> <span class='transcript-line' id='line_972'>a home run over the centerfield fans, and they gave me ten dollars plus five</span> <span class='transcript-line' id='line_973'>dollars for playing. So I made fifteen dollars that day. But it was great. Frank</span> <span class='transcript-line' id='line_974'>Broyles and I were the pitchers. He had been an all-American at Georgia Tech.</span> <span class='transcript-line' id='line_975'>And I haven't talked to him since then because he went to Arkansas.</p></span> <span class='transcript-line' id='line_976'></span> <span class='transcript-line' id='line_977'><p>But Tom Landry was at Texas and when we had a triangular at Texas one time, the</span> <span class='transcript-line' id='line_978'>football players set the hurdles wrong. The fifth hurdle was off place, and we</span> <span class='transcript-line' id='line_979'>all had to stop and all that. And I understand that they got lambasted. They</span> <span class='transcript-line' id='line_980'>were given a lecture about that. And later on, when I was coaching and I went to</span> <span class='transcript-line' id='line_981'><a href="#" data-timestamp="97" data-chunksize="1" class="jumpLink nblu">01:37:00</a>coaching school, I talked to Tom because he was there, too. And I said, "Do you</span> <span class='transcript-line' id='line_982'>remember?" Said, "Yeah, I sure do. We got hell for placing those hurdles wrong."</span> <span class='transcript-line' id='line_983'>He was one of the football guys that were placing the hurdles. But, oh, those</span> <span class='transcript-line' id='line_984'>were beautiful. Those were the best years of my life. It was--I had--for being</span> <span class='transcript-line' id='line_985'>ugly, I had the most beautiful wife. She had the most beautiful blue eyes, the</span> <span class='transcript-line' id='line_986'>prettiest turned-up nose, and the cutest butt I'd ever seen. Wow.</p></span> <span class='transcript-line' id='line_987'></span> <span class='transcript-line' id='line_988'><p><span class="speaker">SLOAN:</span> That's high praise. (laughter) Well--</p></span> <span class='transcript-line' id='line_989'></span> <span class='transcript-line' id='line_990'><p><span class="speaker">VALLS:</span> She weighed 110 pounds.</p></span> <span class='transcript-line' id='line_991'></span> <span id="info_trans_5873" data-time-point="01:37:53" data-marker-counter="14" data-marker-id="5873" data-index-title="Memories of Baylor teachers" onclick="toggleRedirectTranscriptIndex(14, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_992'><p><span class="speaker">SLOAN:</span> Well, you mentioned earlier, before we started recording, telling some</span> <span class='transcript-line' id='line_993'>Guy B. Harrison stories. Are there some run-ins with the teachers that you</span> <span class='transcript-line' id='line_994'><a href="#" data-timestamp="98" data-chunksize="1" class="jumpLink nblu">01:38:00</a>remember, some of the teachers that you remember from Baylor?</p></span> <span class='transcript-line' id='line_995'></span> <span class='transcript-line' id='line_996'><p><span class="speaker">VALLS:</span> Yeah. Dr. Lorena Stretch. She taught me how to memorize. It was my</span> <span class='transcript-line' id='line_997'>freshman year. We got in the classroom, she put in ten things on the board and</span> <span class='transcript-line' id='line_998'>she explained each one of them very well. So you could remember that. The next</span> <span class='transcript-line' id='line_999'>day you came to class, you better know those ten things. You better know every</span> <span class='transcript-line' id='line_1000'>one of them because she tried you. She was super. I loved her because I learned</span> <span class='transcript-line' id='line_1001'>how to memorize. After that I pick up things just for the hell of it to memorize</span> <span class='transcript-line' id='line_1002'>them. I could remember them the next day. I learned how to memorize. Dr. Lorena Stretch.</p></span> <span class='transcript-line' id='line_1003'></span> <span class='transcript-line' id='line_1004'><p>[Clinton W.] Breeding and business law. At the midterm he said, "This is the</span> <span class='transcript-line' id='line_1005'><a href="#" data-timestamp="99" data-chunksize="1" class="jumpLink nblu">01:39:00</a>midterm and I'm going to tell you my standing joke." He says, "There were two</span> <span class='transcript-line' id='line_1006'>salesmen coming into Albuquerque, New Mexico. They're coming in the train and</span> <span class='transcript-line' id='line_1007'>they see an Indian right there on the--where the train stops, and the Indian was</span> <span class='transcript-line' id='line_1008'>sitting there. One of them tells the other one, says, 'That guy, that Indian got</span> <span class='transcript-line' id='line_1009'>the best memory I have ever seen. I mean, he remembers everything. He's great.'</span> <span class='transcript-line' id='line_1010'>He says, 'Come on, I'll show you.' They got off the train and said, 'Chief,</span> <span class='transcript-line' id='line_1011'>how.' 'How.' 'What did you have for breakfast April 2, 1914?' 'Eggs.' See, the</span> <span class='transcript-line' id='line_1012'>Indian--'See, what did I tell you?' And the other, the doubting Thomas, said,</span> <span class='transcript-line' id='line_1013'>'Oh, that's a bunch of bull. I don't believe it.' He went on. Twenty years</span> <span class='transcript-line' id='line_1014'>later, the doubting Thomas salesman was coming into the same--Albuquerque. There</span> <span class='transcript-line' id='line_1015'><a href="#" data-timestamp="100" data-chunksize="1" class="jumpLink nblu">01:40:00</a>was the same Indian sitting there, twenty years older. He says, 'I've got it!</span> <span class='transcript-line' id='line_1016'>I'm going to go ask him the same question and see if he gives me the same</span> <span class='transcript-line' id='line_1017'>answer.' So he goes up to the Indian and says, 'Chief, how.' Chief looked at</span> <span class='transcript-line' id='line_1018'>him, says, 'Scrambled.'" (laughter) That was Mr. Breeding's joke. I remember that.</p></span> <span class='transcript-line' id='line_1019'></span> <span class='transcript-line' id='line_1020'><p>I remember another professor, and I hate to--(laughs) I'm not going to tell you</span> <span class='transcript-line' id='line_1021'>what we did. But--</p></span> <span class='transcript-line' id='line_1022'></span> <span class='transcript-line' id='line_1023'><p><span class="speaker">SLOAN:</span> Oh, please do.</p></span> <span class='transcript-line' id='line_1024'></span> <span class='transcript-line' id='line_1025'><p>DeBOARD: Yeah.</p></span> <span class='transcript-line' id='line_1026'></span> <span class='transcript-line' id='line_1027'><p><span class="speaker">VALLS:</span> Don't quote me because--Jack Slining, the other hurdler, and I were in a</span> <span class='transcript-line' id='line_1028'>class. This guy was an Aggie and he hated athletes. He hated us. I know he hated</span> <span class='transcript-line' id='line_1029'><a href="#" data-timestamp="101" data-chunksize="1" class="jumpLink nblu">01:41:00</a>us. And Johnny Curtis was there in the class and his girlfriend was in there,</span> <span class='transcript-line' id='line_1030'>too. Johnny Curtis was a halfback. And we were having a test, and it was</span> <span class='transcript-line' id='line_1031'>imperative that we pass that test because--and so Johnny's girlfriend had the</span> <span class='transcript-line' id='line_1032'>key. She worked at the--for the teacher there. She gave us a key, says, "Go and</span> <span class='transcript-line' id='line_1033'>get this." Believe it or not, we went up to the building. Jack was with me. He</span> <span class='transcript-line' id='line_1034'>was--and I went in--opened the door, went in, got the test. She told us where it</span> <span class='transcript-line' id='line_1035'>was. Came out. It was the wrong test. We went back in, put the old test back in,</span> <span class='transcript-line' id='line_1036'>got the new one, and came out. And nobody saw us. That night I gave it to Johnny</span> <span class='transcript-line' id='line_1037'><a href="#" data-timestamp="102" data-chunksize="1" class="jumpLink nblu">01:42:00</a>and to his girlfriend. His girlfriend gave it to everybody in the class. The</span> <span class='transcript-line' id='line_1038'>lowest grade was ninety-seven. (laughs) The guy says, "Something is wrong in</span> <span class='transcript-line' id='line_1039'>this thing." (laughs) He didn't know. No one ever knew. And I told Jack Slining,</span> <span class='transcript-line' id='line_1040'>says, "What would you have done if they'd have caught us?" And he said, "I'd</span> <span class='transcript-line' id='line_1041'>have told them I don't know you from Adam." (laughs) But we did it. We did it</span> <span class='transcript-line' id='line_1042'>and nobody knows. You're the first--(laughs) if you turn me in, they're probably</span> <span id="info_trans_6170" data-time-point="01:42:50" data-marker-counter="15" data-marker-id="6170" data-index-title="Living in Savannah, Georgia, with his wife and new baby; finding work; running again for Baylor" onclick="toggleRedirectTranscriptIndex(15, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_1043'>going to take my certificate away.</p></span> <span class='transcript-line' id='line_1044'></span> <span class='transcript-line' id='line_1045'><p>But no, it was beautiful. We had a--second--I was a junior. My wife got</span> <span class='transcript-line' id='line_1046'><a href="#" data-timestamp="103" data-chunksize="1" class="jumpLink nblu">01:43:00</a>pregnant, and we were going to go--she was going to go to Savannah to have the</span> <span class='transcript-line' id='line_1047'>baby. So I told Coach Stovall, says, "Coach, if I leave now and stay out for</span> <span class='transcript-line' id='line_1048'>three months, can I still come back and be eligible?" He said, "Yeah, you can do</span> <span class='transcript-line' id='line_1049'>it. Go ahead." So I hitchhiked to Savannah. When I got there, Mr. Jones, my</span> <span class='transcript-line' id='line_1050'>father-in-law, told me, says, "Man, you are not going to find a job in this</span> <span class='transcript-line' id='line_1051'>city. Jobs are hard to find." I told him, "Mr. Jones, I'm going out right now</span> <span class='transcript-line' id='line_1052'>and when I come back this--tonight sometime, I'm going to have a job."</p></span> <span class='transcript-line' id='line_1053'></span> <span class='transcript-line' id='line_1054'><p>I went from place to place to place to place--so many places. Finally, Southern</span> <span class='transcript-line' id='line_1055'><a href="#" data-timestamp="104" data-chunksize="1" class="jumpLink nblu">01:44:00</a>Auto was opening up a store. They hired me: thirty-five dollars a week. Man, it</span> <span class='transcript-line' id='line_1056'>was great. I worked every single day. I got thirty-five dollars a week. We put</span> <span class='transcript-line' id='line_1057'>in thirty in the bank, my wife kept five. My in-laws--wonderful lady. My</span> <span class='transcript-line' id='line_1058'>father-in-law never did like me, (laughs) but my mother-in-law was, oh, just</span> <span class='transcript-line' id='line_1059'>like my wife: blue eyes, beautiful. Sullivan, Maureen Sullivan. My daughter is</span> <span class='transcript-line' id='line_1060'>named after her: Maureen Sullivan Valls. She was--oh, she was super. And I</span> <span class='transcript-line' id='line_1061'>worked every single day. My wife would meet me, bring me a sandwich for lunch,</span> <span class='transcript-line' id='line_1062'>in Savannah--beautiful town. And by the time my son was born--Edward, the first</span> <span class='transcript-line' id='line_1063'><a href="#" data-timestamp="105" data-chunksize="1" class="jumpLink nblu">01:45:00</a>one--December the twenty-sixth, I had enough money to pay for the hospital and</span> <span class='transcript-line' id='line_1064'>the doctor, and money to get back to Baylor.</p></span> <span class='transcript-line' id='line_1065'></span> <span class='transcript-line' id='line_1066'><p>I came back to Baylor, and I had the best year of my life because I placed third</span> <span class='transcript-line' id='line_1067'>in the Southwest Conference. And third was really up there because all those</span> <span class='transcript-line' id='line_1068'>guys were world-class athletes. I had the world's best hurdler, Clyde Scott from</span> <span class='transcript-line' id='line_1069'>Arkansas, and the world's best high jumper, Buddy--Buddy--what's his last name</span> <span class='transcript-line' id='line_1070'>[Buddy Davis]--from Texas A&M. He was the first man to clear seven feet.</p></span> <span class='transcript-line' id='line_1071'></span> <span class='transcript-line' id='line_1072'><p>And, of course, my second year--oh! I would relive that race ten thousand times.</span> <span class='transcript-line' id='line_1073'><a href="#" data-timestamp="106" data-chunksize="1" class="jumpLink nblu">01:46:00</a>We were on finals, 120-yard high hurdles. Charlie Parker from Texas came and</span> <span class='transcript-line' id='line_1074'>told me, "Hey, beat the Aggie. That's all we want you to do. Beat Leming [Paul</span> <span class='transcript-line' id='line_1075'>J. Leming Jr.] from the Aggies." So we were ready. I mean, I was ready. I was</span> <span class='transcript-line' id='line_1076'>ready. And, "On your marks! Set--" "Wait, wait, wait, wait, wait!" Leming got</span> <span class='transcript-line' id='line_1077'>up. He says, "There's a paper on my lane." He was psyching me out. He knew I was</span> <span class='transcript-line' id='line_1078'>ready. And--oh, oh, oh. Second time, I didn't get a good start. He beat me by</span> <span class='transcript-line' id='line_1079'>four or five inches, but he beat me. Oh! I've run that race seventy-two thousand</span> <span class='transcript-line' id='line_1080'><a href="#" data-timestamp="107" data-chunksize="1" class="jumpLink nblu">01:47:00</a>times, and I haven't won yet. But the next meet we went against the Oklahoma and</span> <span class='transcript-line' id='line_1081'>Kansas and Nebraska and all those--like, the Big Twelve now--a meet in Dallas. I</span> <span class='transcript-line' id='line_1082'>beat him by about two yards, but it was too late. Oh! I was second in the damn</span> <span class='transcript-line' id='line_1083'>high--in the high hurdles. Oh, that hurt. That hurt. I could have--I beat him</span> <span class='transcript-line' id='line_1084'>every time. I lost once to an Aggie and never lost to a Texas hurdler, never!</span> <span class='transcript-line' id='line_1085'>And all year for--they'd beat me from Rice.(??) He was the champion. Oh!</p></span> <span class='transcript-line' id='line_1086'></span> <span class='transcript-line' id='line_1087'><p><span class="speaker">SLOAN:</span> Yeah, hate losing to an Aggie.</p></span> <span class='transcript-line' id='line_1088'></span> <span class='transcript-line' id='line_1089'><p><span class="speaker">VALLS:</span> Oh man, in those days, I hated them with a passion. Texas A&M and Texas,</span> <span class='transcript-line' id='line_1090'>I hated them. It was hate. I mean, it was--I could have fought them. I could</span> <span class='transcript-line' id='line_1091'><a href="#" data-timestamp="108" data-chunksize="1" class="jumpLink nblu">01:48:00</a>have--but now I realize that they've got a great tradition. My grandson just</span> <span id="info_trans_6493" data-time-point="01:48:13" data-marker-counter="16" data-marker-id="6493" data-index-title="Hobbies" onclick="toggleRedirectTranscriptIndex(16, 'transcript-to-index');" class="alpha-circle info-circle"></span><span class='transcript-line' id='line_1092'>graduated from Texas A&M. He's six-six and--oh! Oh gosh. But it's beautiful. My</span> <span class='transcript-line' id='line_1093'>granddaughter graduated from Texas in San Antonio. All of them are in--all of</span> <span class='transcript-line' id='line_1094'>them are great, and my children are successful. My daughter keeps my books. This</span> <span class='transcript-line' id='line_1095'>computer, all I use it for is to get in and out of my bank account. (laughs) I'm</span> <span class='transcript-line' id='line_1096'>computer illiterate. But I use it for that. And we're living real good. We have</span> <span class='transcript-line' id='line_1097'>no problems. You saw that Cadillac out--</p></span> <span class='transcript-line' id='line_1098'><a href="#" data-timestamp="109" data-chunksize="1" class="jumpLink nblu">01:49:00</a></span> <span class='transcript-line' id='line_1099'><p><span class="speaker">SLOAN:</span> Yes, I did.</p></span> <span class='transcript-line' id='line_1100'></span> <span class='transcript-line' id='line_1101'><p><span class="speaker">VALLS:</span> Nineteen-ninety-nine, brand new. I got it--I didn't buy it. I got it for</span> <span class='transcript-line' id='line_1102'>free. My sister bought that car in 1999 for forty-eight thousand dollars cash.</span> <span class='transcript-line' id='line_1103'>My brother-in-law also bought one, same year, same model, same color. And my</span> <span class='transcript-line' id='line_1104'>sister died and left it to me. That's how I got it. But the car has been in</span> <span class='transcript-line' id='line_1105'>garage for eight or nine years. I got it with nine thousand miles on it. I now</span> <span class='transcript-line' id='line_1106'>have twenty-three thousand miles on it. It is a dream to--it's brand new. I took</span> <span class='transcript-line' id='line_1107'>it to a--when I got it, it cost me four hundred and fifty dollars to go and have</span> <span class='transcript-line' id='line_1108'>it looked at from top to bottom, everything. Whatever it needs, get it. And they</span> <span class='transcript-line' id='line_1109'><a href="#" data-timestamp="110" data-chunksize="1" class="jumpLink nblu">01:50:00</a>did. Two hoses that were rotten, that's all.</p></span> <span class='transcript-line' id='line_1110'></span> <span class='transcript-line' id='line_1111'><p><span class="speaker">SLOAN:</span> That's it, huh?</p></span> <span class='transcript-line' id='line_1112'></span> <span class='transcript-line' id='line_1113'><p><span class="speaker">VALLS:</span> But that's a beautiful car. I've got a brand new Honda Civic that I'm</span> <span class='transcript-line' id='line_1114'>going to sell because--I just bought it. It's got ten thousand miles on it. Now</span> <span class='transcript-line' id='line_1115'>I'm using this. And they say use this. No. (laughter)</p></span> <span class='transcript-line' id='line_1116'></span> <span class='transcript-line' id='line_1117'><p><span class="speaker">SLOAN:</span> And you were showing us your airplanes.</p></span> <span class='transcript-line' id='line_1118'></span> <span class='transcript-line' id='line_1119'><p><span class="speaker">VALLS:</span> Oh yeah.</p></span> <span class='transcript-line' id='line_1120'></span> <span class='transcript-line' id='line_1121'><p><span class="speaker">SLOAN:</span> That's been a lifelong--</p></span> <span class='transcript-line' id='line_1122'></span> <span class='transcript-line' id='line_1123'><p><span class="speaker">VALLS:</span> Yeah, it's--</p></span> <span class='transcript-line' id='line_1124'></span> <span class='transcript-line' id='line_1125'><p><span class="speaker">SLOAN:</span> --hobby for you.</p></span> <span class='transcript-line' id='line_1126'></span> <span class='transcript-line' id='line_1127'><p><span class="speaker">VALLS:</span> I started building model airplanes when I was eight years old. And I'm</span> <span class='transcript-line' id='line_1128'>good at it. I'm so good that I design models for magazines and they sell the</span> <span class='transcript-line' id='line_1129'>plans. I showed you the Rubber Guppy. We fly--I concentrate on free flight. But,</span> <span class='transcript-line' id='line_1130'><a href="#" data-timestamp="111" data-chunksize="1" class="jumpLink nblu">01:51:00</a>of course, now that radio came in, I go to radio. Now electrics are coming in</span> <span class='transcript-line' id='line_1131'>and I'm doing an electric. See that fuselage over there?</p></span> <span class='transcript-line' id='line_1132'></span> <span class='transcript-line' id='line_1133'><p><span class="speaker">SLOAN:</span> Um-hm.</p></span> <span class='transcript-line' id='line_1134'></span> <span class='transcript-line' id='line_1135'><p><span class="speaker">VALLS:</span> It's one of my designs. I'm doing this one with a new type wing, all</span> <span class='transcript-line' id='line_1136'>sheet balsa. But the electrics are now--look at this. Look at this. This is a--I</span> <span class='transcript-line' id='line_1137'>did this. This is the second one. But the first one couldn't fly because it was</span> <span class='transcript-line' id='line_1138'>underpowered. So I designed a new one. Look at--this is a radio. (electronic</span> <span class='transcript-line' id='line_1139'><a href="#" data-timestamp="112" data-chunksize="1" class="jumpLink nblu">01:52:00</a>beep) I'm going to show you the power of these new motors. (electronic beeps</span> <span class='transcript-line' id='line_1140'>followed by sound of a small motor)</p></span> <span class='transcript-line' id='line_1141'></span> <span class='transcript-line' id='line_1142'><p><span class="speaker">SLOAN:</span> Oh yeah. Wow. Powerful.</p></span> <span class='transcript-line' id='line_1143'></span> <span class='transcript-line' id='line_1144'><p><span class="speaker">VALLS:</span> Powerful. You ought to see the--that's the motor. Half a cigarette,</span> <span class='transcript-line' id='line_1145'>that's a motor. This one is going to be a little bit more powerful. This is the</span> <span class='transcript-line' id='line_1146'><a href="#" data-timestamp="113" data-chunksize="1" class="jumpLink nblu">01:53:00</a>motor. Now, believe it or not, that's a motor.</p></span> <span class='transcript-line' id='line_1147'></span> <span class='transcript-line' id='line_1148'><p><span class="speaker">SLOAN:</span> Wow.</p></span> <span class='transcript-line' id='line_1149'></span> <span class='transcript-line' id='line_1150'><p><span class="speaker">VALLS:</span> And this will run this propeller very, very fast. They're called</span> <span class='transcript-line' id='line_1151'>brushless now. And it's fun for me. They like my work, and I also write for</span> <span class='transcript-line' id='line_1152'>magazines, stories. And I either make you laugh or make you cry with my stories.</p></span> <span class='transcript-line' id='line_1153'></span> <span class='transcript-line' id='line_1154'><p><span class="speaker">SLOAN:</span> (laughs) Well, you've done that for us today. You made us laugh and you</span> <span class='transcript-line' id='line_1155'>made us cry.</p></span> <span class='transcript-line' id='line_1156'></span> <span class='transcript-line' id='line_1157'><p><span class="speaker">VALLS:</span> Yeah, well, it's--I wrote a story, "The Wish," that I sold to a magazine</span> <span class='transcript-line' id='line_1158'>for a hundred dollars. And I showed it to the Times, the Laredo Times; my God,</span> <span class='transcript-line' id='line_1159'><a href="#" data-timestamp="114" data-chunksize="1" class="jumpLink nblu">01:54:00</a>Christmas day they put it in the headlines: "'The Wish': A Christmas Story by</span> <span class='transcript-line' id='line_1160'>John Valls" in the headlines. And, of course, they asked me, Can we do it? I</span> <span class='transcript-line' id='line_1161'>said, "Let me ask the magazine." The magazine editor told me, "Yeah, as long as</span> <span class='transcript-line' id='line_1162'>they give us credit for it," because they published it first.</p></span> <span class='transcript-line' id='line_1163'></span> <span class='transcript-line' id='line_1164'><p>"The Wish," it's a beautiful story. It's a true story. It happened in England</span> <span class='transcript-line' id='line_1165'>when I was stationed there, believe it or not, making model airplanes in the</span> <span class='transcript-line' id='line_1166'>barracks, running track, doing infantry training. And I went to a shop, and I</span> <span class='transcript-line' id='line_1167'>used to buy things from the shop there, in Liverpool. No, no, in Bolton, in</span> <span class='transcript-line' id='line_1168'>Bolton. And I saw a kid outside the shop looking at a kit, you know. They had a</span> <span class='transcript-line' id='line_1169'><a href="#" data-timestamp="115" data-chunksize="1" class="jumpLink nblu">01:55:00</a>beautiful Comet Clipper kit. And I asked the owner, I says, "Who's that kid?" He</span> <span class='transcript-line' id='line_1170'>says, "His father and mother are separated, and the father was a good model</span> <span class='transcript-line' id='line_1171'>builder but he's gone. And the kid--poor kid, they're having a hard time." So I</span> <span class='transcript-line' id='line_1172'>found out where he lived. I went and bought the kit that he was looking at and</span> <span class='transcript-line' id='line_1173'>gave it to him for Christmas. And that's what the story is. It's "The Wish." I</span> <span class='transcript-line' id='line_1174'>want to give you a copy to take with--and I showed that story to one of my</span> <span class='transcript-line' id='line_1175'>teacher friends that teaches English in high school, and she cried. I said,</span> <span class='transcript-line' id='line_1176'>"Good. That's what I want you to do. You cry." And when you're a writer, no</span> <span class='transcript-line' id='line_1177'>tears with the writer, no tears with the reader. That's true. And I try to do that.</p></span> <span class='transcript-line' id='line_1178'><a href="#" data-timestamp="116" data-chunksize="1" class="jumpLink nblu">01:56:00</a></span> <span class='transcript-line' id='line_1179'><p>I wrote one story about an extraterrestrial before E.T. It was called "A Planned</span> <span class='transcript-line' id='line_1180'>Affair." The guy was an extraterrestrial, he had come from another planet, and</span> <span class='transcript-line' id='line_1181'>seduced a very--I'm sorry. The girl came from another planet--beautiful,</span> <span class='transcript-line' id='line_1182'>beautiful--seduced a person from Earth and found out that--the guy found out</span> <span class='transcript-line' id='line_1183'>that--well, it was just a planned affair. He was--there was nothing wrong with</span> <span class='transcript-line' id='line_1184'>it. She wasn't married; he wasn't married. She came back and said, "No, wait,</span> <span class='transcript-line' id='line_1185'><a href="#" data-timestamp="117" data-chunksize="1" class="jumpLink nblu">01:57:00</a>I'm not pregnant. We've got to do it again." So they did and this time she was</span> <span class='transcript-line' id='line_1186'>pregnant. So she told him, says, "Finally," said, "I've got to tell you this.</span> <span class='transcript-line' id='line_1187'>I'm not from this planet. I'm from another planet, and my purpose here is to</span> <span class='transcript-line' id='line_1188'>find out if we can conceive a child with a earthling. So I want you to come and</span> <span class='transcript-line' id='line_1189'>see my spaceship. And I'm going to have the baby but I'm coming back. I promise</span> <span class='transcript-line' id='line_1190'>you that." She went off.</p></span> <span class='transcript-line' id='line_1191'></span> <span class='transcript-line' id='line_1192'><p>I sold it. I have an agent in Hollywood. He sold it to Lorimar Productions. It</span> <span class='transcript-line' id='line_1193'>was called--the movie was called The Stranger Within. And the only change they</span> <span class='transcript-line' id='line_1194'>made is that the baby had two hearts. But it was a movie. My agent went</span> <span class='transcript-line' id='line_1195'><a href="#" data-timestamp="118" data-chunksize="1" class="jumpLink nblu">01:58:00</a>bankrupt. I got nothing out of it. But it was a movie. It was about--this</span> <span class='transcript-line' id='line_1196'>happened about twenty years ago. But I wrote a story that made it to the movies.</span> <span class='transcript-line' id='line_1197'>It's a beautiful thing. I've got it there, too: "A Planned Affair."</p></span> <span class='transcript-line' id='line_1198'></span> <span class='transcript-line' id='line_1199'><p>And I've sold several, some very cute. I go up to--I'm a model builder and,</span> <span class='transcript-line' id='line_1200'>somehow--(clock chimes in background) I have an operation and I didn't make it.</span> <span class='transcript-line' id='line_1201'>So I go up to heaven. And I get up to heaven, and I see three of the great model</span> <span class='transcript-line' id='line_1202'>builders in--Chester Lanzo, and another, Dick Korda, and another that already</span> <span class='transcript-line' id='line_1203'><a href="#" data-timestamp="119" data-chunksize="1" class="jumpLink nblu">01:59:00</a>had died, and they're up in heaven. They're great model builders. And they greet</span> <span class='transcript-line' id='line_1204'>me there and says, You're in model airplane heaven, level one. "Oh great. What</span> <span class='transcript-line' id='line_1205'>do I have to do to get to level two?" Says, You've got to have three maxes on a</span> <span class='transcript-line' id='line_1206'>model airplane. Says, Here's--we're going to put you in a place where-- Whoa,</span> <span class='transcript-line' id='line_1207'>man, beautiful place to--not cluttered like this; beautiful.</p></span> <span class='transcript-line' id='line_1208'></span> <span class='transcript-line' id='line_1209'><p>And I build a model, and I go and get the first max--maximum flight, five</span> <span class='transcript-line' id='line_1210'>minutes. I get the second max. And I'm up there in the third max and I'm going</span> <span class='transcript-line' id='line_1211'>to make it, but they come and say, Hey, I'm sorry, but you're not supposed to be</span> <span class='transcript-line' id='line_1212'>here. You're supposed to be back on Earth because you didn't die after all. "But</span> <span class='transcript-line' id='line_1213'><a href="#" data-timestamp="120" data-chunksize="1" class="jumpLink nblu">02:00:00</a>wait! I'm on a max! I'm--I want to be in level two!" And I'm talking, and all of</span> <span class='transcript-line' id='line_1214'>a sudden I'm in the hospital and my wife says, "What is this level two? You're</span> <span class='transcript-line' id='line_1215'>not in level two, you're in level one. They operated on you and you made it."</span> <span class='transcript-line' id='line_1216'>Oh, it was all a dream. And what I tell her, I says, "By the way, here's the</span> <span class='transcript-line' id='line_1217'>three doctors that operated on you. They want [to] talk to you now." And one of</span> <span class='transcript-line' id='line_1218'>them comes and tells me, he says, "Yes, you're perfectly good. Your ingrown</span> <span class='transcript-line' id='line_1219'>toenail isn't going to bother you anymore." (laughter) And that I've sold to a</span> <span class='transcript-line' id='line_1220'>magazine, too. They're published, all of those.</p></span> <span class='transcript-line' id='line_1221'></span> <span class='transcript-line' id='line_1222'><p><span class="speaker">SLOAN:</span> That's funny. Well, Mr. Valls, we've taken a lot of your time today.</p></span> <span class='transcript-line' id='line_1223'></span> <span class='transcript-line' id='line_1224'><p><span class="speaker">VALLS:</span> No, hey, I do nothing in the morning, and in the afternoon I do even</span> <span class='transcript-line' id='line_1225'><a href="#" data-timestamp="121" data-chunksize="1" class="jumpLink nblu">02:01:00</a>less. (Sloan laughs) No, we're doing nothing now. My wife and I are hoping--and</span> <span class='transcript-line' id='line_1226'>my big three things in life now are breakfast, lunch, and supper. (both laugh)</p></span> <span class='transcript-line' id='line_1227'></span> <span class='transcript-line' id='line_1228'><p><span class="speaker">SLOAN:</span> Well, thank you for your time. Robert [DeBoard] and I want to thank you</span> <span class='transcript-line' id='line_1229'>for your service--</p></span> <span class='transcript-line' id='line_1230'></span> <span class='transcript-line' id='line_1231'><p><span class="speaker">VALLS:</span> Oh, you're welcome.</p></span> <span class='transcript-line' id='line_1232'></span> <span class='transcript-line' id='line_1233'><p><span class="speaker">SLOAN:</span> --to our country. And we think you're a hero, so--</p></span> <span class='transcript-line' id='line_1234'></span> <span class='transcript-line' id='line_1235'><p>DeBOARD: The ring.</p></span> <span class='transcript-line' id='line_1236'></span> <span class='transcript-line' id='line_1237'><p><span class="speaker">SLOAN:</span> Huh?</p></span> <span class='transcript-line' id='line_1238'></span> <span class='transcript-line' id='line_1239'><p>DeBOARD: The story about his Baylor ring.</p></span> <span class='transcript-line' id='line_1240'></span> <span class='transcript-line' id='line_1241'><p><span class="speaker">SLOAN:</span> Oh, Baylor ring. You were going to tell a story about your Baylor ring and--</p></span> <span class='transcript-line' id='line_1242'></span> <span class='transcript-line' id='line_1243'><p><span class="speaker">VALLS:</span> Oh yeah, yeah, yeah. Yeah, I was--I graduated from Baylor, and I didn't</span> <span class='transcript-line' id='line_1244'>even go to the exercises. I was so happy to come home and start coaching and all</span> <span class='transcript-line' id='line_1245'>that, that I came home--this was in 1950. [In] 1994, we went to the fiftieth</span> <span class='transcript-line' id='line_1246'><a href="#" data-timestamp="122" data-chunksize="1" class="jumpLink nblu">02:02:00</a>reunion of the Baylor lettermen, 1948 lettermen. And I got up and told a story</span> <span class='transcript-line' id='line_1247'>because I'd gotten a ring and I told them that--what happened at Baylor was that</span> <span class='transcript-line' id='line_1248'>I got up and--oh, had to go to the restroom, and in those days, you had to have</span> <span class='transcript-line' id='line_1249'>a permit. So you went and you turned the permit in. I forgot to turn the permit</span> <span class='transcript-line' id='line_1250'>in. I found it in 1994, so I sent them a letter and told them, I'm really sorry</span> <span class='transcript-line' id='line_1251'>that I hadn't returned this restroom permit, but I really had to go. (laughter)</span> <span class='transcript-line' id='line_1252'>So in about a week I receive a box from Baylor. And I open it, it says, "Reason</span> <span class='transcript-line' id='line_1253'>for withholding your personal property: Restroom permit not turned in." It was</span> <span class='transcript-line' id='line_1254'><a href="#" data-timestamp="123" data-chunksize="1" class="jumpLink nblu">02:03:00</a>my Baylor ring. They had--and it had two diamonds in it because I made Southwest</span> <span class='transcript-line' id='line_1255'>Conference. And they gave me the ring. And if you believe that, I've got a</span> <span class='transcript-line' id='line_1256'>bridge that I want to sell you. (laughs)</p></span> <span class='transcript-line' id='line_1257'></span> <span class='transcript-line' id='line_1258'><p><span class="speaker">SLOAN:</span> That's a good--</p></span> <span class='transcript-line' id='line_1259'></span> <span class='transcript-line' id='line_1260'><p><span class="speaker">VALLS:</span> But I told that to the--oh, and then later on at the motel that we were</span> <span class='transcript-line' id='line_1261'>staying, one of the guys that had been in the thing with me--I didn't even</span> <span class='transcript-line' id='line_1262'>know--he says, "Hey, I'm glad you got your ring." (laughter)</p></span> <span class='transcript-line' id='line_1263'></span> <span class='transcript-line' id='line_1264'><p><span class="speaker">SLOAN:</span> All right. Well, thank you, Mr. Valls.</p></span> <span class='transcript-line' id='line_1265'></span> <span class='transcript-line' id='line_1266'><p><span class="speaker">VALLS:</span> Hey, you're welcome, doctor. Hey, listen, I want [to] take you to lunch.</p></span> <span class='transcript-line' id='line_1267'></span> <span class='transcript-line' id='line_1268'><p>end of interview</p></span> <span class='transcript-line' id='line_1269'></span> <span class='transcript-line' id='line_1270'></span> <span class='transcript-line' id='line_1271'></span> <span class='transcript-line' id='line_1272'></span> <span class='transcript-line' id='line_1273'></span> <span class='transcript-line' id='line_1274'></span> <span class='transcript-line' id='line_1275'></span> <span class='transcript-line' id='line_1276'></span> <span class='transcript-line' id='line_1277'></span> </div> </div> </div> </div> <div id="footer"> <div id="footer-metadata"> <p><span></span></p><strong><a href="#" id="lnkRights">View Rights Statement</a></strong> <div id="rightsStatement">http://www.baylor.edu/lib/digitization/index.php?id=94393</div> <p><span></span></p><strong><a href="#" id="lnkUsage">View Usage Statement</a></strong> <div id="usageStatement">http://www.baylor.edu/lib/digitization/index.php?id=94393</div> <p><span></span></p><strong>Acknowledgment</strong> <p><span></span></p> <strong>Contact Us: <a href="mailto:Steven_Sielaff@baylor.edu">Steven_Sielaff@baylor.edu</a> | <a href="http://buelr.net/ohms-viewer/viewer.php">http://buelr.net/ohms-viewer/viewer.php</a> </strong> </div> <div id="footer-copyright"> <small id="copyright"><span>© 2024</span>Baylor University Institute for Oral History</small> </div> <div id="footer-logo"> <img alt="Powered by OHMS logo" src="imgs/ohms_logo.png" border="0"/> </div> <br clear="both"/> </div> <script src="js/jquery.jplayer.min.js"></script> <script src="js/jquery.easing.1.4.js"></script> <script src="js/jquery.scrollTo-min.js"></script> <script src="js/viewer_youtube.js?v=0.7"></script> <link rel="stylesheet" href="js/fancybox_2_1_5/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen"/> <link rel="stylesheet" href="skin/skin-dark/jplayer.dark.css" type="text/css" media="screen"/> <script src="js/fancybox_2_1_5/source/jquery.fancybox.pack.js?v=2.1.5"></script> <link rel="stylesheet" href="js/fancybox_2_1_5/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen"/> <script src="js/fancybox_2_1_5/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script> <script src="js/fancybox_2_1_5/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script> <link rel="stylesheet" href="js/fancybox_2_1_5/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen"/> <script src="js/fancybox_2_1_5/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script> <script src="js/popper.js"></script> <script src="js/tooltip.js"></script> <script> var allToolTipInstances = {}; $(document).ready(function () { $(".printCustom").click(function(){ window.location.href="viewer.php?action=pdf&cachefile=" + cachefile + ""; }); $(".printCustomMobile").click(function(){ window.open("viewer.php?action=pdf&cachefile=" + cachefile + "",'_blank'); }); $(".transcript-line").each(function(){ var jumplinkElm = $(this).find('.jumpLink'); var numberOfIntervalsInLine = jumplinkElm.length; if(numberOfIntervalsInLine > 1){ var marginToAdd = 13; var totalMargin = 13 * numberOfIntervalsInLine; jumplinkElm.each(function(index){ var currentMargin = totalMargin - (marginToAdd*(index+1)); $(this).css('margin-top',currentMargin); }); } }); setTimeout(function(){ var htmlTranscript = $('#transcript-panel').html().trim(); var htmlIndex = $('#index-panel').html().trim(); var isTranslate = $('#is_translate').val().trim(); if ((htmlTranscript == "" || htmlTranscript.includes("No transcript")) && isTranslate == "0"){ $('.alpha-circle').hide(); $('#toggle_switch').attr("disabled", "disabled"); $('.slider.round').css("background-color", "#ccc"); } else if (htmlIndex == "" && htmlTranscript != "" && isTranslate == "0"){ $('.alpha-circle').hide(); $('#toggle_switch').attr("disabled", "disabled"); $('.slider.round').css("background-color", "#ccc"); } else if (htmlIndex == "" && htmlTranscript == "" && isTranslate == "0"){ $('.alpha-circle').hide(); $('#toggle_switch').attr("disabled", "disabled"); $('.slider.round').css("background-color", "#ccc"); }else if ((htmlIndex == "" || htmlTranscript == "" || htmlTranscript.includes("No transcript")) && isTranslate == "1"){ $('.alpha-circle').hide(); } },300); $('.footnoteTooltip').each(function(index,element){ footnoteID = $(element).data('index'); footnoteAttrId = $(element).attr("id"); footnoteHtml = $('#'+footnoteID).parent().children('span').html(); $(element).attr("data-tooltip",footnoteHtml); activatePopper(footnoteAttrId); }); $('.info-circle').each(function(index, element){ activatePopperIndexTranscript(element.id,'i'); }); footnoteHover("bind"); jQuery('a.indexSegmentLink').on('click', function (e) { var linkContainer = '#segmentLink' + jQuery(this).data('timestamp'); e.preventDefault(); if (jQuery(linkContainer).css("display") == "none") { jQuery(linkContainer).fadeIn(1000); } else { jQuery(linkContainer).fadeOut(); } return false; }); jQuery('.segmentLinkTextBox').on('click', function () { jQuery(this).select(); }); jQuery('.copyButtonViewer').on('click', function () { var text = jQuery(this).prev().val(); copyToClipboard(text); }); if (jumpToTime !== null) { jQuery('div.point').each(function (index) { if (parseInt(jQuery(this).find('a.indexJumpLink').data('timestamp')) == jumpToTime) { jumpLink = jQuery(this).find('a.indexJumpLink'); jQuery('#accordionHolder').accordion({active: index}); jQuery('#accordionHolder-alt').accordion({active: index}); var interval = setInterval(function () { if (player !== undefined && player.getCurrentTime !== undefined && player.getCurrentTime() == jumpToTime) { clearInterval(interval); } else { jumpLink.click(); } } , 500 ); jQuery(this).find('a.indexJumpLink').click(); } }); } $(".fancybox").fancybox(); $(".various").fancybox({ maxWidth: 800, maxHeight: 600, fitToView: false, width: '70%', height: '70%', autoSize: false, closeClick: false, openEffect: 'none', closeEffect: 'none' }); $('.fancybox-media').fancybox({ openEffect: 'none', closeEffect: 'none', width: '80%', height: '80%', fitToView: true, helpers: { media: {} } }); $(".fancybox-button").fancybox({ prevEffect: 'none', nextEffect: 'none', closeBtn: false, helpers: { title: {type: 'inside'}, buttons: {} } }); jQuery('#lnkRights').click(function () { jQuery('#rightsStatement').fadeToggle(400); return false; }); jQuery('#lnkUsage').click(function () { jQuery('#usageStatement').fadeToggle(400); return false; }); jQuery('#lnkFunding').click(function () { jQuery('#fundingStatement').fadeToggle(400); return false; }); }); function footnoteHover(state){ if(state== "bind"){ $( ".footnote-ref" ).bind("hover", function() { var footnoteHtmlLength = $(this).find('.footnoteTooltip').attr("data-tooltip").length; width = footnoteHtmlLength * 50 / 100; if(footnoteHtmlLength > 130){ $('head').append("<style>.tooltip{ width: " + width + "px }</style>"); }else{ $('head').append("<style>.tooltip{ width: 130px; }</style>"); } } ); }else if (state == "unbind"){ $( ".footnote-ref" ).unbind("hover"); } } function activatePopper(element) { var footnoteHtml = $("#" + element).data("tooltip"); allToolTipInstances[footnoteAttrId] = new Tooltip($("#" + element), { title: footnoteHtml, trigger: "hover", placement: "bottom", html: true, eventsEnabled: true, modifiers: { flip: { behavior: ['left', 'right', 'top'] }, preventOverflow: { boundariesElement: $('#transcript-panel'), }, }, }); } function activatePopperIndexTranscript(element,type) { if(type == 'i'){ var timePoint = $("#" + element).data("time-point"); var id = $("#" + element).data("marker-counter"); var indexTitle = $("#" + element).data("index-title"); var anchorHtml = "<div class='info-toggle' onclick=\"toggleRedirectTranscriptIndex(" + id + ",'transcript-to-index')\" >Segment: <b>" + indexTitle + "</b> " + timePoint + " </div>"; Tipped.create('#' + element, anchorHtml, { size: 'large', radius: true, position: 'right' }); } } function toggleRedirectTranscriptIndex(id, type){ if(type == 'transcript-to-index'){ $('#toggle_switch').trigger('click'); setTimeout(function(){ $('.tpd-tooltip').hide(); $('#transcript-panel').hide(); $('#index-panel').show(); var currentIndex = $('#accordionHolder').accordion('option', 'active'); if(currentIndex != id || currentIndex === false){ jQuery('#accordionHolder').accordion({active: id}); jQuery('#accordionHolder-alt').accordion({active: id}); } },250); }else if(type == 'index-to-transcript'){ $('#toggle_switch').trigger('click'); setTimeout(function(){ $('.tpd-tooltip').hide(); $('#index-panel').hide(); $('#transcript-panel').show(); var container = $('#transcript-panel'), scrollTo = $("#info_trans_"+id); container.animate({ scrollTop: scrollTo.offset().top - container.offset().top + container.scrollTop() }); },250); } } function copyToClipboard(val){ var dummy = document.createElement("textarea"); document.body.appendChild(dummy); dummy.value = val; dummy.select(); document.execCommand("copy"); document.body.removeChild(dummy); } </script> <script> var cachefile = 'Valls.xml'; </script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '', ''); ga('send', 'pageview'); </script></body> </html>