var responseText = jQuery.ajax({
  url: "/STI/STIFILES/ssi/bn/BNCommonFooter.html",
  async: false
 }).responseText;
document.write(responseText);
