$(document).ready(
	function(){
		$('#column2').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 8000,
			type: 'sequence',
			containerheight: '350px'
			});
			
		$('#holiday01').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 10000,
			type: 'sequence',
			containerheight: '120px'
			});
		
		$('#holiday02').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 8000,
			type: 'sequence',
			containerheight: '120px'
			});
		
		$('#holiday03').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 6000,
			type: 'sequence',
			containerheight: '120px'
			});
});