web/res/metadataplayer.polemic/src/js/polemic.js
changeset 383 f9347f6653b3
parent 382 55370839e230
child 389 d92c38c912ec
--- a/web/res/metadataplayer.polemic/src/js/polemic.js	Fri Nov 18 20:26:18 2011 +0100
+++ b/web/res/metadataplayer.polemic/src/js/polemic.js	Fri Nov 18 20:55:38 2011 +0100
@@ -502,12 +502,13 @@
 									e.mouseover(function () {
 										//this.attr({stroke:"#fff","stroke-width":5});
 										//this.toFront();
-										_gaq.push(['_trackPageview', location.pathname + location.search + location.hash+"!!MetaDatPlayer.PT.mouseover(time:"+this.time+",id:"+this.id+")"]);
+										_gaq.push(['_trackPageview', location.pathname + location.search + location.hash+"/#!/MetaDatPlayer.PT.mouseover(time:"+this.time+",id:"+this.id+")"]);
 									}).mouseout(function () {
 										//this.attr({stroke:"#00","stroke-width":0.1});	
+										_gaq.push(['_trackPageview', location.pathname + location.search + location.hash+"/#!/MetaDatPlayer.PT.mouseout(time:"+this.time+",id:"+this.id+")"]);
 									}).mousedown(function () {
 										__IriSP.MyApiPlayer.seek(this.time/1000);
-										_gaq.push(['_trackPageview', location.pathname + location.search + location.hash+"!!MetaDatPlayer.PT.mousedown(time:"+this.time+",id:"+this.id+")"]);
+										_gaq.push(['_trackPageview', location.pathname + location.search + location.hash+"/#!/MetaDatPlayer.PT.mousedown(time:"+this.time+",id:"+this.id+")"]);
 									});
 									__IriSP.jQuery(e.node).attr('id', 't'+k+'');
 									__IriSP.jQuery(e.node).attr('title', frames[i].mytweetsID[k].title);