<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','>EFF Privacy Coalition Presses Congress for Hearings on Air Traveler Privacy');

// 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/");

//Creative Commons - If you need to turn OFF the CC license, set cc = false
//$smarty->assign('cc',"false");

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

$content  = '
<div id="featuretext">

<h4>Electronic Frontier Foundation Media Advisory</h4>
  <h1>EFF Privacy Coalition Presses Congress for Hearings on Air Traveler Privacy </h1>

  <h2>Controversial Passenger-Screening System Fails Government Review</h2>
<h4>For Immediate Release: Tuesday, February 17, 2004</h4>

<p>
San Francisco, CA - In the wake of a government report that gives the controversial
CAPPS II passenger-screening program a failing grade for protecting passenger
privacy, the Electronic Frontier Foundation (EFF) and a diverse coalition of
advocacy groups today asked the House Committee on Transportation and Infrastructure
to hold Congressional hearings on the threat posed to privacy and civil liberties
by the government\'s collection and use of passengers\' private information.</p>

  <p>"The amount of data -- potentially incorrect data -- that
    the government is asking to access before permitting you to fly is simply
    astounding,&quot; said Lee Tien, a senior staff attorney at EFF.&nbsp; "Doing
    background checks on every American who chooses air travel doesn\'t seem like
    a logical way to keep bombs and weapons off of planes."</p>

  <p>In its CAPPS II report issued late last week, the General Accounting Office
    (GAO) states that transportation authorities have failed to address Congress\' concerns
    about the system\'s accuracy, effectiveness and impact on personal privacy.&nbsp; Further,
    the GAO shares EFF\'s concerns that the CAPPS II mission may "creep" beyond
    its original purpose of keeping terrorists from boarding flights and that
    there is no adequate redress for passengers mistakenly tagged as terrorists.</p>
  <p>"Despite TSA\'s public claims that CAPPS II will be ready to roll this summer,
    the report to Congress clearly shows that the hard questions about CAPPS
    II have yet to be answered,&quot; said EFF Staff Attorney and Bruce J. Ennis
    / Equal Justice Works Fellow Kevin Bankston.&nbsp; &quot;It\'s time for Congress
    to hold hearings to demand answers about CAPPS II and to ensure that travelers\' privacy
    and civil liberties will be respected."</p>
  <p>The request for hearings comes on the heels of the release last week of
    an open letter by a group of House Representatives asking President Bush
    to suspend CAPPS II until a specific government policy is adopted
    that &quot;makes clear the role of airlines in sharing consumer information
    with the federal government.&quot;&nbsp; </p>
  <p>EFF previously initiated a nationwide letter-writing campaign urging members
    of Congress to take a hard look CAPPS II and to investigate the reportedly
    ad hoc transfer of passengers\' private information from the airlines to the
    government.</p>
  <p>The groups joining EFF in the call for Congressional hearings on travel
    privacy are (in alphabetical order):</p>
  <ul type=square>
    <li>American Civil Liberties Union</li>
    <li>Americans for Tax Reform</li>
    <li>Business Travel Coalition</li>
    <li>Center for Democracy and Technology</li>
    <li>Common Cause</li>
    <li>Don\'t Spy on Us</li>
    <li>Electronic Privacy Information Center</li>
    <li>Free Congress Foundation</li>
    <li>People for the American Way</li>
  </ul>

<h3>Links:</h3>
  	<ul>
	<li><a href="http://www.eff.org/Privacy/CAPPSII/coalition_letter.php">EFF Coalition letter asking for Congressional hearings on travel privacy</a></li>
  	<li><a href="http://www.gao.gov/new.items/d04385.pdf">GAO report on CAPPS II: "Computer-Assisted Passenger Prescreening System
    Faces Significant Implementation Challenges"</a> (PDF)</li>
	<li> <a href="http://www.house.gov/pelosi/press/releases/Feb04/PassengerPrivacy021104.html">Congressional letter to President Bush calling for suspension of CAPPS II</a></li>
	<li><a href="http://action.eff.org/action/index.asp?step=2&amp;item=2854">EFF Action Alert on CAPPS II</a></li>

	<li><a href="http://www.eff.org/Privacy/cappsii/concern.php">Why EFF is Concerned About CAPPS II</a></li>
	<li><a href="http://www.eff.org/Privacy/cappsii/">More about CAPPS II</a></li>
	</ul>


<h3>Contact:</h3>

<p>Lee Tien<br />
   &nbsp;&nbsp; Senior Staff Attorney<br />
   &nbsp;&nbsp; Electronic Frontier Foundation<br />
   &nbsp;&nbsp; tien&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</p>

<p>Lisa Dean<br />
   &nbsp;&nbsp; Washington Policy Liaison<br />
   &nbsp;&nbsp Electronic Frontier Foundation<br />
   &nbsp;&nbsp; lisa&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</p>

<h3>About EFF:</h3>

<p>The Electronic Frontier Foundation is the leading civil
liberties organization working to protect rights in the
digital world. Founded in 1990, EFF actively encourages and
challenges industry and government to support free
expression and privacy online. EFF is a member-supported
organization and maintains one of the most linked-to
websites in the world at
<a href="http://www.eff.org/">http://www.eff.org/</a>
</div>
';

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

?>
