
				jQuery(document).ready(function(){
					$('.imagefader').innerfade({ 
										speed: 'slow', 
										timeout: 10000, 
										type: 'sequence', 
										containerheight: '100px' 
									}); 
				});