$(document).ready(function() {
	$('DIV.Save > A').click(function() {
		try {
			if (pageTracker && pageTracker._trackPageview) {
				pageTracker._trackPageview(this.href);
				if(console && console.log){
					console.log('GA: '+this.href);
				}
			}
		} catch (e) {
		}
	});
});