The TripTracker slideshow

The interface to the slideshow is simple - just insert the script source, initialize the viewer and photo links, and call the viewer.show() method. Here is an example
<script type="text/javascript"
src="http://slideshow.triptracker.net/slide.js"></script>
<script type="text/javascript">
<!--
var viewer = new PhotoViewer();
viewer.add('/photos/my-photo-1.jpg');
viewer.add('/photos/my-photo-2.jpg');
viewer.add('/photos/my-photo-3.jpg');
//--></script>
<a href="javascript:void(viewer.show(0))">Slideshow</a>
Further instructions on how to customize the viewer can be found here.
Visit to see script demo, in action or example
