
function xt_submit(x) {
	document.location.href = '/control/subscribe?email=' + $(x).value;
}

