<?php
include('includes/common.php');
include('includes/news.php');
placeHeader("News");
echo printNews();
placeFooter();
?>