<html>
<head profile="http://gmpg.org/xfn/11">
  <meta name="keywords" content="torture, detainees, war crimes, taguba, physicians, human rights, guantanamo, iraq, afghanistan, broken lives, report, reparations, farnoosh hashemian, frank donaghue, leonard rubenstein, allen keller" />
  <meta name="description" content="Download Broken Laws, Broken Lives, a report from Physicians for Human Rights on medical evidence of torture by US personnel and its impact on former detainees in Iraq, Afghanistan, and Guantanamo Bay, who were never charged with any crime." />
  <meta name="abstract" content="Learn more about medical evidence of torture by US personnel and its impact on former detainees in Iraq, Afghanistan, and Guantanamo Bay, who were never charged with any crime. Join Physicians for Human Rights in taking action." />
  <meta name="revisit-after" content="7 days" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Broken Laws, Broken Lives</title>
  <link rel="stylesheet" href="/wp-content/themes/ambiru/style.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="/wp-content/themes/ambiru/style.css" type="text/css" media="screen" />
  <link rel="alternate" type="application/rss+xml" title="Broken Laws, Broken Lives RSS Feed" href="/?feed=rss2" />
  <link rel="pingback" href="/xmlrpc.php" />
  <link rel='stylesheet' id='wp-downloadmanager-css' href='/wp-content/plugins/wp-downloadmanager/download-css.css' type='text/css' media='all' />
  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php" />
  <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml" />
  <link rel='index' title='Broken Laws, Broken Lives' href='/' />
  <link href="https://www.google.com/uds/css/gsearch.css" type="text/css" rel="stylesheet" />
  <style>
  <![CDATA[

        
        /* Width */
        .gsc-control {
                width: 200px;
                overflow: hidden
        }
        .gs-result .gs-title,
        .gs-result .gs-title * {
                font-size: em;
                color: #;
        }
        .gsc-results .gsc-trailing-more-results,
        .gsc-results .gsc-trailing-more-results * {
                color: #;
        }
        .gs-result a.gs-visibleUrl,
        .gs-result .gs-visibleUrl {
                color: #;
        }
        .gs-result a.gs-clusterUrl,
        .gs-result .gs-clusterUrl {
                color: #;
        }
        .gsc-resultsbox-visible {
                display: table;
                width: 100%;
                overflow: hidden
        }
  ]]>
  </style>
  <style>
  <![CDATA[
        img.gsc-branding-img {
        display: none;
        }
        td.gsc-branding-text div.gsc-branding-text {
        display: none;
        }       
  ]]>
  </style>
  <script src="https://www.google.com/uds/api?file=uds.js&amp;v=1.0&key=ABQIAAAALMe7IBzJ9VXp37ouYJfEtxTNVrlAouwSR68f4c83dDvIKX8RMBR4yTXeYQXPmZwRg5eTHiuzjy7qAA" type='text/javascript'></script>
  <script type='text/javascript'>
  //<![CDATA[





                function OnLoad()
                {
                        
                        var searchControl = new GSearchControl();
                        searchControl .setLinkTarget(GSearch.LINK_TARGET_SELF); 
                        var webSearch = new GwebSearch();   
                        webSearch.setSiteRestriction("https://brokenlives.info");
                        webSearch.setUserDefinedLabel("Results");
                        webSearch.setUserDefinedClassSuffix("webSearch");
                                                                                        var options = new GsearcherOptions();
                        options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN);
                        searchControl.addSearcher(webSearch, options);
                                                                                        

                        var drawOptions = new GdrawOptions();
                        drawOptions.setDrawMode(GSearchControl.DRAW_MODE_LINEAR);
                        searchControl.draw(document.getElementById("searchcontrol"),drawOptions);
                }
                GSearch.setOnLoadCallback(OnLoad);

  //]]>
  </script>
  <script language="javascript" type="text/javascript">
  //<![CDATA[
  <!--
                function collapseThread( theId ) {
                        var comment = document.getElementById(theId);
                        if(!comment)
                        {
                                alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'");
                                return;
                        }
                        var theBody = findBody(comment);
                        if(comment.className.indexOf("collapsed") > -1) {
                                comment.className = comment.className.replace(" collapsed", "");;
                        } else {
                                comment.className += " collapsed";
                        }
                }

                function expandThread( theId ) {
                        var comment = document.getElementById(theId);
                        if(!comment)
                        {
                                alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'");
                                return;
                        }
                        var theBody = findBody(comment);
                        if(comment.className.indexOf("collapsed") > -1) {
                                comment.className = comment.className.replace(" collapsed", "");;
                        } 
                }
                
                function findBody(el)
                {
                        var divs = el.getElementsByTagName("div");
                        var ret;
                        for(var i = 0; i < divs.length; ++i) {
                                if(divs.item(i).className.indexOf("body") > -1)
                                        return divs.item(i);
                        }
                        return false;
                }
        
                function onAddComment() {
                        //checkDocumentIntegrity();
                        var el = document.getElementById("commentform");
                        // Future release: Check if form is filled correctly and mark the form fields.
                        el.submit();
                }
                
                function moveAddCommentBelow(theId, threadId, collapse)
                {
                        expandThread( theId );
                        var addComment = document.getElementById("addcomment");
                        if(!addComment)
                        {
                                alert("ERROR:\nThreaded Comments can't find the 'addcomment' div.\nThis is probably because you have changed\nthe comments.php file.\nMake sure there is a tag around the form\nthat has the id 'addcomment'"); 
                                return
                        }
                        var comment = document.getElementById(theId);
                        if(collapse)
                        {
                                for(var i = 0; i < comment.childNodes.length; ++i) {
                                        var c = comment.childNodes.item(i);
                                        if(typeof(c.className) == "string" && c.className.indexOf("collapsed")<0) {
                                                c.className += " collapsed";
                                        }
                                }
                        }
                        addComment.parentNode.removeChild(addComment);

                        comment.appendChild(addComment);
                        if(comment.className.indexOf("alt")>-1) {
                                addComment.className = addComment.className.replace(" alt", "");                                        
                        } else {
                                addComment.className += " alt";
                        }
                        var replyId = document.getElementById("comment_reply_ID");
                        if(replyId == null)
                        {
                                alert("Brians Threaded Comments Error:\nThere is no hidden form field called\n'comment_reply_ID'. This is probably because you\nchanged the comments.php file and forgot\nto include the field. Please take a look\nat the original comments.php and copy the\nform field over.");
                        }
                        replyId.value = threadId;
                        var reRootElement = document.getElementById("reroot");
                        if(reRootElement == null)
                        {
                                alert("Brians Threaded Comments Error:\nThere is no anchor tag called 'reroot' where\nthe comment form starts.\nPlease compare your comments.php to the original\ncomments.php and copy the reroot anchor tag over.");
                        }
                        reRootElement.style.display = "block";
                        var aTags = comment.getElementsByTagName("A");
                        var anc = aTags.item(0).id;
                        //document.location.href = "#"+anc;
                        document.getElementById("comment").focus();
                }

                function checkDocumentIntegrity()
                {
                        str = "";
                        
                        str += checkElement("reroot","div tag");
                        str += checkElement("addcomment", "div tag");
                        str += checkElement("comment_reply_ID", "hidden form field");
                        str += checkElement("content", "div tag");
                        str += checkElement("comment", "textfield");
                        str += checkElement("addcommentanchor", "anchor tag");
                        
                        if(str != "")
                        {
                                str = "Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\nThis is probably the because you have changed the original comments.php that was included with the plugin.\n\nThese are the errors:\n" + str;
                                str += "\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed.";

                                alert(str);
                        }
                }
               
                function checkElement(theId, elDesc)
                {
                        var el = document.getElementById(theId);
                        if(!el)
                        {
                                if(elDesc == null)
                                        elDesc = "element";
                                return "- The "+elDesc+" with the ID '" +theId + "' is missing\n"; 
                        }
                        else 
                                return "";
                }
                
                function reRoot()
                {
                        var addComment = document.getElementById("addcomment");                 
                        var reRootElement = document.getElementById("reroot");
                        reRootElement.style.display = "none";
                        var content = document.getElementById("content-main");
                        if( !content )
                                content = document.getElementById("content");
                        if( content )
                        {
                                addComment.parentNode.removeChild(addComment);
                                content.appendChild(addComment);
                        }
                        addComment.className = addComment.className.replace(" alt", "");
                        document.location.href = "#addcommentanchor";
                        document.getElementById("comment").focus();                             
                        document.getElementById("comment_reply_ID").value = "0";
                }                       
                
                function changeCommentSize(d)
                {
                        var el = document.getElementById("comment");
                        var height = parseInt(el.style.height);
                        if(!height && el.offsetHeight)
                                height = el.offsetHeight;
                        height += d;
                        if(height < 20) 
                                height = 20;
                        el.style.height = height+"px";
                }               
  -->
  //]]>
  </script>
  <style type="text/css">
  /*<![CDATA[*/
  .comment 
  {
        position:                               relative;
        margin:                                 3px;
        margin-top:                             6px;
  /*      border:                                 1px solid #666; */
        padding:                                4px 4px 4px 8px;
        background-color:               #fff;
  }

  .odd
  {
        background-color: #f8f8f8;
  }

  .comment div {
        position:                               relative;
  }

  .comment .comment img
  {
        margin:                                 0px;
  }

  .comment .collapseicon 
  {
        width:                                  13px;
        height:                                 13px;
        overflow:                               hidden;
        background-image:               url(/wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png);
  }

  .collapsed .collapseicon 
  {
        background-image:               url(/wp-content/plugins/briansthreadedcomments.php?image=subthread.png);
  }


  .comment .reply {
        text-align:                     right;
        font-size:                              80%;
        padding:                                0px 6px 6px 0px;
  }

  .comment
  {
        border:         1px solid #ddd;
        margin-top:                     10px;
  }

  input#subscribe
  {
        width: auto;
  }

  .comment .body .content
  {
        padding:                                0px 3px 0px 3px;
        /*width:                                        100%;   */
        overflow:                               auto; 
  }

  .comment .title abbr
  {
        border: none;
  }

  .collapsed .body, .collapsed .comment
  {
        display:                                none;
  }

  #commentform textarea {
        width: 97%;
  }

  .btc_gravatar {
        float: right;
        margin: 3px 3px 4px 4px;
  }
  /*]]>*/
  </style>
  <script charset="utf-8" type="text/javascript" src="https://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=5014d358-4ca3-44df-977a-a3abaf0566f5&amp;wp=2.8.4"></script>
  <link rel="stylesheet" href="/wp-content/plugins/wp-codebox/css/codebox.css" type="text/css" media="screen" />
  <script language="javascript" type="text/javascript" src="/wp-content/plugins/wp-codebox/js/codebox.js"></script>
  <link rel="alternate" type="application/rss+xml" title="Broken Laws, Broken Lives Downloads RSS Feed" href="/?dl_name=rss" />
