xoops_smallworld("#" + id).find('input[type="radio"]').each(function () {
        if (xoops_smallworld(this).is(":checked"))
            ReturnVal = true;
    });