$(document).ready(function(){
   $("#search .title").hide();
   $("#label_search_txt").text("Search Products/Courses").addClass("autopopulate");
   
   //hide the Products title on product listings
   if($(".products-list").length > 0) $(".title-with-sort-row").attr("style","height: 30px; padding-top: 15px;").children("h2").hide();
});

