
Event.addBehavior({

  'a.tab:click': function(){
	new Ajax.Updater('article', this.readAttribute('href'));
	return false;

}

});
