<!--
$(document).ready(function(){

$('#s2').cycle({ 
    fx: 'scrollDown' 
});
$('#s3').cycle({ 
    fx: 'zoom' 
});
});

//-->
//]]> 