</head>
<body>
  <div id="wrap" class="clearfix">
    <div id="header">
      <h1><a href="/">Broken Laws, Broken Lives</a></h1>
      <p class="description">Medical Evidence of Torture by the US</p>
    </div>
    <div id="nav" class="clearfix">
      <ul>
        <li><a href="/?page_id=69">Report</a></li>
        <li><a href="/?page_id=23">Preface</a></li>
        <li><a href="/?page_id=2">Background</a></li>
        <li><a href="/?page_id=9">Materials</a></li>
        <li><a href="/?page_id=3">Take Action</a></li>
        <li>Donate</li>
        <li><a href="/">Blog</a></li>
        <li><img src="/wp-content/themes/ambiru/images/feed-icon-16x16orange.gif" /></li>
      </ul>
    </div>
    <div id="content">
      <div class="entry entry-1">
        <div class="entrytitle">
          <h2><a href="/" rel="bookmark" title="Permanent Link to Read the Report">Read the Report</a></h2>
        </div>
        <div class="entrybody">
          <blockquote>
            <p><em><strong>After years of disclosures by government investigations, media accounts, and reports from human rights organizations, there is no longer any doubt as to whether the current administration has committed war crimes. The only question is whether those who ordered the use of torture will be held to account.</strong></em></p>
            <p>&#8212;<strong>Maj. General Antonio M. Taguba (USA-Ret.), <a title="Read General Taguba's preface to PHR's landmark report, Broken Laws, Broken Lives" href="/?page_id=23" target="_self">preface to</a> <em><a title="Read General Taguba's foreword to PHR's landmark report, Broken Laws, Broken Lives" href="/?page_id=23" target="_self">Broken Laws, Broken Lives</a></em></strong></p>
          </blockquote>
          <p>In PHR&#8217;s new report, <em>Broken Laws, Broken Lives</em>, we have for the first time medical evidence to confirm first-hand accounts of men who endured torture by US personnel in Iraq, Afghanistan, and Guantánamo Bay. These men were never charged with any crime <a title="togel" href="https://brokenlives.info/togel158-bandar-togel-resmi-bet-100-perak-di-pasaran-macau/">togel</a></p>
          <p>Bermain slot pragmatic adalah pilihan yang tepat jika Anda ingin menikmati permainan slot dengan grafis yang menawan dan fitur bonus <a href="https://awarenessproductswarehouse.com/">Akun slot gacor</a> yang inovatif.</p>
          <p><strong>Download either the Executive Summary or the full text of the free report <em>Broken Laws, Broken Lives: Medical Evidence of Torture by US Personnel and Its Impact</em></strong>.</p>
          <p>Tidak hanya sebagai ajang hiburan, <a title="poker online" href="https://arbidel.com">poker online</a> juga melatih keterampilan dalam mengambil keputusan cepat. Pemain dituntut untuk berpikir secara logis dalam mengatur strategi yang tepat saat bermain. Setiap putaran permainan memberikan pelajaran berharga tentang cara membaca gerak-gerik lawan. Bagi mereka yang mencari tantangan, poker online memberikan kesempatan untuk menunjukkan bakat dan kemampuan mereka.</p>
          <p><img src="/wp-content/plugins/wp-downloadmanager/images/pdf.gif" alt="" title="" style="vertical-align: middle;" />&nbsp;&nbsp;<strong><a href="/?dl_id=4">Broken Laws, Broken Lives - Executive Summary</a></strong> (862.1 KiB)</p>
          <p><img src="/wp-content/plugins/wp-downloadmanager/images/pdf.gif" alt="" title="" style="vertical-align: middle;" />&nbsp;&nbsp;<strong><a href="/?dl_id=5">Broken Laws, Broken Lives - Full Report</a></strong> (1.9 MiB)</p>
          <p>
          <script type="text/javascript">
          //<![CDATA[

          SHARETHIS.addEntry({ title: "Read the Report", url: "https://brokenlives.info" });
          //]]>
          </script></p>
        </div>
        <div class="entrymeta">
          <span>Comments Off</span>
          <p></p>
        </div>
      </div>
      <div class="navigation">
        <div class="alignleft"></div>
        <div class="alignright"></div>
      </div>
    </div>
    <div id="sidebar">
      <div class="sec-a">
        <h3>About</h3>
        <ul>
          <li><strong><em>Broken Laws, Broken Lives</em></strong> shows the human consequences of harsh and unlawful US interrogation practices. This landmark report reveals the excruciating pain and continued suffering of men who, never charged with any crime, endured torture at US detention facilities in Iraq, Afghanistan, and Guant&#225;namo Bay. Based on internationally accepted standards for clinical assessment of torture claims, the report documents practices used to bring about long-lasting pain, terror, humiliation, and shame for months on end.<br><br>
          Sebagai agen togel resmi, sebuah <a title="situs togel resmi" href="https://brokenlives.info/togel158-bandar-togel-resmi-bet-100-perak-di-pasaran-macau/">situs togel resmi</a> online harus memberikan layanan terbaik dengan standar keamanan tertinggi bagi para pemainnya. Oleh karena itu, memilih situs togel online resmi adalah langkah bijak untuk menghindari risiko dan menikmati pengalaman bermain yang aman dan transparan. Mulai dari kemudahan proses pendaftaran hingga layanan pelanggan yang responsif, situs ini menawarkan kenyamanan bagi pemain dalam menjalankan aktivitas bermainnya.</li>
        </ul>
        <ul>
          <li><strong>Physicians for Human Rights</strong> mobilizes health professionals to advance health, dignity, and justice and promotes the right to health for all. Harnessing the specialized skills, rigor, and passion of doctors, nurses, public health specialists, and scientists, PHR investigates human rights abuses and works to stop them.<br><br>
          Pasaran togel kini semakin beragam, dan pemain bisa memilih sesuai preferensi mereka. Dalam situs <a title="togel resmi" href="https://www.louisewelsh.com/">togel resmi</a>, berbagai promo spesial selalu ditawarkan kepada member. Hadiah besar pun selalu menanti, bahkan dengan deposit yang sangat terjangkau.</li>
        </ul>
      </div>
      <div class="sec-b">
        <h3>PHR Links</h3>
        <ul>
          <li>Physicians for Human Rights</li>
          <li>Campaign Against Torture</li>
          <li>Join PHR</li>
        </ul>
        <h3>Search</h3>
        <div id="searchcontrol">
          <form method="get" action="https://blogsearch.google.com/blogsearch">
            <input name="as_q" size="16" maxlength="255" value="" type="text" /><input name="sa" value="Search" type="submit" /><input name="bl_url" value="https://brokenlives.info" type="hidden" />
          </form>
        </div>
        <h3>Recent Blog Posts</h3>
        <ul>
          <li><a href='/?p=97' title='Broken Laws, Broken Lives Discussed on Thom Hartmann Show'>Broken Laws, Broken Lives Discussed on Thom Hartmann Show</a></li>
          <li><a href='/?p=95' title='PHR: After Senate Report, Psychologists Who Tortured Must Be Held to Account'>PHR: After Senate Report, Psychologists Who Tortured Must Be Held to Account</a></li>
          <li><a href='/?p=93' title='In the Room'>In the Room</a></li>
          <li><a href='/?p=92' title='Len Rubenstein To Speak on US Torture at the Los Angeles World Affairs Council'>Len Rubenstein To Speak on US Torture at the Los Angeles World Affairs Council</a></li>
        </ul>
        <h3>Subscribe (RSS)</h3>
        <ul>
          <li><img src="/wp-content/themes/ambiru/images/feed-icon-16x16orange.gif" />Blog Posts</li>
          <li><img src="/wp-content/themes/ambiru/images/feed-icon-16x16blue.gif" />Blog Comments</li>
        </ul>
      </div>
    </div>
  </div>
  <div id="footer">
    &copy; Physicians for Human Rights 2008. Site powered by Wordpress and the Ambiru theme (modified by PHR). Header image by <a href="/?page_id=26">Fernando Botero</a>.
  </div>
  <div id="contact">
    Physicians for Human Rights, 2 Arrow Street, Suite 301, Cambridge, MA 02138 | brokenlives[at]phrusa[dot]org | Tel 617.301.4219
  </div>
  <li style="text-align: left;">Mesin slot dengan fitur Megaways menawarkan ribuan cara untuk menang, sehingga banyak diminati oleh player <a href="https://americasparade.org/">Slot Online</a> profesional.</li>
</body>
</html>
