jQuery( function($) {
    //$('#searchToolContainer').find('form').prependTo('table.sidebar tr.sidebar-search td:first');
    $('#searchToolContainer')
        .children('#searchTool tr:not(:last)').remove();
    //$('td.sidebar-search').height(175);
    
    //alert( $('#interface td#sidebar').innerHeight() );
    //$('table.sidebar').css('height', $('#interface #content').innerHeight());
});
