$(document).ready(function(){

//  Initialize Backgound Stretcher
	$(document).bgStretcher({
		images: ['template/img-bg/background_image_home.jpg'], 
		imageWidth: 1200, 
		imageHeight: 797,
		slideShow: false,
		resizeProportionally: true,
		slideShowSpeed: 'fast',
		nextSlideDelay: 6000
	});

	});



