if($_DCACHE['announcements']) {
$space = '';
foreach($_DCACHE['announcements'] as $announcement) {
if($timestamp >= $announcement['starttime'] && ($timestamp <= $announcement['endtime'] || !$announcement['endtime'])) {
$announcements .= $space.'<a href="announcement.php?id='.$announcement['id'].'#'.$announcement['id'].'"><span class="bold">'.$announcement['subject'].'</span> '.
'('.gmdate($dateformat, $announcement['starttime'] + $timeoffset * 3600).')</a>';
$space = ' ';
}
}
}
$announcements .= $space.'
<img src="images/dog.gif">