<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','ReplayTV Users Seek Class Action in "Digital Betamax" Case');

// 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>For Immediate Release: Friday, January 9, 2004</h4>

<h1>ReplayTV Users Seek Class Action in "Digital Betamax" Case</h1>

<h2>Consumers Defend Use of Digital Video Recorders</h2>

<h4>Electronic Frontier Foundation Media Advisory</h4>

<p>Los Angeles -A group of ReplayTV owners will ask a court on Monday to allow all owners of ReplayTV digital video recorders to join an ongoing lawsuit to protect consumers\' rights to skip over television commercials and send recorded programs from one digital device to another.  </p>

<blockquote>
<p><strong>Date:</strong> Monday, January 12, 2004<br />
<strong>Time:</strong> 3:00 p.m.<br />
<strong>Judge:</strong> Hon. Florence-Marie Cooper<br />
<strong>Court:</strong> District Court, Central District of California, Courtroom 750<br />
<strong>Location:</strong> Edward R. Roybal Federal Building and Courthouse, 255 East Temple Street, Los Angeles, California 90012<p>
</blockquote>

<p>The case was sparked after a top entertainment industry executive began publicly to claim that people who don\'t watch television commercials are "thieves" and 28 entertainment companies subsequently launched a lawsuit against the makers of ReplayTV arguing that using the digital video recorder to skip commercials and send programs is against the law.  </p>

<p>Five ReplayTV owners, represented by the Electronic Frontier Foundation (EFF), Richard Wiebe, and Ira Rothken of the Rothken Law Firm in San Rafael, decided to fight back.  In June of 2002, they filed a lawsuit asking the court to declare that these uses are legal.  </p>

<p>The makers of ReplayTV have since been driven into bankruptcy, and the entertainment companies are now attempting "buy out" the five individual ReplayTV owners by offering them, and only them, a "covenant not to sue," while failing to grant protection to the estimated 5,000 other owners of ReplayTV digital video recorders that have the commercial skipping and "send show" features.  The companies have also asked the court to dismiss the case. </p>

<p>In the face of these challenges the plaintiffs are charging ahead, asking the court to include all ReplayTV owners in the case, and to determine, once and for all, whether they can legitimately use all of the device\'s features.  </p>

<p>The proposed consumer class action representatives are Craig Newmark, the founder of craigslist.org, Glenn Fleishman, Phil Wright and Thomas White.</p>

<h3>Links:</h3>

<ul>
	<li><a href="http://www.eff.org/IP/Video/Newmark_v_Turner/20031124_amended_complaint.pdf">Proposed class action complaint</a></li>

	<li><a href="http://www.eff.org/IP/Video/Newmark_v_Turner/">Newmark et al. v Turner et al. archive</a> (the consumer case)</li>

	<li><a href="http://www.eff.org/IP/Video/Paramount_v_ReplayTV">Paramount v. ReplayTV archive</a> (the entertainment companies\' lawsuit against ReplayTV)</li>
</ul>

<h3>Contact:</h3>
<p>Cindy Cohn<br />
   &nbsp;&nbsp;Legal Director<br />
   &nbsp;&nbsp;Electronic Frontier Foundation<br />
   &nbsp;&nbsp;<a href="mailto:cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</a></p>

<p>Gwen Hinze<br />
   &nbsp;&nbsp;Staff Attorney<br />
   &nbsp;&nbsp;Electronic Frontier Foundation<br />
   &nbsp;&nbsp;<a href="mailto:gwen&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">gwen&#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);

?>
