ForwardToolbox.registerLoadEvent(function() {
	var articleContainer = document.getElementById("msgfm");
	var blogContainer = document.getElementById("blgfm");

	if (articleContainer) {
		articleContainer.innerHTML = "<form name='form1' id='form1' action='' method='post'><table width='100%' cellpadding='3' bgcolor='#F2F2F2'><tr><td colspan='2'></td></tr><tr><td colspan='2'><span class='more-text'><strong>Post a Comment: </strong></span><br /><span><textarea tabindex='1' id='text' name='comment' rows='5' cols='70'></textarea></span></td></tr><tr><td valign='top'><span class='more-text'><strong>Your Name: (<span class='redtext-ital'>Required</span>)</strong></span><br /><span><input type='text' tabindex='2' id='comment-author' name='name' value='' /></span></td><td valign='top'><span class='more-text'>Your Email Address:<strong> (<span class='redtext-ital'>Required</span>)</strong></span><br /><span><input type='text' tabindex='3' id='comment-email' name='email' value='' /><br /></span></td></tr><tr><td valign='top'><input type='hidden' name='entry-id' value='" + articleContainer.className + "'/><input id='submit' name='action[comment]' type='submit' value='Post Your Comment' /><input name='update' type='hidden' value='true' /></td></tr><tr><td colspan='2' valign='top' class='press-source'>The Forward welcomes reader comments in order to promote thoughtful discussion on issues of importance to the Jewish community. In the interest of maintaining a civil forum, the Forward requires that all commenters be appropriately respectful toward our writers, other commenters and the subjects of the articles. Vigorous debate and reasoned critique are welcome; name-calling and personal invective are not. While we generally do not seek to edit or actively moderate comments, the Forward reserves the right to remove comments for any reason.</td></tr></table></form>";
	}

	if (blogContainer) {
		blogContainer.innerHTML = "<form name='form1' id='form1' method='post' action=''><table width='100%' cellpadding='3'><tr><td colspan='2'></td></tr><tr><td colspan='2'><span class='more-text'><strong>Comment: (<span class='redtext-ital'>Required</span>)</strong></span><br /><span><textarea tabindex='1' id='text' name='comment' rows='5' cols='40'></textarea></span></td></tr><tr><td colspan='2' valign='top'><span class='more-text'><strong>Name: (<span class='redtext-ital'>Required</span>)</strong></span><br /><span><input type='text' tabindex='2' id='author' name='name' value='' /></span><br /><br /><span class='more-text'>Email Address:<strong> (<span class='redtext-ital'>Required</span>)</strong></span><br /><span><input type='text' tabindex='3' id='email' name='email' value='' /></span><br /></td></tr><tr><td valign='top'><input type='hidden' name='entry-id' value='" + blogContainer.className + "' /><input type='submit' name='action[comment]' value='Submit' /></td></tr></table></form>";
	}
});