CINXE.COM
Get Bent
<!doctype html> <html lang="en" itemscope itemtype="https://schema.org/WebPage"> <head> <meta charset="utf-8"> <title>Get Bent</title> <link rel="canonical" href="https://hypertextbook.com/bent/"> <link rel="stylesheet" href="https://omniscientwalnut.com/walnut.css"> <link rel="stylesheet" href="https://omniscientwalnut.com/walpaper.css" media="print"> <link rel="stylesheet" href="https://omniscientwalnut.com/bent.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- ORDINARY PAGES there are no extraordinary pages --> <!-- robots --> <!-- Я твой слуга. Я твой работник. --> <!-- author --> <link rel="author" href="https://glennelert.us"> <meta name="author" content="Glenn Elert"> <!-- break out of frames --> <script>if (window!= top) top.location.href=location.href</script> <!-- jQuery for scrolltop --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <!-- Google Structured Data https://developers.google.com/structured-data --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "hypertextbook", "url": "https://hypertextbook.com", "logo": "https://omniscientwalnut.com/eglobe.png" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "name": "Get Bent", "url": "https://hypertextbook.com/bent/" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Person", "name": "Glenn Elert", "description": "Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut.", "image": "https://glennelert.us/walnut.png", "url": "https://glennelert.us", "sameAs": [ "https://www.youtube.com/user/fleenbert" ] } </script> <!-- hypertextbook icons --> <meta name="apple-mobile-web-app-title" content="hypertextbook"> <meta name="application-name" content="hypertextbook"> <meta name="msapplication-config" content="https://hypertextbook.com/hypertextbook/browserconfig.xml"> <meta name="msapplication-TileColor" content="#001f3d"> <meta name="theme-color" content="#ffffff"> <link rel="manifest" href="https://hypertextbook.com/hypertextbook/site.webmanifest"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-60x60.png" sizes="60x60"> <!-- shared icons --> <link rel="shortcut icon" href="https://hypertextbook.com/favicon.ico" sizes="64x64"> <link rel="shortcut icon" href="https://hypertextbook.com/favicon-48x48.ico" sizes="48x48"> <link rel="icon" href="https://hypertextbook.com/favicon-32x32.png" sizes="32x32" type="image/png"> <link rel="icon" href="https://hypertextbook.com/favicon-16x16.png" sizes="16x16" type="image/png"> <link rel="mask-icon" href="https://hypertextbook.com/safari-pinned-tab.svg" color="#001f3d"> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2cH8w1NPvzsTT', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <!-- ShareThis --> <script src="https://platform-api.sharethis.com/js/sharethis.js#property=64432e98e412510019625a9d&product=sop" async="async"></script> <!-- Global global site tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QCX5P85WEL"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QCX5P85WEL'); </script> <!-- Google Search --> <script> (function() { var cx = '010156806650563000082:chk_tobzrhs'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <link rel="stylesheet" href="https://omniscientwalnut.com/index.css"><!-- unique --> <!-- Good old-fashioned meta tags --> <meta name="description" content="This is the story of my six-week odyssey riding across North America on a recumbent bicycle: a bicycle you ride in a recumbent (seated) position. Recumbent bicycles are sometimes called “bents”, which is where the phrase “get bent” comes from."> <!-- Facebook Open Graph --> <meta property="fb:app_id" content="650318438466819"> <meta property="og:type" content="article"> <meta property="og:site_name" content="Get Bent"> <meta property="og:url" content="https://hypertextbook.com/bent/"> <meta property="og:title" content="Get Bent - Coast to coast by recumbent bicycle"> <meta property="og:description" content="This is the story of my six-week odyssey riding across North America on a recumbent bicycle: a bicycle you ride in a recumbent (seated) position. Recumbent bicycles are sometimes called “bents”, which is where the phrase “get bent” comes from."> <meta property="og:image" content="https://hypertextbook.com/bent/og-image.jpg"> <meta property="article:author" content="https://glennelert.us"> <!-- Twitter Card --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@hypertextbook"> <meta name="twitter:creator" content="@glennelert"> <meta name="twitter:url" content="https://hypertextbook.com/bent/"> <meta name="twitter:title" content="Get Bent - Coast to coast by recumbent bicycle"> <meta name="twitter:description" content="This is the story of my six-week odyssey riding across North America on a recumbent bicycle: a bicycle you ride in a recumbent (seated) position. Recumbent bicycles are sometimes called “bents”, which is where the phrase “get bent” comes from."> <meta name="twitter:image" content="https://hypertextbook.com/bent/og-image.jpg"> <!-- Google's thing that's similar. Web Snippets? Snip Whippets? --> <meta itemprop="name" content="Get Bent - Coast to coast by recumbent bicycle"> <meta itemprop="description" content="This is the story of my six-week odyssey riding across North America on a recumbent bicycle: a bicycle you ride in a recumbent (seated) position. Recumbent bicycles are sometimes called “bents”, which is where the phrase “get bent” comes from."> <meta itemprop="image" content="https://hypertextbook.com/bent/og-image.jpg"> <meta itemprop="datepublished" content="1998-10-18"> <meta itemprop="datemodified" content="2017-09-01"> </head> <body> <header> <nav><ul><li title="The Chaos Hypertextbook Mathematics in the age of the computer"><a href="https://hypertextbook.com/chaos/" target="_top">chaos</a></li><li title="E-World Articles, essays, ideas, opinions, unabridged"><a href="https://hypertextbook.com/eworld/" target="_top">eworld</a></li><li title="The Physics Factbook An encyclopedia of scientific essays"><a href="https://hypertextbook.com/facts/" target="_top">facts</a></li><li title="Get Bent Coast to coast by recumbent bicycle" class="selected"><a href="https://hypertextbook.com/bent/" target="_top">get bent</a></li><li title="The Physics Hypertextbook A work in progress"><a href="https://physics.info" target="_top">physics</a></li></ul></nav> <div class="title" title="Get Bent"><a href="https://hypertextbook.com/bent/" target="_top"><span class="get">Get</span> <span class="bent">Bent</span></a></div><div class="subtitle" title="What do you do when it rains?"> <br><a href="https://hypertextbook.com/bent/preface.shtml" target="_top"><span class="get">Coast to coast by</span> <span class="bent">recumbent bicycle</span></a></div> <nav> <ul> <li><a href="https://hypertextbook.com/bent/#front" target="_top" title="Front Matter">front</a></li> <!--li><a href="https://hypertextbook.com/bent/#prelim" target="_top" title="Preliminaries">prelim</a></li--> <li><a href="https://hypertextbook.com/bent/#or" target="_top" title="Oregon">or</a></li> <li><a href="https://hypertextbook.com/bent/#wa" target="_top" title="Washington">wa</a></li> <li><a href="https://hypertextbook.com/bent/#id" target="_top" title="Idaho">id</a></li> <li><a href="https://hypertextbook.com/bent/#mt" target="_top" title="Montana">mt</a></li> <li><a href="https://hypertextbook.com/bent/#nd" target="_top" title="North Dakota">nd</a></li> <li><a href="https://hypertextbook.com/bent/#mn" target="_top" title="Minnesota">mn</a></li> <li><a href="https://hypertextbook.com/bent/#wi" target="_top" title="Wisconsin">wi</a></li> <li><a href="https://hypertextbook.com/bent/#mi" target="_top" title="Michigan">mi</a></li> <li><a href="https://hypertextbook.com/bent/#on" target="_top" title="Ontario">on</a></li> <li><a href="https://hypertextbook.com/bent/#ny" target="_top" title="New York">ny</a></li> <li><a href="https://hypertextbook.com/bent/#back" target="_top" title="Back Matter">back</a></li> </ul> </nav> </header> <article id="foreheadless"> <header> <h1>Welcome</h1> <nav><ul><li><a href="photos.shtml" id="topic-prev">yesterday</a></li><li><a href="preface.shtml" id="topic-next">tomorrow</a></li></ul></nav> <div class="add add-yes"><div class="sharethis-inline-share-buttons"></div><span class="add-goo"><a href="#search"><img src="https://omniscientwalnut.com/search.svg" alt="search icon" title="Search this site"></a></span></div><div id="search" class="overlay"><div class="popup shadow"><a class="close" href="#" title="Close this window">[close]</a><div class="gcse-searchbox-only"></div></div></div> </header> <section id="discussion"> <h2>Table of Contents</h2> <!-- Get ready to match the stars as we play the star studded, big money Match Game 76 --> <nav> <ol start="-1"> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="front">Front matter <ol> <li><a href="https://hypertextbook.com/bent/preface.shtml">Preface</a><span class="tight"> (About this book)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="prelim">Preliminaries <ol> <li><a href="https://hypertextbook.com/bent/6.26.shtml">New York<span class="tight"> NY</span></a></li> <li><a href="https://hypertextbook.com/bent/6.27.shtml">New York<span class="tight"> NY</span> to Portland<span class="tight"> OR</span></a><span class="tight"> (O'Hare Airport)</span></li> <li><a href="https://hypertextbook.com/bent/6.28.shtml">Portland<span class="tight"> OR</span></a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="or">Oregon <ol start="1"> <li><a href="https://hypertextbook.com/bent/6.29.shtml">Rockaway Beach<span class="tight"> OR</span> to Portland<span class="tight"> OR</span></a><span class="tight"> (Coastal Range)</span></li> <li><a href="https://hypertextbook.com/bent/6.30.shtml">Portland<span class="tight"> OR</span> to The Dalles<span class="tight"> OR</span></a><span class="tight"> (Columbia River)</span></li> <li><a href="https://hypertextbook.com/bent/7.01.shtml">The Dalles<span class="tight"> OR</span> to Umatilla<span class="tight"> OR</span></a><span class="tight"> (Columbia River)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="wa">Washington <ol start="4"> <li><a href="https://hypertextbook.com/bent/7.02.shtml">Umatilla<span class="tight"> OR</span> to Dayton<span class="tight"> WA</span></a><span class="tight"> (Walla Walla River)</span></li> <li><a href="https://hypertextbook.com/bent/7.03.shtml">Dayton<span class="tight"> WA</span> to Lewiston<span class="tight"> ID</span></a><span class="tight"> (Alpowa Summit)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="id">Idaho <ol start="6"> <li><a href="https://hypertextbook.com/bent/7.04.shtml">Lewiston<span class="tight"> ID</span> to Lowell<span class="tight"> ID</span></a><span class="tight"> (Clearwater River)</span></li> <li><a href="https://hypertextbook.com/bent/7.05.shtml">Lowell<span class="tight"> ID</span> to Powell<span class="tight"> ID</span></a><span class="tight"> (Lochsa River)</span></li> </ol> </li> <li style="-webkit-column-break-before:always; break-before:column;" id="mt">Montana <ol start="8"> <li><a href="https://hypertextbook.com/bent/7.06.shtml">Powell<span class="tight"> ID</span> to Missoula<span class="tight"> MT</span></a><span class="tight"> (Lolo Pass)</span></li> <li><a href="https://hypertextbook.com/bent/7.07.shtml">Missoula<span class="tight"> MT</span> to Lincoln<span class="tight"> MT</span></a><span class="tight"> (Blackfoot River)</span></li> <li><a href="https://hypertextbook.com/bent/7.08.shtml">Lincoln<span class="tight"> MT</span> to Great Falls<span class="tight"> MT</span></a><span class="tight"> (Continental Divide)</span></li> <li><a href="https://hypertextbook.com/bent/7.09.shtml">Great Falls<span class="tight"> MT</span> to Havre<span class="tight"> MT</span></a><span class="tight"> (Missouri River)</span></li> <li><a href="https://hypertextbook.com/bent/7.10.shtml">Havre<span class="tight"> MT</span> to Malta<span class="tight"> MT</span></a><span class="tight"> (Milk River)</span></li> <li><a href="https://hypertextbook.com/bent/7.11.shtml">Malta<span class="tight"> MT</span> to Glasgow<span class="tight"> MT</span></a><span class="tight"> (Milk River)</span></li> <li><a href="https://hypertextbook.com/bent/7.12.shtml">Glasgow<span class="tight"> MT</span> to Williston<span class="tight"> ND</span></a><span class="tight"> (Missouri River)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="nd">North Dakota <ol start="15"> <li><a href="https://hypertextbook.com/bent/7.13.shtml">Williston<span class="tight"> ND</span> to New Town<span class="tight"> ND</span></a><span class="tight"> (Lake Sakakawea)</span></li> <li><a href="https://hypertextbook.com/bent/7.14.shtml">New Town<span class="tight"> ND</span> to Towner<span class="tight"> ND</span></a><span class="tight"> (Mousse River)</span></li> <li><a href="https://hypertextbook.com/bent/7.15.shtml">Towner<span class="tight"> ND</span> to Devils Lake<span class="tight"> ND</span></a><span class="tight"> (Center of North America)</span></li> <li><a href="https://hypertextbook.com/bent/7.16.shtml">Devils Lake<span class="tight"> ND</span> to Cooperstown<span class="tight"> ND</span></a><span class="tight"> (Sheyenne River)</span></li> <li><a href="https://hypertextbook.com/bent/7.17.shtml">Cooperstown<span class="tight"> ND</span> to Fargo<span class="tight"> ND</span></a><span class="tight"> (BNSF Railroad)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="mn">Minnesota <ol start="20"> <li><a href="https://hypertextbook.com/bent/7.18.shtml">Fargo<span class="tight"> ND</span> to Detroit Lakes<span class="tight"> MN</span></a><span class="tight"> (US Highway 10)</span></li> <li><a href="https://hypertextbook.com/bent/7.19.shtml">Detroit Lakes<span class="tight"> MN</span> to Brainerd<span class="tight"> MN</span></a><span class="tight"> (Leech Lake)</span></li> <li><a href="https://hypertextbook.com/bent/7.20.shtml">Brainerd<span class="tight"> MN</span> to Brooklyn Park<span class="tight"> MN</span></a><span class="tight"> (Mille Lacs Lake)</span></li> <li><a href="https://hypertextbook.com/bent/7.21.shtml">Brooklyn Park<span class="tight"> MN</span> to Minneapolis<span class="tight"> MN</span></a><span class="tight"> (Mississippi River)</span></li> </ol> </li> <li style="-webkit-column-break-before:always; break-before:column;" id="wi">Wisconsin <ol start="24"> <li><a href="https://hypertextbook.com/bent/7.22.shtml">Minneapolis<span class="tight"> MN</span> to Pepin<span class="tight"> WI</span></a><span class="tight"> (Mississippi River)</span></li> <li><a href="https://hypertextbook.com/bent/7.23.shtml">Pepin<span class="tight"> WI</span> to Sparta<span class="tight"> WI</span></a><span class="tight"> (Mississippi River)</span></li> <li><a href="https://hypertextbook.com/bent/7.24.shtml">Sparta<span class="tight"> WI</span> to Lodi<span class="tight"> WI</span></a><span class="tight"> (Baraboo River)</span></li> <li><a href="https://hypertextbook.com/bent/7.25.shtml">Lodi<span class="tight"> WI</span> to Milwaukee<span class="tight"> WI</span></a><span class="tight"> (Glacial Drumlin Trail)</span></li> <li class="numberless"><a href="https://hypertextbook.com/bent/8.02.shtml">Milwaukee<span class="tight"> WI</span></a></li> <li value="28"><a href="https://hypertextbook.com/bent/8.03.shtml">Milwaukee<span class="tight"> WI</span> to Manitowoc<span class="tight"> WI</span></a><span class="tight"> (Lake Michigan)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="mi">Michigan <ol start="29"> <li><a href="https://hypertextbook.com/bent/8.04.shtml">Ludington<span class="tight"> MI</span> to Big Rapids<span class="tight"> MI</span></a><span class="tight"> (Pere Marquette River)</span></li> <li><a href="https://hypertextbook.com/bent/8.05.shtml">Big Rapids<span class="tight"> MI</span> to Bay City<span class="tight"> MI</span></a><span class="tight"> (Chippewa River)</span></li> <li><a href="https://hypertextbook.com/bent/8.06.shtml">Bay City<span class="tight"> MI</span> to Port Sanilac<span class="tight"> MI</span></a><span class="tight"> (The Thumb)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="on">Ontario <ol start="32"> <li><a href="https://hypertextbook.com/bent/8.07.shtml">Port Sanilac<span class="tight"> MI</span> to Strathroy<span class="tight"> ON</span></a><span class="tight"> (St. Claire River)</span></li> <li><a href="https://hypertextbook.com/bent/8.08.shtml">Strathroy<span class="tight"> ON</span> to Long Point<span class="tight"> ON</span></a><span class="tight"> (Lake Erie)</span></li> <li><a href="https://hypertextbook.com/bent/8.09.shtml">Long Point<span class="tight"> ON</span> to Niagara Falls<span class="tight"> ON</span></a><span class="tight"> (Lake Erie)</span></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="ny">New York <ol start="35"> <li><a href="https://hypertextbook.com/bent/8.10.shtml">Niagara Falls<span class="tight"> ON</span> to Medina<span class="tight"> NY</span></a><span class="tight"> (Niagara River)</span></li> <li><a href="https://hypertextbook.com/bent/8.11.shtml">Medina<span class="tight"> NY</span> to Canandaigua<span class="tight"> NY</span></a><span class="tight"> (Erie Canal)</span></li> <li><a href="https://hypertextbook.com/bent/8.12.shtml">Canandaigua<span class="tight"> NY</span> to Ithaca<span class="tight"> NY</span></a><span class="tight"> (Finger Lakes)</span></li> <li><a href="https://hypertextbook.com/bent/8.13.shtml">Ithaca<span class="tight"> NY</span> to Deposit<span class="tight"> NY</span></a><span class="tight"> (Susquehanna River)</span></li> <li><a href="https://hypertextbook.com/bent/8.14.shtml">Deposit<span class="tight"> NY</span> to Smallwood<span class="tight"> NY</span></a><span class="tight"> (Delaware River)</span></li> <li><a href="https://hypertextbook.com/bent/8.15.shtml">Smallwood<span class="tight"> NY</span> to New York<span class="tight"> NY</span></a><span class="tight"> (Hudson River)</span></li> <li class="numberless"><a href="https://hypertextbook.com/bent/8.21.shtml">New York<span class="tight"> NY</span></a></li> <li value="41"><a href="https://hypertextbook.com/bent/8.22.shtml">New York<span class="tight"> NY</span> to Rockaway Beach<span class="tight"> NY</span></a><span class="tight"> (East River)</span></li> </ol> </li> <li style="-webkit-column-break-before:always; break-before:column;" id="back">Back matter <ol> <li><a href="https://hypertextbook.com/bent/maps.shtml">Map Index</a></li> <li><a href="https://hypertextbook.com/bent/data.shtml">Trip Data Index</a></li> <li><a href="https://hypertextbook.com/bent/photos.shtml">Photo Index</a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="contact">Contact the author <ol> <li><a href="https://glennelert.us" rel="me" target="_blank">glennelert.us</a></li> <li><a href="https://www.behance.net/elert" rel="me" target="_blank">Behance</a></li> <li><a href="https://elert.bsky.social" rel="me" target="_blank">Bluesky</a></li> <li><a href="https://scholar.google.com/citations?user=KRFqB1gAAAAJ" rel="me" target="_blank">Google Scholar</a></li> <li><a href="https://www.instagram.com/elert" rel="me" target="_blank">Instagram</a></li> <li><a href="https://www.threads.net/@elert" rel="me" target="_blank">Threads</a></li> <li><a href="https://www.youtube.com/GlennElert" rel="me" target="_blank">YouTube</a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="affiliates">Affiliated websites <ol> <li><a href="https://hypertextbook.com" rel="me" title="Hypertextbook" target="_blank">hypertextbook.com</a></li> <li><a href="http://midwoodscience.org" rel="me" title="Midwood High School Science Research Program" target="_blank">midwoodscience.org</a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="merch">Stuff for sale <ol> <li><a href="https://hypertextbook.myspreadshop.com" rel="me" target="_blank">Spreadshirt</a></li> <li><a href="https://www.redbubble.com/people/elert/shop" rel="me" target="_blank">Redbubble</a></li> </ol> </li> </ol> </nav> <!-- Move to the window's forehead with jQuery. --> <script> $('html,body').delay(1000).animate({scrollTop: $('#forehead').offset().top },500); </script> </section> <footer> <div class="add add-yes"><div class="sharethis-inline-share-buttons"></div><span class="add-goo"><a href="#search"><img src="https://omniscientwalnut.com/search.svg" alt="search icon" title="Search this site"></a></span></div> <nav><ul><li>yesterday</li><li>tomorrow</li></ul></nav> <h1>Welcome</h1> </footer> </article> <footer> <nav> <ul> <li><a href="https://hypertextbook.com/bent/#front" target="_top" title="Front Matter">front</a></li> <!--li><a href="https://hypertextbook.com/bent/#prelim" target="_top" title="Preliminaries">prelim</a></li--> <li><a href="https://hypertextbook.com/bent/#or" target="_top" title="Oregon">or</a></li> <li><a href="https://hypertextbook.com/bent/#wa" target="_top" title="Washington">wa</a></li> <li><a href="https://hypertextbook.com/bent/#id" target="_top" title="Idaho">id</a></li> <li><a href="https://hypertextbook.com/bent/#mt" target="_top" title="Montana">mt</a></li> <li><a href="https://hypertextbook.com/bent/#nd" target="_top" title="North Dakota">nd</a></li> <li><a href="https://hypertextbook.com/bent/#mn" target="_top" title="Minnesota">mn</a></li> <li><a href="https://hypertextbook.com/bent/#wi" target="_top" title="Wisconsin">wi</a></li> <li><a href="https://hypertextbook.com/bent/#mi" target="_top" title="Michigan">mi</a></li> <li><a href="https://hypertextbook.com/bent/#on" target="_top" title="Ontario">on</a></li> <li><a href="https://hypertextbook.com/bent/#ny" target="_top" title="New York">ny</a></li> <li><a href="https://hypertextbook.com/bent/#back" target="_top" title="Back Matter">back</a></li> </ul> </nav> <div class="signature"><span><a href="https://hypertextbook.com" target="_top"><img src="https://omniscientwalnut.com/eglobe.svg" title="hypertextbook.com" alt="eglobe logo"></a></span><span><a href="https://hypertextbook.com/bent/" target="_top" title="Coast to coast by recumbent bicycle">Get Bent</a><br><a href="https://glennelert.us" target="_blank" title="There's nothing more exciting than science. You get all the fun of sitting still, being quiet, writing down numbers, paying attention. Science has it all.">©1998 Glenn Elert<br>Author, Illustrator, Webmaster</a></span></div> <p title="No condition is permanent">No condition is permanent.</p> <!-- no second toe --><!-- unique --> </footer> </body> </html>