function unsubscribe(x) {
	x.disabled = true;
	getForm('content','AJAX.unsubscribe.asp');
	if ($('email').className.indexOf('err') > -1) x.disabled = false;
	toTop();
}

function resend(x) {
	x.disabled = true;
	getForm('content','AJAX.resend.asp');
	toTop();
}

function remove(x) {
	x.disabled = true;
	getForm('content','AJAX.remove.asp');
	toTop();
}
