browser = navigator.appName; screensize = screen.width+'x'+screen.height; platform = navigator.platform; colordepth = window.screen.colorDepth; java = navigator.javaEnabled(); scripturl = "./lib/set_statistics.inc.php?statistics_browser="+browser+"&statistics_screensize="+screensize+"&statistics_platform="+platform+"&statistics_colordepth="+colordepth+"&statistics_java="+java; document.open(); document.write(""); document.close();