$(function() { 
    $("div#tabs").tabs("div#pane_news > div", {
        effect: 'fade',
        onClick: function() {
            this.getCurrentPane().find('table tbody tr td a:first').mouseover();
        }
    }).history();
});

