//The following JavaScript is Copyright ©1998 MetaCreations Corporation //Any reproduction of the following code is prohibited without permission. if(navigator.appName == "Netscape") { document.writeln(""); } else { //We want to show off Chrome in IE, but we let Netscape users see it anyway. //Start off by creating our object and scene document.writeln(""); document.writeln(""); }