--- slideshow.js	Mon Dec 25 17:26:47 2006
+++ slideshow.js	Thu Mar 27 15:46:01 2008
@@ -23,6 +23,9 @@
       current.title = current.title || '';
       current.href = current.href || '#';
       
+	  container.
+	  find('a').href(current.src_original).end();
+	  
       container.        
         find('img').src(current.src).end().
         find('.title').html(current.title).end().
