$(document).ready(function() {
    var html = '<div id="mlp_ad" style="padding-bottom:8px;">';
    html += '<img src="http://images.fandango.com/images/skin/christmas_carol/christmas_Carol.jpg" />';
    html += '</div>';

    $("div#mlp_tabs").before(html);
});
