<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

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

// 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 Number OST-1996-1437</h1>
<p>
<a href="DOTAnalysis-CAPPS10.pdf"?Download PDF</a> (142k)
</p>
</div>
';

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

?>
