Event.addBehavior({
"a#add_options:click": function(event) {
add_options('options'); return false;
}
});