
	    $(document).ready(
				function(){
				
					
					$('.logo_fade').innerfade({
						speed: 1000,
						timeout: 9000,
						type: 'random_start',
						containerheight: '220px'

					});
					

			});

