Getting rid of the "N/A" in a radio button list.
http://drupal.org/node/278862
The trick is to do that without making the radio button required, but rather allow it to be made blank (which radio buttons don't do naturally).
I saw a rather slick (unselect) link for radio buttons in some code Bangpound was showing.