if (typeof(admin) != 'undefined')
	var sizing = new sizingInputs();
window.onload = function() {
	if (document.getElementById('custom')) {
		sizing.onload();
	};
	startList();
};
