Event.addBehavior({
"#atc-95": function(event) {
this.observe('submit', function(event) {
new Ajax.Request(this.action, {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)});
return false;
});
},
"#atc-95:submit": function(event) {
setSpinnerWidth('atc-95-button-span', 'atc-95-spinner'); Element.show('atc-95-spinner'); Element.hide('atc-95-button'); Effect.BlindUp('flash');
}
});