var file = 'http://www.alphakresla.cz/statistiky/count.asp';var f = escape(document.referrer);var u = 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; }info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u=' + u;document.open();document.write('');document.close();