$(document).ready(function(){
					  
   //  Initialize Backgound Stretcher
   $(document).bgStretcher({
    images: ['images/body-bg.jpg'], imageWidth: 1721, imageHeight: 1200
   });
   
   //  Initialize Scroll
   $('.scroll-pane').jScrollPane({
	showArrows:true, 
	scrollbarWidth:30
   });
   
});
