$(document).ready(function(){

   $(document).bgStretcher({
      albums:{
     'background':['../images/background-simon-mateljan.jpg']},
      album: 'background', imageWidth: 1400, imageHeight: 1000});
});

