<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Citizens\' Protection in Federal Databases Act');

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

<h1>Citizens\' Protection in Federal Databases Act</h1>

<p>[<a href="20030728_citizen_dbprotect.pdf">Download PDF</a> 44 k]</p>
<p>[<a href="20030728_citizen_dbprotect.txt">Download/View Text</a>]</p>

</div>
';

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

?>
