﻿function disableAllRadioButtons() {
    $("input[type='radio']").attr('disabled', 'disabled');
}
