<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','USA PATRIOT Act Part II');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','false');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

//$smarty->assign('issue',$issue);

$content  = '
<div id="featuretext">
<p>
This is a Jan. 9 draft of a new, "Son of Patriot Act" that would give
the government even more domestic intelligence-gathering,
surveillance and other powers, while decreasing public access to
information and accountability.
</p>

<p>
<strong><a href="son-of-patriot.draft.pdf">Download PDF</a> 13MB</strong><br />
<strong><a href="patriot2draft.html">OCR/HTML-ized version</a></strong>
</p>

<ul>
	<li>Generally increases powers under Foreign Intelligence Surveillance Act</li>
	<li>"Wartime" emergency FISA wiretaps won\'t require declaration of war (103)</li>
	<li>New "domestic security surveillance" powers (123)</li>
	<li>Easier for government to get credit reports (126)</li>
	<li>New "we ask, you can\'t tell" subpoena powers (128)</li>
	<li>More secrecy about government detainees (201)</li>
	<li>Return of "use crypto in a felony" sentence enhancement (404)</li>
	<li>New Attorney General power to declare aliens removable as "danger to national security" (503)</li>
</ul>

<p>
"We\'re still reeling from the original USA-Patriot Act\'s impact on civil
liberties and now the government wants more," said Cindy Cohn, EFF\'s Legal
Director.  "Where is the evidence that the law passed less than two years
ago is insufficient?  When will Congress draw the line and say \'this much
of our civil liberties you\'ve taken under the guise of terrorism -- you may
have no more\'?"
</p>

<p>
Many thanks to the <a href="http://publicintegrity.org/dtaweb/home.asp">Center for Public Integrity</a> for initially publishing this document.
</p>

</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
