var file = "http://stats.gantecusa.com:80/stats.aspx"; var f = escape(document.referrer); var u = escape(document.domain); var ur = escape(document.URL); var w = screen.width; var h = screen.height; var v = navigator.appName; var c = ''; if (v != 'Netscape') { c = screen.colorDepth } else { c = screen.pixelDepth } var info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u=' + u + '&ur=' + ur; document.open(); document.write(''); document.close();