<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Hollywood Not on the Same Planet as ReplayTV Fans (January 17, 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: Friday, January 17, 2003</h4>

<h1>Hollywood Not on the Same Planet as ReplayTV Fans</h1>

<h2>Planet Replay Retreats, Concerned for User Privacy</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<br />

<p>
<em>San Francisco</em> - PlanetReplay.com, a website popular with
digital video recorder (DVR) fans, shut down part of its
operations today fearing a lawsuit by Hollywood and
violation of users\' privacy rights.
</p>

<p>
After intense questioning by entertainment company lawyers
on Tuesday, Planet Replay site operator Chad Little removed
a part of the site that helped ReplayTV owners share shows.
The lawyers asked about site content and user data, so
Little feared for users\' privacy and worried that the
entertainment companies could sue him claiming the website
helps copyright infringement.
</p>

<p>
In a statement on the PlanetReplay.com site, Little wrote,
"Based on the questions they asked me at my deposition,
the fact that I do not want my users to be sued or their
privacy put at risk, and that I myself do not want to be
sued, the portions of PlanetReplay.com relating to sharing
shows have been taken down until further notice."
</p>

<p>
The questioning occurred during a deposition for the
entertainment industry lawsuit against ReplayTV and
SONICblue.
</p>

<p>
Many ReplayTV owners found Planet Replay helpful for a
variety of activities. For example, since ReplayTV permits
users to record only one show at a time, ReplayTV owners
sought a way to obtain a show that aired simultaneously
with another show they had recorded.
</p>

<p>
"This is yet another example of Hollywood continuing their
campaign to chill new and emerging technologies to the
detriment of consumers," said Ira Rothken, co-counsel with
the Electronic Frontier Foundation (EFF) for Craig Newmark
and four other ReplayTV owners suing the entertainment
companies to clarify their rights to record television
programs and to skip commercials using DVRs.
</p>

<p>
"ReplayTV owners are some of Hollywood\'s best customers,"
added EFF Staff Attorney Gwen Hinze. "ReplayTV owners are
caught in the crossfire of Hollywood litigation seeking to
stifle innovators of new consumer-friendly technologies."
</p>

<h3>Links:</h3>

<p>
For this release:<br />
<a href="http://www.eff.org/IP/Video/Newmark_v_Turner/20030117_pr.php">http://www.eff.org/IP/Video/Newmark_v_Turner/20030117_pr.php</a>
</p>

<p>
Planet Replay website:<br />
<a href="http://planetreplay.com/">http://planetreplay.com/</a>
</p>

<p>
More information about the ReplayTV case:<br />
<a href="http://www.eff.org/IP/Video/Newmark_v_Turner/">http://www.eff.org/IP/Video/Newmark_v_Turner/</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;">
Gwen Hinze
  &nbsp;&nbsp;Staff Attorney<br />
  &nbsp;&nbsp;Electronic Frontier Foundation<br />
  &nbsp;&nbsp;<a href="mailto:gwen@eff.org">gwen@eff.org</a><br />
</p>
<br />

<p style="margin-bottom:0px;">
Ira Rothken
  &nbsp;&nbsp;Attorney<br />
  &nbsp;&nbsp;Rothken Law Firm<br />
  &nbsp;&nbsp;<a href="mailto:ira@techfirm.com">ira@techfirm.com</a><br />
</p>

</div>
';

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

?>
