<script>
var a='<TD   name=\"###\"> <LABEL   onkeyup=\"getExpressionFromHtml($(\'editArea\').innerHTML);\"   contentEditable=true   style=\"BORDER-RIGHT:   #2da8ae   thin   dotted;   BORDER-TOP:   #2da8ae   thin   dotted;   VERTICAL-ALIGN:   middle;   BORDER-LEFT:   #2da8ae   thin   dotted;   CURSOR:   hand;   BORDER-BOTTOM:   #2da8ae   thin   dotted;   TEXT-ALIGN:   center\"   onclick=appEditArea()> 321321 </LABEL> </TD><TD> </TD> </TR><TD   name=\"###\"> <LABEL   onkeyup=\"getExpressionFromHtml($(\'editArea\').innerHTML);\"   contentEditable=true   style=\"BORDER-RIGHT:   #2da8ae   thin   dotted;   BORDER-TOP:   #2da8ae   thin   dotted;   VERTICAL-ALIGN:   middle;   BORDER-LEFT:   #2da8ae   thin   dotted;   CURSOR:   hand;   BORDER-BOTTOM:   #2da8ae   thin   dotted;   TEXT-ALIGN:   center\"   onclick=appEditArea()> 321321 </LABEL> </TD><TD> </TD> </TR>'
alert(a.replace(/style=\"[^\"]*?\"/g,""))
</script>