Index: temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
===================================================================
--- temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 11040)
+++ temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 11041)
@@ -7,10 +7,12 @@
 	var change_tag = document.getElementsByTagName("div");
 	var ids = "";
+	var count = 0;
 
 	for (var i = 0; i < change_tag.length; i++) {
     	str = change_tag.item(i).id;
     	if (str.match('cart_tag_*')) {
-    		if (!str.match('-')) ids += '-';
 			ids += change_tag.item(i).id;
+    		if (count > 0) ids += '-';
+			count ++;
 		}
 	}
