remove <b> tag from a table with a class

remove <b> tag from a table with a class

Hi guys,

I now know how to write remove statment if its to remove one piece of html such as a <hr/>

However in this case I'm trying to write a bit of javascript to remove a <b>TEXT</b> with whatever text inside. And in this case it's only for a line of text that apears in a <td> which has a class:

This is the html:

  1. <td class="column_main"><b>NEW IN</b>&nbsp;&nbsp;</td>