$(function(){
    $('#content h2').before('<div class="cut"></div>');
});

