// JavaScript Document
			 $(document).ready( 
		 		function(){
				
					$('#fpimages').innerfade(
					{ 
					speed: 3000, 
					timeout: 7000, 
					type: 'sequence', 
					containerheight: '250px' 
					}); 
	
	
					$('#testquotes').innerfade(
					{ 
					animationtype: 'fade',
					speed: 4000, 
					timeout: 8000, 
					type: 'random', 
					containerheight: '250px' 
					}); 
				
				} );