/* base JS file, this is the last JS file to load at the end of the head. Place code you want to cache (and thus avoid multiple loads) here.  */


/* image fading JS */
$(document).ready

(function() { 
	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'random', 
		containerheight: '395px'
	});
	$('#galleryindex').innerfade({ 
		speed: 'normal', 
		timeout: 3000, 
		type: 'random', 
		containerheight: '395px'
	});	
		$('#gallery').innerfade({ 
		speed: 'normal', 
		timeout: 2500, 
		type: 'sequence', 
		containerheight: '395px'
	});	
});
/*end image fading JS */
