$(document).ready(function(){
	//  Initialize Backgound Stretcher	   
	$(document).bgStretcher({
		images: ['images/bg1.jpg', 'images/bg2.jpg', 'images/bg3.jpg', 'images/bg4.jpg', 'images/bg5.jpg', 'images/bg6.jpg', 'images/bg7.jpg'],
		slideShow:true,
		nextSlideDelay:5000,
		crossFadeDuration:'6'
	});
});
