$(function(){
  var slideshow=$('#slideshow'),
    fx= $('#fx').val(),
    timeout= $('#timeout').val(),
    speed= $('#speed').val(),
    index= $('#index').val(),
    step= $('#step').val();
  
  slideshow.find('.images').canvasCycle({
    stretch: false
  });
});

