<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Electronic Frontier Foundation on SonicBlue Bankruptcy');

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

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

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



<h4>For Immediate Release: Friday, March 21, 2003</h4>
<h1>Electronic Frontier Foundation on SonicBlue Bankruptcy</h1>
<h4>Electronic Frontier Foundation Media Advisory</h4>

<p>
<em>San Francisco</em> - SonicBlue today announced its intention to
file for bankruptcy protection.
</p>

<p>
The company, maker of the ReplayTV digital video recorder,
has been spending as much as $1 million a month in
litigation expenses to defend a lawsuit brought by more than
two dozen entertainment companies. The entertainment
companies allege that ReplayTV owners are violating
copyright law when they skip commercials. EFF represents
five individual ReplayTV owners who have counter-sued the
entertainment companies to establish that skipping
commercials is legal.
</p>

<p>
"Today\'s bankruptcy sends a clear message to technology
companies: you may not innovate without Hollywood\'s prior
approval, on pain of enormous litigation expenses," said EFF
Staff Attorney Gwen Hinze.
</p>

<p>
"This puts the case on hold for the short term," said Ira
Rothken of the Rothken Law Firm, lead lawyer on behalf of
the individual ReplayTV owners. "Much will depend on the
details of the bankruptcy, but we are still very interested
in making it clear that Hollywood cannot use copyright law
to force consumers to watch commercials."
</p>

<h3>Links:</h3>

For this advisory:<br />
<a href="http://www.eff.org/IP/Video/Newmark_v_Turner/20030321_eff_pr.php">http://www.eff.org/IP/Video/Newmark_v_Turner/20030321_eff_pr.php</a>

Newmark v. Turner case:<br />
<a href="http://www.eff.org/IP/Video/Newmark_v_Turner/">http://www.eff.org/IP/Video/Newmark_v_Turner/</a>

Media coverage:<br />
<a href="http://news.com.com/2100-1047-993647.html">http://news.com.com/2100-1047-993647.html</a><br />

<a href="http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2003/02/20/BU242907.DTL">http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2003/02/20/BU242907.DTL</a>

<h3>Contact:</h3>

<p>
Gwen Hinze<br />
&nbsp;&nbsp;Staff Attorney<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:gwen@eff.org">gwen@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x110 (office)
</p>

<p>
Ira Rothken<br />
&nbsp;&nbsp;Attorney<br />
&nbsp;&nbsp;Rothken Law Firm<br />
&nbsp;&nbsp;<a href="mailto:ira@techfirm.com">ira@techfirm.com</a><br />
&nbsp;&nbsp;+1 415 924-4250
</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);

?>
