 
	 
		window.addEvent('domready', function(){
	var data = { 'erichead.jpg': { caption: 'Mng Partner Eric Olsen' }, 'larshead.jpg': { caption: 'Partner Lars Olsen' }, 'rexhead.jpg': {caption: 'Partner Rex Daines' }, 'kevinhead.jpg': {caption: 'Partner Kevin Swartz' }, 'aaronhead.jpg': { caption: 'Attorney Aaron Rabiroff' }, 'dwaynehead.jpg': {caption: 'Attorney Dwayne Murray' }, 'mikehead.jpg': {caption: 'Attorney Michael Fuller' },  'matthead.jpg': { caption: 'Attorney Matthew Casper' }, 'krisnew.jpg': { caption: 'Attorney Kris Sperry' }, 'nealhead.jpg': { caption: 'Attorney Neal Peton' }, 'sperryhead.jpg': { caption: 'Attorney Michael Sperry' }};	

			new Slideshow('overlap', data, { captions: { delay: 1000 }, delay: 5000, height: 165, hu: 'images/', width: 160});
			new Slideshow('noOverlap', data, { height: 300, hu: 'images/', overlap: false, resize: 'fit', width: 400 });
			new Slideshow.Flash('flash', data, { color: ['tomato', 'palegreen', 'orangered', 'aquamarine'], height: 300, hu: 'images/', width: 400 });
			new Slideshow.Fold('fold', data, { height: 300, hu: 'images/', width: 400 });
			new Slideshow.KenBurns('kenburns', data, { duration: 1500, height: 300, hu: 'images/', width: 400 });
			new Slideshow.Push('push', data, { height: 150, hu: 'images/', transition: 'back:in:out', width: 200 });
		});
	 

