jQuery(document).ready(function($) {
	$("textarea[name='comment']").parents()
		.map(function () {
			if (this.tagName == "FORM")
				$(this).before('<div id="pj-convo-comment-prompt">Are there any other events that deserve to be in the list? Some that don&#039;t deserve to be there? What do you think about this list?</div>');
		})
});
