$(document).ready(
		function(){
			$('#lp_list').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'sequence',
				containerheight: '90px'
			 }); 
			$('.video_cube_wrap').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'random',
				containerheight: '170px'
			 });
			$('#banner_midmid_wrap').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'random',
				containerheight: '90px'
			 }); 
			$('#banner_top_wrap').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'random',
				containerheight: '90px'
			 }); 
		 } 
	);
