<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','FCC Faces Suit on Regulation of Digital Broadcast Television');

// 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 Release</h4>

<h1>FCC Faces Suit on Regulation of Digital Broadcast Television</h1>

<h2>Electronic Frontier Foundation Joins Other Organizations
Opposing FCC Action</h2>

<h4>For Immediate Release: Tuesday, March 9, 2004</h4>

<p>Washington, D.C. - The Electronic Frontier Foundation (EFF)
joined five library associations, Public Knowledge, the
Consumer Federation of America, and the Consumers Union in
suing the Federal Communications Commission (FCC) last week
to block overbroad regulation of next-generation televisions
and related devices.</p>

<p>"The FCC\'s digital broadcast television mandate is a step in
the wrong direction because it would make digital television
cost more and do less, undermining innovation, fair use, and
competition," said EFF Senior Intellectual Property Attorney
Fred von Lohmann, "The FCC overstepped its bounds, unduly
restricting consumers and manufacturers when it issued its
broadcast flag ruling."</p>

<p>The Federal Communications Commission (FCC) ruled on
November 4, 2003, that consumer devices capable of receiving
broadcast digital television (DTV) signals must implement
content control technologies demanded by the entertainment
industry to restrict consumer uses of digital television.
Left unchallenged, the "broadcast flag" mandate would go
into effect by July 1, 2005.</p>

<p>The lawsuit, called ALA v. FCC, was filed in the Court of
Appeals in Washington, D.C., and charges that the FCC
exceeded its jurisdiction, acted in an arbitrary and
capricious manner, and failed to point to substantial
evidence in adopting a broadcast flag mandate.</p>

<p>The FCC has asked the court to put the lawsuit on hold,
pending the FCC\'s decision on petitions to reconsider the
broadcast flag mandate, although all of the petitions
address unrelated matters. The coalition of organizations
opposed in court the FCC\'s attempt to postpone the lawsuit.</p>

<h3>Links:</h3>

<ul>
	<li><a href="http://www.eff.org/IP/Video/HDTV/ALA_v_FCC/">EFF
	case archive for ALA v. FCC, including court complaint against
	FCC broadcast flag mandate</a></li>
</ul>

<h3>Contact:</h3>

<p>Fred von Lohmann<br />
   &nbsp;&nbsp; Senior Intellectual Property Attorney<br />
   &nbsp;&nbsp; Electronic Frontier Foundation<br />
   &nbsp;&nbsp; <a href="mailto:fred&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">fred&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</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>
</div>
';

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

?>
