CINXE.COM
Prospector
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"> <head> <title>Prospector</title> <base target="_self"/> <link rel="stylesheet" type="text/css" href="/scripts/ProStyles.css" /> <link rel="stylesheet" type="text/css" href="/screens/styles.css" /> <link rel="shortcut icon" type="ximage/icon" href="/screens/favicon.ico" /> <script type="text/javascript" src="/scripts/common.js"> </script> <script type="text/javascript" src="/scripts/elcontent.js"> </script> <meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4"><script type="text/javascript" src="/screens/iiilangswitch.js"></script><link rel="stylesheet" type="text/css" href="/screens/styles_print.css" media="print"><script type="text/javascript" src="/screens/bibdisplay.js"></script> </head> <body bgcolor="#FFFFFF" > <!-- begin toplogo.html file --> <!-- Rel 2009B Example Set --> <!-- Updated: 06 Oct 2010 --> <script type="text/javascript"> if (document.body){document.body.className = "bodybg";} </script> <div class="minHeight"> <div class="fullPage"> <div id="skipNav"><a href="#content" tabindex="1">Skip to content</a></div> <div class="topLogo"> <div class="topLinks"> <ul id="topLinksList"> <!--<li><a href="/patroninfo" tabindex="120">Login</a></li>--> <li><a href="/help" tabindex="115">Help</a></li> <!--<li><a href="#" onClick="window.print();" tabindex="110"><span class="buttonTopLinks"><img src="/screens/ico_printer.gif" alt=""><span class="buttonTopLinksText">Print</span></span></a></li>--> <li><a href="/search/X" tabindex="120">Advanced Search</a></li> <li><a href="/search/" tabindex="105">New Search</a></li> <li><a href="https://maps.coalliance.org/">Map</a></li> <li><a href="https://encore.coalliance.org/iii/encore/?lang=eng">Encore</a></li> </ul> </div> <div class="topLogoSmall"> <a href="https://prospectorhome.coalliance.org" tabindex="10"><img src="/screens/prospectorlogo.jpg" alt="Prospector"></a> </div> <div class="topLogoSmall"> <a href="https://www.coloradovirtuallibrary.org/resource-sharing/swift/" tabindex="10"><img src="/screens/swiftsmaller.png" alt="SWIFT logo"></a> </div> <!--topLogo--> <div class="topMyLibrary"> <div id="topMyLibraryHeader"><h1>My Library</h1></div> <ul id="toplogoMoreNav"> <!-- Toplogo alt links. --> <!--<li><a href="/acquire">Suggest a purchase</a></li> <li><a href="/suggest">Leave Comments</a></li> --> <!-- Dropdown menus --> <!-- <li id="first"> <div><a href="https://encore.coalliance.org/iii/encore/?lang=eng">Encore</a></div> </li> <li id=""> <div><a href="https://prospectorhome.coalliance.org/prospectornews">News</a></div> </li> <li id=""> <div><a href="https://prospectorhome.coalliance.org/prospectornews/about">About</a></div> </li> <li id=""> <div><a href="https://www.google.com/maps/d/viewer?mid=zSz-rWFZke_8.ktzAuTTP0gEc">Map</a></div> </li> <li id=""> <div><a href="/help">Help Topics</a></div> <ul> <li><a href="/help#searching">Searching</a></li> <li><a href="/help#searchtips">Advanced Keyword Search Tips</a></li> <!-- <li><a href="/help#prefsearch">Saving your searches</a></li> --> <!-- <li><a href="/help#renewals">Renewals</a></li> --> <!-- <li><a href="/help#feepay">Fee Payment</a></li> --> <!-- <li><a href="/help#rpro">Research Pro</a></li> --> <!-- <li><a href="/help#programs">Library Events and Community Programs</a></li> --> </ul> </li> <!--<div><Center><h1><font color="red"><a href="https://prospectorhome.coalliance.org/prospectornews/prospector-libraries-restore-july">Libraries that have resumed Prospector</a></Center></div></h1></font>--> </li> <!-- <li id="last"> <div><a href="#">Features</a></div> <ul> <li><a href="<encore IP/iii/encore>">Search Encore</a></li> <li><a href="/iii/calendar/month">Program Calendar</a></li> <li><a href="/ftlist">Featured Lists</a></li> <li><a href="/rpro">Research Pro</a></li> <li><a href="/search/y">Find e-resources</a></li> <li><a href="/illb">Interlibrary Loan</a></li> </ul> </li> --> <!-- End dropdown menus --> </ul> <script type="text/javascript"><!--//--><![CDATA[//><!-- //Enable optional dropdown menu for additional navigation options. if (document.all&&document.getElementById) { navRoot = document.getElementById("toplogoMoreNav"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout=function() { this.className=this.className.replace(" over", ""); } } } } //--><!]]></script> </div><!--myLibrary--> <div class="topNavClear"></div> <div class="searchNav"> <div id="searchNavMenu"> </p> </div> </div> <div class="clear"></div> <div class="pageContent"><!-- content container --> <a name="content" id="content"></a> <!--end toplogo.html--> <!--this is customized <screens/bib_display.html>--> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script> //This will check to see it there are no available copies, and hide the request button if so. $(document).ready(function () { var itms = document.getElementById('bib_items'); // get the ITEM table var tr = itms.getElementsByTagName('TR'); // get each row var avail = 0; for (i = 1; i < tr.length; i++) { var x = tr[i].getElementsByTagName('TD'); // get each cell console.log(x); if (x.length === 5) { // if there's only 6 (changed from 5 to accommodate shared print, then back to 5) cells (like our ITEM table) var status = x[4].innerHTML.replace(/(<([^>]+)>| )/ig, ""); // get the status (remove tags) if (status === "AVAILABLE" || status === "STATUS UNKNOWN") { //replace with your own statuses for an item available for request avail++; } } if (avail === 1) { break; } } console.log(avail); if (avail === 0) { $(".bibRecordLink a").each(function () { bibCheckMarc( this ); }) } }); function bibCheckMarc( bibLinkElement ) { var matchBibID = /b\d+/; var recNum = matchBibID.exec( bibLinkElement ); if( recNum === null || recNum === undefined ){ $('#__requestItem').hide(); $('#bib_items').before('<h3 style="color:#8F2A14;">Sorry, there are currently no copies available.</h3>'); return; } var elibPermLink = "http://prospector.coalliance.org/record="; var links_string = elibPermLink + recNum[0]; $.ajax({ type: 'POST', url: 'https://prospectorhome.coalliance.org/encore/_scripts/nacss-encore-caller.php', data: links_string, success: function(response) { var parsed = JSON.parse(response); var parsedNum = +parsed; if (parsedNum === 0) { //You will want to change the targets as I'm sure your request button isn't wrapped in the get-this class and you don't have a moreLibs class in your bib_display.html screen $('#__requestItem').hide(); $('#bib_items').before('<h3 style="color:#8F2A14;">Sorry, there are currently no copies available.</h3>'); } else { $('#__requestItem').css( "font-size", "large" ); } }, error: function(response) { console.log(response); } }) }; </script> <div id="bibDisplayBody"> <div class="navigationRowRecord"> <a href="/search~S0"><span class="button"><img src="/screens/ico_startover.gif" alt=""><span class="buttonText">Start Over</span></span></a> <a href="/search?/i9781107062290/i9781107062290/1,1,1,E/frameset&FF=i9781107062290&1,1,?save=b32830092"><span class="button"><img src="/screens/ico_bag_add.gif" alt=""><span class="buttonText">Add to Bag</span></span></a> <a onclick="setRequestEventCookie()" href="/search?/i9781107062290/i9781107062290/1%2C1%2C1%2CE/marc&FF=i9781107062290&1%2C1%2C"><span class="button"><img src="/screens/ico_marc.gif" alt=""><span class="buttonText">MARC Display</span></span></a> <a href="/search/i"><span class="button"><img src="/screens/ico_magnifyingglass.gif" alt=""><span class="buttonText">Another Search</span></span></a> <p><font size=+2 color="red"></font><p></div> <div id="bibDisplayContent"> <div class="bibSearch"> <script type="text/JavaScript"> <!-- Hide the JS var savedScope; var savedTag; var savedSearch; var sortButtonText = null; var savedExactSearch = null; var sortButtonEvent = null; var sortExactBrowseURL = null; var sortTypes = new Array(); var sortLabels = new Array(); sortTypes[0] = "r"; sortLabels[0] = "Reverse Year"; sortTypes[1] = "c"; sortLabels[1] = "Year"; sortTypes[2] = "t"; sortLabels[2] = "Title"; sortTypes[3] = "a"; sortLabels[3] = "Author"; sortTypes[4] = "n"; sortLabels[4] = "Call Number"; sortLabels[5] = "System Sorted"; sortTypes[5] = "-"; var sortSelectedValue = "5"; var nonSortTags = "XYZprWw" // Unhide the JS --> </script> <form name="searchtool" target="_self" action="/search/" method='GET'> <label for="searchtype" style="display:none;">SearchType</label> <select name="searchtype" id="searchtype" onChange="initSort()"> <option value="X"> KEYWORD</option> <option value="a"> AUTHOR</option> <option value="t"> TITLE</option> <option value="s"> JOURNAL TITLE</option> <option value="d"> SUBJECT</option> <option value="m"> MEDICAL SUBJECT</option> <option value="b"> BARCODE</option> <option value="c"> LC CALL NO</option> <option value="g"> GOVT DOC #</option> <option value="i" selected="selected"> ISN</option> <option value="e"> DEWEY CALL #</option> <option value="n"> Other</option> <option value="o"> OCLC NO</option> </select> <label for="searcharg" style="display:none;">Search</label><input type="text" name="searcharg" id="searcharg" size="30" onchange='return searchtoolSubmitAction()'maxlength="75" value="9781107062290" /> <span id="sort_cell"> </span> <script type="text/JavaScript"> <!-- Hide the JS initSort(); // Unhide the JS --> </script> <input type="hidden" name="SORT" value="D" /><input type="hidden" name="extended" value="1" /> <input type="submit" name="SUBMIT" value="Search" onclick='return searchtoolSubmitAction();' /> <div> <input type="checkbox" name="availlim" value="1" /> <span class="availLimMessage">Limit search to available items</span><br/> </div> <div> <input type="hidden" name="searchlimits" value="" /> <input type="hidden" name="searchorigarg" value="i9781107062290" /> </div> </form> <div class="bibSearchHistory"> </div> </div><!-- bibSearch --> <div class="bibPager"> <a onclick="setRequestEventCookie()" href="/search?/i9781107062290/i9781107062290/1%2C1%2C1%2CE/frameset&FF=i9781107062283&0%2C0%2C"><span class="button"><img src="/screens/ico_previous.gif" alt=""><span class="buttonText">Previous Record</span></span></a> <a onclick="setRequestEventCookie()" href="/search?/i9781107062290/i9781107062290/1%2C1%2C1%2CE/frameset&FF=i9781107062306&1%2C1%2C"><span class="button"><span class="buttonText" id="buttonNextRecord">Next Record</span><img src="/screens/ico_next.gif" alt=""></span></a> </div> <div class="bibClear"></div> <div class="bibResourceSidebar"> <!-- BEGIN RESOURCE TABLE --> <table width="100%" class="bibResourceTable" cellpadding="0" cellspacing="0" border="0"> <tr class="bibResourceTableHeader"> <td class="bibResourceTableHeader">Resources</td></tr> <tr class="bibResourceTableEntry"><td class="bibResourceTableEntry"> <a href="http://grlinker.coalliance.org/grlinker/grl000001/grl-GRT.cgi?sid=GoldRush&genre=book&isbn=9781107062290""><span class="button"><span class="buttonText">Find More Resources</span></span></a></td></tr> </table> <!-- END RESOURCE TABLE --> <!--Optional INNReach resources.--> </div> <div class="bibDisplayJacket"> <div class="bibMedia"> </div> </div> <div class="bibDisplayContentMain"> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=a --> <td valign="top" width="20%" class="bibInfoLabel">Author</td> <td class="bibInfoData"> <a href="/search?/aMurray%2C+Williamson./amurray+williamson/-3,-1,0,B/browse">Murray, Williamson.</a> </td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> <h1 class="bibDisplayTitle"> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=t --> <td valign="top" width="20%" class="bibInfoLabel">Title</td> <td class="bibInfoData"> <strong>The Iran-Iraq War [[Book] :] a military and strategic history / Williamson Murray and Kevin Woods.</strong></td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> </h1> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=p --> <td valign="top" width="20%" class="bibInfoLabel">Imprint</td> <td class="bibInfoData"> New York : Cambridge University Press, 2014.</td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> <div class="testlinkeddocs"> </div> <div class="bibDisplayUrls"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibLinks"> <tr><th> <font color="FF0000">ONLINE ACCESS MAY VARY BY INSTITUITION.</font></b> See library holdings.</th></tr> <tr align="center"> <td > <a href="http://books.google.com/books?vid=isbn9781107062290" onclick="window.open('http://books.google.com/books?vid=isbn9781107062290'); return false;">Additional Information at Google Books</a><br /> </td> </tr> </table> </div> <tr><td> <div align="center"><br /><a id="__requestItem" href="/search?/i9781107062290/i9781107062290/1%2C1%2C1%2CE/request&FF=i9781107062290&1%2C1%2C">Request this item</a><br /> <a name="summarytable"></a> <table width="100%" class="centralHoldingsInsts" rules="cols" cellpadding="2" width="75%"><td class="holdings9usaf"><a href="#9usaf">Alliance - Air Force Academy</a></td><td class="holdings9cocp"><a href="#9cocp">Alliance - Colorado College</a></td><td class="holdings9uwyo"><a href="#9uwyo">Alliance - University of Wyoming</a></td></tr> <tr></tr> </table><p> <table width=100% border="1" rules="rows" cellspacing="1" cellpadding="2" width="100%" class="centralHoldings" id="bib_items"><tr><th align="left" width="15%">Library</th><th align="left" width="15%">Shelving Location</th><th align="left" width="25%">Electronic Link</th><th align="left" width="25%">Call Number and Holdings</th><th align="left" width="20%">Request Status</th></tr> <tr><td>Alliance - Air Force Academy</td> <td> </td> <td colspan="3"><a href="http://books.google.com/books?vid=isbn9781107062290">Additional Information at Google Books http://books.google.com/books?vid=isbn9781107062290</a></td> <td></td> <td></td> </tr> <tr class="holdings9usaf"><td><a name="9usaf"></a>Alliance - Air Force Academy</td> <td>McDermott Library - On The Shelf </td> <td> </td> <td>DS 318.85 .M8725 2014 </td> <td>AVAILABLE</td> </tr> <tr class="holdings9usaf"><td><a name="9usaf"></a>Alliance - Air Force Academy</td> <td>McDermott Library - On The Shelf </td> <td> </td> <td>DS 318.85 .M8725 2014 </td> <td>Not Available</td> </tr> <tr class="holdings9cocp"><td><a name="9cocp"></a>Alliance - Colorado College</td> <td>Tutt Library</td> <td> </td> <td>DS318.85 .M8725 2014 </td> <td>AVAILABLE</td> </tr> <tr class="holdings9uwyo"><td><a name="9uwyo"></a>Alliance - University of Wyoming</td> <td>Coe Library - Coe Library - Stacks</td> <td> </td> <td>DS318.85 .M8725 2014 </td> <td>AVAILABLE</td> </tr> </table> <!-- begin page widgit for 10 lines on 1 pages --> <!-- end page widgit for 10 lines on 1 pages --> <br /></div></td></tr> <div class="bibDisplayItems"> <div class="bibDisplayItemsHeader"><h2>Copies</h2></div> <div class="bibDisplayItemsMain"> </div> </div> <div class="bibDisplayContentMore"> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=r --> <td valign="top" width="20%" class="bibInfoLabel">Description</td> <td class="bibInfoData"> xiv, 397 pages : maps ; 24 cm.</td></tr> <tr><!-- next row for fieldtag=r --> <td></td> <td class="bibInfoData"> text/unmediated/volume/</td></tr> <tr><!-- next row for fieldtag=d --> <td valign="top" width="20%" class="bibInfoLabel">Subject</td> <td class="bibInfoData"> <a href="/search?/dIran-Iraq+War%2C+1980-1988./diran+iraq+war+++++1980+++++1988/-3,-1,0,B/browse">Iran-Iraq War, 1980-1988.</a> </td></tr> <tr><!-- next row for fieldtag=n --> <td valign="top" width="20%" class="bibInfoLabel">Bibliography</td> <td class="bibInfoData"> Includes bibliographical references (pages 359-384) and index.</td></tr> <tr><!-- next row for fieldtag=n --> <td></td> <td class="bibInfoData"> Includes bibliographical references and index.</td></tr> <tr><!-- next row for fieldtag=n --> <td valign="top" width="20%" class="bibInfoLabel">Contents</td> <td class="bibInfoData"> Introduction -- A context of bitterness and anger -- The opponents -- 1980: the Iraqi invasion begins -- 1981-1982: stalemate -- Defeat and recovery -- 1983-1984: a war of attrition -- 1985-1986: dog days of a long war -- 1987-1988: an end in sight? -- Conclusion.</td></tr> <tr><!-- next row for fieldtag=n --> <td valign="top" width="20%" class="bibInfoLabel">Summary</td> <td class="bibInfoData"> The Iran-Iraq War is one of the largest, yet least documented conflicts in the history of the Middle East. Drawing from an extensive cache of captured Iraqi government records, this book is the first comprehensive military and strategic account of the war through the lens of the Iraqi regime and its senior military commanders. It explores the rationale and decision-making processes that drove the Iraqis as they grappled with challenges that, at times, threatened their existence. Beginning with the bizarre lack of planning by the Iraqis in their invasion of Iran, the authors reveal Saddam's desperate attempts to improve the competence of an officer corps that he had purged to safeguard its loyalty to his tyranny, and then to weather the storm of suicidal attacks by Iranian religious revolutionaries. This is a unique and important contribution to our understanding of the history of war and the contemporary Middle East. --Provided by publisher.</td></tr> <tr><!-- next row for fieldtag=b --> <td valign="top" width="20%" class="bibInfoLabel">Add Author</td> <td class="bibInfoData"> <a href="/search?/aWoods%2C+Kevin+M./awoods+kevin+m/-3,-1,0,B/browse">Woods, Kevin M.</a> </td></tr> <tr><!-- next row for fieldtag=c --> <td valign="top" width="20%" class="bibInfoLabel">LC #</td> <td class="bibInfoData"> DS318.85 .M8725 2014</td></tr> <tr><!-- next row for fieldtag=c --> <td valign="top" width="20%" class="bibInfoLabel">Dewey #</td> <td class="bibInfoData"> 955.05 42</td></tr> <tr><!-- next row for fieldtag=i --> <td valign="top" width="20%" class="bibInfoLabel">ISBN</td> <td class="bibInfoData"> 9781107062290 (hardback ; alk. paper)</td></tr> <tr><!-- next row for fieldtag=i --> <td></td> <td class="bibInfoData"> 1107062292 (hardback ; alk. paper)</td></tr> <tr><!-- next row for fieldtag=i --> <td></td> <td class="bibInfoData"> 9781107673922 (pbk. ; alk. paper)</td></tr> <tr><!-- next row for fieldtag=i --> <td></td> <td class="bibInfoData"> 1107673925 (pbk. ; alk. paper)</td></tr> <tr><!-- next row for fieldtag=i --> <td valign="top" width="20%" class="bibInfoLabel">Other #</td> <td class="bibInfoData"> 40024292359</td></tr> <tr><!-- next row for fieldtag=i --> <td valign="top" width="20%" class="bibInfoLabel">Isn/Std #</td> <td class="bibInfoData"> Cambridge Univ Pr, 100 Brook Hill Dr, West Nyack, NY, USA, 10994-2133, (845)3537500 SAN 281-3769</td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> </div> <div class="bibDisplayContentMore bibDisplayReviews"> <div class="bibDisplayPermLink actionButtonArea"> <div class="bibRecordLink"><a id="recordnum" href="/record=b32830092" >https://prospector.coalliance.org:443/record=b32830092 </a></div></div> </div> </div> </div><!-- close bibDisplayContent --> <div class="clear"></div> </div><!-- close bibDisplayBody --> <br /> <!-- begin botlogo.html file --> <!-- Rel 2009B Example Set --> <!-- Updated: Sept 2009 --> </div><!-- pageContent --> <div style="clear:both"></div> </div><!-- fullPage --> </div><!-- min-height --> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script type="text/javascript"> $(document).ready(function() { if (document.URL.indexOf("/record/") === -1) { linkCollectorWithMARC(); }; }); </script> <script> function linkCollectorWithMARC() { $(".briefcitTitle a").each(function () { newCheckLinksWithMARC( this ) }) } function newCheckLinksWithMARC( titleAnchorElement ) { $.ajax({ type: "GET", url: titleAnchorElement, dataType: "html", success: function (t) { var n = t, i = /\<td\>AVAILABLE\<\/td\>/, r = /\<td\>STATUS UNKNOWN\<\/td\>/, a = /\<td\>DUE/, b = /HOLD\<\/td\>/, s = i.test(n), c = r.test(n), x = a.test(n), y = b.test(n); s || c || x || y || checkMarc( titleAnchorElement ) ; }, error: function(response) { console.log(response); } }) } function checkMarc( titleAnchorElement ) { var requestElement = $(titleAnchorElement).parents().children(".briefcitRequest").html(); var matchBibID = /b\d+/; var recNum = matchBibID.exec(requestElement); if( recNum === null || recNum === undefined ){ $('#__requestItem').hide(); $('#bib_items').before('<h3 style="color:#8F2A14;">Sorry, there are currently no copies available.</h3>'); return; } var elibPermLink = "http://prospector.coalliance.org/record="; var links_string = elibPermLink + recNum[0]; $.ajax({ type: 'POST', url: 'https://prospectorhome.coalliance.org/encore/_scripts/nacss-encore-caller.php', data: links_string, success: function(response) { var parsed = JSON.parse(response); var parsedNum = +parsed; if (parsedNum === 0) { $(titleAnchorElement).parents().children(".briefcitRequest").html( "<p style='color:#AD0023; font-weight: bold;' >No copies available</p>"); } }, error: function(response) { console.log(response); } }) }; </script> <!-- end botlogo.html file --> </body> </html>