Ajax.Responders.register(
{
	onCreate: function() {$('ajax-mask').show();},
	onComplete: function() {$('ajax-mask').hide();}
});