JQuery Cycle Plugin not working when hosted
I have added the cycle plugin to my site here
http://airseaglobal.com.au/test/fix.html
When i preview the page locally the slideshow works fine, but when viewing it on the web host it doesnt seem to recognize the js files.
This is the code within the page
<!-- include jQuery library -->
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js'></script>
<!-- include Cycle plugin -->
<script type="text/javascript" src="js/jquery.cycle.all.latest.js"></script>
<script type="text/javascript" src="js/slides.js"></script>
I am a straight out novice with JQuery plugins/js
Can any one help?