
jQuery.noConflict();
jQuery(document).ready(function() {
  setTimeout(function() {
  n = window.location.hash.substring(1);
  jQuery("h3.n" + n).next().css("display", "block");
  }, 500);
   
});