jQuery(document).ready(function($) {
	$("textarea[name='comment']").parents()
		.map(function () {
			if (this.tagName == "FORM")
				$(this).before('<div id="pj-convo-comment-prompt">Can you imagine your life being completely turned upside-down by a birth-control pill?  Share your thoughts with us.</div>');
		})
});
