$(document).ready(function() {
    $('a.new').attr('target', '_blank');
    if (navigator.appName != 'Microsoft Internet Explorer' && $('body').height() < $(document).height()) {
        $('#body').css({'padding-bottom': $(document).height() - $('body').height()});
    }
});