<?php

include("eff_setup2.php");
$smarty = new EFFSmarty;
$smarty->assign('title','Breaking News');
$smarty->assign('pressblog','true');
$smarty->caching = false;

$content = <<<EOT

<div id="featuretext">


<br />
<div id="menu">

<a href="http://www.eff.org/news/">Current Breaking News</a>
| <a href="http://www.eff.org/news/archives/2003_03.php">March 2003 &raquo;</a>

</div>




<br /><hr size=1>
<h2 class="date">February 08, 2003</h2>


<div class="blogbody">
<a name="000257"></a>
<h3 class="title">Patriot II</h3>

<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>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_02.php#000257">08:28 PM</a>
	</div>

</div>


</div>
EOT;


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

?>