jQuery(document).ready(function($) {

	/* hack */
	if ($('div#product-description table tr td table tr td:nth-child(2)').html() == 'NEW') {
		$('div#product-description table tr td table tr').first().hide();	
	}

});

