window.onload = init;

function init() {

	if (!document.getElementById) return;

	var submitObj = document.getElementById('orderforexistingdomain');
	submitObj.disabled = true;

}