jQuery(document).ready(function() {
	jQuery('.ce-downloads-content-file a').bind('mousedown', function() {
		var t = jQuery(this);
		var title = t.attr('title') || t.attr('href');
		(ET_Event) && ET_Event.download(title, '');
	});
});
