$(document).ready(
	function() 
	{ 
		$('#blog').show();
		$('#blog').innerfade({ 
			speed: 'slow', 
			timeout: 10000, 
			type: 'sequence', 
			containerheight: '89px' });
	}
);