?php
require_once 'engine/pages/page_bottom.php';
$page_bottom =& new page_bottom();
$page_bottom->run();
// Do Not Modify the Next Few Lines
$application =& application();
$output = $application->output;
$text = $application->text();
// You can modify from here down except the php scripting symbol
?>