(function($) {
  $(document).ready(function(){
      
if($('#slideshow').length){
     $('#slideshow').after('<div id="navSlideshow">').cycle({
        fx:     'fade',
        speed:  1500,
        timeout: 5000,
        pager:  '#navSlideshow',
		random:  1
    });
}
      
  })
})(jQuery);
