Subversion Repositories SmartDukaan

Rev

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

Rev 4180 Rev 4810
Line 85... Line 85...
85
		$(this).data('is_mouse_on_user_selector', true);
85
		$(this).data('is_mouse_on_user_selector', true);
86
	}, function(){
86
	}, function(){
87
		$(this).data('is_mouse_on_user_selector', false);
87
		$(this).data('is_mouse_on_user_selector', false);
88
	});
88
	});
89
 
89
 
-
 
90
	/** Press Coverage Section **/
-
 
91
	$('#asSeenOnBS').click(function(){
-
 
92
		window.open('http://www.business-standard.com/india/news/spice-launches-online-shopping-portal-saholiccom/434451/', '_blank');
-
 
93
		trackEventWithGA('Press Coverage', 'Logo Click', 'Business Standard');
-
 
94
	});
-
 
95
 
-
 
96
	$('#asSeenOnTOI').click(function(){
-
 
97
		window.open("http://articles.timesofindia.indiatimes.com/2012-01-25/telecom/30662542_1_nokia-s-windows-phone-nokia-lumia-smartphone", '_blank');
-
 
98
		trackEventWithGA('Press Coverage', 'Logo Click', 'The Times of India');
-
 
99
	});
-
 
100
 
-
 
101
	$('#asSeenOnWSJ').click(function(){
-
 
102
		window.open('http://online.wsj.com/article/SB10001424052702304447804576412930555639142.html', '_blank');
-
 
103
		trackEventWithGA('Press Coverage', 'Logo Click', 'The Wall Street Journal');
-
 
104
	});
-
 
105
	
-
 
106
	$('#asSeenOnMC').click(function(){
-
 
107
		window.open("http://www.moneycontrol.com/news/technology/nokia-lumia-710-available-for-approximately-rs15700_655601.html", '_blank');
-
 
108
		trackEventWithGA('Press Coverage', 'Logo Click', 'Money Control');
-
 
109
	});
90
});
110
});
91
111