var spell;

function ajax_spell_articles() {
	spell = new spellForm_symp;
	spell.form_tag = "form_add_article";
	spell.error_tag = "error_message";
	spell.field = new Array("title", "abstract", "description");
	spell.ajax_spell();
}