Conflict Between Files

Conflict Between Files

Using the following in the <head> section:
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  2. <script src="scripts/iefix.js" type="text/javascript"></script>
  3. <script type="text/javascript" src="scripts/test.js"></script> 
  4. <script type="text/javascript" src="scripts/jquery.imageScroller.js"></script> 
  5. <script src="scripts/tools.scrollable-1.0.5.min.js"></script>
  6. <script type="text/javascript" src="scripts/mootools.js"></script>
  7. <script type="text/javascript" src="scripts/slimbox.js"></script>
  8. </head>

Unless I remove the mootools and slimbox files the image scroller (jquery.imageScroller.js and test.js) won't function. Is there a work around for this or a solution? Thank you very much.