function initApp(backgroundImage){
  this.backgroundImage = backgroundImage;
};

//  Initialize Backgound Stretcher
function initializeBgStretcher()
{
  $(document).bgStretcher({
    images: [config.backgroundImage], imageWidth: 1024, imageHeight: 768
  });
}

