Hi CoolerKing:
Looking at your page's source, most of the references to the .js files are broken, which will at least explain why no scripts work at all on that page. In Firefox's console, I see:
Code:
22:55:35.536 ReferenceError: $ is not defined1 books_slideshow_3_a.html:25:2
22:55:35.638 ReferenceError: translideshow is not defined1 books_slideshow_3_a.html:133:4
22:55:37.591 TypeError: document.SlideShow.Previous is undefined1 books_slideshow_3_a.html:64:6
There may be other errors, but you'll need to first fix the paths to the .js files on your page so they point to the proper locations. The below for example is broken:
Code:
<script src="/sites/switchpress/js/translucentslideshow.js" type="text/javascript">
Bookmarks