<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','What Is CAPPS 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/");

//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">
  <h1>CAPPS II: Government Surveillance via Passenger Profiling</h1>
  <h2>What Is CAPPS II?</h2>
  <p>The &quot;Computer Assisted Passenger Pre-Screening System&quot; (CAPPS
    II) is a controversial program proposed by the Transportation Security Administration
    (TSA) to combat terrorism and prevent another hijacking of U.S. flights.</p>
  <p>CAPPS II would allow TSA to access personal information about you available
    in both government and commercial databases, and to use this information
    to &quot;tag&quot; you according to how much of a threat you appear to pose
    to the safety of those aboard the airplane.</p>
  <h2>How Does CAPPS II Work?</h2>
  <p>CAPPS II uses the information in government and commercial databases to
    assign each passenger a color-coded score.&nbsp; &quot;Green&quot; means
    that you do not appear to pose a threat to safety and are free to board the
    plane.&nbsp; &quot;Yellow&quot; means that you appear to pose a potential
    threat and must undergo further security checks before being allowed to board.&nbsp; &quot;Red&quot; means
    that you are likely to pose an &quot;imminent threat&quot; to the physical
    safety of the people on the plane and will not be allowed to board the flight.</p>
  <p>How many people will be classified as yellow or red is unclear; early reports
    indicated that the figure might be as high as 8 percent, but Admiral James
    M. Loy, Under Secretary of Transportation Security, later told the Associated
    Press (Wednesday, September 16, 2003) that the figure would more likely be
    3-4 percent.&nbsp; If you are flagged as red you may not only be denied boarding,
    but also undergo police questioning and possible arrest.</p>
  <h2>Why Is EFF Concerned About CAPPS II?</h2>
  <p>CAPPS II would force you to surrender more of your privacy in order to travel
    by air --  with little, if any, increase in security.&nbsp; If TSA succeeds
    in implementing CAPPS II, the many personal details about you that have been
    collected in both government and commercial databases would be an open book
    to travel authorities.&nbsp; How much of your private life should the government
    be allowed to examine before you can exercise your right to travel freely?</p>
  <p>CAPPS II could also misidentify you as a terrorist, criminal, or other security
    threat requiring heightened government scrutiny.&nbsp; Personal details about
    you, correct or not, could repeatedly trip the security wire, yet there would
    be no effective way for you to access your own CAPPS II file to correct the
    mistake.&nbsp; Meanwhile, airport personnel would squander valuable time
    and resources on you and other CAPPS II "false positives" rather than on
    real terrorists.&nbsp; </p>
  <p>Worst of all, CAPPS II could come to serve as an all-purpose dragnet.&nbsp; Originally,
    CAPPS II was meant to serve as a tool to prevent foreign terrorists from
    boarding flights. &nbsp;Then the government decided that it would also be
    used to profile "domestic terrorists," employing a fuzzy definition that
    could apply to legitimate political activists.&nbsp; Then CAPPS II was once
    again expanded to include screening for people wanted for violent crimes
    or for flouting immigration laws.&nbsp; </p>
  <p>All of this "mission creep" has taken place before CAPPS II has even been
    implemented.&nbsp; How many more classes of people will CAPPS II target once
    it is installed and operational at airports across the country?&nbsp; And
    how many other modes of travel will eventually fall under the CAPPS II purview?</p>
  <p>(Read more about <a href="http://www.eff.org/Privacy/cappsii/concern.php">why
      EFF is concerned about CAPPS II</a>.)</p>
  <h2>What Is EFF Doing About CAPPS II?</h2>
  <p>EFF strongly opposes CAPPS II and is working to fight its implementation.&nbsp; In
    addition to submitting formal comments on CAPPS II to the Department of Homeland
    Security (DHS), EFF is leading the call for a Congressional investigation
    and hearings on your travel privacy.&nbsp; We\'re also helping you <a
href="http://action.eff.org/action/index.asp?step=2&amp;item=2854">voice your
    concerns</a> about the CAPPS II program through our <a
href="http://action.eff.org/action/index.asp">Action Center</a>.&nbsp; </p>
  <h2>What Can I Do?</h2>
  <p>We urge you to <a
href="https://secure.eff.org/">join EFF as a member today</a>, so that we can
    continue to challenge programs like CAPPS II that threaten your freedom and
    privacy.&nbsp; We also encourage you to <a
href="http://action.eff.org/action/index.asp">sign up</a> at the EFF Action Center
    to make your voice heard on Capitol Hill.</p>

</div>
';

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

?>
