$(document).ready(function(){
	//  Initialize Backgound Stretcher	   
	$(document).bgStretcher({
		images: ['http://www.johnny-bueno.com/images/bg-johnny-bueno-studio.jpg']
	});
});
