<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Comments to Department of Transportation Regarding CAPPS II');

// 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>RE: Docket No. OST-1996-1437</h1>
<h2>ASSR Regulations Proposed exemptions from the Privacy Act of 1974</h2>

<p>
<a href="20030314_cappsII_comments.pdf">Download PDF</a> (131k) | <a href="20030314_cappsII_comments.txt">View Text</a>
</p>

</div>
';

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

?>
