

/* javascript initialization for slideshow  */

var myShow;

window.addEvent('domready', function(){

var data = {

  'classicK_01.jpg': { caption: '', href: 'testimonials.php#Paula-and-Adam' }, 

  'classicK_02.jpg': { caption: '', href: 'testimonials.php#Marilyn-Ken'}, 

  'classicK_03.jpg': { caption: '', href: 'testimonials.php#Phyllis'}, 

  'classicK_04.jpg': { caption: '', href: 'testimonials.php#Susan-and-Steve-N'},

  'classicK_05.jpg': { caption: '', href: '#'},
  
  'classicK_06.jpg': { caption: '', href: '#'},
  
  'classicK_07.jpg': { caption: '', href: '#'},
  
  'classicK_07.jpg': { caption: '', href: '#'},
  
  'classicK_08.jpg': { caption: '', href: '#'}
  

};

myShow = new Slideshow('show', data, {captions: false, preload: true, fast:true, controller: false, height:556, hu: 'images/', thumbnails: false, loader: false, width: 1003, duration: 2000, delay: 9000});

});



	  

function goNext() {	myShow.next(); }



function goPrev() { myShow.prev(); }



function go(n) { myShow.go(n); }


