 $(document).ready(
				function(){
					
					$('#carousel').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'random_start',
						containerheight: '110px'
					});
					$('#collection_image_slideshow').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '737px'
					});					
//					$('.message02').innerfade({
//						speed: 'slow',
//						timeout: 5000,
//						type: 'random',
//						containerheight: '150px'
//					});
//					
//					$('.message03').innerfade({
//						speed: 'slow',
//						timeout: 5000,
//						type: 'random',
//						containerheight: '150px'
//					});

			});
