// JavaScript Document

jQuery(document).ready( function($){ 
							
		$('#imagelist').innerfade({ 
								  
				speed: '10000', 
				timeout: 4000, 
				type: 'sequence', 
				containerheight: '220px' 
				
				}); 
		} 
		
	);