jQuery(document).ready(function(){
	function call_bgstretcher(image){
            jQuery(document).bgStretcher({
		images: ['http://www.coolest-wallpapers.com/landscape/wallpapers/wallpapers-sunset.jpg','http://landscape.thundafunda.com/full/autumn%20forest%20landscape%20wallpaper.jpg','http://landscape.thundafunda.com/full/beautiful%20scenery%20green%20fields%20landscape%20wallpaper.jpg'],
		imageWidth: 1024,
		imageHeight: 768,
		resizeProportionally: true,                
                slideShowSpeed: 'slow',
nextSlideDelay: 5000
	   });
}
//call_bgstretcher();
}); 


