function strip_comments($data)
    {
        $output = '';
        while (($start = strpos($data, '<!--')) !== false)
        {