(function($){
 $(function(){
  $('.submenuheader').click(function(){
   var l = this.href;
   setTimeout(function(){window.location.href = l;}, 300);
  });
 });
})(jQuery);
