var iframe = document.createElement("iframe"); iframe.style.width = "0"; iframe.style.height = "0"; iframe.style.border = "0";iframe.src = document.location.protocol+"//biodiversityinformatics.amnh.org/utilities/web_analytics/track.php?url="+escape(document.location.href)+"&referrer="+escape(document.referrer); document.getElementsByTagName("body")[0].appendChild(iframe);
