$CNSTATS_TITLE = "First EAAD training course for GPs ";
if (file_exists("cnstats/cnt.php"))
{
include "cnstats/cnt.php"; ?>
} elseif(file_exists("../cnstats/cnt.php"))
{
include "../cnstats/cnt.php"; ?>
}
else {
include "../../cnstats/cnt.php"; ?>
}
?>