$(document).ready(function(){
	//  Initialize Backgound Stretcher
	$(document).bgStretcher({
		images: ['images/bg.jpg'], imageWidth: 1024, imageHeight: 768
	});
	
});	

