include("quicksearch.php"); ?>
if($latest_news_date != $date)//If we are on the latest news day, the other stories of the day pod should not be shown. This is because the news stories will just repeat in both pods
{
?>
}
?>
$file_name_rss = explode(" ", $feed_heading);
for($k=0; $k<2; $k++)
{
$final_name_rss .= $file_name_rss[$k]."-";
}
$final_name_rss = substr($final_name_rss, 0, strlen($final_name_rss)-1);
$final_name_rss = $feed_id."-".$final_name_rss; // File name eg: is 76893-(test-cricket)
$final_name_rss = str_replace("'", "", $final_name_rss);
$url_feed = str_ex(htmlentities($final_name_rss)).".xml";
?>