// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
Event.observe(window, 'load', function() {
	$$('.coupon_icon').each(function(el) {
		new Effect.Pulsate(el, {pulses:100, duration:200});
	});
});
