<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>