jQuery(document).ready(function($) {
	$("textarea[name='comment']").parents()
		.map(function () {
			if (this.tagName == "FORM")
				$(this).before('<div id="pj-convo-comment-prompt">Do you have a php script that you need help rewriting urls? Do you mind if we discuss the script details and the findings here? If you can answer yes to both questions, we would love to hear from you.</div>');
		})
});
