var Feedback=new Class({options:{checkUrl:''},initialize:function(options){this.setOptions(options);this.form=$('feedback_form').addEvent('submit',this.check.bind(this,null,true));},check:function(ev){ev.stop();if(check_fields_filled_Ccontact())
TSF.page(this.options.checkUrl,this.form.toQueryString(),'post');}});Feedback.implement(new Events,new Options);