(function($){
	$(".footer-image").live('hover', function(e) {
			
	            if (e.type == 'mouseover') {
					var color_src = $(this).attr('src').replace('_fade', '');
	                $(this).attr('src', color_src);
	            }

	            if (e.type == 'mouseout') {
					var orig_src = $(this).attr('src').replace('_fade', '').replace('.png', '_fade.png');
	                $(this).attr('src', orig_src);
	            }
			});
})(jQuery);
	
bag
frontpage_public
created
Tue, 14 Sep 2010 14:41:59 GMT
creator
colmbritton
modified
Tue, 14 Sep 2010 15:18:40 GMT
modifier
colmbritton
tags
systemConfig