//<![CDATA[
  window.addEvent('domready', function(){
	var data = {
	  'band1.jpg': { caption: 'Band department' }, 
	  'band2.jpg': { caption: 'Band department' }, 
	  'band3.jpg': { caption: 'Band department' },
	  'band4.jpg': { caption: 'Band department' }, 
	  'band5.jpg': { caption: 'Band department' }, 
	  'band6.jpg': { caption: 'Band department' } 
	    };
	
    var myShow = new Slideshow.KenBurns('show', data, { captions: false, controller: false, delay: 3000, duration: 500, height: 205, hu: '/images/slideshow/', width: 310 });
	});
//]]>