[jQuery] Cycle Plugin - Dynamically loading the effect

[jQuery] Cycle Plugin - Dynamically loading the effect


I am using the Cycle Plugin and would like to dynamically load the
effect via a drop down menu.
What is the proper syntax to pass the variable into the script?
$(function() {
$('#s1').cycle({
fx: 'scrollDown',
easing: 'easeOutBounce',
delay: -2000
});
});