window.addEvent('domready', function() {
  $(document.body).getElements('a').addEvent('click', function() {
	this.blur();
  });
});
