jQuery(document).ready(function($) {
	$("textarea[name='comment']").parents()
		.map(function () {
			if (this.tagName == "FORM")
				$(this).before('<div id="pj-convo-comment-prompt">Are you going to come back to read more about us?</div>');
		})
});
