<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','EFF Media Coverage');

$smarty->assign('head','EFF Media Coverage');
$smarty->assign('subhead','Elcomsoft');
$my_cache_id = md5($smarty.head);

$content = ' ';
global $REQUEST_URI;

$smarty->assign('content',$content);
$smarty->assign('topic',"elcomsoft");
$smarty->display('media.tpl',$REQUEST_URI);


?>
