Hello List.I'm playing around with jQuery and came across a good demo at:http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/Basically, the code reloads an external page every n seconds.What I need to do reload a page that contains form elements on it...specifically radio buttons.So this page will have a list of items on it, with a radio button next toeach. I want the user to be able to ...