--- ie6update.module.orig	2010-11-04 10:09:28.000000000 -0500
+++ ie6update.module	2010-11-04 10:08:43.000000000 -0500
@@ -50,7 +50,7 @@ function ie6update_footer($main = 0) {
   global $base_url, $base_path;
   $message = variable_get('ie6update_update_bar_message', 'Internet Explorer is missing updates required to view this site. Click here to update... ');
   $url = variable_get('ie6update_destination_url', 'http://www.microsoft.com/windows/internet-explorer/default.aspx');
-  $icon_path = $base_url . '/' . drupal_get_path('module', 'ie6update') .'/images/';
+  $icon_path = $base_url . $base_path . drupal_get_path('module', 'ie6update') .'/images/';
   return '
     <!--[if IE 6]>
       <script type="text/javascript">
@@ -60,7 +60,7 @@ function ie6update_footer($main = 0) {
           url: "'. $url .'"
         }
       </script>
-      <script type="text/javascript" src="'. url(drupal_get_path('module', 'ie6update') .'/ie6update.js', array('absolute' => TRUE)) .'"></script>
+      <script type="text/javascript" src="'. $base_url . $base_path . drupal_get_path('module', 'ie6update') .'/ie6update.js' .'"></script>
     <![endif]-->
   ';
 }
