$(document).ready( 
				  function(){ 
				  $('.aside2').innerfade({ 
									   
									   animationtype: 'fade', 
									   speed: 1, 
									   timeout: 11000, 
									   type: 'random', 
									   containerheight: 'auto' }); 
				  
				  } ); 

