Radio buttons to control link handling

Radio buttons to control link handling

For any links with a particular CSS class, I'd like to control whether the links open in the same window, a new window or a pop-up (using 'onclick'), based on the user's selection from a group of radio buttons -- and then save that choice in a cookie (all using jQuery). Anyone know specifically how to accomplish this? Thanks!