CINXE.COM
Bin Ladin's Bookshelf
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.dni.gov/index.php/resources/bin-laden-bookshelf","20150905074429","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1441439069"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <style type="text/css"> body { color:black; background-color:white; } p { color:black; } </style> <base href="https://web.archive.org/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="keywords" content="kids, kid, parents, teachers, educational, school"/> <meta name="author" content="Super User"/> <meta name="description" content="Brought to you by USA. gov, Kids. gov is the official kids' portal for the U. S. government. We link kids, parents and teachers to U. S. government information and services on the web from government "/> <meta name="generator" content="Joomla! - Open Source Content Management"/> <title>Bin Ladin's Bookshelf</title> <link href="/web/20150905074429im_/http://www.dni.gov/templates/dni_secondary/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/> <link rel="stylesheet" href="/web/20150905074429cs_/http://www.dni.gov/media/com_finder/css/finder.css" type="text/css"/> <script src="/web/20150905074429js_/http://www.dni.gov/media/system/js/mootools-core.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/media/system/js/core.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/media/system/js/caption.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/media/system/js/mootools-more.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/media/com_finder/js/autocompleter.js" type="text/javascript"></script> <script type="text/javascript"> window.addEvent('load', function() { new JCaption('img.caption'); }); </script> <link rel="stylesheet" href="/web/20150905074429cs_/http://www.dni.gov/templates/dni_secondary/css/reset.css" type="text/css"/> <link rel="stylesheet" href="/web/20150905074429cs_/http://www.dni.gov/templates/dni_secondary/css/odni_styles.css" type="text/css"/> <link rel="stylesheet" href="/web/20150905074429cs_/http://www.dni.gov/templates/dni_secondary/css/superfish.css" type="text/css"/> <link rel="stylesheet" href="/web/20150905074429cs_/http://www.dni.gov/templates/dni_secondary/css/template.css" type="text/css"/> <link rel="stylesheet" href="/web/20150905074429cs_/http://www.dni.gov/templates/dni_secondary/css/jstyle.css" type="text/css"/> <script src="/web/20150905074429js_/http://www.dni.gov/templates/dni_secondary/javascript/jquery-1.6.3.min.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/templates/dni_secondary/javascript/hoverIntent.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/templates/dni_secondary/javascript/superfish.js" type="text/javascript"></script> <script src="/web/20150905074429js_/http://www.dni.gov/templates/dni_secondary/javascript/jquery.cookie.js" type="text/javascript"></script> <script type="text/javascript"> // initialise plugins jQuery.noConflict(); jQuery(function(){ jQuery('ul.menu-dni-home').superfish(); }); jQuery(document).ready(function($) { $("img.rollover").hover( function() { this.src = this.src.replace("_off", "_on");}, function() { this.src = this.src.replace("_on", "_off"); }); // // Enable selectBox control and bind events // var COOKIE_NAME = 'noShow_cookie'; var options = { path: '/', expires: 1 }; // set cookie by number of days //Clicking setting the Checkbox to selected $('.odni_modalbutton_continue').click(function() { if ($('input#do-not-show-me-this-again').is(':checked')) { $.cookie(COOKIE_NAME, 'NoShow', options); cookieVal = "cookieVal"; } }); $('a.jsPullLink').click(function() { if ($('input#do-not-show-me-this-again').is(':checked')) { $.cookie(COOKIE_NAME, 'NoShow', options); cookieVal = "cookieVal"; } }); // get cookie var cookieVal = ($.cookie(COOKIE_NAME)); $(".odni_offsite_link").click(function(){ if(cookieVal == null) { var pullLink = $(this).attr('href'); var pullText = $(this).attr('alt'); $('a.jsPullLink').text(pullText); $('a.jsPullLink').attr('href',pullLink); $('.odni_modalbutton_continue').attr('href',pullLink); $('div.odni_screen').show(); return false; } else { return true; } }); // Modal Navication Functionality // $(".odni_modalbutton_continue").click(function(){ $('div.odni_screen').hide(); $('div.odni_fb_screen').hide(); return true; }); $("a.jsPullLink").click(function(){ $('div.odni_screen').hide(); $('div.odni_fb_screen').hide(); return true; }); $(".odni_modalbutton_cancel").click(function(){ $('div.odni_screen').hide(); $('div.odni_fb_screen').hide(); return false; }); $(".odni_modalBackdrop").click(function(){ $('div.odni_screen').hide(); $('div.odni_fb_screen').hide(); return true; }); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-24149679-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20150905074429/https://ssl' : 'https://web.archive.org/web/20150905074429/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body bgcolor="white" color="black"> <div id="wrapper_extension"> <!--wrapper_extension div allows for ribbon elements to extend beyond 960px wrapper--> <div id="main-ribbon-stem"></div> <!--Wrapper--> <div id="wrapper"> <!--Header--> <div class="header" id="header"> <div class="moduletable"> <script type="text/javascript"> //<![CDATA[ window.addEvent('domready', function() { var value; // Set the input value if not already set. if (!document.id('mod-finder-searchword').getProperty('value')) { document.id('mod-finder-searchword').setProperty('value', 'Search...'); } // Get the current value. value = document.id('mod-finder-searchword').getProperty('value'); // If the current value equals the default value, clear it. document.id('mod-finder-searchword').addEvent('focus', function() { if (this.getProperty('value') == 'Search...') { this.setProperty('value', ''); } }); // If the current value is empty, set the previous value. document.id('mod-finder-searchword').addEvent('blur', function() { if (!this.getProperty('value')) { this.setProperty('value', value); } }); document.id('mod-finder-searchform').addEvent('submit', function(e){ e = new Event(e); e.stop(); // Disable select boxes with no value selected. if (document.id('mod-finder-advanced') != null) { document.id('mod-finder-advanced').getElements('select').each(function(s){ if (!s.getProperty('value')) { s.setProperty('disabled', 'disabled'); } }); } document.id('mod-finder-searchform').submit(); }); /* * This segment of code sets up the autocompleter. */ var url = '/index.php/component/finder/?task=suggestions.display&format=json&tmpl=component'; var ModCompleter = new Autocompleter.Request.JSON(document.id('mod-finder-searchword'), url, {'postVar': 'q'}); }); //]]> </script> <form id="mod-finder-searchform" action="/web/20150905074429/http://www.dni.gov/index.php/finder-results" method="get"> <div class="finder"> <label for="mod-finder-searchword" class="finder">Search DNI.gov: </label><input type="text" name="q" id="mod-finder-searchword" class="inputbox" size="20" value=""/><button class="button finder" type="submit">Go</button> </div> </form> </div> </div> <!--end Header--> <!--Main Navigation--> <div class="main_nav" id="main_nav"> <!--//// ADD NAV POSITION //// --> <div class="moduletable"> <ul class="menu-dni-home"> <li class="item-552"><a href="/web/20150905074429/http://www.dni.gov/">Home</a></li><li class="item-553 deeper parent"><a href="#" alt="">About</a><ul><li class="item-579"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/mission">Mission, Vision & Goals</a></li><li class="item-581"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/history">History</a></li><li class="item-582"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/seal">ODNI Seal</a></li><li class="item-583 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/organization">Organization</a></li><li class="item-584 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/leadership">Leadership</a></li><li class="item-585"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/faq">ODNI FAQ</a></li></ul></li><li class="item-554 deeper parent"><a href="#" alt="">Intelligence Community</a><ul><li class="item-1094"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/principles-of-professional-ethics">Professional Ethics</a></li><li class="item-1131"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/intelligence-transparency-principles">Transparency</a></li><li class="item-586"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/members-of-the-ic">Members of the IC</a></li><li class="item-588"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/seal">IC Seal</a></li><li class="item-587 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/ic-policies-reports">IC Policies & Reports</a></li><li class="item-589"><a href="https://web.archive.org/web/20150905074429/http://www.dni.gov/index.php/about/faq?start=2" alt="">IC FAQ</a></li><li class="item-1110 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/review-group">Review Group</a></li></ul></li><li class="item-555 deeper parent"><a href="#" alt="">Newsroom</a><ul><li class="item-656"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/recent-news">Recent News</a></li><li class="item-578"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/reports-and-publications">Reports & Publications</a></li><li class="item-590"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/press-releases">Press Releases</a></li><li class="item-591"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/speeches-and-interviews">Speeches & Interviews</a></li><li class="item-592"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/testimonies">Testimonies</a></li><li class="item-999"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/ic-in-the-news">IC in the News</a></li><li class="item-593"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/photos">Photos</a></li></ul></li><li class="item-556 deeper parent"><a href="#" alt="">Careers</a><ul><li class="item-595"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/careers-at-odni">Careers at ODNI</a></li><li class="item-596"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/careers-in-the-ic">Careers in the IC</a></li><li class="item-597"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/student-opportunities">Student Opportunities</a></li><li class="item-598"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/veterans">Veterans</a></li></ul></li><li class="item-557 active deeper parent"><a href="#" alt="">Resources</a><ul><li class="item-599 current active"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf">Bin Ladin's Bookshelf</a></li><li class="item-1146"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/protecting-personal-information">Protecting Your Personal Information</a></li><li class="item-1134"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/for-kids">For Kids</a></li><li class="item-600"><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.ready.gov/" alt="Ready.gov" target="_blank">Ready.gov</a></li><li class="item-601"><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.whitehouse.gov/open" alt="Open.gov" target="_blank">Open.gov</a></li><li class="item-602"><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.flu.gov/" alt="Flu.gov">Flu.gov</a></li><li class="item-724"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/plain-language-act">Plain Language Act</a></li><li class="item-1128"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/furlough-resources">Furlough Resources</a></li><li class="item-965"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/odni-operating-status">ODNI Operating Status</a></li></ul></li><li class="item-671"><a href="/web/20150905074429/http://www.dni.gov/index.php/contact-us">Contact Us</a></li></ul> </div> </div> <!--end Main Navigation--> <!--Social Media Bar--> <div id="socialmedia"> <div class="moduletable"> <div class="custom"> <a class="odni_offsite_link" href="#"><img class="rollover" style="display: none;" title="Google+" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/google_off.png" alt="Visit ODNI on Google+" width="25" height="25"/></a><a class="odni_offsite_link" href="#"><img class="rollover" style="display: none;" title="Linkedin" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/linkedin_off.png" alt="Visit ODNI on LinkedIn" width="25" height="25"/></a><a href="javascript:window.open('https://web.archive.org/web/20150905074429/http://service.govdelivery.com/service/multi_subscribe.html?code=USODNI','Popup','width=780,height=440,toolbar=no,scrollbars=yes,resizable=yes'); void('');"><img class="rollover" style="display: inline;" title="Subscribe" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/email_off.png" alt="Subscribe to ODNI news via email" width="25" height="25"/></a><a href="/web/20150905074429/http://www.dni.gov/index.php/odni-newsroom-feed?format=feed"><img class="rollover" style="display: inline;" title="RSS" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/rss_off.png" alt="Subscribe via RSS" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://itunes.apple.com/podcast/office-director-national-intelligence/id361668800"><img class="rollover" style="display: none;" title="Podcasts" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/podcast_off.png" alt="Listen to ODNI Podcasts" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.icontherecord.tumblr.com/"><img class="rollover" style="display: inline;" title="IC on the Record on Tumblr" onmouseover="this.src='/files/images/socialmediabuttons/tumblr_on.png';" onmouseout="this.src='/files/images/socialmediabuttons/tumblr_off.png';" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/tumblr_off.png" alt="tumblr off" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/https://www.twitter.com/odnigov"><img class="rollover" style="display: inline;" title="Twitter" onmouseover="this.src='/files/images/socialmediabuttons/twitter_on_2.png';" onmouseout="this.src='/files/images/socialmediabuttons/twitter_off_2.png';" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/twitter_off_2.png" alt="twitter off 2" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.facebook.com/dni.gov"><img class="rollover" style="display: inline;" title="Facebook" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/facebook_off.png" alt="Like ODNI on Facebook" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.flickr.com/photos/odnigov"><img class="rollover" style="display: inline;" title="Flickr" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/flickr_off.png" alt="View ODNI photos on Flickr" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.youtube.com/odnigov"><img class="rollover" style="display: inline;" title="ODNI on YouTube" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/youtube_off.png" alt="Visit ODNI?s YouTube Channel" width="25" height="25"/></a><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.scribd.com/odnigov"><img class="rollover" style="display: inline;" title="ODNI on Scribd" onmouseover="this.src='/files/images/socialmediabuttons/scribd_on.png';" onmouseout="this.src='/files/images/socialmediabuttons/scribd_off.png';" src="/web/20150905074429im_/http://www.dni.gov/files/images/socialmediabuttons/scribd_off.png" alt="scribd off" width="25" height="25"/></a></div> </div> </div> <!--end Social Media Bar--> <!--bar below navigation--> <div id="below_nav_image"></div> <!--end bar below navigation--> <!--Main Body--> <div id="body_content"> <!-- /// add body content --> <div id="breadcrumbs"> <div class="moduletable"> <div class="breadcrumbs"> <a href="/web/20150905074429/http://www.dni.gov/" class="pathway">Home</a> 禄 Resources</div> </div> </div> <div id="wrapper_main"> <div id="main"> <div class="item-page"> <h2> Bin Ladin's Bookshelf </h2> <div class="icons-align"> </div> <div class="pagenavcounter">Page 1 of 12</div><table style="width: 100%;" border="0"> <tbody> <tr style="background-color: #000000;"> <td colspan="13" height="20"></td> </tr> <tr style="background-color: #000000;"> <td colspan="13"><a href="https://web.archive.org/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf"><img style="margin-right: auto; margin-left: auto; display: block;" src="/web/20150905074429im_/http://www.dni.gov/files/images/ubl/bin-ladin_bookshelf_5.jpg" alt="Bin Ladin's Bookshelf" width="100%"/></a></td> </tr> <tr style="background-color: #000000;"> <td colspan="13" height="5"></td> </tr> <tr style="background-color: #000000;"> <td style="text-align: right;" colspan="13" height="20"><span style="font-size: 8pt;"><span style="color: #c0c0c0;"><span style="color: #999999;"><a href="https://web.archive.org/web/20150905074429/http://www.dni.gov/index.php/newsroom/press-releases/210-press-releases-2015/1199-intelligence-community-releases-sizeable-tranche-of-ubl-documents"><span style="color: #999999;">View the Media Release</span></a></span> | </span><span style="color: #999999;"><a href="/web/20150905074429/http://www.dni.gov/files/documents/ubl/Bin_Ladin_Bookshelf_and_Declassifed_Documents.pdf"><span style="color: #999999;">Download a PDF Version</span></a></span><span style="color: #c0c0c0;"> </span><br/></span></td> </tr> <tr style="background-color: #3a3a3a;"> <td style="color: #c0c0c0;" colspan="13" height="30"></td> </tr> <tr style="background-color: #3a3a3a;" valign="center"> <td style="text-align: center;" width="3%"><span style="font-size: 12pt; color: #c0c0c0; font-family: helvetica;"> </span></td> <td style="text-align: left;" colspan="11"><span style="font-size: 12pt; color: #ffffff; font-family: helvetica;">On May 20, 2015, the ODNI released a sizeable tranche of documents recovered during the raid on the compound used to hide Usama bin Ladin. The release, which followed a rigorous interagency review, aligns with the President’s call for increased transparency–consistent with national security prerogatives–and the 2014 Intelligence Authorization Act, which required the ODNI to conduct a review of the documents for release. <br/><br/>The release contains two sections. The first is a list of non-classified, English-language material found in and around the compound. The second is a selection of now-declassified documents. <br/><br/>The Intelligence Community will be reviewing hundreds more documents in the near future for possible declassification and release. An interagency taskforce under the auspices of the White House and with the agreement of the DNI is reviewing all documents which supported disseminated intelligence cables, as well as other relevant material found around the compound. All documents whose publication will not hurt ongoing operations against al-Qa‘ida or their affiliates will be released.<br/></span></td> <td style="text-align: center;" width="3%"><span style="font-size: 12pt; color: #ffffff; font-family: helvetica;"> </span></td> </tr> <tr style="background-color: #3a3a3a;"> <td colspan="13" height="30"></td> </tr> <tr style="background-color: #edac00;"> <td colspan="13" height="3"></td> </tr> <tr style="vertical-align: middle; text-align: center;"> <td colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;" width="3%"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><strong><span style="font-family: helvetica; font-size: 12pt;"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=1"><span class="toggler">Now Declassified Material</span></a> </span></strong><span style="font- family: helvetica; font-size: 12pt; color: #808080;">(103 items)</span><strong><span style="font-family: helvetica; font-size: 12pt;"><br/></span></strong></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;" width="3%"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><strong><span style="font-family: helvetica; font-size: 12pt;"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=2"><span class="toggler">Publicly Available U.S. Government Documents</span></a> </span></strong><span style="font-family: helvetica; font-size: 12pt; color: #808080;">(75 items)</span><strong><span style="font-family: helvetica; font- size: 12pt;"><br/></span></strong></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: center;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: center;"><img src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=3">English Language Books</a> </strong><span style="color: #808080;">(39 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=4">Material Published by Violent Extremists & Terror Groups</a> </strong><span style="color: #808080;">(35 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=5">Materials Regarding France</a> </strong><span style="color: #808080;">(19 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=6">Media Articles</a> </strong><span style="color: #808080;">(33 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=7">Other Religious Documents</a> </strong><span style="color: #808080;">(11 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=8">Think Tank & Other Studies</a> <span style="color: #808080;"> </span></strong><span style="color: #808080;">(40 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=9">Software & Technical Manuals</a> </strong><span style="color: #808080;">(30 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=10">Other Miscellaneous Documents</a> </strong><span style="color: #808080;">(14 items)</span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td style="text-align: left;" colspan="13" height="5"></td> </tr> <tr style="background-color: #f5f5f5; vertical-align: middle; text-align: center;"> <td style="text-align: left;" colspan="13" height="10"></td> </tr> <tr style="background-color: #f5f5f5; height: 30px;" align="center" valign="middle"> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="background-color: #f5f5f5; text-align: left;"><img style="display: block; margin-left: auto; margin-right: auto;" src="/web/20150905074429im_/http://www.dni.gov/files/documents/ubl/images/7.png" alt="Pointer" width="40" height="14"/></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><strong><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=11">Documents Probably Used by Other Compound Residents</a> </strong><span style="color: #808080;">(10 items) </span><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br style="font-family: helvetica; font-size: 12pt;"/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"><br/></span></td> <td style="text-align: left;"><span style="font-family: helvetica; font-size: 12pt;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td colspan="13" height="5"></td> </tr> <tr style="background-color: #edac00;"> <td colspan="13" height="3"></td> </tr> <tr style="background-color: #3a3a3a; vertical-align: middle; text-align: center;"> <td style="text-align: center;"><span style="font-size: 12pt; color: #c0c0c0; font-family: helvetica;"> </span></td> <td style="text-align: left;" colspan="11" height="10"><span style="font-size: 12pt; color: #ffffff; font-family: helvetica;"><br/>This list contains U.S. person information that is being released in accordance with the Fiscal Year 2014 Intelligence Authorization Act (section 309) requirement that the Director of National Intelligence conduct a declassification review of certain items collected during the mission that killed Usama bin Ladin on May 1, 2011, and make publicly available any information declassified as a result of such review. <br/><br/>All publications are unclassified and available commercially or in the public domain.<br/><br/>The U.S. Intelligence Community does not endorse any of the publications on this list.<br/><br/></span></td> <td style="text-align: center;"><span style="font-size: 12pt; color: #c0c0c0; font-family: helvetica;"> </span></td> </tr> <tr style="background-color: #ffffff;"> <td colspan="13" height="20"></td> </tr> </tbody> </table> <div class="pagination"><ul><li class="pagination-start"><span class="pagenav">Start</span></li><li class="pagination-prev"><span class="pagenav">Prev</span></li><li><span class="pagenav">1</span></li><li><a title="2" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=1" class="pagenav">2</a></li><li><a title="3" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=2" class="pagenav">3</a></li><li><a title="4" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=3" class="pagenav">4</a></li><li><a title="5" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=4" class="pagenav">5</a></li><li><a title="6" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=5" class="pagenav">6</a></li><li><a title="7" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=6" class="pagenav">7</a></li><li><a title="8" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=7" class="pagenav">8</a></li><li><a title="9" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=8" class="pagenav">9</a></li><li><a title="10" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=9" class="pagenav">10</a></li><li class="pagination-next"><a title="Next" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=1" class="pagenav">Next</a></li><li class="pagination-end"><a title="End" href="/web/20150905074429/http://www.dni.gov/index.php/resources/bin-laden-bookshelf?start=11" class="pagenav">End</a></li></ul></div> </div> </div><!-- end main --> </div><!-- end wrapper --> <div style="clear:both"> </div> </div> <!--End Body content--> <!--Begin Footer Div--> <div id="footer"> <div class="moduletable"> <ul class="menu-flat"> <li class="item-634 deeper parent"><span class="separator">About This Site</span> <ul><li class="item-635 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/about-this-site/contact-the-ig">Contact the IC IG</a></li><li class="item-636 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/about-this-site/no-fear-act">No Fear Act</a></li><li class="item-637"><a href="/web/20150905074429/http://www.dni.gov/index.php/about-this-site/privacy-policy">Privacy Policy</a></li><li class="item-1129"><a href="/web/20150905074429/http://www.dni.gov/index.php/about-this-site/customer-service-plan">Customer Service</a></li><li class="item-638 parent"><a href="/web/20150905074429/http://www.dni.gov/index.php/about-this-site/foia">FOIA</a></li><li class="item-1003"><a href="/web/20150905074429/http://www.dni.gov/index.php/about-this-site/contact-us">Contact Us</a></li></ul></li><li class="item-604 deeper parent"><span class="separator">About</span> <ul><li class="item-605"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/mission" alt="">Mission, Vision, Goals</a></li><li class="item-607"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/history" alt="">History</a></li><li class="item-608"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/seal" alt="">ODNI Seal</a></li><li class="item-609"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/organization" alt="">Organization</a></li><li class="item-610"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/leadership" alt="">Leadership</a></li><li class="item-611"><a href="/web/20150905074429/http://www.dni.gov/index.php/about/faq" alt="">ODNI FAQ</a></li></ul></li><li class="item-612 deeper parent"><span class="separator">Intelligence Community</span> <ul><li class="item-1096"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/principles-of-professional-ethics" alt="">Professional Ethics</a></li><li class="item-1132"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/intelligence-transparency-principles" alt="">Transparency</a></li><li class="item-613"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/members-of-the-ic" alt="">Members of the IC</a></li><li class="item-615"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/seal" alt="">IC Seal</a></li><li class="item-614"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/ic-policies-reports" alt="">IC Policies & Reports</a></li><li class="item-1118"><a href="/web/20150905074429/http://www.dni.gov/index.php/intelligence-community/review-group" alt="">Review Group</a></li></ul></li><li class="item-617 deeper parent"><span class="separator">Newsroom</span> <ul><li class="item-657"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/recent-news" alt="">Recent News</a></li><li class="item-618"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/reports-and-publications" alt="">Reports & Publications</a></li><li class="item-619"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/press-releases" alt="">Press Releases</a></li><li class="item-620"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/speeches-and-interviews" alt="">Speeches & Interviews</a></li><li class="item-621"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/testimonies" alt="">Testimonies</a></li><li class="item-1001"><a href="/web/20150905074429/http://www.dni.gov/index.php/newsroom/ic-in-the-news" alt="">IC in the News</a></li></ul></li><li class="item-624 deeper parent"><span class="separator">Careers</span> <ul><li class="item-625"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/careers-at-odni" alt="">Careers at ODNI</a></li><li class="item-626"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/careers-in-the-ic" alt="">Careers in the IC</a></li><li class="item-627"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/student-opportunities" alt="">For Students</a></li><li class="item-628"><a href="/web/20150905074429/http://www.dni.gov/index.php/careers/veterans" alt="">Veterans</a></li></ul></li><li class="item-629 deeper parent"><span class="separator">Resources</span> <ul><li class="item-630"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/for-kids" alt="">For Kids</a></li><li class="item-631"><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.ready.gov/" alt="Ready.gov">Ready.gov</a></li><li class="item-632"><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.whitehouse.gov/open" alt="Open.gov">Open.gov</a></li><li class="item-633"><a class="odni_offsite_link" href="https://web.archive.org/web/20150905074429/http://www.flu.gov/" alt="Flu.gov">Flu.gov</a></li><li class="item-771"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/plain-language-act" alt="">Plain Language Act</a></li><li class="item-1085"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources-footer/recommended-plugins">Plugins</a></li><li class="item-966"><a href="/web/20150905074429/http://www.dni.gov/index.php/resources/odni-operating-status" alt="">Operating Status</a></li></ul></li></ul> </div> </div> <!--End Footer Div--> </div> <!--end wrapper--> </div> <div class="odni_screen"> <div class="odni_modalBackdrop"> <!-- the modal backdrop color --></div> <div class="odni_modal" id="js_modal"> <h1>You are leaving DNI.gov</h1> <div class="odni_modal_content"> <p>You have selected to open<br/> <a href="#" class="jsPullLink" target="_blank">http://www.anotherwebsite.com</a></p> <p>If you would like to not see this alert again, please click the<br/> "Do not show me this again" check box below</p> </div> <div class="odni_clear"><!-- clear the modal content floats --></div> <form> <input type="checkbox" name="notShow" id="do-not-show-me-this-again" checked="false" value="noPop"/> <label for="do-not-show-me-this-again">Do not show me this again</label> <div class="odni_modalbuttons"> <a href="#" class="odni_modalbutton_cancel"><span>cancel</span></a> <a href="#" class="odni_modalbutton_continue" target="_blank"><span>continue</span></a> <div class="odni_clear"><!-- clear the main and side div--></div> </div> </form> </div> <!-- close odni_modal --> </div> <!--end wrapper_extension--> <div style="clear:both;"></div> </body> </html><!-- FILE ARCHIVED ON 07:44:29 Sep 05, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:39:30 Feb 17, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.758 exclusion.robots: 0.034 exclusion.robots.policy: 0.02 esindex: 0.013 cdx.remote: 21.004 LoadShardBlock: 106.966 (3) PetaboxLoader3.datanode: 144.181 (5) load_resource: 321.886 (2) PetaboxLoader3.resolve: 189.963 (2) -->