<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,11 @@
 &lt;script&gt;
-var IRShopper = function() {
+var IRShopper = function () {
 
-    var CLASS = {
-        item: 'ebay-item'
-    };
-
-    var $ = function(el) {
+    var $ = function (el) {
         return document.getElementById(el);
     };
 
-    var attachEvent = function(ev, el, cb) {
+    var attachEvent = function (ev, el, cb) {
         if (el.addEventListener) {
             el.addEventListener(ev, cb, false);
         } else if (el.attachEvent) {
@@ -38,8 +34,7 @@ var IRShopper = function() {
         });
     };
 
-
-    var onsubmit = function(e) {
+    var onsubmit = function (e) {
         e.preventDefault();
 
         query(
@@ -49,7 +44,7 @@ var IRShopper = function() {
         );
     };
 
-    var query = function(q, min, max) {
+    var query = function (q, min, max) {
 
         if (q.length === 0) {
             $('results').innerHTML = 'Please supply an item name!';
@@ -79,7 +74,7 @@ var IRShopper = function() {
             for (; i &lt; l ; i++) {
                 var item = items[i];
                 var markup = item.description;
-                results += '&lt;div class=&quot;' + CLASS.item + '&quot;&gt;' + markup + '&lt;/div&gt;';
+                results += '&lt;div class=&quot;ebay-item&quot;&gt;' + markup + '&lt;/div&gt;';
             }
 
             $('shopper-status').innerHTML = '';
@@ -106,9 +101,9 @@ var IRShopper = function() {
         gadgets.io.makeRequest(url, callback, params);
     };
 
-    var announce = function() {
+    var announce = function () {
 
-        var callback = function(req) {
+        var callback = function (req) {
             if (req.hadError()) $('shopper-status').innerHTML = 'Not shared, login first!';
         };
 
@@ -134,7 +129,7 @@ var IRShopper = function() {
 
     };
 
-    var init = function() {
+    var init = function () {
 
         $('results').innerHTML = 'Type an item!';
 
@@ -298,7 +293,7 @@ h1 {
     &lt;/div&gt;
 &lt;/div&gt;
 &lt;div id=&quot;ft&quot;&gt;
-    A hack by &lt;a href=&quot;http://reidburke.com/&quot;&gt;Reid Burke&lt;/a&gt;
+    A &lt;a href=&quot;http://reidburke.com/&quot;&gt;Reid Burke&lt;/a&gt; App
     &amp;mdash; &lt;a href=&quot;http://github.com/reid/shopper&quot;&gt;Source on GitHub&lt;/a&gt;
     &amp;mdash; &lt;a href=&quot;http://pipes.yahoo.com/&quot;&gt;Yahoo! Pipes&lt;/a&gt;, &lt;a href=&quot;http://ebay.com/&quot;&gt;eBay&lt;/a&gt;, and &lt;a href=&quot;http://developer.yahoo.com/yap/&quot;&gt;YAP&lt;/a&gt;
     &amp;mdash; &amp;copy; 2009</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dae3ce7c22215c51d045cdd0621a323b3b07d55c</id>
    </parent>
  </parents>
  <author>
    <name>Reid Burke</name>
    <email>me@reidburke.com</email>
  </author>
  <url>http://github.com/reid/shopper/commit/d4586499488b0235511e66a4ceda7ef0d14b3ec5</url>
  <id>d4586499488b0235511e66a4ceda7ef0d14b3ec5</id>
  <committed-date>2009-05-18T12:29:43-07:00</committed-date>
  <authored-date>2009-05-18T12:29:43-07:00</authored-date>
  <message>Code formatting</message>
  <tree>1c5459956ecbbfe603a1b4994edb9730fc4d30c6</tree>
  <committer>
    <name>Reid Burke</name>
    <email>me@reidburke.com</email>
  </committer>
</commit>
