#javascript-code-16-jsmin.js / js
// Compressed code var is={ie:navigator.appName=='Microsoft Internet Explorer',java: navigator.javaEnabled(),ns:navigator.appName=='Netscape',ua: navigator.userAgent.toLowerCase(),version:parseFloat( navigator.appVersion.substr(21))||parseFloat(navigator.appVersion),win: navigator.platform=='Win32'} is.mac=is.ua.indexOf('mac')>=0;if( is.ua.indexOf('opera')>=0){is.ie=is.ns=false;is.opera=true;} if(is.ua.indexOf('gecko')>=0){is.ie=is.ns=false;is.gecko=true;}
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.