(function () {
	
	init = function () {
		var marquee = document.getElementById('shopdiscover-feature');		
		
		mcd.event.add(marquee, 'click', function(e){
			window.location = '/customer-service/rewards/browse-all-partners-cb.html';
		});		
		
	}
	
	init();
	
})();