If you need to downgrade to an older version of jQuery for compatibility with a custom plugin, you can do it very easily by copying these settings from Web.config to user.config and specify the versions you want to use.
<add key="GoogleCDNjQueryVersion" value="1.5.2"/>
<add key="GoogleCDNjQueryUIVersion" value="1.8.11"/>
I would not load more than one version and I would avoid the hassle and other problems that may result from using jQuery.noConflict()
Best,
Joe