$(document).ready(function(){
	//  Initialize Backgound Stretcher	   
	$(document).bgStretcher({
		images: ['images/zakynthos-01.jpg', 'images/zakynthos-02.jpg', 'images/zakynthos-03.jpg'],
		slideShow:true,
		nextSlideDelay:30000,
		slideShowSpeed:'slow'
	});
});
