
jQuery(document).ready(function() {
 if(wgPageName == "Special:Search"){ 
    // hiding the text and stuff on the search page
    jQuery("ol > li > small").hide();
 }
});

