<!--
var theURL = location.href
var spacer = "&nbsp;&gt;&nbsp;";
var prefix = ""
var prefix2 = ""
var prefix3 = ""
if ((theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/books/') > -1)  && !(theURL.charAt(theURL.length -1) == "/") && !(theURL.toLowerCase().indexOf('pnw') > -1)) {
prefix = "<a id='breadcrumbs' href='/specialcoll/collections/books'>Collections: Book Collections</a>" + spacer
}

//if ((theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/findaids/') > -1)  && !(theURL.charAt(theURL.length -1) == "/")) {
if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/findaids/') > -1) {
prefix = "<a id='breadcrumbs' href='/specialcoll/searching/'>Searching Tools: Databases and Online Lists</a>" + spacer
}

if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/pnw/sthelens.html') > -1) {
prefix = "<a id='breadcrumbs' href='/specialcoll/collections/pnw/'>Collections: Pacific Northwest Collection</a>" + spacer
}

if ((theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/graphic/photographs.html') > -1) || (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/graphic/postcards.html') > -1) || (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/graphic/architecture.html') > -1)) {
prefix = "<a id='breadcrumbs' href='/specialcoll/collections/graphic/'>Collections: Pictorial &amp; Graphics Collections</a>" + spacer
} 

if ((((theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/exhibits/') > -1) || (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/exhibits/') > -1)) && !(theURL.toLowerCase().indexOf('online.html') > -1) && !(theURL.toLowerCase().indexOf('current.html') > -1) && !(theURL.toLowerCase().indexOf('past.html') > -1))) {
prefix = "<a id='breadcrumbs' href='/specialcoll/exhibits/online.html'>Public Programs: Online Exhibits</a>" + spacer
}

if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/exhibits/past.html') > -1)  {
prefix = "<a id='breadcrumbs' href='/specialcoll/exhibits/current.html'>Public Programs: Exhibits &amp; Lectures</a>" + spacer
}

if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/exhibits/bhutan/') > -1)  {
prefix = "<a id='breadcrumbs' href='/specialcoll/exhibits/current.html'>Public Programs: Exhibits &amp; Lectures</a>" + spacer
}

if (theURL.toLowerCase().indexOf('/portals/pnw/jackson/') > -1)  {
prefix = "Subject Portals" + spacer + "Pacific Northwest" + spacer + "Jackson Web Portal" + spacer
}

if (theURL.toLowerCase().indexOf('/portals/pnw/visualarts/') > -1)  {
prefix = "Subject Portals" + spacer + "Pacific Northwest" + spacer + "<a id='breadcrumbs' href='/specialcoll/test/portals/pnw/visualarts/'>Visual Arts Portal</a>" + spacer

"<a id='breadcrumbs' href='/specialcoll/exhibits/current.html'>Public Programs: Exhibits &amp; Lectures</a>"
}


if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/uarchives/mccormick/') > -1)  {
prefix = "<a id='breadcrumbs' href='/specialcoll/collections/uarchives/'>Collections: University Archives</a>" + spacer
}

if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/uarchives/faculty') > -1)  {
prefix = "<a id='breadcrumbs' href='/specialcoll/collections/uarchives/'>Collections: University Archives</a>" + spacer
}

if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/uarchives/recordgroups/') > -1)  {
prefix = "<a id='breadcrumbs' href='/specialcoll/collections/uarchives/'>Collections: University Archives</a>" + spacer
}

if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/collections/uarchives/recordgroups/recordgroup') > -1)  {
prefix2 = "<a id='breadcrumbs' href='/specialcoll/collections/uarchives/recordgroups/'>Record Groups</a>" + spacer
}


if ((theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/searching/') > -1) && !(theURL.toLowerCase().indexOf('howfind.html') > -1) && !(document.referrer.indexOf('howfind.html') > -1) && !(theURL.charAt(theURL.length -1) == "/")) {
prefix = "<a id='breadcrumbs' href='/specialcoll/searching/'>Searching Tools: Databases and Online List</a>" + spacer
}

if ((theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/exhibits/birnbaum/') > -1) && !(theURL.charAt(theURL.length -1) == "/")) {
prefix2 = "<a id='breadcrumbs' href='/specialcoll/exhibits/birnbaum/'>Birnbaum Papers</a>" + spacer;
}



if (theURL.toLowerCase().indexOf('www.lib.washington.edu/specialcoll/exhibits/tyee1953/') > -1) {
prefix2 = "<a id='breadcrumbs' href='/specialcoll/exhibits/tyee1953/'>1953 Tyee</a>" + spacer;
}
document.write('<html><a id="breadcrumbs" href="/specialcoll/">Special Collections home</a>&nbsp;&gt;&nbsp;' + prefix + prefix2 + prefix3 + breadcrumbTitle + '</html>');
//-->
