$(document).ready(function() {
	$("#bodyBackground").ezBgResize();
});

$(window).bind("resize", function(){
	$("#bodyBackground").ezBgResize();
});
