$(function() {
	$('.store a').click(function(){
		var title = $(this).attr('title');
		_gaq.push(['_trackEvent', 'Donate', title]);

	});
});
