Topic: search results strange

Hi

My search facility  with V 2.0.2 works fine and calls up the results OK.

However, below the results it always displays the earliest active news item.

The search code on the page is:

<?php 
$search_form_hide = true;
include('Publish/search.php'); ?>


<?php 
if ( isset($_REQUEST['dosearch'])  &&  $_REQUEST['dosearch'] = 'yes')
$search_form_hide= true; 
$template="blankwindow";
 include ("Publish/show_news.php"); ?>

How do I prevent this item from appearing?

To see a result. visit the page:
http://www.thetruth.ie/search.php
and enter the word Greyhound in the left hand box

Rgds