STK.SearchTidy = {
    init: function () {
//        var noTitleMatches = $$('a[name=No_page_title_matches]');
//        var noTextMatches = $$('a[name=No_page_text_matches]');
//        if ( noTitleMatches != null && typeof(noTitleMatches) != 'undefined') { noTitleMatches[0].next('h2').hide(); }
//        if ( noTextMatches != null && typeof(noTextMatches) != 'undefined') { noTextMatches[0].next('h2').hide(); }
    }
}
