<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -46,7 +46,7 @@
     };
 
     $.pushup = {
-	    Version: '1.0.3.1',
+	    Version: '1.0.3',
 	    options: {
 		    appearDelay: 0.5,
 		    fadeDelay: 6,
@@ -90,34 +90,7 @@
 		    });
 	    },
 	    show: function () {
-	        var $elm, $icon, $message, $messageLink, hours, H, messageText, $hourElem, image, styles, time;
-	        
-	        function rebasePath(path) {
-	            var newPath; 
-	            if (/^(https?:\/\/|\/)/.test(path)) {
-			        return path;
-		        } else {
-			        $('script[src]').each(function (i, elem) {
-			            var srcFol, $elem = $(elem);
-				        if (/jquery\.pushup\.js$/.test($elem.attr('src'))) {
-					        srcFol =  $elem.attr('src').replace('jquery.pushup.js', '');
-					        newPath = srcFol + path;
-					        return false; // break;
-				        }
-			        });
-		        }
-		        
-		        return newPath;
-	        }
-	        
-	        if ($.pushup.options.stylesheet) {
-	            $(document.createElement('link'))
-	                .attr('rel', 'stylesheet')
-	                .attr('type', 'text/css')
-	                .attr('href', rebasePath($.pushup.options.stylesheet))
-	                .appendTo('head');
-	        }
-	        
+	        var $elm, $icon, $message, $messageLink, hours, H, messageText, $hourElem, imgSrc, srcFol, image, styles, time;
 		    $elm = $(document.createElement('div'))
 		        .attr('id', 'pushup')
 		        .hide()
@@ -151,8 +124,18 @@
 				    event.preventDefault();
 			    });
 		    }
-
-		    image = rebasePath($.pushup.options.images) + $.pushup.activeBrowser.toLowerCase();
+		    if (/^(https?:\/\/|\/)/.test($.pushup.options.images)) {
+			    imgSrc = $.pushup.options.images;
+		    } else {
+			    $('script[src]').each(function (i, elem) {
+			        var $elem = $(elem);
+				    if (/jquery\.pushup/.test($elem.attr('src'))) {
+					    srcFol =  $elem.attr('src').replace('jquery.pushup.js', '');
+					    imgSrc = srcFol + $.pushup.options.images;
+				    }
+			    });
+		    }
+		    image = imgSrc + $.pushup.activeBrowser.toLowerCase();
 		    styles = ($.pushup.browsVer.IE &lt; 7 &amp;&amp; $.pushup.browsVer.IE) ? {
 			    filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + image + '.png\'\', sizingMethod=\'crop\')'
 		    } : {</diff>
      <filename>js/jquery.pushup.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e23a07df6329268c9e19bfba183625715c980b59</id>
    </parent>
  </parents>
  <author>
    <name>Brian Dukes</name>
    <email>dukes.brian@gmail.com</email>
  </author>
  <url>http://github.com/stuartloxton/jquery-pushup/commit/6cfe29c446eaf7b056223a0732115ff6624e8985</url>
  <id>6cfe29c446eaf7b056223a0732115ff6624e8985</id>
  <committed-date>2009-10-20T19:32:49-07:00</committed-date>
  <authored-date>2009-10-20T19:32:49-07:00</authored-date>
  <message>Reverted feature that dynamically added stylesheet

Dynamically adding the stylesheet didn't work in IE6, so it pretty much defeats the point of the script...</message>
  <tree>91a5acf03fdd2d5ed73dc505bbca61216fbf47f5</tree>
  <committer>
    <name>Brian Dukes</name>
    <email>dukes.brian@gmail.com</email>
  </committer>
</commit>
