Ajax.Responders.register({
  onCreate: function() {
	$('top').scrollTo();
  },
  onComplete: function() {
	$('top').scrollTo();
  }
});

 
