<?
require "../root.inc";
require "string.inc";
require "cenv.inc";
require "error.inc";
$env = new cEnv;
require "../utils.inc";

## parameters to feed script
$maintitle = "Heart.ie news headlines";
$mainurl = "http://www.heart.ie";
$description = "Heart.ie - IrishHealth.com's heart disease clinic";
$art_display_page = "http://www.irishhealth.com/clin/cholesterol/newsstory.php?rss";
$logo_url="http://www.irishhealth.com/clin/cholesterol/images/sec1.jpg";
$logo_url_width=42;
$logo_url_height=60;
require "./keywords.php";
$artstr = GetArtStr("cholesterol", $keywords, 44 );
## end of parameters to feed script


include "../../rss/ihfeed_new.xml"
?>

