  $(document).ready(function(){
    $('input#name').example('First and Last Name');
    $('input#email_address').example('Email Address');
    $('input#phone').example('Phone Number');
    $('input#address').example('Mailing Address');
    $('input#city').example('City');
    $('input#state').example('St');
    $('input#zip').example('Zip');
    $('textarea#comment').example('Please type your question or comment here.');
  });