Using a query string to populate a radio button and show/hide a div

Using a query string to populate a radio button and show/hide a div

Hi All,

Here's my HTML populated jsFiddle:  http://jsfiddle.net/FelixFortis/VQYab/

I'd like to use a query string to populate the radio buttons named "attend" and then show/hide the div #venue_choice based on the result.

So if attend = "attend_yes" then the first radio button is selected and the div #venue_choice is shown when the page is visited.

Other attend options include "attend_no" and "attend_ppt".

Thanks very much!