HTML:
<div id="CustomSlideshow">
<a href="img/image_0.jpg" title="Camomile" name="http://hohli.com">Slide no.1</a>
<a href="img/image_1.jpg" title="Bumblebees" name="http://jquery.hohli.com">Slide no.2</a>
<a href="img/image_2.jpg" title="Wood Toothpicks">Slide no.3</a>
<img src="img/image_0.jpg" alt="Camomile" name="http://jquery.com"/>
<img src="img/image_1.jpg" alt="Bumblebees" name="http://google.com"/>
<img src="img/image_2.jpg" alt="Wood Toothpicks"/>
</div>
JavaScript:
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
$('#CustomSlideshow').slideshow({
playFrame:false,
play:true,
titleShow:true,
imageAjax:true, // by default
imageLink:true // by default
});
});
//]]>
</script>