$(document).ready(function(){
    //  Initialize Backgound Stretcher	   
	$(document).bgStretcher({
		images: ['images/bg-wood-2.jpg', 'images/bg-wood-2.jpg'],
		imageWidth: 1050, imageHeight: 974, slideshow: false
	});

});








