// кодировка ANSI var alert = function( text ) { WScript.Echo( text.toString() ); }; alert( ActiveXObject );