<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Senators Seek Moratorium on Government Data-Mining (January 16, 2003)');

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

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

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

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



<h4>For Immediate Release: Thursday, January 16, 2003</h4>
<h1>Senators Seek Moratorium on Government Data-Mining</h1>
<h2>Electronic Frontier Foundation Supports Privacy Protections</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<p>
<em>Washington, DC</em> - Senator Russ Feingold is introducing
legislation today that would stop U.S. government
data-mining activities directed at U.S. citizens pending
Congressional authorization. The bill targets the
controversial Total Information Awareness (TIA) program of
the U.S. Defense Advanced Research Projects Agency (DARPA).
</p>

<p>
Senator Ron Wyden introduced yesterday an amendment to an
omnibus spending bill that would suspend funding for TIA
pending Congressional review.
</p>

<p>
Nine organizations, including the Electronic Frontier
Foundation (EFF), ACLU, the Electronic Privacy Information
Center, the Center for Democracy and Technology, and the
Free Congress Foundation, sent a letter opposing TIA to the
leaders of the House Armed Services Committee on Tuesday.
</p>

<p>
Once implemented, TIA would be used to mine data in
financial, education, travel, medical, veterinary,
transportation, communications, and housing records --
potentially including every banking transaction, every
credit card use, every doctor visit, and every phone call,
email, or Internet search.
</p>

<p>
"TIA\'s motto is \'knowledge is power.\' What would J. Edgar
Hoover have done with this kind of power?" said EFF Senior
Staff Attorney Lee Tien. "History tells us that government
agencies can\'t be trusted with unregulated surveillance
power.  EFF applauds those members of Congress who are
taking action to prevent electronic fishing expeditions
into our daily lives."
</p>

<p>
Last November, Senator Feinstein called for "close
oversight" of TIA, warning that "it could lead to an
Orwellian America, where a person\'s every move is tracked
by the Government."  Senators Chuck Grassley and Tom Harkin
have criticized TIA, and Senator Susan Collins has said
that TIA "raises extraordinary concerns about individual
privacy."
</p>

<p>
Senators Leahy, Feingold, and Maria Cantwell also requested
detailed information about the Justice Department\'s
data-mining activities last Friday.
</p>

<p>
DARPA documents indicate $240 million in spending on the TIA
project for fiscal years 2001-2003. The TIA web page until
recently featured a logo depicting an all-seeing eye above a
pyramid overlooking the globe, as well as the bios of key
project participants.
</p>

<p>
Admiral John Poindexter, whose five felony convictions for
participation in the Iran-Contra Affair were overturned in
exchange for testimony against his colleagues, heads the
TIA program.
</p>

<p>
The Feingold bill would also suspend programs similar or
related to TIA in certain agencies and may reach the CAPPS
II air traveler profiling program run by the Transportation
Security Administration (TSA), now part of the Homeland
Security Department.
</p>

<p>
TSA told Congress last year that CAPPS II will data-mine
every air passenger\'s travel history, living arrangements,
and other personal and demographic information.  It was
tested at the Salt Lake City Olympics and is scheduled to be
implemented this year.
</p>

<p>
"TIA is extremely dangerous to civil liberties, but CAPPS II
is a much more immediate threat," Tien said.
</p>

<h3>Links:</h3>

<p>
For this release:<br>
<a href="http://www.eff.org/issues/privacy/tia/20030115_pr.php">http://www.eff.org/issues/privacy/tia/20030115_pr.php</a>
</p>

<p>
Legislation introduced for TIA data-mining moratorium
(coming soon):<br>
<a href="http://www.eff.org/issues/privacy/tia/20030115_legislation.php">http://www.eff.org/issues/privacy/tia/20030115_legislation.php</a>
</p>

<p>
Letter from organizations opposing TIA:<br>
<a href="http://www.eff.org/Privacy/TIA/duncan-hunter-letter.php">http://www.eff.org/Privacy/TIA/duncan-hunter-letter.php</a>
</p>

<p>
EFF action alerts opposing TIA:<br>
<a href="http://action.eff.org/">http://action.eff.org/</a>
</p>

<p>
More information on TIA:<br>
<a href="http://www.eff.org/Privacy/TIA/">http://www.eff.org/Privacy/TIA/</a>
</p>

<p>
DARPA TIA website:<br>
<a href="http://www.darpa.mil/iao/TIASystems.htm">http://www.darpa.mil/iao/TIASystems.htm</a>
</p>

<p>
Congressional letters on TIA:<br>
<a href="http://www.eff.org/issues/privacy/tia/#documents">http://www.eff.org/issues/privacy/tia/#documents</a>
</p>

<p>
Center for Public Integrity analysis of TIA:<br>
<a href="http://www.public-i.org/dtaweb/report.asp?ReportID=484">http://www.public-i.org/dtaweb/report.asp?ReportID=484</a>
</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>
</p>

<h3>Contact:</h3>

<p style="margin-bottom:0px;">
Lee Tien
	<div class="contactinfo" style="padding-top:0px; margin-bottom:0xp; margin-top:0px; margin-left:15px;">
	Senior Staff Attorney<br />
	Electronic Frontier Foundation<br />
	<a href="mailto:tien@eff.org">tien@eff.org</a><br />
	+1 415 436-9333 x102 (office)
	</div>
</p>
  
</div>
';

global $REQUEST_URI;
$smarty->assign('featureContent',$featureContent);
$smarty->display('pr.tpl',$REQUEST_URI);

?>
