
	document.comments_form.email.value = getCookie("mtcmtmail");
	document.comments_form.author.value = getCookie("mtcmtauth");
	document.comments_form.url.value = getCookie("mtcmthome");
	if (getCookie("mtcmtauth")) {
		document.comments_form.bakecookie[0].checked = true;
	}
	else {
		document.comments_form.bakecookie[1].checked = true;
	}