// JavaScript Document to initialize innerfade

$(document).ready(function(){
	$('#samplePhotos').innerfade({
		speed: 'slow',
		timeout: 3000,
		type: 'sequence',
		containerheight: '152px',
		thumbList: 'true'
	});
});