$(function() {
  
  $("h1")
    .prepend('<img src="http://replenishthesupply.com/images/img/frill-left.png" style="margin-right: 7px;" alt="" />')
    .append('<img src="http://replenishthesupply.com/images/img/frill-right.png" style="margin-left: 7px;" alt="" />');

});
