
	$(document).ready(function(){
					  
		
				
		//  Initialize Backgound Stretcher	   
		$(document).bgStretcher({
			images: ['images/body-bg.jpg']
		});
		
		
});

