var theURL = location.href
var spacer = "&nbsp;&gt;&nbsp;";
var current = ""
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/pnw/') > -1) {
current = spacer + "PNW Regional Newspaper and Periodical Index"
}
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/pnwphotographers/') > -1) {
current = spacer + "PNW Photographers Database"
}
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/pamfiles/') > -1) {
current = spacer + "Pamphlet Files"
}
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/photos/') > -1) {
current = spacer + "Photograph Collections Database"
}
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/arch/') > -1) {
current = spacer + "Architectural Drawings Database"
}
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/phonebooks/') > -1) {
current = spacer + "Phonebooks Holdings Database"
}
if (theURL.toLowerCase().indexOf('db.lib.washington.edu/sayre/') > -1) {
current = spacer + "Sayre Database"
}

document.write('<html><a id="breadcrumbs" href="http://www.lib.washington.edu/specialcoll/">Special Collections home</a>&nbsp;&gt;&nbsp;<a id="breadcrumbs" href="http://www.lib.washington.edu/specialcoll/searching/">Searching Tools: Available Resources</a>' + current + '</html>')