Newbie Cycle problem

Newbie Cycle problem

I'm trying to figure out how to modify: http://jquery.malsup.com/cycle/
 Do I add the :

  1. $('#s1').cycle({ 
  2.     fx:     'zoom', 
  3.     easing: 'easeInBounce', 
  4.     delay:  -4000 
  5. });
somewhere or do I modify the script somewhere? Also it says that I can modify the slide show by a metatag?