// Wrap span tags around the anchor text in the primary menu.
$(document).ready(function(){
  $("#main h1")
  .wrapInner("<span>" + "</span>");
});
