<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@
 
 &lt;head&gt;&lt;title&gt;&lt;/title&gt;
 
-    &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.js&quot;&gt;&lt;/script&gt;
+    &lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot; src=&quot;js/DUI.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot; src=&quot;js/Stream.js&quot;&gt;&lt;/script&gt;
     
@@ -31,18 +31,18 @@
 
 &lt;script type=&quot;text/javascript&quot;&gt;
 
-if($j.browser.msie) {
+if($.browser.msie) {
     alert('Sorry, IE still handles object tags kind of stupidly, so this demo won\'t work for you yet. Try it in Firefox, it\'s pretty cool :)');
 } else {
 
     var s = new DUI.Stream();
     
     s.listen('image/gif', function(payload) {
-        $j('#stream').append('&lt;object type=&quot;image/gif&quot; data=&quot;data:image/gif;base64,' + payload + '&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/object&gt;');
+        $('#stream').append('&lt;object type=&quot;image/gif&quot; data=&quot;data:image/gif;base64,' + payload + '&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/object&gt;');
     });
     
     s.listen('complete', function() {
-        $j('#stream').prepend('&lt;p&gt;Stream took: ' + ((new Date).getTime() - streamStart) + 'ms&lt;/p&gt;');
+        $('#stream').prepend('&lt;p&gt;Stream took: ' + ((new Date).getTime() - streamStart) + 'ms&lt;/p&gt;');
         
         var normalStart = (new Date).getTime();
         var imgs = '';
@@ -50,10 +50,10 @@ if($j.browser.msie) {
             imgs += '&lt;img src=&quot;img/32x32-digg-guy.gif?nocache=' + (new Date).getTime() * Math.random() +    '&quot; width=&quot;20&quot; height=&quot;20&quot; /&gt;';
         }
         
-        $j('#normal').append(imgs);
+        $('#normal').append(imgs);
         
-        $j('img:last', '#normal').load(function() {
-            $j('#normal').prepend('&lt;p&gt;Normal, uncached took: ' + ((new Date).getTime() - normalStart) + 'ms&lt;/p&gt;');
+        $('img:last', '#normal').load(function() {
+            $('#normal').prepend('&lt;p&gt;Normal, uncached took: ' + ((new Date).getTime() - normalStart) + 'ms&lt;/p&gt;');
         });
         
     });</diff>
      <filename>imageDemo.html</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 
 &lt;head&gt;&lt;title&gt;&lt;/title&gt;
 
-    &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.js&quot;&gt;&lt;/script&gt;
+    &lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot; src=&quot;js/DUI.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot; src=&quot;js/Stream.js&quot;&gt;&lt;/script&gt;
     
@@ -42,32 +42,32 @@ s.listen('text/html', function(payload) {
 });
 
 s.listen('complete', function() {
-    $j('#stream').append('&lt;p&gt;Stream took: ' + ((new Date).getTime() - streamStart) + 'ms&lt;/p&gt;' + content);
+    $('#stream').append('&lt;p&gt;Stream took: ' + ((new Date).getTime() - streamStart) + 'ms&lt;/p&gt;' + content);
     
     var normalStart = (new Date).getTime();
     
     for(var i = 0; i &lt; 9; i++) {
-        $j.ajax({
+        $.ajax({
             'url': 'loremIpsum.html',
             'async': true,
             'type': 'GET',
             'dataType': 'html',
             
             'success' : function(html) {
-                $j('#normal').append(html);
+                $('#normal').append(html);
             }
         });
     }
     
-    $j.ajax({
+    $.ajax({
         'url': 'loremIpsum.html',
         'async': true,
         'type': 'GET',
         'dataType': 'html',
         
         'success' : function(html) {
-            $j('#normal').append(html);
-            $j('#normal').prepend('&lt;p&gt;Normal took: ' + ((new Date).getTime() - normalStart) + 'ms&lt;/p&gt;');
+            $('#normal').append(html);
+            $('#normal').prepend('&lt;p&gt;Normal took: ' + ((new Date).getTime() - normalStart) + 'ms&lt;/p&gt;');
         }
     });
 });</diff>
      <filename>streamDemo.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f6463b42c90c068a175f360ffcac96e97e933436</id>
    </parent>
  </parents>
  <author>
    <name>Micah Snyder</name>
    <email>micah@micah-3.local</email>
  </author>
  <url>http://github.com/digg/stream/commit/9010257b1a6e1c236374d5205f0cee108a32256a</url>
  <id>9010257b1a6e1c236374d5205f0cee108a32256a</id>
  <committed-date>2009-04-16T17:27:26-07:00</committed-date>
  <authored-date>2009-04-16T17:27:26-07:00</authored-date>
  <message>changed to Google hosted jQuery, v1.2.6</message>
  <tree>b0dbd99affd68ea9687de9d328186c621e410703</tree>
  <committer>
    <name>Micah Snyder</name>
    <email>micah@micah-3.local</email>
  </committer>
</commit>
