include("../common/header.html"); ?>
$menu_tab="News"; include("../common/menu.html"); include("../common/menuBottom.html"); ?>
News
require_once("../common/util.php"); $fd = fopen("./news.txt", "r"); while ($str = fgets($fd, 4096)) { echo removeBOM($str); } ?>
include("../common/footer.html"); ?>