$(document).ready(function(){
		$('#ss').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 2000,
			type: 'sequence',
			containerheight: '1em'
		});
	}
)

			
		