var leb_title = escape(document.title); var leb_location = escape(window.location); var leb_referrer = escape(document.referrer.replace(/&/g,';amp;')); var leb_resolution = screen.width + 'x' + screen.height; var leb_color_depth = window.screen.colorDepth; var head = document.getElementsByTagName('HEAD')[0]; if (!head) { alert('body must contains head tag'); } else { leb_dynaScript = document.createElement('SCRIPT'); head.appendChild(leb_dynaScript); leb_dynaScript.src='http://www.wapr.com/application/tracknav?cmid=0a9045e6cd485784cab76d7f23a2523a&invityp=FLOAT&invSrcType=GALLERY&invitop=100&inviimg=http://www.wapr.com/application/images/chat/general/style_6/&invSrcType=GALLERY&leb_referrer=' + leb_referrer + '&leb_title=' + leb_title + '&leb_location=' + leb_location + '&leb_resolution=' + leb_resolution + '&leb_color_depth=' + leb_color_depth; }