I'm doing onClipEvent wrong

main.onClipEvent(data) = function(){

var xScaleT2:Tween = new Tween(news, “_x”, Strong.easeOut, -677, 400, 1.5, true);

}

What am I doing wrong here? I want the tween to go after the form data is submitted. Thanks for the help.