Using Similtaneous Jquery Codes and Plugins

Using Similtaneous Jquery Codes and Plugins

Hey All,

So this is my first Jquery Post and I am in need of help please. I am a complete novice with jquery hence why I am in need of help.

I am working on a site for someone I know. The site is built on Wordpress using a Coda Slider theme along with using Fancybox and also a Jquery hover technique. (These are not plugins via Wordpress).

The Coda slider works using this Jquery file:
http://www.architectds.com/test/wp-includes/js/jquery/jquery.js?ver=1.3.2
while there is also a global file:
http://www.architectds.com/test/wp-content/themes/architectds/script/global.js

The Fancybox flie uses: http://code.jquery.com/jquery-1.4.2.min.js along with
http://www.architectds.com/test/wp-content/themes/architectds/script/jquery.mousewheel-3.0.2.pack.js
and
http://www.architectds.com/test/wp-content/themes/architectds/script/jquery.fancybox-1.3.1.js

While the Jquery hover script uses: http://www.architectds.com/test/wp-content/themes/architectds/script/jquery.js and
http://www.architectds.com/test/wp-content/themes/architectds/script/tooltip.js

All work OK by themselves but of course the goal is to make them all work simultaneously.

Is there an easy and quick solution to this? Even for someone with zero programming skills?

Thank you!