CINXE.COM
ND Full Catalog - Full View of Record
<!-- filename: direct-head --> <html> <head> <title>ND Full Catalog - Full View of Record</title> <!-- filename: meta-tags-ndup --> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Sun, 06 Nov 1994 08:49:37 GMT"> <!-- 20050913 Adjusted base specific URL to use server_httpd/F instead of server_f_start A. Bales --> <!-- 20050316 Setting base specific refresh URL --> <META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=https://aleph23-prod.library.nd.edu:443/F?func=find-b-0&local_base=ndu01pub"> <!-- <META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=https://aleph23-prod.library.nd.edu:443/F?func=find-b-0&local_base=ndu01pub"> --> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <link rel="stylesheet" href="https://aleph23-prod.library.nd.edu:443/exlibris.css" TYPE="text/css"> <script type="text/javascript" src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/malc-scripts.js"></script> <!-- filename: include-window --> <!-- 20070410 Modified javascript open_window(loc) so that links with service type 'tag' open in original window instead of new window. A. Bales --> <script language="Javascript"> <!-- function open_window (loc) { self.name="main"; //make exception for reference links in bibs var serviceTypeTag = "service_type=TAG"; var serviceTypeTagLocation = loc.indexOf(serviceTypeTag); if (serviceTypeTagLocation > -1){ window.location.href=loc; } //otherwise, continue as before else if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } function open_window2 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=100,width=500,scrollbars,resizable" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=100,width=500,scrollbars,resizable" ); } w.focus(); } function open_window3 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=400,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=400,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window4 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=150,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=150,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window_ext (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); } w.focus(); } function set_iframe_location(url,id){ eval('document.all.' + id).src = url; } function open_window_confirm (loc,frame) { self.name=frame; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=220,width=450,scrollbars,resizable"); } w.focus(); } function delete_win1 () { var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.close(); } function open_window_ill (loc) { if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } // --> </script> </head> <body topmargin="0"> <!-- filename: head-1-nobor-ndup --> <!-- filename: include-window --> <!-- 20070410 Modified javascript open_window(loc) so that links with service type 'tag' open in original window instead of new window. A. Bales --> <script language="Javascript"> <!-- function open_window (loc) { self.name="main"; //make exception for reference links in bibs var serviceTypeTag = "service_type=TAG"; var serviceTypeTagLocation = loc.indexOf(serviceTypeTag); if (serviceTypeTagLocation > -1){ window.location.href=loc; } //otherwise, continue as before else if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } function open_window2 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=100,width=500,scrollbars,resizable" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=100,width=500,scrollbars,resizable" ); } w.focus(); } function open_window3 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=400,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=400,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window4 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=150,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=150,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window_ext (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); } w.focus(); } function set_iframe_location(url,id){ eval('document.all.' + id).src = url; } function open_window_confirm (loc,frame) { self.name=frame; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=220,width=450,scrollbars,resizable"); } w.focus(); } function delete_win1 () { var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.close(); } function open_window_ill (loc) { if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } // --> </script> <!-- 20060829 - changing URL for ILL and find articles M. Havert --> <!-- 20050718 Adding varible flag for signed in status A. Bales --> <script language="JavaScript" type="text/javascript"> var signed_in = "no" </script> <!-- 20050215 Added skipnav link A. Bales --> <a href="#main" class="skipnav">Skip Navigation</a> <!-- 20041025 Commenting out Base Top Bar P. Calarco <tr class="topbar"> <td class="topbar" colspan="14" valign="middle" height="20" width="*" align="center" > ND Full Catalog </td> </tr> --> <!-- Start topbar --> <!-- filename: topbar-ndup --> <div class="topbar" id="ndu"> <div class="library"> <!-- 20090106 Changed library name from University to Hesburgh A. Bales --> <a href="http://library.nd.edu" class="topbar" tabindex="1"> HESBURGH LIBRARIES<br><div class="library_college">University of Notre Dame</div> </a> </div> <div class="college"> <a href="http://www.nd.edu/" title="Notre Dame Home Page" tabindex="2"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/ndmark.gif" alt="Notre Dame Home Page" class="college"></a> </div> <!-- 20050321 Removed "multi-catalog" & added "ND Law" A. Bales --> <!-- 20050225 Changed "other libraries" to "other catalogs" A. Bales --> <div class="malc" > <br> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19525?func=find-b-0&local_base=ndu01pub" class="topbar" tabindex="3"> Notre Dame</a> | <a href="https://saintmaryscollegeindiana.on.worldcat.org/discovery" class="topbar" tabindex="4"> Saint Mary's</a> | <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19526?func=find-b-0&local_base=hcc01pub" class="topbar" tabindex="5"> Holy Cross</a> | <a href="https://bethelindiana.on.worldcat.org/discovery" class="topbar" tabindex="6"> Bethel</a> | <a href="https://search.ebscohost.com/login.aspx?custid=s8991252&groupid=main&profid=eds&authtype=guest" class="topbar" tabindex="7">ND Law</a> </div> </div> <!-- endfile: topbar --> <!-- filename:alert --> <script type="text/javascript"> var contentfulDirectApi = (window.location.hostname.includes('prep')) ? 'https://dyccuey0h3.execute-api.us-east-1.amazonaws.com/prep' : 'https://fs49g1qrdg.execute-api.us-east-1.amazonaws.com/prod' // Include Marked.js reference in header so we can parse markdown in alerts var script = document.createElement("script") script.src = "https://cdn.jsdelivr.net/npm/marked@3.0.8/lib/marked.min.js" document.head.appendChild(script) // Make a global variable so these functions can be called from other template files without inlining the js function getAlerts(view) { return new Promise((resolve, reject) => { // If no view specified, can't fetch alerts. Resolve instantly if (!view) { return resolve([]) } var xhr = new XMLHttpRequest() var now = new Date().toISOString() var queryString = 'content_type=alert' queryString += '&fields.domains[in]=' + view queryString += '&fields.startTime[lte]=' + now queryString += '&fields.endTime[gte]=' + now var url = contentfulDirectApi + '/livequery?query=' + encodeURIComponent(queryString) xhr.open('GET', url, true) xhr.onload = function() { // Return if not ready or not good status if (this.status >= 200 && this.status < 300) { return resolve(JSON.parse(xhr.response)) } else { console.error({ status: this.status, text: xhr.statusText }) return resolve([]) // Technically this should be reject, but we don't want to hinder page load so we'll fail silently } } xhr.onerror = resolve xhr.send() }) } function displayAlerts(alertsData) { alertsData.forEach((alert) => { // Parse markdown and use that alert.html = marked(alert.fields.description) // Create class name based on alert type (Ex: "Informational 芒聙聯 Yellow" -> "informational-yellow") alert.class = alert.fields.type.toLowerCase().replace(/\s+[^a-zA-z]*\s*/g, '-') }) var alertSort = (left, right) => { // Put "Warning" type at top, otherwise sort alphanumeric asc if (left.fields.type !== right.fields.type) { if (left.fields.type === 'Warning' || right.fields.type === 'Warning') { return left.fields.type === 'Warning' ? -1 : 1 } else { return left.fields.type < right.fields.type ? -1 : 1 } } else { // If type is the same, sort by start time return left.fields.startTime < right.fields.startTime ? -1 : (left.fields.startTime > right.fields.startTime ? 1 : 0) } } alertsData.sort(alertSort) var alertCategorize = (alerts) => { var out = {} alerts.filter(a => a.fields && a.fields.type).forEach((alert) => { if (out[alert.fields.type]) { out[alert.fields.type].push(alert) } else { out[alert.fields.type] = [alert] } }) return out } var alertCategories = alertCategorize(alertsData || []) var categoryArray = Object.keys(alertCategories).map(type => { var currentAlerts = alertCategories[type] || [] var className = currentAlerts.length > 0 ? currentAlerts[0].class : '' var out = document.createElement('div') out.classList.add('alert-section') out.classList.add(className) currentAlerts.forEach((alert) => { var container = document.createElement('div') container.classList.add('alert-container') var desc = document.createElement('div') desc.classList.add('alert-description') desc.innerHTML = alert.html container.appendChild(desc) out.appendChild(container) }) return out }) if (categoryArray.length) { var allAlerts = document.createElement('div') allAlerts.classList.add('alerts') categoryArray.forEach(cat => allAlerts.appendChild(cat)) return allAlerts } else { return null } } </script> <div id="contentful-alerts"></div> <link rel="stylesheet" type="text/css" href="https://aleph23-prod.library.nd.edu:443/alerts.css"> <script type="text/javascript"> var view = 'catalogueClassicNDU' getAlerts(view).then((alertsData) => { const alertElements = displayAlerts(alertsData) if (alertElements) { document.getElementById('contentful-alerts').appendChild(alertElements) } }) </script> <!-- endfile --> <!-- Start middle bar --> <table class="middlebar" align="center" border="0" width="100%"> <tr> <!--filename: head-menu-ndup--> <td class="search" valign="top" > <ul> <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19527?func=find-b-0" class="middlebar" id="basic" title="Basic Search" tabindex="20">Basic Search</a></li> <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19528?func=find-a-0" title="Advanced Search" class="middlebar" id="adv" tabindex="21">Advanced Search</a></li> <!-- 20050301 Changed link back to "command" per screen design. A. Bales --> <!-- 20050208 Changed link from "Command Search" to "Expert Search" A. Bales --> <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19529?func=find-c-0" title="Command Search" class="middlebar" id="cmd" tabindex="22"> Command Search</a></li> <li><a href="http://onesearch.library.nd.edu/primo_library/libweb/action/search.do?vid=NDU" title="CatalogPlus" class="middlebar" id="catplus">OneSearch</a> </ul> </td> <td valign="top" > <ul> <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19530?func=history" title="Use sets of records from past searches" class="middlebar" tabindex="25">Previous Searches</a></li> <!-- 20050223 Suppressed "results list" per screen design committee. Link will be placed in context sensitive locations e.g., results pages. A. Bales --> <!-- <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19531?func=short" title="View list of records" class="middlebar"> Results List</a></li> --> <!-- 20050126 Replaced basket lines with My e-Shelf code as per rep change 630 pvc --> <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19532?func=myshelf-short"title="View the records that were saved in My e- Shelf" class="middlebar" tabindex="26"> My e-Shelf</a></li> <li><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19533?func=option-show&func_param=DISPLAY-OPTION" title="Set information display options" class="middlebar" tabindex="27"> Preferences</a></li> <li><a href="https://libguides.library.nd.edu/catalog-help" title="Help using this system" rel="help" target="cat_help" class="middlebar" tabindex="28"> Help</a></li> </ul> </td> <td valign="top" > <ul> <li><a href="https://library.nd.edu/ask-us-desk" tabindex="30" title="Get help from a librarian now, with chat, phone or email" class="middlebar"> Ask-a-Librarian</a></li> <li><a href="https://proxy.library.nd.edu/login?url=https://nd.illiad.oclc.org/illiad/IND/illiad.dll" class="middlebar" title="Get books or articles the library does not own through Interlibrary Loan" tabindex="31"> Interlibrary Loan</a></li> <!-- 20090106 Updated feedback link for new website A. Bales --> <!-- 20050208 Redirected feedback link from Aleph page to U.L. page. was: href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19534?func=file&file_name=feedback" A. Bales --> <li><a href="https://nd.service-now.com/nd_portal?id=sc_cat_item&sys_id=1198d67ddb4a7240de73f5161d961936&URL=https://library.nd.edu/" tabindex="32" title="Send comments about this system" class="middlebar"> Feedback</a></li> </ul> </td> <td valign="top" class="login" width="30%"> <!-- added a column for a login-box --> <!-- filename: sign-in-box-ndup --> <form method=post name="login_form" action="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19535" class="login-f"> <table > <tr> <td colspan=3><span class="login-head">Sign-in (My Account/Renew Loans)</span> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19536?func=BOR-INFO"><img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/iCircle.gif" style="vertical-align:text-bottom" border=0></a> </td> </tr> <tr> <td class="login-text"> <input type="hidden" name="ssl_flag" value="Y"> <input type="hidden" name="func" value="login-session"> <input type="hidden" name="login_source" value="LOGIN-BOR"> <input type=hidden name=bor_library value="NDU50"> NetID </td> <td><input tabindex="50" class="login-i" size=15 maxlength=14 name=bor_id > </td> <td ><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19537?func=BOR-INFO" class="login-about" tabindex="53" nowrap>No NetID?</a></span></td> </tr> <tr> <td class="login-text">Password</td> <td><input tabindex="51" class="login-i" type=password size=10 name=bor_verification value=""> </td> <td nowrap><input type=image src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" tabindex="52" border=0 alt="Sign in" class="login-button"></td> </tr> </table> </form> <!-- endfile: sign-in-box-ndup --> </td> </tr> </table> <!-- filename: find-include-buttons-ndu01pub --> <!-- 20050114 Reformated base links for tab design A. Bales --> <div id="base_tabs"> <span class="tab_on"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19538?func=find-b-0&local_base=ndu01pub" class="tab_on" id="full" tabindex="61">Full catalog</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19539?func=find-b-0&local_base=nd_serials" class="tab_off" id="per" tabindex="62">Periodicals</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19540?func=find-b-0&local_base=nd_e-resources" class="tab_off" id="elec" tabindex="63">E-Resources</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19541?func=find-b-0&local_base=ndu30pub" class="tab_off" id="res" tabindex="64">Reserves</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19542?func=file&file_name=base-list" title="Choose Databases to Search" class="tab_off" id="more" tabindex="65">More</a> </span> </div> <!-- Note: Original ExLibris version of this file included search links (basic, etc.) which are now in the head-1 file. For original file see -usm01 ABB 20050118 --> <a name="main" class="hide">Main Content</a> <!-- 20050207 Moved Feedback area below tabs A. Bales --> <!-- Start Feedback Area (displays system messages to user) --> <div class="feedbackbar"> </div> <!-- Functions that have been suppressed in this file --> <!-- <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19543?func=file&file_name=base-list" class="blue" title="Choose Databases to Search">Databases</a> <a href='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19544?func=service-ill");' title="ILL Request" class=white>ILL Request</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19545?func=file&file_name=logout" class="white" title="Open a new session"> End Session</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19546?func=scan-list" class="blue" title="Browse alphabetical indexes of authors, titles etc.">Browse</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19547?func=file&file_name=login-session" title="Enter your username and password" class="middlebar">Sign-In</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19548?func=BOR-INFO" title="View information on your library account" class="middlebar"> My Account</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19549?func=bor-loan" title="View and renew loans" class="middlebar"> Renew Loans</a> --> <p align="center"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19550?func=myshelf-add-ful-1&doc_library=NDU01&doc_number=002423874&source_func=DIRECT" title="Add to My e-Shelf" class="blue"> Add to My e-Shelf</a> | <a href=https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19551?func=full-mail-0-d&doc_library=&doc_number=002423874 title="Save/Mail" class="blue"> Email/Save/Export</a> </p> <!-- 20051031 Moved title & changed to div A. Bales --> <div class=title> ND Full Catalog - Full Record </div> <!-- 20051031 Suppressed links at top of record, to be consistent with full set. A. Bales --> <!-- <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="bar" width="20%" align="center" nowrap> </td> <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19552?func=bib-request&doc_library=NDU01&doc_number=002423874" title="Create BIB Request" class="blue">BIB Request</a> </td> <td class="bar" align="center" nowrap> | </td> <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19553?func=eshelf&doc_number=002423874" title="Add to e-Shelf" class="blue"> Add to e-Shelf</a> </td> <td class="bar" align="center" nowrap> | </td> <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19554?func=basket-note-d&doc_library=NDU01&doc_number=002423874" title="Add to Basket" class="blue"> Add to Basket</a> </td> <td class="bar" align="center" nowrap> | </td> <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19555?func=short-locate-list&doc_number=002423874" title="Locate in other databases" class="blue"> Locate</a> </td> <td class="bar" align="center" nowrap> | </td> <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19556?func=ill-request-doc&doc_number=002423874" title="Create ILL request" class="blue"> ILL request</a> </td> </td> <td class="bar" align="center" nowrap> | </td> <td class="bar" align="center" nowrap> <a href=https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19557?func=full-mail-0-d&doc_library=&doc_number=002423874 title="Save/Mail" class="blue"> Save/Mail</a> </td> <td class="bar" align="center" nowrap> | </td> <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19558?func=save-server-d-0&doc_library=&doc_number=002423874&format=NDU01" title="Save on Server" class=blue> Save on Server</a> </td> <td class="bar" align="center" nowrap> | </td> --> <!-- 20050623 Adding as per rep change 1071 P. Calarco --> <!-- <td class="bar" align="center" valign="bottom" nowrap> <div id="sfx_button"></div> </td> <td class="bar" width="20%" align="center" nowrap> </td> --> <!-- 20050623 Adding following section as per rep change 1071 P. Calarco --> <!-- <td class="bar" align="center" nowrap> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19559?func=myshelf-add-ful-1&doc_library=NDU01&doc_number=002423874&source_func=DIRECT" title="Add to My e-Shelf" class="blue"> Add to My e-Shelf</a> </td> <td class="bar" align="center" nowrap> | </td> </tr> </table> --> <!-- 20050126 Moved record view links to direct-tail, per rep. change #000094. --> <!-- <table> <tr> <td class=text3> Choose format: </td> <td class="text1"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19560?func=direct&doc_number=002423874¤t_base=&format=999"> Standard</a> </td> <td class="text1"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19561?func=direct&doc_number=002423874¤t_base=&format=037"> Card catalog</a> </td> <td class="text1"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19562?func=direct&doc_number=002423874¤t_base=&format=040"> Citation</a> </td> <td class="text1"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19563?func=direct&doc_number=002423874¤t_base=&format=002"> Name tags</a> </td> <td class="text1"> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19564?func=direct&doc_number=002423874¤t_base=&format=001"> MARC tags</a> </td> </tr> </table> --> <p align=right> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19565?func=scan-list" title="View last browse list"> <span class="button" id="full-results">Last Browse Search</span></a> <!-- 20061219 Removed opening table tag for full record display. Inserted script to set variables needed in full-999-body A. Bales --> <!-- <table cellspacing=2 width=100%> --> <script type="text/javascript"> <!-- var recordLine = 0 var lineStat = new Array() //--> </script> <div id="bib_container"> <!-- !2345678901234567890123456789012345678901234567890123456789012345678901234567890 ! !!! Local file change documentation ! !20050126 Changed bib-request-md function as per rep change 541 P. Calarco !20050118 Changed bib-request-md function as per rep change 159 P. Calarco --> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> Author <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19566?func=service&doc_number=002423874&line_number=0016&service_type=TAG");'>Barnes, Andrew William, 1963-</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "Author" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> Author <script type="text/javascript"> <!-- var label = "Author" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19567?func=service&doc_number=002423874&line_number=0016&service_type=TAG");'>Barnes, Andrew William, 1963-</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> Title <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19568?func=service&doc_number=002423874&line_number=0017&service_type=TAG");'>Post-closet masculinities in early modern England / A.W. Barnes.</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "Title" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> Title <script type="text/javascript"> <!-- var label = "Title" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19569?func=service&doc_number=002423874&line_number=0017&service_type=TAG");'>Post-closet masculinities in early modern England / A.W. Barnes.</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> Published Lewisburg, PA : Bucknell University Press, c2009. ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "Published" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> Published <script type="text/javascript"> <!-- var label = "Published" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> Lewisburg, PA : Bucknell University Press, c2009. </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> 211 p. ; 24 cm. ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> 211 p. ; 24 cm. </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <br> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <br> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> ND Has <A HREF=https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19570?func=item-global&doc_library=NDU01&doc_number=002423874&year=&volume=&sub_library=>Locations</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "ND Has" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> ND Has <script type="text/javascript"> <!-- var label = "ND Has" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <A HREF=https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19571?func=item-global&doc_library=NDU01&doc_number=002423874&year=&volume=&sub_library=>Locations</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <A HREF=https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19572?func=item-global&doc_library=NDU01&doc_number=002423874&year=&volume=&sub_library=HESB>Hesburgh Library General Collection <br>PR 428 .M37 B37 2009<BR></A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <A HREF=https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19573?func=item-global&doc_library=NDU01&doc_number=002423874&year=&volume=&sub_library=HESB>Hesburgh Library General Collection <br>PR 428 .M37 B37 2009<BR></A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <br> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <br> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> Contents Introduction -- Juggling John Donne’s manliness -- Dissecting John Donne’s masculinity -- Antonio and the rhetoric of sodomy -- Marrying masculinity -- George Herbert and clerical celibacy -- George Herbert’s simple masculinity. ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "Contents" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> Contents <script type="text/javascript"> <!-- var label = "Contents" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> Introduction -- Juggling John Donne’s manliness -- Dissecting John Donne’s masculinity -- Antonio and the rhetoric of sodomy -- Marrying masculinity -- George Herbert and clerical celibacy -- George Herbert’s simple masculinity. </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> Notes Includes bibliographical references (p. 193-206) and index. ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "Notes" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> Notes <script type="text/javascript"> <!-- var label = "Notes" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> Includes bibliographical references (p. 193-206) and index. </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <br> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <br> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> Subjects <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19574?func=service&doc_number=002423874&line_number=0024&service_type=TAG");'>English literature -- Early modern, 1500-1700 -- History and criticism.</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "Subjects" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> Subjects <script type="text/javascript"> <!-- var label = "Subjects" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19575?func=service&doc_number=002423874&line_number=0024&service_type=TAG");'>English literature -- Early modern, 1500-1700 -- History and criticism.</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19576?func=service&doc_number=002423874&line_number=0025&service_type=TAG");'>Masculinity in literature.</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19577?func=service&doc_number=002423874&line_number=0025&service_type=TAG");'>Masculinity in literature.</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19578?func=service&doc_number=002423874&line_number=0026&service_type=TAG");'>Sexual orientation in literature.</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19579?func=service&doc_number=002423874&line_number=0026&service_type=TAG");'>Sexual orientation in literature.</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19580?func=service&doc_number=002423874&line_number=0027&service_type=TAG");'>Gender identity in literature.</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19581?func=service&doc_number=002423874&line_number=0027&service_type=TAG");'>Gender identity in literature.</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19582?func=service&doc_number=002423874&line_number=0028&service_type=TAG");'>Sex role in literature.</A> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <img src=https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif alt='Link' border=0 alt=''><A HREF='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19583?func=service&doc_number=002423874&line_number=0028&service_type=TAG");'>Sex role in literature.</A> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <br> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <br> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> ISBN 0838757189 (alk. paper) ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "ISBN" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> ISBN <script type="text/javascript"> <!-- var label = "ISBN" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> 0838757189 (alk. paper) </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> 9780838757185 (alk. paper) ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> 9780838757185 (alk. paper) </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> System Number 002423874 ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "System Number" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> System Number <script type="text/javascript"> <!-- var label = "System Number" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> 002423874 </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> <!-- filename: full-999-body --> <!-- 20061219 Changed formating from table to div. Table start & end tags were in full-set-head-ext-ill and full-set-tail. Added Javascript to set highlighting for specific sections of record based on label. Requires some script elements in full-set-head-ext-ill A. Bales --> <!-- Inserting label and content on a single line, for RefGrab-It, or other screen scrapers --> <div style="display:none"> <br> ></s></a> <!-- 20090130 Added closing angle bracket and anchor tags for situations where tags or anchors are not closed in variable 0200 A. Bales --> </div> <script type="text/javascript"> <!-- // Reset variables for counting record lines (initialized in full-set-head-ext-ill) prevLine = recordLine ; recordLine = recordLine + 1 ; // Check label to determine shading. If label null, set shading to match previous line var label = "" if ( label ) { if ( label == "ND Has" || label == "SMC Has" || label == "Bethel Has" || label == "Holy Cross Has" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else if ( label == "URL"|| label == "ND Coverage" || label == "SMC Coverage" || label == "Bethel Coverage" || label == "Holy Cross Coverage" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;">' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } else { if ( lineStat[prevLine] == "on" ) { document.write ( '<div class="highlight" style="width:50em;padding-top:.5em;"> ' ) ; lineStat[recordLine] = "on" ; } else { document.write ( '<div style="width:50em;"> ' ) ; lineStat[recordLine] = "off" ; } } //--> </script> <noscript> <div style="width:50em;"> </noscript> <div class="record_label" style="width:14em;float:left;"> <script type="text/javascript"> <!-- var label = "" if ( label ) { document.write (' : ') } else { document.write (' ') } //--> </script> </div> <div class="record" style="width:44em;margin-left:15.5em;"> <br> </s></a> <!-- 20090130 Added closing anchor tag for situations where anchor is not closed in variable 0200 A. Bales --> </div> </div> </div> <!-- filename: direct-tail --> <!-- 20061219 Removed closing table tag for full record display A. Bales --> <!-- 20050126 Inserted record view links, per rep. change #000094. Previsouly located in direct-head. --> <p align="right"> <span class=text3>Choose alternate view:</span> <span class="text1"><a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19584?func=direct&doc_number=002423874¤t_base=&format=999"> Standard</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19585?func=direct&doc_number=002423874¤t_base=&format=037"> Card catalog</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19586?func=direct&doc_number=002423874¤t_base=&format=040"> Citation</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19587?func=direct&doc_number=002423874¤t_base=&format=002"> Name tags</a> <a href="https://aleph23-prod.library.nd.edu:443/F/7D8H5LQTQNMYGUY1R1TKMBEUBE96N8ETXJLH3E48CK4YA475IY-19588?func=direct&doc_number=002423874¤t_base=&format=001"> MARC tags</a> </span> <!-- <include>tail-bar-include --> <!-- filename: copyrights --> <hr> <!-- filename: backup-alert --> <!-- This file should be empty on the production server --> <!-- endfile: backup-alert --> <p> <table class="copyright" width="100%"> <tr> <td style="padding: 0 2em 0 0; "><a style="border:none" href="http://library.nd.edu"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/hesburgh_mark.png" alt="Hesburgh Libraries of Notre Dame" style="border:none"></a> </td> <td style="text-align:center; font-family:Arial,Verdana,serif; font-size:.85em;"> <a id="undlink" href="http://nd.edu">University of Notre Dame</a> | <a id="hesburghlink" href="http://library.nd.edu">Hesburgh Libraries</a> <p style="margin:.5em;"><span>221 Hesburgh Library</span> <span>Notre Dame, IN 46556</span> | <span>Phone: 574.631.6258</span> | <span>Fax: 574.631.6772</span></p> <span><a href="library.nd.edu/contact-us">Contact information</a></span> | <a href="http://m.library.nd.edu/">Mobile version</a></span> <span style="font-style:italic;font-size:.9em;padding-left:1em;"><a id="copyright" href="http://www.nd.edu/copyright">Copyright</a> © 2010-</span> </td> <td> <a style="border:none" href="http://nd.edu"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/ndmark.png" alt="University of Notre Dame" style="border:none" ></a> </td> </tr> </table> <!-- 20080408 Added tracking script for Google Analytics A. Bales --> <!-- This script should only be present in the PRODUCTION version of this file --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2118378-4"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>