$(document).ready(function() {
   $("ul#nav li a.nav-top").each(function (){
      $(this).html("");
   })
})
