jQuery(document).ready(function(){

    $("#accordionNews").accordion({
        autoHeight: true
    });

});

$(function() {
    $('a[rel*=external]').click( function() {
        window.open(this.href);
        return false;
    });
});

