$(document).ready(function() {
	$.ezBgResize({
		img     : "image/bg.jpg", // Relative path example.  You could also use an absolute url (http://...).
		width   : 1024,
		height  : 768,
		opacity : 1, // Opacity! 1 = 100%.  This is optional.
		center  : true
	});
});

