
with (itdr.classes.Comments) {
	setBlogRoot("<$MTBlogURL$>");
	setBlogID("<$MTBlogID$>");
	setBasePath("<$MTCGIPath$><$MTCommentScript$>");
	setSignOut("<$MTRemoteSignOutLink static="1"$>");<MTIfCommentsAccepted>
	allow(true);<MTElse>
	allow(false);</MTIfCommentsAccepted><MTIfNonEmpty tag="MTCaptchaFields">
	useCAPTCHA(true);</MTIfNonEmpty><MTIfRegistrationAllowed><MTIfRegistrationRequired>
	registration(true, true); // registration allowed and required<MTElse>
	registration(true, false);// registration allowed but not required</MTIfRegistrationRequired></MTIfRegistrationAllowed>
}

