I want to modify domain names in certain URLs in HTML page generated by drupal. I want to apply this URL modification for the entire HTML document inlcuding header, footer, body, forms, menu etc. Initially I tried the filter module (hook filter) to modify the URL. But filter can act upon only the content portion. It is not modifying the URL in header, footer, menu etc. Can some one suggest me how I can implement this feature. Is there any special drupal module like filter for applying changes to entire outbound HTML document. I prefer to do this without any major hack ( like changing index.php code).