The real way to disable a radio button is to just use the HTML property...
<input type="radio" name="radio1" disabled="disabled">
That should work in any browser that fully supports html 4.01 ===
Supports Mozilla and Web Standards
Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1
===