<?php

//error_reporting(E_ALL);
set_time_limit(100);

require_once($GLOBALS['DOCUMENT_ROOT']."/../secure/php_ini.php");
require_once($GLOBALS['DOCUMENT_ROOT']."/admin/dajdjestAdmin/dajdjest_class.php");

$dj = new cl_creator;


echo $dj->top();

?>