Subversion Repositories SmartDukaan

Rev

Rev 7002 | Rev 8936 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7002 Rev 8917
Line 142... Line 142...
142
	
142
	
143
	$('#asSeenOnMC').click(function(){
143
	$('#asSeenOnMC').click(function(){
144
		window.open("http://www.moneycontrol.com/news/technology/nokia-lumia-710-available-for-approximately-rs15700_655601.html", '_blank');
144
		window.open("http://www.moneycontrol.com/news/technology/nokia-lumia-710-available-for-approximately-rs15700_655601.html", '_blank');
145
		trackEventWithGA('Press Coverage', 'Logo Click', 'Money Control');
145
		trackEventWithGA('Press Coverage', 'Logo Click', 'Money Control');
146
	});
146
	});
-
 
147
	
-
 
148
	jQuery("#promotion-banners").find("a, area").click(
-
 
149
		    function(){
-
 
150
		        if($(this).attr("href") != "#") {
-
 
151
		            bannername = $(this).attr("banner-name");
-
 
152
		            url = $(this).attr("href");
-
 
153
					trackEventWithGA('Side Banner Region Clicked', bannername, 'Location '+document.URL+' Target Url '+url);
-
 
154
		        }
-
 
155
		    }
-
 
156
		);
-
 
157
	
-
 
158
	
147
});
159
});
148
160