<?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/archives/2003_10.php">&laquo; October 2003 Archives</a> |

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

</div>




<br /><hr size=1>
<h2 class="date">November 13, 2003</h2>


<div class="blogbody">
<a name="001027"></a>
<h3 class="title">EFF on Chamberlain v. Skylink DMCA Garage Door Opener Case</h3>

<p>The Northern District of Illinois District Court today <a href="http://www.eff.org/Cases/Chamberlain_v_Skylink/20031113_opinion_granting_summ_judgmt.pdf">ruled</a> that the universal garage door clicker sold by Skylink Technologies that interoperates with Chamberlain Group garage door openers does not violate the DMCA    </p>

<p>"We're pleased the court recognized consumers' reasonable expectation that they can replace lost or damaged remote controls with competing products without violating the DMCA. Congress clearly did not intend to give copyright owners the power to veto interoperable consumer products when it passed the DMCA" said EFF staff attorney Gwen Hinze.</p>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_11.php#001027">03:11 PM</a>
	</div>

</div>



<br /><hr size=1>
<h2 class="date">November 04, 2003</h2>


<div class="blogbody">
<a name="001018"></a>
<h3 class="title">FCC Tramples Fair Use, Adopts Broadcast Flag</h3>

<p>"The broadcast flag rule forces manufacturers to remove useful features from television products you can buy today," said EFF Staff Technologist Seth Schoen.  "The FCC has decided that the way to get Americans to adopt digital DTV is to make it cost more and do less."</p>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_11.php#001018">02:23 PM</a>
	</div>

</div>


</div>
EOT;


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

?>