$(document).ready(function(){
	 $(window).load(function(){
	 		$('span.h-top').fadeIn(1000);
	 		$('span.h-sub-front').fadeIn(3000);
	 });
		$('div.slide ul').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '220px'
			});
}); 