require_once 'AI/GrupoSecciones.php';
$m = new HTML_DietMarco('noticias', 'Noticias');
$noticias = new HTML_Table(array('width' => '760', 'border' => '0'));
require_once 'AI/GrupoSecciones.php';
$m = new HTML_DietMarco('noticias', 'Noticias');
$noticias = new HTML_Table(array('width' => '760', 'border' => '0'));
$noticia = new HTML_Noticia($n);
$noticia->setVolver('noticias.php');
$noticia->setVolver("noticias?grupo=".
$noticia = new HTML_Noticia($n);
$noticia->setVolver('noticias.php');
$noticia->setVolver("noticias?grupo=".
$noticia->setCompleta(true);
$noticias->addRow(array($arbol,$noticia));
$m->addStyleSheet($arbol->getCSS());
$noticia->setCompleta(true);
$noticias->addRow(array($arbol,$noticia));
$m->addStyleSheet($arbol->getCSS());