$(function() {
	  $('textarea#message').example('Questions or Comments', {
      class_name: 'example_text',
      hide_label: true
      });
});