Check if the current page is homepage

<?php if(!Mage::getBlockSingleton('page/html_header')->getIsHomePage()): ?>
    <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
<?php endif ?>
kiatng