$(document).ready(function(){$("#weather-prefs-submit").click(function(){var selected=$('input[name=location_radio]:checked').val();$.cookie("weatherSelection",selected,{expires:365,path:"/"});});});
