Help: how can i add more than 1 slideshow on a same post or page?

Help: how can i add more than 1 slideshow on a same post or page?

I would like to have more than just 1 slideshow on the same page or post.

Someone could help thanks!


Below is my html code:

<title>Simple jQuery Slideshow</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js" type="text/javascript">
</script>
<script src="http://malsup.github.com/chili-1.7.pack.js" type="text/javascript">
</script>
<script src="http://malsup.github.com/jquery.cycle.all.js" type="text/javascript">
</script>
<script src="http://malsup.github.com/jquery.easing.1.3.js" type="text/javascript">
</script>
    <script>
  $("document") .ready(function(){
    $('#s3').cycle({
    fx:     'fade',
    speed:   200,
    timeout: 2000,
    next:   '#s3',
    pause:   1
});
       
  })
 
</script>
    <style>
  #s3 {width: 650px; height: 800px}