--- ../drupal-5.6/includes/common.inc   Sat Mar 22 21:43:40 2008
+++ common.inc  Sat Mar 22 21:40:13 2008
@@ -886,6 +886,8 @@
   $output = "<item>\n";
   $output .= ' <title>'. check_plain($title) ."</title>\n";
   $output .= ' <link>'. check_url($link) ."</link>\n";
+ $description = str_replace("/images/", "http://www.guusbosman.nl/images/", $description);
+  $description = str_replace("<a href=\"/", "<a href=\"http://www.guusbosman.nl/", $description);
   $output .= ' <description>'. check_plain($description) ."</description>\n";
   $output .= format_xml_elements($args);
   $output .= "</item>\n";
