<head>
</head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript" src="http://code.a8b.co/demos/jquery-slideshow/js/jquery.cycle.all.latest.js"></script> <script type="text/javascript"> $(document).ready(function () { $('#slideshow').cycle({ fx: 'shuffle' }); }); </script>
<div id="slideshow"> <img src="images/1.jpg" alt="coffee" /> <img src="images/2.jpg" alt="something" /> <img src="images/3.jpg" alt="other" /> </div>
$('#slideshow').cycle({