// ShowForm.js contains the following code
(function(){

  var url = "http://visitorform.com/forms/enq_form.asp";
  var current_location = window.location.hostname;
  

  url += "?" + "host=" + current_location + "&height="+w + "&width="+h + "&key="+key + "&i="+i + "&f="+f;
  
//   url += "?" + "host=" + current_location + "&width="+w + "&height="+h + "&key="+unique_key_each_host;
  
  document.write("<iframe src='" + url + "' frameborder=0 scrolling=no height='" + h + "' width='" + w + "' align=center ></iframe>");
})()
