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