$(document).ready(function() {

	$("input[title='Print']").bind("mouseup", function() {
	    //alert('print tracking');
	    _gaq.push(['_trackEvent', 'Print_Button', 'click']);
    });

});
