<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Electronic Frontier Foundation "Let the Music Play" Campaign');

// 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: Monday, June 30, 2003</h4>

<h1>Electronic Frontier Foundation "Let the Music Play" Campaign</h1>

<h2>Urges 60 Million Music Lovers in U.S. to Demand Legal Rights</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<p>
San Francisco - The Electronic Frontier Foundation (EFF)
today launched a "Let the Music Play" campaign urging the
more than 60 million U.S. citizens who use file-sharing
software to demand changes in copyright law to get artists
paid and make file-sharing legal.
</p>

<p>
The EFF Let the Music Play campaign counters the Recording
Industry Association of America\'s (RIAA) announcement that
it will file thousands of lawsuits against individuals who
use file-sharing software like Kazaa, Grokster, and
Morpheus.
</p>

<p>
"Copyright law is out of step with the views of the
American public and the reality of music distribution
online," said EFF Executive Director Shari Steele. "Rather
than trying to sue people into submission, we need to find
a better alternative that gets artists paid while making
file sharing legal."
</p>

<p>
EFF\'s Let the Music Play campaign provides alternatives to
the RIAA\'s litigation barrage, details EFF\'s efforts to
defend peer-to-peer file sharing, and makes it easy for
individuals to write members of Congress. EFF will also
place advertisements about the "Let the Music Play" campaign in
magazines such as Spin, Blender, Computer Gaming World, and
PC Gamer.
</p>

<p>
"Today, more U.S. citizens use file-sharing software than
voted for President Bush," said EFF Senior Staff Attorney
Fred von Lohmann. "Congress needs to spend less time
listening to record industry lobbyists and more time
listening to the more than 60 million Americans who use
file-sharing software today."
</p>

<p>
According to online media analyst Big Champagne, more than
60 million Americans are using file-sharing software.
</p>


<h3>Links:</h3>
<ul>
	<li><a href="http://www.eff.org/share/">EFF file-sharing campaign site</a></li>
	<li><a href="http://action.eff.org/action/index.asp?step=2&amp;item=2713">EFF alert requesting Congressional hearings on file-sharing technologies</a></li>
	<li><a href="http://www.eff.org/IP/P2P/music-to-our-ears.php">EFF file-sharing ad</a></li>
	<li><a href="http://www.eff.org/IP/P2P/howto-notgetsued.php">How to not get sued for file sharing</a></li>
</ul>



<h3>Contact:</h3>

<p>
Shari Steele<br />
&nbsp;&nbsp;Executive Director<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:ssteele@eff.org">ssteele@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x103
</p>

<p>
Fred von Lohmann<br />
&nbsp;&nbsp;Senior Intellectual Property Attorney<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:fred@eff.org">fred@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x123 (office)
</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);

?>
