Click in form to highlight code, copy and paste code directly before the </body> end tag in your website.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script> <script type="text/javascript" src="js/slideshow_2.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#slideshow').bxSlider({ mode: 'slide', speed: 250, wrapper_class: 'slideshow_container' }); }); </script>