$(function() {

    $("#main-content h3")
        .prepend("<img src='/images/frill-left.png' /> &nbsp;")
        .append("&nbsp; <img src='/images/frill-right.png' />");

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

});