$(function() {

    $("#content h3")
        .prepend("<img src='http://wombatstudio.org/wp-content/themes/WombatStudio-V1/images/glyph-left.png' /> &nbsp;")
        .append("&nbsp; <img src='http://wombatstudio.org/wp-content/themes/WombatStudio-V1/images/glyph-right.png' />");

    $("#tweet").lastTwitterMessage('davidpierron');

});
