<?  
  header("Content-Type: application/xml; charset=ISO-8859-1");  
  include("classes/RSS.class.php");    $rss = new RSS();  
  echo ltrim($rss->GetFeed());  
?>  
 
