window.onload = function() {
	if (document.getElementById('listing') != null)
		xedit.bind(document.getElementById('listing'));
}
