$(document).ready(
  (function() {

    
      /* From here */
  
 
  if($('#slideshow').length != 0)
     {
  // TOP SLIDESHOW
      $('#slideshow').cycle({
      fx: 'fade',
      fit: 1,
      speed: 2000,
      timeout: 2000
  });
  // blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, shuffle, slideX, slideY, toss, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom
  }
   //alert("ready");
    /* TO here */
        
        
  })
);
