jQuery(document).ready(function(){ //Hint located in the search field of the header jQuery('label.hint').labelOver('#searchTerms'); //Hint located in advanced search page; publication year jQuery('label.hint').labelOver('pub-year'); //Hint located in advanced search page; the search field jQuery('label.hint').labelOver('#search-terms'); //Hint located in hours-location index pg "search map" field jQuery('label.hint').labelOver('location-terms'); });