IncludeJavaScript('dropdown.js');
IncludeJavaScript('dropdown2.js');
IncludeJavaScript('slideshow.js');

window.addEvent('domready', function(){

	var data = {
	  'volunteers1.jpg': { caption: 'Volunteers' }, 
	  'volunteers3.jpg': { caption: 'Volunteers' }, 
	  'volunteers5.jpg': { caption: 'Volunteers' }, 
	  'volunteers7.jpg': { caption: 'Volunteers' }, 
	  'volunteers9.jpg': { caption: 'Volunteers' },
	  'volunteers11.jpg': { caption: 'Volunteers' }
	};

	var data2 = {
	  'volunteers2.jpg': { caption: 'Volunteers' }, 
	  'volunteers4.jpg': { caption: 'Volunteers' }, 
	  'volunteers6.jpg': { caption: 'Volunteers' }, 
	  'volunteers8.jpg': { caption: 'Volunteers' },
	  'volunteers10.jpg': { caption: 'Volunteers' },
	  'volunteers12.jpg': { caption: 'Volunteers' },
	  'volunteers13.jpg': { caption: 'Volunteers' }
	};

	new Slideshow('show', data, { loader: false, hu: 'wp-content/uploads/' });
	new Slideshow('show2', data2, { loader: false, hu: 'wp-content/uploads/' });

});