In joomla 1.7 in some templates is a message "Notice" in all pages. To fix this in index.php of the template on the line
<div class="error">
<h2>
<?php echo JText::_('JNOTICE'); ?>
</h2>
<jdoc:include type="message" />
</div>
delete
<h2>
<?php echo JText::_('JNOTICE'); ?>
</h2>