Index: promos.js
===================================================================
RCS file: /cvs/promos/js/promos.js,v
retrieving revision 1.4
diff -u -r1.4 promos.js
--- promos.js	7 Aug 2009 18:46:38 -0000	1.4
+++ promos.js	7 Aug 2009 19:02:56 -0000
@@ -87,10 +87,10 @@
     
     var href, parentid, global;
     parentid = '#'+this.rel;
+    href = this.href+'&destination='+location.pathname;
     if($("#promos-global:checked").length) {
-      global = '&global=1';
+      href += '&global=1';
     }
-    href = this.href+'&destination='+location.pathname+global;
     
     Drupal.promos.loader()
     

