<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','321 Studios v. MGM Studios Amicus Brief');

// 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">
<h1>EFF\'s amicus brief in 321 Studios v. MGM Studios</h1>
<p>
Brief Amicus Curiae Of Electronic Frontier Foundation, Public Knowledge,
And Computer Professionals For Social Responsibility In Support Of
Plaintiff\'s Opposition To Defendant\'s Motion For Partial Summary Judgment
</p>

<ul>
	<li><a href="20030314-321-studios-amicus.pdf">Download PDF</a> (255k)</li>
	<li><a href="20030314-321-studios-amicus.rtf">Download RTF</a> (216k)</li>
</ul>
</div>
';

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

?>
