   $(document).ready(
				function(){
					
					$('#home_image .fade').innerfade({
						speed: 1200,
						timeout: 3800,
						containerheight: '286px'
					});

			});
