CINXE.COM
Washington State Library - WA Secretary of State
<!--Unexpected character encountered while parsing value: <. Path '', line 0, position 0.--> <!DOCTYPE html> <html> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link rel="shortcut icon" href="/favicon.ico" /> <meta name="title" content="" /> <meta property="og:image" content="https://www.sos.wa.gov/_assets/office/OSOSLibraryOG.jpg" /><meta property="og:url" content="https://www.sos.wa.gov/library/publications.aspx" /><meta property="og:image:width" content="600" /><meta property="og:image:height" content="315" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:type" content="article" /><meta name="twitter:card" content="summary" /><meta name="twitter:site" content="@secstatewa" /><meta name="twitter:creator" content="@secstatewa" /><meta property="og:description" content="The Secretary of State is the state's chief elections officer, chief corporations officer, and supervisor of the State Archives and State Library." /> <meta property="og:title" content="" /> <title> Washington State Library - WA Secretary of State </title><link rel="stylesheet" href="/css/style.css" /><link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css" rel="stylesheet" /> <!-- Load Web Fonts --> <link href='//fonts.googleapis.com/css?family=Hind:400,500,300,600,700' rel='stylesheet' type='text/css'> <link href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700,800" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="/js/jquery-1.12.4.min.js">\x3c/script>')</script> <!-- Load jQuery from Google CDN with local fallback in case of failure --> <!-- Patch support for legacy IE --> <!--[if IE]> <link href="/css/ie/ie.css" rel="stylesheet"> <![endif]--> <!--[if lt IE 9]> <script src="/js/lib/html5shiv/html5shiv.min.js"></script> <script src="/js/respond.min.js"></script> <link href="/css/ie/ie8.css" rel="stylesheet"> <![endif]--> <!--[if lt IE 8]> <link href="/css/ie/bootstrap-ie7.css" rel="stylesheet"> <![endif]--> <style type="text/css"> ul.sublist { display: none; } #subjects a, #pubs a { cursor: pointer; } .loadingSubject { display: none; } </style> <script type="text/javascript"> var searchStart = 1; $().ready(function () { $.ajax({ url: "//www.sos.wa.gov/api/legacy/historypublications/subject" }).done(function (data) { $.each(data, function (index, subject) { $("#subjects").append("<li><a subjectid=\"" + subject.SubjectID + "\">" + subject.Subject + "</a><div id=\"loading" + subject.SubjectID + "\" class=\"loadingSubject\">Loading...</div><ul class=\"sublist\" id=\"sList" + subject.SubjectID + "\"></ul></li>"); }); $("#subjects a").off().click(function () { var id = $(this).attr("subjectid"); $("#loading" + id).show(); showSubject($(this).attr("subjectid")); }) $("#PubSearch").off().click(function () { doSearch(1); }); $("#showHelp").click(function () { $("#SearchHelp").toggle(); }); $("#Loading").hide(); }); }); function doSearch(start) { $("#PubSearch").val("Searching..."); $.ajax({ url: "//www.sos.wa.gov/api/legacy/historypublications/search/?Start=" + start + "&Keywords=" + $("#s").val() }).done(function (data) { $("#PubSearch").val("Search"); console.dir(data); var searchEnd = start + 19; if (parseInt(data.SearchResultCount) < searchEnd) searchEnd = parseInt(data.SearchResultCount); if (data.SearchResultCount != null) { $("#SearchResults").html("<p>Found " + data.SearchResultCount + " Results. Showing " + start + " to " + searchEnd + ".</p>").append("<ul></ul><br /><div></div><br />"); $.each(data.Results, function (index, result) { $("#SearchResults ul").append("<li>" + result.Publication + " by " + result.Author + " - <a href=\"/legacy/publicationsviewer/?title=" + encodeURIComponent(result.Publication) + "&id=" + result.PubId + "&page=" + result.PageNumber + "\">Page " + result.PageNumber + "</a></li>"); }); if (start > 1) { $("#SearchResults div").append("<a id=\"PrevResults\" class=\"btn btn-default\" ><i class=\"fa fa-arrow-left\"></i> Back</a> "); var prevStart = start - 20; $("#PrevResults").off().click(function () { doSearch(prevStart); }); } if (searchEnd < parseInt(data.SearchResultCount)) { $("#SearchResults div").append("<a id=\"NextResults\" class=\"btn btn-default\">Next <i class=\"fa fa-arrow-right\"></i></a>"); var newStart = start + 20; $("#NextResults").off().click(function () { doSearch(newStart); }); } } else { $("#SearchResults").html("<p>Sorry, no results matched your search.</p>"); } }); }; function showSubject(id) { if ($("#sList" + id).is(".opened")) { $("#sList" + id).slideToggle(); $("#sList" + id).toggleClass("opened"); $("#loading" + id).hide(); return; } $("#sList" + id).toggleClass("opened"); $("#sList" + id).html(""); $.ajax({ url: "//www.sos.wa.gov/api/legacy/historypublications/publications/?WithParameters=true&SubjectID=" + id }).done(function (data) { $.each(data, function (index, pub) { $("#sList" + id).append("<li><a pubid=\"" + pub.PubID + "\" href=\"publications_detail.aspx?p=" + pub.PubId + "\">" + pub.ShortTitle + "</a><br />" + pub.Author + "</li>"); }); $("#sList" + id).slideToggle(); $("#loading" + id).hide(); }); } </script> <script type="text/javascript"> !function (T, l, y) { var S = T.location, k = "script", D = "instrumentationKey", C = "ingestionendpoint", I = "disableExceptionTracking", E = "ai.device.", b = "toLowerCase", w = "crossOrigin", N = "POST", e = "appInsightsSDK", t = y.name || "appInsights"; (y.name || T[e]) && (T[e] = t); var n = T[t] || function (d) { var g = !1, f = !1, m = { initialize: !0, queue: [], sv: "5", version: 2, config: d }; function v(e, t) { var n = {}, a = "Browser"; return n[E + "id"] = a[b](), n[E + "type"] = a, n["ai.operation.name"] = S && S.pathname || "_unknown_", n["ai.internal.sdkVersion"] = "javascript:snippet_" + (m.sv || m.version), { time: function () { var e = new Date; function t(e) { var t = "" + e; return 1 === t.length && (t = "0" + t), t } return e.getUTCFullYear() + "-" + t(1 + e.getUTCMonth()) + "-" + t(e.getUTCDate()) + "T" + t(e.getUTCHours()) + ":" + t(e.getUTCMinutes()) + ":" + t(e.getUTCSeconds()) + "." + ((e.getUTCMilliseconds() / 1e3).toFixed(3) + "").slice(2, 5) + "Z" }(), iKey: e, name: "Microsoft.ApplicationInsights." + e.replace(/-/g, "") + "." + t, sampleRate: 100, tags: n, data: { baseData: { ver: 2 } } } } var h = d.url || y.src; if (h) { function a(e) { var t, n, a, i, r, o, s, c, u, p, l; g = !0, m.queue = [], f || (f = !0, t = h, s = function () { var e = {}, t = d.connectionString; if (t) for (var n = t.split(";"), a = 0; a < n.length; a++) { var i = n[a].split("="); 2 === i.length && (e[i[0][b]()] = i[1]) } if (!e[C]) { var r = e.endpointsuffix, o = r ? e.location : null; e[C] = "https://" + (o ? o + "." : "") + "dc." + (r || "services.visualstudio.com") } return e }(), c = s[D] || d[D] || "", u = s[C], p = u ? u + "/v2/track" : d.endpointUrl, (l = []).push((n = "SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)", a = t, i = p, (o = (r = v(c, "Exception")).data).baseType = "ExceptionData", o.baseData.exceptions = [{ typeName: "SDKLoadFailed", message: n.replace(/\./g, "-"), hasFullStack: !1, stack: n + "\nSnippet failed to load [" + a + "] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: " + (S && S.pathname || "_unknown_") + "\nEndpoint: " + i, parsedStack: [] }], r)), l.push(function (e, t, n, a) { var i = v(c, "Message"), r = i.data; r.baseType = "MessageData"; var o = r.baseData; return o.message = 'AI (Internal): 99 message:"' + ("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) (" + n + ")").replace(/\"/g, "") + '"', o.properties = { endpoint: a }, i }(0, 0, t, p)), function (e, t) { if (JSON) { var n = T.fetch; if (n && !y.useXhr) n(t, { method: N, body: JSON.stringify(e), mode: "cors" }); else if (XMLHttpRequest) { var a = new XMLHttpRequest; a.open(N, t), a.setRequestHeader("Content-type", "application/json"), a.send(JSON.stringify(e)) } } }(l, p)) } function i(e, t) { f || setTimeout(function () { !t && m.core || a() }, 500) } var e = function () { var n = l.createElement(k); n.src = h; var e = y[w]; return !e && "" !== e || "undefined" == n[w] || (n[w] = e), n.onload = i, n.onerror = a, n.onreadystatechange = function (e, t) { "loaded" !== n.readyState && "complete" !== n.readyState || i(0, t) }, n }(); y.ld < 0 ? l.getElementsByTagName("head")[0].appendChild(e) : setTimeout(function () { l.getElementsByTagName(k)[0].parentNode.appendChild(e) }, y.ld || 0) } try { m.cookie = l.cookie } catch (p) { } function t(e) { for (; e.length;)!function (t) { m[t] = function () { var e = arguments; g || m.queue.push(function () { m[t].apply(m, e) }) } }(e.pop()) } var n = "track", r = "TrackPage", o = "TrackEvent"; t([n + "Event", n + "PageView", n + "Exception", n + "Trace", n + "DependencyData", n + "Metric", n + "PageViewPerformance", "start" + r, "stop" + r, "start" + o, "stop" + o, "addTelemetryInitializer", "setAuthenticatedUserContext", "clearAuthenticatedUserContext", "flush"]), m.SeverityLevel = { Verbose: 0, Information: 1, Warning: 2, Error: 3, Critical: 4 }; var s = (d.extensionConfig || {}).ApplicationInsightsAnalytics || {}; if (!0 !== d[I] && !0 !== s[I]) { var c = "onerror"; t(["_" + c]); var u = T[c]; T[c] = function (e, t, n, a, i) { var r = u && u(e, t, n, a, i); return !0 !== r && m["_" + c]({ message: e, url: t, lineNumber: n, columnNumber: a, error: i }), r }, d.autoExceptionInstrumented = !0 } return m }(y.cfg); function a() { y.onInit && y.onInit(n) } (T[t] = n).queue && 0 === n.queue.length ? (n.queue.push(a), n.trackPageView({})) : a() }(window, document, { src: "https://js.monitor.azure.com/scripts/b/ai.2.min.js", // The SDK URL Source // name: "appInsights", // Global SDK Instance name defaults to "appInsights" when not supplied // ld: 0, // Defines the load delay (in ms) before attempting to load the sdk. -1 = block page load and add to head. (default) = 0ms load after timeout, // useXhr: 1, // Use XHR instead of fetch to report failures (if available), crossOrigin: "anonymous", // When supplied this will add the provided value as the cross origin attribute on the script tag // onInit: null, // Once the application insights instance has loaded and initialized this callback function will be called with 1 argument -- the sdk instance (DO NOT ADD anything to the sdk.queue -- As they won't get called) cfg: { // Application Insights Configuration connectionString: "InstrumentationKey=840f2c2c-c022-4dbc-8648-0107f590427a;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/" } }); </script> <!-- Google Analytics will go here --> <!-- <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', 'UA-50445087-1', 'wa.gov'); ga('require', 'linkid', 'linkid.js'); ga('require', 'displayfeatures'); ga('require', 'eventTracker'); ga('send', 'pageview'); </script> --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-7B08VE04WV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-7B08VE04WV'); </script> <script src="/js/ga-link-tracker.js"></script> <script src="/js/ga-autotrack/autotrack.js"></script></head> <body id="webpages-onecolumn-master" class="webpages-onecolumn-master library-publications library trigger"> <a href="#content" class="sr-only sr-only-focusable">Jump to Content</a> <form method="post" action="./publications.aspx" id="form1" role="form"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="oBnBUiGewmU3QAyP/lGEPWOghy5U/FLLvNXgbI60cIdF0JrPNu6tnvsgL6+qzNALGbxCgtQVGKtTWzdvLU84ozy9yrw/PIfmOppQOKxNkZasZbSU4MgMAOzhVMSgqDzlua4K/j+KFHLegfzQKpeKvu5hyTZUkcWTsUjME7NxwsDW4Zvq/UoHhkZ46zi7IEZxlVGHI1rVPRwgEXIcEuP+NsKXkcdGJElDZUoioj/9tB+ZcFdGb9Q8FxgEBSzagOMm0sLgUVWcMj+La8XGwXtTkA==" /> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="44140159" /> </div> <header class="navbar navbar-inverse osos-nav header-top" role="banner"> <div class="inner-header navbar-header container"> <div class="row"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#osos-search-collapse"> <span class="sr-only">Toggle search box</span> <i class="fa fa-search"></i> </button> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#osos-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <i class="fa fa-bars"></i> </button> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-4"> <a class="logo" href="https://www.sos.wa.gov/"> <img class="wh-logo" src="/images/osos-logo-trans-white.png" alt="WA Secretary of State logo" /> <img class="image" src="/../home-assets/SecStateWA_Block_Color_RGB_300dpi.png" alt="WA Secretary of State logo" style="height:75px;" /> </a> </div> <h2 class="title col-lg-6 col-md-6 col-sm-6 col-xs-12"><a href="/library/">Washington State Library</a></h2> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 pull-right" style="padding-left: 0; padding-right: 0;"> <div class="navbar-form navbar-right navbar-collapse collapse" role="search" id="osos-search-collapse"> <div class="form-group search"> <label class="sr-only" for="sos-search-val2">Search</label> <!--<form method="get" action="/search/default.aspx"> --> <div class="input-group"> <input type="text" id="sos-search-val2" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button id="sos-search2" class="btn btn-header" type="submit"><i class="fa fa-search"></i></button> </span> </div> <!--</form> --> </div> </div> </div> </div> <!-- end .navbar-header --> </div> <!-- end .inner-header --> <div class="nav-container"> <nav class="division navbar-collapse collapse" role="navigation" id="osos-navbar-collapse"> <div class="container"> <div class="row"> <ul class="nav navbar-nav col-lg-12 col-md-12 osos-primary-nav" id="osos-primary-nav"> <li> <a id="tab-home" class="" href="/library/"> <span class="fa fa-home"></span> <span class="tab-home-word">Home</span> </a> </li> <li class="m0 dropdown " id="nav0-boot"><a id="dropdown0" href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" role="button">About the Library <b class="caret"></b></a> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdown0"><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/aboutus.aspx">Contact Us</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/ask.aspx">Ask a Librarian</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/research-appointments/">Make an Appointment</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/card.aspx">Get a Library Card</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/aboutus.aspx?c=hours">Hours & Directions</a></li><li role="presentation" class="divider"></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/ResourceSharingInterlibraryLoanforIndividuals.aspx">Resource Sharing (ILL)</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/LibraryStaffDirectory.aspx">Staff Directory</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/BranchLibraries.aspx">Branches</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.wtbbl.org/">Washington Talking Book & Braille Library</a></li><li role="presentation" class="divider"></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/InstitutionalLibraryServices.aspx">Institutional Library Services</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/history.aspx">History</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/events.aspx">Events & Programs</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/LibraryDonations.aspx">Donate to the Library</a></li> </ul> </li> <li class="m0 dropdown " id="nav0-boot"><a id="dropdown0" href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" role="button">Research & Collections <b class="caret"></b></a> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdown0"><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/catalog.aspx">Library Catalog</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.wtbbl.org/">Audio & Braille Books</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/lyndalinkedin.aspx">Lynda/LinkedIn Online Courses</a></li><li role="presentation" class="divider"></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/digcolls.aspx">Digital Collections</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="https://washingtondigitalnewspapers.org">Historic Newspapers</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/history/publications.aspx">Washington History Books</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.washingtonruralheritage.org">Washington Rural Heritage</a></li><li role="presentation" class="divider"></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/FederalDepositoryProgram.aspx">Federal Government Publications</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/genealogy.aspx">Genealogy</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/collections.aspx#maps">Maps</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/newspapers_wsl.aspx">Newspapers of Washington State</a></li><li role="presentation" class="divider"></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/collections.aspx#northwest">Northwest Collection</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/SpecialCollections.aspx">Special Collections</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/StateDepositoryProgram.aspx">State Government Publications</a></li><li role="presentation"><a role="menuitem" tabindex="-1" href="/library/wa_collections.aspx">Washington Research Links</a></li> </ul> </li> <li class="m0"><a href="/library/libraries/" class="">Services for Libraries</a></li> <li class="m0"><a href="https://stlow.iii.com/patroninfo/" class="">My Account</a></li> <li class="m0"><a href="/library/search/" class="">Find a Library</a></li> <li class="m0"><a href="/library/ask.aspx" class="">Ask a Librarian</a></li> <li class="m0"><a href="https://www.sos.wa.gov/donate/state-library/" class="">Donate</a></li> </ul> </div> </div> </nav> </div> <nav id="scrolling-nav" class="hide-onload"> <div class="container"> <div class="row"> <div class="scroll-logo col-lg-1 col-md-1 col-sm-1"> <a href="/"> <img src="/images/osos-trans-white-75.png" /></a> </div> <ul class="col-lg-11 col-md-11 col-sm-11 navbar-nav" id="osos-scrolling-nav"> <!-- list items cloned by jQuery here --> </ul> </div> </div> </nav> </header> <!-- end header --> <div id="content" class="content"> <div id="main" class="container" role="main"> <div id="inner-content" class="row"> <!-- Notice asp:Panel should be placed here --> <div class="article col-lg-12 col-md-12 col-sm-12" lang="en" role="article"> <!-- Print --> <h1 id="ContentTitleH1"> Classics in Washington History </h1> <p> The State Library is delighted to present Classics in Washington History. This digital collection of full-text books brings together rare, out of print titles for easy access by students, teachers, genealogists and historians. Visit Washington's early years through the lives of the men and women who lived and worked in Washington Territory and State. </p> <p>Choose a subject to view the publications.</p> <div id="Loading" class="row"> <div class="col-sm-12"> <br /> <p style="text-align: center"> Loading publications...<br /> <br /> <i class="fa fa-spinner fa-4x fa-spin"></i> </p> </div> </div> <div class="row"> <div class="col-md-6"> <ul id="subjects"></ul> </div> <div class="col-md-6"> <ul id="pubs"></ul> </div> </div> <hr /> <br /> <div class="osos-callout osos-callout-info"> <h4>Historical Note</h4> <p> The attitudes represented in some of these books do not necessarily reflect the Office of the Secretary of State, but are part of the historical record of Washington's past. </p> </div> <!-- End Print --> </div> </div> </div> </div> <div style="height:100px"></div> <footer class="footer"> <div class="container"> <div class="row"> <div class="col-xs-12"> <div class="area"> <div class="footer-contact vcard"> <p class="area-title">Contact Us</p> <div class="org">Washington Secretary of State</div><div class="adr"><div class="street-address">Legislative Building · PO Box 40220</div><span class="locality">Olympia</span>, <span class="region">WA</span> <span class="postal-code">98504-0220</span></div><div class="email"><a href="/cdn-cgi/l/email-protection#6615030514031207141f090015120712032615091548110748010910"><span class="__cf_email__" data-cfemail="3447515746514055464d5b52474055405174475b471a43551a535b42">[email protected]</span></a></div><div class="tel"><a href="/office/contact.aspx">Phone Numbers</a></div> <br /> <p><a href="/office/privacy.aspx">Privacy Policy</a></p> </div> </div> <div class="area"> <p class="area-title">Follow Us</p> <ul class="list-inline reset-margin soc-med-icons"> <li><a href="https://www.facebook.com/WashingtonStateLibrary" title="Visit our Facebook page."><i class="fa fa-facebook-official fa-3x"></i></a></li> <li><a href="https://twitter.com/WAStateLib" title="Follow us on Twitter."><i class="fa fa-twitter fa-3x"></i></a></li> <li><a href="https://www.youtube.com/user/WAStateLibrary" title="View our videos on YouTube."><i class="fa fa-youtube-play fa-3x"></i></a></li> <li><a href="https://secure.flickr.com/photos/wsl-libdev/sets/" title="View Flickr photos."><i class="fa fa-flickr fa-3x"></i></a></li> <li><a href="https://www.instagram.com/washingtonstatelibrary/" title="Check out Instagram feed"><i class="fa fa-instagram fa-3x"></i></a></li> </ul> <br /> </div> <!-- End fourcol --> <!-- End fourcol --> <div class="area"> <div class="translate"> <p style="display: none;"> <a href="http://www.wahealthplanfinder.org"> <img src="/_assets/office/HealthFinder-logo.png" alt="Health Finder Logo" /></a> </p> </div> <!-- End .translate --> </div> <div class="area-seal"> <p> <a href="https://fortress.wa.gov/sos/staff" class="state-seal"> <img src="/_assets/icons/Standard-Circle-48x48/State-Seal.png" alt="Washington State Seal" /></a> </p> </div> <div class="clear-fix"></div> <!-- End fourcol --> </div> </div> <!-- End .row --> </div> <!-- End .wrap --> </footer> </form> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="/js/lib/bs/bootstrap.min.js"></script> <script src="/js/lib/bootstrap-accessibility.custom.js"></script> <script src="/js/nav.js"></script> <script src="/js/toggle-component.js"></script> <script src="/js/author.js"></script> <script> $(function () { var titleTag = $('title').text().trim().replace(/(\r\n|\n|\r)/gm, ""); $("meta[property='og:title']").prop('content', titleTag); $("title").html(titleTag); }); </script> </body> </html>