from Product Names
////
// Clean out HTML comments code
function clean_html_comments($clean_html) {
global $its_cleaned;
if ( strpos($clean_html,'')+7;
$its_cleaned= substr($clean_html,0,$the_end1);
$its_cleaned.= substr($clean_html,$the_start2);
} else {
$its_cleaned= $clean_html;
}
return $its_cleaned;
}
?>