Index: chartbeat.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/chartbeat/Attic/chartbeat.module,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 chartbeat.module
--- chartbeat.module	11 Dec 2009 19:58:16 -0000	1.1.2.3
+++ chartbeat.module	2 Feb 2010 22:43:26 -0000
@@ -55,7 +55,7 @@
       e.setAttribute('language', 'javascript');
       e.setAttribute('type', 'text/javascript');
       e.setAttribute('src',
-         (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "
+         (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
          "static.chartbeat.com/js/chartbeat.js");
       document.body.appendChild(e);
     }
