
function gethn(){

  var output = "&hn=" + escape(document.location.hostname);
  return output;

}
