<?php
if($_GET){
$file = 'showcasestudy.asp@'.$_SERVER['QUERY_STRING'];
if(file_exists($file)){
  include ($file); }
  else {  header("HTTP/1.0 404 Not Found"); 
          echo '404 - file does not exist <br> <a href="/">Visit Home Page</a>';  }
} else { ?>
It seems this story has been removed

<tr><td align="center" class="footer" colspan="3">

 

 
<hr color="#C0C0C0">

<p align="center">

<font color="#000080">

<i>The GISP mission is to conserve biodiversity and sustain human livelihoods by minimizing the spread and impact of invasive alien species.</i></font><br> 
GISP Tel: +254 20 722 4462/50 Fax: +254 20 712 2150 Email: 
<a href="mailto:s.simons@gisp.org">s.simons@gisp.org</a> <br>
Site map 
 Site visits: 2054903 Page visits: 310&nbsp;
 Copyright &copy;  GISP 2008-<?php echo date('Y');?><br>
This website has been optimised for 1028X768 resolution.<br>

</td></tr></table>

</p>
<?php } ?>


