‹‹ cycle homejQuery Cycle Plugin - Ready!

On this page cycle is invoked immediately, without a ready handler. Changes in jQuery 1.3.1 allow Cycle to catch this common mistake and fix it for you automatically.

<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js">></script>
<script type="text/javascript">

$('#slideshow').cycle({
    fx:     'all',
    timeout: 2000,
    speed:   300
});

</script>
</head>