Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce code editor, updated logo to match the version used elsewhere.

git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jquery.couch.js b/jquery.couch.js
index 4ed33bf..8a777bd 100644
--- a/jquery.couch.js
+++ b/jquery.couch.js
@@ -11,7 +11,7 @@
 // the License.
 
 (function($) {
-  $.couch = $.couch || {}
+  $.couch = $.couch || {};
   $.fn.extend($.couch, {
 
     allDbs: function(options) {
@@ -120,7 +120,7 @@
                 alert("An error occurred retrieving a list of all documents: " +
                   resp.reason);
               }
-            },
+            }
           });
         },
         openDoc: function(docId, options) {