Files
Futontime_UI/bower_components/javascriptsubtitlesoctopus/dist/subtitles-octopus-worker.js
2026-02-09 10:48:21 +01:00

1 line
378 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
function _base64ToArrayBuffer(base64){for(var binary_string=atob(base64),len=binary_string.length,bytes=new Uint8Array(len),i=0;i<len;i++)bytes[i]=binary_string.charCodeAt(i);return bytes}function fetchFile(path,options){return new Promise(function(resolve,reject){var xhr=new XMLHttpRequest;xhr.withCredentials=!0,xhr.open("GET",path,!0),xhr.responseType="arraybuffer",xhr.onerror=reject,xhr.onload=function(event){var packageData;200==xhr.status||304==xhr.status||206==xhr.status||0==xhr.status&&xhr.response?(packageData=xhr.response,resolve(packageData)):reject(xhr.statusText+" : "+xhr.responseURL)},xhr.send(null)})}function removeLastPart(name){var index=name.lastIndexOf("-");return name=-1!==index?name.substring(0,index):name}function nameMatch(a,b,normalize){return(a=a.replaceAll(" ","").replaceAll(".",""))===(b=b.replaceAll(" ","").replaceAll(".",""))||!(!normalize||removeLastPart(a)!==removeLastPart(b))||(a=a.replaceAll("-",""))===(b=b.replaceAll("-",""))}function findFontInArray(availableFonts,name,normalize){for(var i=0,length=availableFonts.length;i<length;i++){var obj=Object.entries(availableFonts[i])[0];if(nameMatch(obj[0],name,normalize))return obj[1]}return null}function findFont(availableFonts,font){var result=findFontInArray(availableFonts,font);return(result=result||findFontInArray(availableFonts,font,!0))?(console.log("found font: "+font),result):(console.log("font not found: "+font),null)}var console,Module=void 0!==Module?Module:{},hasNativeConsole=void 0!==console;function makeCustomConsole(){function postConsoleMessage(prefix,args){postMessage({target:"console-"+prefix,content:JSON.stringify(Array.prototype.slice.call(args))})}return{log:function(){postConsoleMessage("log",arguments)},debug:function(){postConsoleMessage("debug",arguments)},info:function(){postConsoleMessage("info",arguments)},warn:function(){postConsoleMessage("warn",arguments)},error:function(){postConsoleMessage("error",arguments)}}}function isBrotliFile(url){var len=url.indexOf("?");return-1===len&&(len=url.length),!!url.endsWith(".br",len)&&(console.warn("Support for manual brotli decompression is tentatively deprecated and may be removed with the next release. Instead use HTTP's Content-Encoding."),!0)}function BrotliDecodeClosure(){var DICTIONARY_DATA=new Int8Array(0);function InputStream(bytes){this.data=bytes,this.offset=0}var MAX_HUFFMAN_TABLE_SIZE=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),CODE_LENGTH_CODE_ORDER=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),DISTANCE_SHORT_CODE_INDEX_OFFSET=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),DISTANCE_SHORT_CODE_VALUE_OFFSET=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),FIXED_TABLE=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),DICTIONARY_OFFSETS_BY_LENGTH=Int32Array.from([0,0,0,0,0,4096,9216,21504,35840,44032,53248,63488,74752,87040,93696,100864,104704,106752,108928,113536,115968,118528,119872,121280,122016]),DICTIONARY_SIZE_BITS_BY_LENGTH=Int32Array.from([0,0,0,0,10,10,11,11,10,10,10,10,10,9,9,8,7,7,8,7,7,6,6,5,5]),BLOCK_LENGTH_OFFSET=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),BLOCK_LENGTH_N_BITS=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),INSERT_LENGTH_N_BITS=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),COPY_LENGTH_N_BITS=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),CMD_LOOKUP=new Int16Array(2816),cmdLookup=CMD_LOOKUP,insertLengthOffsets=new Int16Array(24),copyLengthOffsets=new Int16Array(24);copyLengthOffsets[0]=2;for(var i=0;i<23;++i)insertLengthOffsets[i+1]=insertLengthOffsets[i]+(1<<INSERT_LENGTH_N_BITS[i]),copyLengthOffsets[i+1]=copyLengthOffsets[i]+(1<<COPY_LENGTH_N_BITS[i]);for(var cmdCode=0;cmdCode<704;++cmdCode){var rangeIdx=cmdCode>>>6,distanceContextOffset=-4,insertCode=(2<=rangeIdx&&(rangeIdx-=2,distanceContextOffset=0),(170064>>>2*rangeIdx&3)<<3|cmdCode>>>3&7),rangeIdx=(156228>>>2*rangeIdx&3)<<3|7&cmdCode,copyLengthOffset=copyLengthOffsets[rangeIdx],distanceContextOffset=distanceContextOffset+(4<copyLengthOffset?3:copyLengthOffset-2),copyLengthOffset=4*cmdCode;cmdLookup[0+copyLengthOffset]=INSERT_LENGTH_N_BITS[insertCode]|COPY_LENGTH_N_BITS[rangeIdx]<<8,cmdLookup[1+copyLengthOffset]=insertLengthOffsets[insertCode],cmdLookup[2+copyLengthOffset]=copyLengthOffsets[rangeIdx],cmdLookup[3+copyLengthOffset]=distanceContextOffset}function log2floor(i){for(var result=-1,step=16;0<step;)i>>>step!=0&&(result+=step,i>>>=step),step>>=1;return result+i}function calculateDistanceAlphabetSize(npostfix,ndirect,maxndistbits){return 16+ndirect+2*(maxndistbits<<npostfix)}function calculateDistanceAlphabetLimit(maxDistance,npostfix,ndirect){if(maxDistance<ndirect+(2<<npostfix))throw"maxDistance is too small";var maxDistance=4+(maxDistance-ndirect>>npostfix),ndistbits=log2floor(maxDistance)-1;return((ndistbits-1<<1|maxDistance>>ndistbits&1)-1<<npostfix)+(1<<npostfix)+ndirect+16}function initState(s,input){if(0!=s.runningState)throw"State MUST be uninitialized";s.blockTrees=new Int32Array(3091),s.blockTrees[0]=7;var maxDistanceAlphabetLimit=calculateDistanceAlphabetLimit(2147483644,s.distRbIdx=3,120);s.distExtraBits=new Int8Array(maxDistanceAlphabetLimit),s.distOffset=new Int32Array(maxDistanceAlphabetLimit),s.input=input,function(s){s.byteBuffer=new Int8Array(4160),s.accumulator32=0,s.shortBuffer=new Int16Array(2080),s.bitOffset=32,s.halfOffset=2048,s.endOfStreamReached=0,prepare(s)}(s),s.runningState=1}function decodeVarLenUnsignedByte(s){var n;return 16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),0!=readFewBits(s,1)?0==(n=readFewBits(s,3))?1:readFewBits(s,n)+(1<<n):0}function readSymbol(tableGroup,tableIdx,s){var tableIdx=tableGroup[tableIdx],val=s.accumulator32>>>s.bitOffset,bits=tableGroup[tableIdx+=255&val]>>16,sym=65535&tableGroup[tableIdx];return bits<=8?(s.bitOffset+=bits,sym):(s.bitOffset+=8+(tableGroup[tableIdx=tableIdx+sym+((val&(1<<bits)-1)>>>8)]>>16),65535&tableGroup[tableIdx])}function readBlockLength(tableGroup,tableIdx,s){16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);tableGroup=readSymbol(tableGroup,tableIdx,s),tableIdx=BLOCK_LENGTH_N_BITS[tableGroup];return 16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),BLOCK_LENGTH_OFFSET[tableGroup]+(tableIdx<=16?readFewBits:readManyBits)(s,tableIdx)}function inverseMoveToFrontTransform(v,vLen){for(var mtf=new Int32Array(256),i=0;i<256;i++)mtf[i]=i;for(i=0;i<vLen;i++){var index=255&v[i];v[i]=mtf[index],0!=index&&!function(v,index){for(var value=v[index];0<index;index--)v[index]=v[index-1];v[0]=value}(mtf,index)}}function readSimpleHuffmanCode(alphabetSizeMax,alphabetSizeLimit,tableGroup,tableIdx,s){for(var codeLengths=new Int32Array(alphabetSizeLimit),symbols=new Int32Array(4),maxBits=1+log2floor(alphabetSizeMax-1),numSymbols=readFewBits(s,2)+1,i=0;i<numSymbols;i++){16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);var symbol=readFewBits(s,maxBits);if(alphabetSizeLimit<=symbol)throw"Can't readHuffmanCode";symbols[i]=symbol}!function(symbols,length){for(var i=0;i<length-1;++i)for(var j=i+1;j<length;++j)if(symbols[i]==symbols[j])throw"Duplicate simple Huffman code symbol"}(symbols,numSymbols);alphabetSizeMax=numSymbols;switch(4==numSymbols&&(alphabetSizeMax+=readFewBits(s,1)),alphabetSizeMax){case 1:codeLengths[symbols[0]]=1;break;case 2:codeLengths[symbols[0]]=1,codeLengths[symbols[1]]=1;break;case 3:codeLengths[symbols[0]]=1,codeLengths[symbols[1]]=2,codeLengths[symbols[2]]=2;break;case 4:codeLengths[symbols[0]]=2,codeLengths[symbols[1]]=2,codeLengths[symbols[2]]=2,codeLengths[symbols[3]]=2;break;case 5:codeLengths[symbols[0]]=1,codeLengths[symbols[1]]=2,codeLengths[symbols[2]]=3,codeLengths[symbols[3]]=3}return buildHuffmanTable(tableGroup,tableIdx,8,codeLengths,alphabetSizeLimit)}function readComplexHuffmanCode(alphabetSizeLimit,skip,tableGroup,tableIdx,s){for(var codeLengths=new Int32Array(alphabetSizeLimit),codeLengthCodeLengths=new Int32Array(18),space=32,numCodes=0,i=skip;i<18&&0<space;i++){var codeLenIdx=CODE_LENGTH_CODE_ORDER[i],p=(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),s.accumulator32>>>s.bitOffset&15),p=(s.bitOffset+=FIXED_TABLE[p]>>16,65535&FIXED_TABLE[p]);0!=(codeLengthCodeLengths[codeLenIdx]=p)&&(space-=32>>p,numCodes++)}if(0!=space&&1!=numCodes)throw"Corrupted Huffman code histogram";return function(codeLengthCodeLengths,numSymbols,codeLengths,s){var symbol=0,prevCodeLen=8,repeat=0,repeatCodeLen=0,space=32768,table=new Int32Array(33);for(buildHuffmanTable(table,table.length-1,5,codeLengthCodeLengths,18);symbol<numSymbols&&0<space;){2030<s.halfOffset&&doReadMoreInput(s),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);var p=s.accumulator32>>>s.bitOffset&31,p=(s.bitOffset+=table[p]>>16,65535&table[p]);if(p<16)(repeat=0)!=(codeLengths[symbol++]=p)&&(space-=32768>>(prevCodeLen=p));else{var extraBits=p-14,p=16==p?prevCodeLen:0,p=(repeatCodeLen!=p&&(repeat=0,repeatCodeLen=p),repeat),repeatDelta=(0<repeat&&(repeat=repeat-2<<extraBits),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),(repeat+=readFewBits(s,extraBits)+3)-p);if(numSymbols<symbol+repeatDelta)throw"symbol + repeatDelta > numSymbols";for(var i=0;i<repeatDelta;i++)codeLengths[symbol++]=repeatCodeLen;0!=repeatCodeLen&&(space-=repeatDelta<<15-repeatCodeLen)}}if(0!=space)throw"Unused space";codeLengths.fill(0,symbol,numSymbols)}(codeLengthCodeLengths,alphabetSizeLimit,codeLengths,s),buildHuffmanTable(tableGroup,tableIdx,8,codeLengths,alphabetSizeLimit)}function readHuffmanCode(alphabetSizeMax,alphabetSizeLimit,tableGroup,tableIdx,s){2030<s.halfOffset&&doReadMoreInput(s),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);var simpleCodeOrSkip=readFewBits(s,2);return 1==simpleCodeOrSkip?readSimpleHuffmanCode(alphabetSizeMax,alphabetSizeLimit,tableGroup,tableIdx,s):readComplexHuffmanCode(alphabetSizeLimit,simpleCodeOrSkip,tableGroup,tableIdx,s)}function decodeContextMap(contextMapSize,contextMap,s){2030<s.halfOffset&&doReadMoreInput(s);var numTrees=decodeVarLenUnsignedByte(s)+1;if(1==numTrees)contextMap.fill(0,0,contextMapSize);else{16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);var maxRunLengthPrefix=0,alphabetSize=numTrees+(maxRunLengthPrefix=0!=readFewBits(s,1)?readFewBits(s,4)+1:maxRunLengthPrefix),tableSize=MAX_HUFFMAN_TABLE_SIZE[alphabetSize+31>>5],table=new Int32Array(tableSize+1),tableIdx=table.length-1;readHuffmanCode(alphabetSize,alphabetSize,table,tableIdx,s);for(var i=0;i<contextMapSize;){2030<s.halfOffset&&doReadMoreInput(s),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);var code=readSymbol(table,tableIdx,s);if(0==code)contextMap[i]=0,i++;else if(code<=maxRunLengthPrefix){16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);for(var reps=(1<<code)+readFewBits(s,code);0!=reps;){if(contextMapSize<=i)throw"Corrupted context map";contextMap[i]=0,i++,reps--}}else contextMap[i]=code-maxRunLengthPrefix,i++}16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),1==readFewBits(s,1)&&inverseMoveToFrontTransform(contextMap,contextMapSize)}return numTrees}function decodeBlockTypeAndLength(s,treeType,numBlockTypes){var ringBuffers=s.rings,offset=4+2*treeType,blockType=(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),readSymbol(s.blockTrees,2*treeType,s)),treeType=readBlockLength(s.blockTrees,2*treeType+1,s);return 1==blockType?blockType=ringBuffers[1+offset]+1:0==blockType?blockType=ringBuffers[offset]:blockType-=2,numBlockTypes<=blockType&&(blockType-=numBlockTypes),ringBuffers[offset]=ringBuffers[1+offset],ringBuffers[1+offset]=blockType,treeType}function decodeLiteralBlockSwitch(s){s.literalBlockLength=decodeBlockTypeAndLength(s,0,s.numLiteralBlockTypes);var literalBlockType=s.rings[5],literalBlockType=(s.contextMapSlice=literalBlockType<<6,s.literalTreeIdx=255&s.contextMap[s.contextMapSlice],s.contextModes[literalBlockType]);s.contextLookupOffset1=literalBlockType<<9,s.contextLookupOffset2=s.contextLookupOffset1+256}function readNextMetablockHeader(s){0!=s.inputEnd?(s.nextRunningState=10,s.runningState=12):(s.literalTreeGroup=new Int32Array(0),s.commandTreeGroup=new Int32Array(0),s.distanceTreeGroup=new Int32Array(0),2030<s.halfOffset&&doReadMoreInput(s),function(s){if(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),s.inputEnd=readFewBits(s,1),s.metaBlockLength=0,s.isUncompressed=0,(s.isMetadata=0)==s.inputEnd||0==readFewBits(s,1)){var sizeNibbles=readFewBits(s,2)+4;if(7==sizeNibbles){if(s.isMetadata=1,0!=readFewBits(s,1))throw"Corrupted reserved bit";var sizeBytes=readFewBits(s,2);if(0==sizeBytes)return;for(var i=0;i<sizeBytes;i++){if(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),0==(bits=readFewBits(s,8))&&i+1==sizeBytes&&1<sizeBytes)throw"Exuberant nibble";s.metaBlockLength|=bits<<8*i}}else for(var bits,i=0;i<sizeNibbles;i++){if(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),0==(bits=readFewBits(s,4))&&i+1==sizeNibbles&&4<sizeNibbles)throw"Exuberant nibble";s.metaBlockLength|=bits<<4*i}s.metaBlockLength++,0==s.inputEnd&&(s.isUncompressed=readFewBits(s,1))}}(s),0==s.metaBlockLength&&0==s.isMetadata||(0!=s.isUncompressed||0!=s.isMetadata?(jumpToByteBoundary(s),s.runningState=0!=s.isMetadata?5:6):s.runningState=3,0==s.isMetadata&&(s.expectedTotalSize+=s.metaBlockLength,s.expectedTotalSize>1<<30&&(s.expectedTotalSize=1<<30),s.ringBufferSize<s.maxRingBufferSize)&&function(s){var newBuffer,newSize=s.maxRingBufferSize;if(newSize>s.expectedTotalSize){for(var minimalNewSize=s.expectedTotalSize;minimalNewSize<newSize>>1;)newSize>>=1;0==s.inputEnd&&newSize<16384&&16384<=s.maxRingBufferSize&&(newSize=16384)}newSize<=s.ringBufferSize||(newBuffer=new Int8Array(newSize+37),0!=s.ringBuffer.length&&newBuffer.set(s.ringBuffer.subarray(0,0+s.ringBufferSize),0),s.ringBuffer=newBuffer,s.ringBufferSize=newSize)}(s)))}function readMetablockPartition(s,treeType,numBlockTypes){var offset=s.blockTrees[2*treeType];return numBlockTypes<=1?(s.blockTrees[2*treeType+1]=offset,s.blockTrees[2*treeType+2]=offset,1<<28):(offset+=readHuffmanCode(numBlockTypes=numBlockTypes+2,numBlockTypes,s.blockTrees,2*treeType,s),s.blockTrees[2*treeType+1]=offset,offset+=readHuffmanCode(26,26,s.blockTrees,2*treeType+1,s),s.blockTrees[2*treeType+2]=offset,readBlockLength(s.blockTrees,2*treeType+1,s))}function readMetablockHuffmanCodesAndContextMaps(s){s.numLiteralBlockTypes=decodeVarLenUnsignedByte(s)+1,s.literalBlockLength=readMetablockPartition(s,0,s.numLiteralBlockTypes),s.numCommandBlockTypes=decodeVarLenUnsignedByte(s)+1,s.commandBlockLength=readMetablockPartition(s,1,s.numCommandBlockTypes),s.numDistanceBlockTypes=decodeVarLenUnsignedByte(s)+1,s.distanceBlockLength=readMetablockPartition(s,2,s.numDistanceBlockTypes),2030<s.halfOffset&&doReadMoreInput(s),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),s.distancePostfixBits=readFewBits(s,2),s.numDirectDistanceCodes=readFewBits(s,4)<<s.distancePostfixBits,s.distancePostfixMask=(1<<s.distancePostfixBits)-1,s.contextModes=new Int8Array(s.numLiteralBlockTypes);for(var i=0;i<s.numLiteralBlockTypes;){for(var limit=min(i+96,s.numLiteralBlockTypes);i<limit;++i)16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),s.contextModes[i]=readFewBits(s,2);2030<s.halfOffset&&doReadMoreInput(s)}s.contextMap=new Int8Array(s.numLiteralBlockTypes<<6);var numLiteralTrees=decodeContextMap(s.numLiteralBlockTypes<<6,s.contextMap,s);s.trivialLiteralContext=1;for(var j=0;j<s.numLiteralBlockTypes<<6;j++)if(s.contextMap[j]!=j>>6){s.trivialLiteralContext=0;break}s.distContextMap=new Int8Array(s.numDistanceBlockTypes<<2);var numDistTrees=decodeContextMap(s.numDistanceBlockTypes<<2,s.distContextMap,s),numLiteralTrees=(s.literalTreeGroup=decodeHuffmanTreeGroup(256,256,numLiteralTrees,s),s.commandTreeGroup=decodeHuffmanTreeGroup(704,704,s.numCommandBlockTypes,s),calculateDistanceAlphabetSize(s.distancePostfixBits,s.numDirectDistanceCodes,24)),distanceAlphabetSizeLimit=numLiteralTrees;1==s.isLargeWindow&&(numLiteralTrees=calculateDistanceAlphabetSize(s.distancePostfixBits,s.numDirectDistanceCodes,62),distanceAlphabetSizeLimit=calculateDistanceAlphabetLimit(2147483644,s.distancePostfixBits,s.numDirectDistanceCodes)),s.distanceTreeGroup=decodeHuffmanTreeGroup(numLiteralTrees,distanceAlphabetSizeLimit,numDistTrees,s),function(s,alphabetSizeLimit){for(var distExtraBits=s.distExtraBits,distOffset=s.distOffset,npostfix=s.distancePostfixBits,ndirect=s.numDirectDistanceCodes,postfix=1<<npostfix,bits=1,half=0,i=16,j=0;j<ndirect;++j)distExtraBits[i]=0,distOffset[i]=j+1,++i;for(;i<alphabetSizeLimit;){for(var base=ndirect+((2+half<<bits)-4<<npostfix)+1,j=0;j<postfix;++j)distExtraBits[i]=bits,distOffset[i]=base+j,++i;bits+=half,half^=1}}(s,distanceAlphabetSizeLimit),s.contextMapSlice=0,s.distContextMapSlice=0,s.contextLookupOffset1=512*s.contextModes[0],s.contextLookupOffset2=s.contextLookupOffset1+256,s.literalTreeIdx=0,s.commandTreeIdx=0,s.rings[4]=1,s.rings[5]=0,s.rings[6]=1,s.rings[7]=0,s.rings[8]=1,s.rings[9]=0}function copyUncompressedData(s){var chunkLength,ringBuffer=s.ringBuffer;!(s.metaBlockLength<=0)&&(chunkLength=min(s.ringBufferSize-s.pos,s.metaBlockLength),function(s,data,offset,length){if(0!=(7&s.bitOffset))throw"Unaligned copyBytes";for(;32!=s.bitOffset&&0!=length;)data[offset++]=s.accumulator32>>>s.bitOffset,s.bitOffset+=8,length--;if(0!=length){var readOffset,delta,copyNibbles=min(halfAvailable(s),length>>1);if(0<copyNibbles&&(readOffset=s.halfOffset<<1,delta=copyNibbles<<1,data.set(s.byteBuffer.subarray(readOffset,readOffset+delta),offset),offset+=delta,length-=delta,s.halfOffset+=copyNibbles),0!=length)if(0<halfAvailable(s)){for(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);0!=length;)data[offset++]=s.accumulator32>>>s.bitOffset,s.bitOffset+=8,length--;checkHealth(s,0)}else for(;0<length;){var len=readInput(s.input,data,offset,length);if(-1==len)throw"Unexpected end of input";offset+=len,length-=len}}}(s,ringBuffer,s.pos,chunkLength),s.metaBlockLength-=chunkLength,s.pos+=chunkLength,s.pos==s.ringBufferSize)?(s.nextRunningState=6,s.runningState=12):(reload(s),s.runningState=2)}function decodeHuffmanTreeGroup(alphabetSizeMax,alphabetSizeLimit,n,s){for(var maxTableSize=MAX_HUFFMAN_TABLE_SIZE[alphabetSizeLimit+31>>5],group=new Int32Array(n+n*maxTableSize),next=n,i=0;i<n;++i)group[i]=next,next+=readHuffmanCode(alphabetSizeMax,alphabetSizeLimit,group,i,s);return group}function calculateFence(s){var result=s.ringBufferSize;return result=0!=s.isEager?min(result,s.ringBufferBytesWritten+s.outputLength-s.outputUsed):result}function decompress(s){if(0==s.runningState)throw"Can't decompress until initialized";if(11==s.runningState)throw"Can't decompress after close";if(1==s.runningState){var windowBits=function(s){var n,largeWindowEnabled=s.isLargeWindow;return s.isLargeWindow=0,16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),0==readFewBits(s,1)?16:0!=(n=readFewBits(s,3))?17+n:0!=(n=readFewBits(s,3))?1==n?0==largeWindowEnabled||(s.isLargeWindow=1)==readFewBits(s,1)||(n=readFewBits(s,6))<10||30<n?-1:n:8+n:17}(s);if(-1==windowBits)throw"Invalid 'windowBits' code";s.maxRingBufferSize=1<<windowBits,s.maxBackwardDistance=s.maxRingBufferSize-16,s.runningState=2}for(var fence=calculateFence(s),ringBufferMask=s.ringBufferSize-1,ringBuffer=s.ringBuffer;10!=s.runningState;)switch(s.runningState){case 2:if(s.metaBlockLength<0)throw"Invalid metablock length";readNextMetablockHeader(s),fence=calculateFence(s),ringBufferMask=s.ringBufferSize-1,ringBuffer=s.ringBuffer;continue;case 3:readMetablockHuffmanCodesAndContextMaps(s),s.runningState=4;case 4:if(s.metaBlockLength<=0){s.runningState=2;continue}2030<s.halfOffset&&doReadMoreInput(s),0==s.commandBlockLength&&!function(s){s.commandBlockLength=decodeBlockTypeAndLength(s,1,s.numCommandBlockTypes),s.commandTreeIdx=s.rings[7]}(s),s.commandBlockLength--,16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);var cmdCode=readSymbol(s.commandTreeGroup,s.commandTreeIdx,s)<<2,insertAndCopyExtraBits=CMD_LOOKUP[cmdCode],insertLengthOffset=CMD_LOOKUP[1+cmdCode],copyLengthOffset=CMD_LOOKUP[2+cmdCode],cmdCode=(s.distanceCode=CMD_LOOKUP[3+cmdCode],16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),255&insertAndCopyExtraBits),cmdCode=(s.insertLength=insertLengthOffset+(cmdCode<=16?readFewBits:readManyBits)(s,cmdCode),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),insertAndCopyExtraBits>>8);s.copyLength=copyLengthOffset+(cmdCode<=16?readFewBits:readManyBits)(s,cmdCode),s.j=0,s.runningState=7;case 7:if(0!=s.trivialLiteralContext){for(;s.j<s.insertLength;)if(2030<s.halfOffset&&doReadMoreInput(s),0==s.literalBlockLength&&decodeLiteralBlockSwitch(s),s.literalBlockLength--,16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),ringBuffer[s.pos]=readSymbol(s.literalTreeGroup,s.literalTreeIdx,s),s.pos++,s.j++,s.pos>=fence){s.nextRunningState=7,s.runningState=12;break}}else for(var prevByte1=255&ringBuffer[s.pos-1&ringBufferMask],prevByte2=255&ringBuffer[s.pos-2&ringBufferMask];s.j<s.insertLength;){2030<s.halfOffset&&doReadMoreInput(s),0==s.literalBlockLength&&decodeLiteralBlockSwitch(s);var literalContext=LOOKUP[s.contextLookupOffset1+prevByte1]|LOOKUP[s.contextLookupOffset2+prevByte2],literalContext=255&s.contextMap[s.contextMapSlice+literalContext];if(s.literalBlockLength--,prevByte2=prevByte1,16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),prevByte1=readSymbol(s.literalTreeGroup,literalContext,s),ringBuffer[s.pos]=prevByte1,s.pos++,s.j++,s.pos>=fence){s.nextRunningState=7,s.runningState=12;break}}if(7!=s.runningState)continue;if(s.metaBlockLength-=s.insertLength,s.metaBlockLength<=0){s.runningState=4;continue}if((insertLengthOffset=s.distanceCode)<0)s.distance=s.rings[s.distRbIdx];else{2030<s.halfOffset&&doReadMoreInput(s),0==s.distanceBlockLength&&!function(s){s.distanceBlockLength=decodeBlockTypeAndLength(s,2,s.numDistanceBlockTypes),s.distContextMapSlice=s.rings[9]<<2}(s),s.distanceBlockLength--,16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16);insertAndCopyExtraBits=255&s.distContextMap[s.distContextMapSlice+insertLengthOffset];if((insertLengthOffset=readSymbol(s.distanceTreeGroup,insertAndCopyExtraBits,s))<16){copyLengthOffset=s.distRbIdx+DISTANCE_SHORT_CODE_INDEX_OFFSET[insertLengthOffset]&3;if(s.distance=s.rings[copyLengthOffset]+DISTANCE_SHORT_CODE_VALUE_OFFSET[insertLengthOffset],s.distance<0)throw"Negative distance"}else{var cmdCode=s.distExtraBits[insertLengthOffset],bits=(s.bitOffset+cmdCode<=32||(16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),cmdCode<=16)?readFewBits:readManyBits)(s,cmdCode);s.distance=s.distOffset[insertLengthOffset]+(bits<<s.distancePostfixBits)}}if(s.maxDistance!=s.maxBackwardDistance&&s.pos<s.maxBackwardDistance?s.maxDistance=s.pos:s.maxDistance=s.maxBackwardDistance,s.distance>s.maxDistance){s.runningState=9;continue}if(0<insertLengthOffset&&(s.distRbIdx=s.distRbIdx+1&3,s.rings[s.distRbIdx]=s.distance),s.copyLength>s.metaBlockLength)throw"Invalid backward reference";s.j=0,s.runningState=8;case 8:var src=s.pos-s.distance&ringBufferMask,dst=s.pos,copyLength=s.copyLength-s.j,bits=src+copyLength,dstEnd=dst+copyLength;if(bits<ringBufferMask&&dstEnd<ringBufferMask){if(copyLength<12||dst<bits&&src<dstEnd)for(var k=0;k<copyLength;k+=4)ringBuffer[dst++]=ringBuffer[src++],ringBuffer[dst++]=ringBuffer[src++],ringBuffer[dst++]=ringBuffer[src++],ringBuffer[dst++]=ringBuffer[src++];else ringBuffer.copyWithin(dst,src,bits);s.j+=copyLength,s.metaBlockLength-=copyLength,s.pos+=copyLength}else for(;s.j<s.copyLength;)if(ringBuffer[s.pos]=ringBuffer[s.pos-s.distance&ringBufferMask],s.metaBlockLength--,s.pos++,s.j++,s.pos>=fence){s.nextRunningState=8,s.runningState=12;break}8==s.runningState&&(s.runningState=4);continue;case 9:if(2147483644<s.distance)throw"Invalid backward reference";if(!(4<=s.copyLength&&s.copyLength<=24))throw"Invalid backward reference";var dstEnd=DICTIONARY_OFFSETS_BY_LENGTH[s.copyLength],wordId=s.distance-s.maxDistance-1,shift=DICTIONARY_SIZE_BITS_BY_LENGTH[s.copyLength],transformIdx=wordId>>>shift;if(dstEnd+=(wordId&(1<<shift)-1)*s.copyLength,!(transformIdx<121))throw"Invalid backward reference";wordId=function(dst,dstOffset,src,srcOffset,len,transforms,transformIndex){var offset=dstOffset,triplets=transforms.triplets,prefixSuffixStorage=transforms.prefixSuffixStorage,prefixSuffixHeads=transforms.prefixSuffixHeads,transformOffset=3*transformIndex,prefixIdx=triplets[transformOffset],transformType=triplets[1+transformOffset],triplets=triplets[2+transformOffset],prefix=prefixSuffixHeads[prefixIdx],prefixEnd=prefixSuffixHeads[prefixIdx+1],suffix=prefixSuffixHeads[triplets],suffixEnd=prefixSuffixHeads[triplets+1],transformOffset=transformType-11,prefixIdx=+transformType;(transformOffset<1||9<transformOffset)&&(transformOffset=0);(prefixIdx<1||9<prefixIdx)&&(prefixIdx=0);for(;prefix!=prefixEnd;)dst[offset++]=prefixSuffixStorage[prefix++];len<transformOffset&&(transformOffset=len);srcOffset+=transformOffset;var i=len=len-transformOffset-prefixIdx;for(;0<i;)dst[offset++]=src[srcOffset++],i--;if(10==transformType||11==transformType){var uppercaseOffset=offset-len;for(10==transformType&&(len=1);0<len;)(c0=255&dst[uppercaseOffset])<192?(97<=c0&&c0<=122&&(dst[uppercaseOffset]^=32),uppercaseOffset+=1,--len):c0<224?(dst[uppercaseOffset+1]^=32,uppercaseOffset+=2,len-=2):(dst[uppercaseOffset+2]^=5,uppercaseOffset+=3,len-=3)}else if(21==transformType||22==transformType)for(var shiftOffset=offset-len,prefixSuffixHeads=transforms.params[transformIndex],scalar=16777216-(32768&prefixSuffixHeads)+(32767&prefixSuffixHeads);0<len;){var c0,c1,c2,c3,step=1;(c0=255&dst[shiftOffset])<128?(scalar+=c0,dst[shiftOffset]=127&scalar):c0<192||(c0<224?step=2<=len?(c1=dst[shiftOffset+1],scalar+=63&c1|(31&c0)<<6,dst[shiftOffset]=192|scalar>>6&31,dst[shiftOffset+1]=192&c1|63&scalar,2):len:c0<240?step=3<=len?(c1=dst[shiftOffset+1],c2=dst[shiftOffset+2],scalar+=63&c2|(63&c1)<<6|(15&c0)<<12,dst[shiftOffset]=224|scalar>>12&15,dst[shiftOffset+1]=192&c1|scalar>>6&63,dst[shiftOffset+2]=192&c2|63&scalar,3):len:c0<248&&(step=4<=len?(c1=dst[shiftOffset+1],c2=dst[shiftOffset+2],c3=dst[shiftOffset+3],scalar+=63&c3|(63&c2)<<6|(63&c1)<<12|(7&c0)<<18,dst[shiftOffset]=240|scalar>>18&7,dst[shiftOffset+1]=192&c1|scalar>>12&63,dst[shiftOffset+2]=192&c2|scalar>>6&63,dst[shiftOffset+3]=192&c3|63&scalar,4):len)),shiftOffset+=step,len-=step,21==transformType&&(len=0)}for(;suffix!=suffixEnd;)dst[offset++]=prefixSuffixStorage[suffix++];return offset-dstOffset}(ringBuffer,s.pos,DICTIONARY_DATA,dstEnd,s.copyLength,RFC_TRANSFORMS,transformIdx);if(s.pos+=wordId,s.metaBlockLength-=wordId,s.pos>=fence){s.nextRunningState=4,s.runningState=12;continue}s.runningState=4;continue;case 5:for(;0<s.metaBlockLength;)2030<s.halfOffset&&doReadMoreInput(s),16<=s.bitOffset&&(s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16),readFewBits(s,8),s.metaBlockLength--;s.runningState=2;continue;case 6:copyUncompressedData(s);continue;case 12:s.ringBufferBytesReady=min(s.pos,s.ringBufferSize),s.runningState=13;case 13:if(0==function(s){var toWrite=min(s.outputLength-s.outputUsed,s.ringBufferBytesReady-s.ringBufferBytesWritten);return 0!=toWrite&&(s.output.set(s.ringBuffer.subarray(s.ringBufferBytesWritten,s.ringBufferBytesWritten+toWrite),s.outputOffset+s.outputUsed),s.outputUsed+=toWrite,s.ringBufferBytesWritten+=toWrite),s.outputUsed<s.outputLength?1:0}(s))return;s.pos>=s.maxBackwardDistance&&(s.maxDistance=s.maxBackwardDistance),s.pos>=s.ringBufferSize&&(s.pos>s.ringBufferSize&&ringBuffer.copyWithin(0,s.ringBufferSize,s.pos),s.pos&=ringBufferMask,s.ringBufferBytesWritten=0),s.runningState=s.nextRunningState;continue;default:throw"Unexpected state "+s.runningState}if(10==s.runningState){if(s.metaBlockLength<0)throw"Invalid metablock length";jumpToByteBoundary(s),checkHealth(s,1)}}var RFC_TRANSFORMS=new function(numTransforms,prefixSuffixLen,prefixSuffixCount){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=numTransforms,this.triplets=new Int32Array(3*numTransforms),this.params=new Int16Array(numTransforms),this.prefixSuffixStorage=new Int8Array(prefixSuffixLen),this.prefixSuffixHeads=new Int32Array(prefixSuffixCount+1)}(121,167,50);function getNextKey(key,len){for(var step=1<<len-1;0!=(key&step);)step>>=1;return(key&step-1)+step}function replicateValue(table,offset,step,end,item){for(;table[offset+(end-=step)]=item,0<end;);}function buildHuffmanTable(tableGroup,tableIdx,rootBits,codeLengths,codeLengthsSize){var tableOffset=tableGroup[tableIdx],sorted=new Int32Array(codeLengthsSize),count=new Int32Array(16),offset=new Int32Array(16);for(symbol=0;symbol<codeLengthsSize;symbol++)count[codeLengths[symbol]]++;offset[1]=0;for(var len=1;len<15;len++)offset[len+1]=offset[len]+count[len];for(symbol=0;symbol<codeLengthsSize;symbol++)0!=codeLengths[symbol]&&(sorted[offset[codeLengths[symbol]]++]=symbol);var tableBits,tableSize=1<<rootBits,totalSize=tableSize;if(1==offset[15])for(key=0;key<totalSize;key++)tableGroup[tableOffset+key]=sorted[0];else{for(var key=0,symbol=0,len=1,step=2;len<=rootBits;len++,step<<=1)for(;0<count[len];count[len]--)replicateValue(tableGroup,tableOffset+key,step,tableSize,len<<16|sorted[symbol++]),key=getNextKey(key,len);for(var mask=totalSize-1,low=-1,currentOffset=tableOffset,len=rootBits+1,step=2;len<=15;len++,step<<=1)for(;0<count[len];count[len]--)(key&mask)!=low&&(currentOffset+=tableSize,totalSize+=tableSize=1<<(tableBits=function(count,len,rootBits){for(var left=1<<len-rootBits;len<15&&!((left-=count[len])<=0);)len++,left<<=1;return len-rootBits}(count,len,rootBits)),tableGroup[tableOffset+(low=key&mask)]=tableBits+rootBits<<16|currentOffset-tableOffset-low),replicateValue(tableGroup,currentOffset+(key>>rootBits),step,tableSize,len-rootBits<<16|sorted[symbol++]),key=getNextKey(key,len)}return totalSize}function doReadMoreInput(s){if(0!=s.endOfStreamReached){if(-2<=halfAvailable(s))return;throw"No more input"}var readOffset=s.halfOffset<<1,bytesInBuffer=4096-readOffset;for(s.byteBuffer.copyWithin(0,readOffset,4096),s.halfOffset=0;bytesInBuffer<4096;){var len=readInput(s.input,s.byteBuffer,bytesInBuffer,4096-bytesInBuffer);if(len<=0){s.endOfStreamReached=1,s.tailBytes=bytesInBuffer,bytesInBuffer+=1;break}bytesInBuffer+=len}!function(s,byteLen){for(var byteBuffer=s.byteBuffer,halfLen=byteLen>>1,shortBuffer=s.shortBuffer,i=0;i<halfLen;++i)shortBuffer[i]=255&byteBuffer[2*i]|(255&byteBuffer[2*i+1])<<8}(s,bytesInBuffer)}function checkHealth(s,endOfStream){if(0!=s.endOfStreamReached){var byteOffset=(s.halfOffset<<1)+(s.bitOffset+7>>3)-4;if(byteOffset>s.tailBytes)throw"Read after end";if(0!=endOfStream&&byteOffset!=s.tailBytes)throw"Unused bytes after end"}}function readFewBits(s,n){var val=s.accumulator32>>>s.bitOffset&(1<<n)-1;return s.bitOffset+=n,val}function readManyBits(s,n){var low=readFewBits(s,16);return s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16,low|readFewBits(s,n-16)<<16}function prepare(s){2030<s.halfOffset&&doReadMoreInput(s),checkHealth(s,0),s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16,s.accumulator32=s.shortBuffer[s.halfOffset++]<<16|s.accumulator32>>>16,s.bitOffset-=16}function reload(s){32==s.bitOffset&&prepare(s)}function jumpToByteBoundary(s){var padding=32-s.bitOffset&7;if(0!=padding&&0!=readFewBits(s,padding))throw"Corrupted padding bits"}function halfAvailable(s){var limit=2048;return(limit=0!=s.endOfStreamReached?s.tailBytes+1>>1:limit)-s.halfOffset}!function(prefixSuffix,prefixSuffixHeads,transforms,prefixSuffixSrc,transformsSrc){for(var n=prefixSuffixSrc.length,index=1,j=0,i=0;i<n;++i){var c=prefixSuffixSrc.charCodeAt(i);35==c?prefixSuffixHeads[index++]=j:prefixSuffix[j++]=c}for(i=0;i<363;++i)transforms[i]=transformsSrc.charCodeAt(i)-32}(RFC_TRANSFORMS.prefixSuffixStorage,RFC_TRANSFORMS.prefixSuffixHeads,RFC_TRANSFORMS.triplets,'# #s #, #e #.# the #.com/# # of # and # in # to #"#">#\n#]# for # a # that #. # with #\'# from # by #. The # on # as # is #ing #\n\t#:#ed #(# at #ly #="# of the #. This #,# not #er #al #=\'#ful #ive #less #est #ize #ous #'," !! ! , *! &! \" ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . \" 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K");var LOOKUP=new Int32Array(2048);function State(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixMask=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}function unpackDictionaryData(dictionary,data0,data1,skipFlip){var dict=function(src){for(var n=src.length,result=new Int8Array(n),i=0;i<n;++i)result[i]=src.charCodeAt(i);return result}(data0+data1);if(dict.length!=dictionary.length)throw"Corrupted brotli dictionary";for(var offset=0,n=skipFlip.length,i=0;i<n;i+=2){var skip=skipFlip.charCodeAt(i)-36,flip=skipFlip.charCodeAt(i+1)-36;offset+=skip;for(var j=0;j<flip;++j)dict[offset]|=128,offset++}dictionary.set(dict)}!function(lookup,map,rle){for(var i=0;i<256;++i)lookup[i]=63&i,lookup[512+i]=i>>2,lookup[1792+i]=2+(i>>6);for(i=0;i<128;++i)lookup[1024+i]=4*(map.charCodeAt(i)-32);for(i=0;i<64;++i)lookup[1152+i]=1&i,lookup[1216+i]=2+(1&i);for(var offset=1280,k=0;k<19;++k)for(var value=3&k,rep=rle.charCodeAt(k)-32,i=0;i<rep;++i)lookup[offset++]=value;for(i=0;i<16;++i)lookup[1792+i]=1,lookup[2032+i]=6;for(lookup[1792]=0,lookup[2047]=7,i=0;i<256;++i)lookup[1536+i]=lookup[1792+i]<<3}(LOOKUP," !! ! \"#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# ","A/* ': & : $  @");var dictionary=new Int8Array(122784);function min(a,b){return a<=b?a:b}function readInput(src,dst,offset,length){var bytesRead;return null==src?-1:(bytesRead=(length=min(src.offset+length,src.data.length))-src.offset,dst.set(src.data.subarray(src.offset,length),offset),src.offset+=bytesRead,bytesRead)}return unpackDictionaryData(dictionary,'timedownlifeleftbackcodedatashowonlysitecityopenjustlikefreeworktextyearoverbodyloveformbookplaylivelinehelphomesidemorewordlongthemviewfindpagedaysfullheadtermeachareafromtruemarkableuponhighdatelandnewsevennextcasebothpostusedmadehandherewhatnameLinkblogsizebaseheldmakemainuser\') +holdendswithNewsreadweresigntakehavegameseencallpathwellplusmenufilmpartjointhislistgoodneedwayswestjobsmindalsologorichuseslastteamarmyfoodkingwilleastwardbestfirePageknowaway.pngmovethanloadgiveselfnotemuchfeedmanyrockicononcelookhidediedHomerulehostajaxinfoclublawslesshalfsomesuchzone100%onescareTimeracebluefourweekfacehopegavehardlostwhenparkkeptpassshiproomHTMLplanTypedonesavekeepflaglinksoldfivetookratetownjumpthusdarkcardfilefearstaykillthatfallautoever.comtalkshopvotedeepmoderestturnbornbandfellroseurl(skinrolecomeactsagesmeetgold.jpgitemvaryfeltthensenddropViewcopy1.0"</a>stopelseliestourpack.gifpastcss?graymean&gt;rideshotlatesaidroadvar feeljohnrickportfast\'UA-dead</b>poorbilltypeU.S.woodmust2px;Inforankwidewantwalllead[0];paulwavesure$(\'#waitmassarmsgoesgainlangpaid!-- lockunitrootwalkfirmwifexml"songtest20pxkindrowstoolfontmailsafestarmapscorerainflowbabyspansays4px;6px;artsfootrealwikiheatsteptriporg/lakeweaktoldFormcastfansbankveryrunsjulytask1px;goalgrewslowedgeid="sets5px;.js?40pxif (soonseatnonetubezerosentreedfactintogiftharm18pxcamehillboldzoomvoideasyringfillpeakinitcost3px;jacktagsbitsrolleditknewnear\x3c!--growJSONdutyNamesaleyou lotspainjazzcoldeyesfishwww.risktabsprev10pxrise25pxBlueding300,ballfordearnwildbox.fairlackverspairjunetechif(!pickevil$("#warmlorddoespull,000ideadrawhugespotfundburnhrefcellkeystickhourlossfuel12pxsuitdealRSS"agedgreyGET"easeaimsgirlaids8px;navygridtips#999warsladycars); }php?helltallwhomzh:e*/\r\n 100hall.\n\nA7px;pushchat0px;crew*/</hash75pxflatrare && tellcampontolaidmissskiptentfinemalegetsplot400,\r\n\r\ncoolfeet.php<br>ericmostguidbelldeschairmathatom/img&#82luckcent000;tinygonehtmlselldrugFREEnodenick?id=losenullvastwindRSS wearrelybeensamedukenasacapewishgulfT23:hitsslotgatekickblurthey15px\'\'););">msiewinsbirdsortbetaseekT18:ordstreemall60pxfarmb\0sboys[0].\');"POSTbearkids);}}marytend(UK)quadzh:f-siz----prop\');\rliftT19:viceandydebt>RSSpoolneckblowT16:doorevalT17:letsfailoralpollnovacolsgene b\0softrometillross<h3>pourfadepink<tr>mini)|!(minezh:hbarshear00);milk --\x3eironfreddiskwentsoilputs/js/holyT22:ISBNT20:adamsees<h2>json\', \'contT21: RSSloopasiamoon</p>soulLINEfortcartT14:<h1>80px!--<9px;T04:mike:46ZniceinchYorkricezh:d\'));puremageparatonebond:37Z_of_\']);000,zh:gtankyardbowlbush:56ZJava30px\n|}\n%C3%:34ZjeffEXPIcashvisagolfsnowzh:iquer.csssickmeatmin.binddellhirepicsrent:36ZHTTP-201fotowolfEND xbox:54ZBODYdick;\n}\nexit:35Zvarsbeat\'});diet999;anne}}</[i].LangkmB2wiretoysaddssealalex;\n\t}echonine.org005)tonyjewssandlegsroof000) 200winegeardogsbootgarycutstyletemption.xmlcockgang$(\'.50pxPh.Dmiscalanloandeskmileryanunixdisc);}\ndustclip).\n\n70px-200DVDs7]><tapedemoi++)wageeurophiloptsholeFAQsasin-26TlabspetsURL bulkcook;}\r\nHEAD[0])abbrjuan(198leshtwin</i>sonyguysfuckpipe|-\n!002)ndow[1];[];\nLog salt\r\n\t\tbangtrimbath){\r\n00px\n});ko:lfeesad>\rs:// [];tollplug(){\n{\r\n .js\'200pdualboat.JPG);\n}quot);\n\n\');\n\r\n}\r201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037201320122011201020092008200720062005200420032002200120001999199819971996199519941993199219911990198919881987198619851984198319821981198019791978197719761975197419731972197119701969196819671966196519641963196219611960195919581957195619551954195319521951195010001024139400009999comomC!sesteestaperotodohacecadaaC1obiendC-aasC-vidacasootroforosolootracualdijosidograntipotemadebealgoquC)estonadatrespococasabajotodasinoaguapuesunosantediceluisellamayozonaamorpisoobraclicellodioshoracasiP7P0P=P0P>P<Q\0P0Q\0QQP0P=P5P?P>P>QP8P7P=P>P4P>QP>P6P5P>P=P8QPP0P5P5P1Q\vP<Q\vPQ\vQP>P2Q\vP2P>PP>P>P1PP>P;P8P=P8P P$PP5PQ\vQQ\vPP=P8P<P4P0PP0PP0PQPP1QP5PP7P5P9P=QP<P<P"Q\vQP6YY\nX#YYX\'YX9YYX#Y\bX1X/Y\nX\'YY\tYY\bYYYYX\'Y\bYYX(X3X\'YX%YYY\nX#Y\nYX/YYX+YX(YYY\bYY\nX(YX\'Y\nX(YX4Y\nX\'YX#YYX*X(Y\nYYX-X(YYYX4Y\bX4firstvideolightworldmediawhitecloseblackrightsmallbooksplacemusicfieldorderpointvalueleveltableboardhousegroupworksyearsstatetodaywaterstartstyledeathpowerphonenighterrorinputabouttermstitletoolseventlocaltimeslargewordsgamesshortspacefocusclearmodelblockguideradiosharewomenagainmoneyimagenamesyounglineslatercolorgreenfront&amp;watchforcepricerulesbeginaftervisitissueareasbelowindextotalhourslabelprintpressbuiltlinksspeedstudytradefoundsenseundershownformsrangeaddedstillmovedtakenaboveflashfixedoftenotherviewschecklegalriveritemsquickshapehumanexistgoingmoviethirdbasicpeacestagewidthloginideaswrotepagesusersdrivestorebreaksouthvoicesitesmonthwherebuildwhichearthforumthreesportpartyClicklowerlivesclasslayerentrystoryusagesoundcourtyour birthpopuptypesapplyImagebeinguppernoteseveryshowsmeansextramatchtrackknownearlybegansuperpapernorthlearngivennamedendedTermspartsGroupbrandusingwomanfalsereadyaudiotakeswhile.com/livedcasesdailychildgreatjudgethoseunitsneverbroadcoastcoverapplefilescyclesceneplansclickwritequeenpieceemailframeolderphotolimitcachecivilscaleenterthemetheretouchboundroyalaskedwholesincestock namefaithheartemptyofferscopeownedmightalbumthinkbloodarraymajortrustcanonunioncountvalidstoneStyleLoginhappyoccurleft:freshquitefilmsgradeneedsurbanfightbasishoverauto;route.htmlmixedfinalYour slidetopicbrownalonedrawnsplitreachRightdatesmarchquotegoodsLinksdoubtasyncthumballowchiefyouthnovel10px;serveuntilhandsCheckSpacequeryjamesequaltwice0,000Startpanelsongsroundeightshiftworthpostsleadsweeksavoidthesemilesplanesmartalphaplantmarksratesplaysclaimsalestextsstarswrong</h3>thing.org/multiheardPowerstandtokensolid(thisbringshipsstafftriedcallsfullyfactsagentThis //--\x3eadminegyptEvent15px;Emailtrue"crossspentblogsbox">notedleavechinasizesguest</h4>robotheavytrue,sevengrandcrimesignsawaredancephase>\x3c!--en_US&#39;200px_namelatinenjoyajax.ationsmithU.S. holdspeterindianav">chainscorecomesdoingpriorShare1990sromanlistsjapanfallstrialowneragree</h2>abusealertopera"-//WcardshillsteamsPhototruthclean.php?saintmetallouismeantproofbriefrow">genretrucklooksValueFrame.net/--\x3e\n<try {\nvar makescostsplainadultquesttrainlaborhelpscausemagicmotortheir250pxleaststepsCountcouldglasssidesfundshotelawardmouthmovesparisgivesdutchtexasfruitnull,||[];top">\n\x3c!--POST"ocean<br/>floorspeakdepth sizebankscatchchart20px;aligndealswould50px;url="parksmouseMost ...</amongbrainbody none;basedcarrydraftreferpage_home.meterdelaydreamprovejoint</tr>drugs\x3c!-- aprilidealallenexactforthcodeslogicView seemsblankports (200saved_linkgoalsgrantgreekhomesringsrated30px;whoseparse();" Blocklinuxjonespixel\');">);if(-leftdavidhorseFocusraiseboxesTrackement</em>bar">.src=toweralt="cablehenry24px;setupitalysharpminortastewantsthis.resetwheelgirls/css/100%;clubsstuffbiblevotes 1000korea});\r\nbandsqueue= {};80px;cking{\r\n\t\taheadclockirishlike ratiostatsForm"yahoo)[0];Aboutfinds</h1>debugtasksURL =cells})();12px;primetellsturns0x600.jpg"spainbeachtaxesmicroangel--\x3e</giftssteve-linkbody.});\n\tmount (199FAQ</rogerfrankClass28px;feeds<h1><scotttests22px;drink) || lewisshall#039; for lovedwaste00px;ja:csimon<fontreplymeetsuntercheaptightBrand) != dressclipsroomsonkeymobilmain.Name platefunnytreescom/"1.jpgwmodeparamSTARTleft idden, 201);\n}\nform.viruschairtransworstPagesitionpatch\x3c!--\no-cacfirmstours,000 asiani++){adobe\')[0]id=10both;menu .2.mi.png"kevincoachChildbruce2.jpgURL)+.jpg|suitesliceharry120" sweettr>\r\nname=diegopage swiss--\x3e\n\n#fff;">Log.com"treatsheet) && 14px;sleepntentfiledja:cid="cName"worseshots-box-delta\n&lt;bears:48Z<data-rural</a> spendbakershops= "";php">ction13px;brianhellosize=o=%2F joinmaybe<img img">, fjsimg" ")[0]MTopBType"newlyDanskczechtrailknows</h5>faq">zh-cn10);\n-1");type=bluestrulydavis.js\';>\r\n<!steel you h2>\r\nform jesus100% menu.\r\n\t\r\nwalesrisksumentddingb-likteachgif" vegasdanskeestishqipsuomisobredesdeentretodospuedeaC1osestC!tienehastaotrospartedondenuevohacerformamismomejormundoaquC-dC-assC3loayudafechatodastantomenosdatosotrassitiomuchoahoralugarmayorestoshorastenerantesfotosestaspaC-snuevasaludforosmedioquienmesespoderchileserC!vecesdecirjosC)estarventagrupohechoellostengoamigocosasnivelgentemismaairesjuliotemashaciafavorjuniolibrepuntobuenoautorabrilbuenatextomarzosaberlistaluegocC3moenerojuegoperC:haberestoynuncamujervalorfueralibrogustaigualvotoscasosguC-apuedosomosavisousteddebennochebuscafaltaeurosseriedichocursoclavecasasleC3nplazolargoobrasvistaapoyojuntotratavistocrearcampohemoscincocargopisosordenhacenC!readiscopedrocercapuedapapelmenorC:tilclarojorgecalleponertardenadiemarcasigueellassiglocochemotosmadreclaserestoniC1oquedapasarbancohijosviajepabloC)stevienereinodejarfondocanalnorteletracausatomarmanoslunesautosvillavendopesartipostengamarcollevapadreunidovamoszonasambosbandamariaabusomuchasubirriojavivirgradochicaallC-jovendichaestantalessalirsuelopesosfinesllamabuscoC)stalleganegroplazahumorpagarjuntadobleislasbolsabaC1ohablaluchaCreadicenjugarnotasvalleallC!cargadolorabajoestC)gustomentemariofirmacostofichaplatahogarartesleyesaquelmuseobasespocosmitadcielochicomiedoganarsantoetapadebesplayaredessietecortecoreadudasdeseoviejodeseaaguas&quot;domaincommonstatuseventsmastersystemactionbannerremovescrollupdateglobalmediumfilternumberchangeresultpublicscreenchoosenormaltravelissuessourcetargetspringmodulemobileswitchphotosborderregionitselfsocialactivecolumnrecordfollowtitle>eitherlengthfamilyfriendlayoutauthorcreatereviewsummerserverplayedplayerexpandpolicyformatdoublepointsseriespersonlivingdesignmonthsforcesuniqueweightpeopleenergynaturesearchfigurehavingcustomoffsetletterwindowsubmitrendergroupsuploadhealthmethodvideosschoolfutureshadowdebatevaluesObjectothersrightsleaguechromesimplenoticesharedendingseasonreportonlinesquarebuttonimagesenablemovinglatestwinterFranceperiodstrongrepeatLondondetailformeddemandsecurepassedtoggleplacesdevicestaticcitiesstreamyellowattackstreetflighthiddeninfo">openedusefulvalleycausesleadersecretseconddamagesportsexceptratingsignedthingseffectfieldsstatesofficevisualeditorvolumeReportmuseummoviesparentaccessmostlymother" id="marketgroundchancesurveybeforesymbolmomentspeechmotioninsidematterCenterobjectexistsmiddleEuropegrowthlegacymannerenoughcareeransweroriginportalclientselectrandomclosedtopicscomingfatheroptionsimplyraisedescapechosenchurchdefinereasoncorneroutputmemoryiframepolicemodelsNumberduringoffersstyleskilledlistedcalledsilvermargindeletebetterbrowselimitsGlobalsinglewidgetcenterbudgetnowrapcreditclaimsenginesafetychoicespirit-stylespreadmakingneededrussiapleaseextentScriptbrokenallowschargedividefactormember-basedtheoryconfigaroundworkedhelpedChurchimpactshouldalwayslogo" bottomlist">){var prefixorangeHeader.push(couplegardenbridgelaunchReviewtakingvisionlittledatingButtonbeautythemesforgotSearchanchoralmostloadedChangereturnstringreloadMobileincomesupplySourceordersviewed&nbsp;courseAbout island<html cookiename="amazonmodernadvicein</a>: The dialoghousesBEGIN MexicostartscentreheightaddingIslandassetsEmpireSchooleffortdirectnearlymanualSelect.\n\nOnejoinedmenu">PhilipawardshandleimportOfficeregardskillsnationSportsdegreeweekly (e.g.behinddoctorloggedunited</b></beginsplantsassistartistissued300px|canadaagencyschemeremainBrazilsamplelogo">beyond-scaleacceptservedmarineFootercamera</h1>\n_form"leavesstress" />\r\n.gif" onloadloaderOxfordsistersurvivlistenfemaleDesignsize="appealtext">levelsthankshigherforcedanimalanyoneAfricaagreedrecentPeople<br />wonderpricesturned|| {};main">inlinesundaywrap">failedcensusminutebeaconquotes150px|estateremoteemail"linkedright;signalformal1.htmlsignupprincefloat:.png" forum.AccesspaperssoundsextendHeightsliderUTF-8"&amp; Before. WithstudioownersmanageprofitjQueryannualparamsboughtfamousgooglelongeri++) {israelsayingdecidehome">headerensurebranchpiecesblock;statedtop"><racingresize--&gt;pacitysexualbureau.jpg" 10,000obtaintitlesamount, Inc.comedymenu" lyricstoday.indeedcounty_logo.FamilylookedMarketlse ifPlayerturkey);var forestgivingerrorsDomain}else{insertBlog</footerlogin.fasteragents<body 10px 0pragmafridayjuniordollarplacedcoversplugin5,000 page">boston.test(avatartested_countforumsschemaindex,filledsharesreaderalert(appearSubmitline">body">\n* TheThoughseeingjerseyNews</verifyexpertinjurywidth=CookieSTART across_imagethreadnativepocketbox">\nSystem DavidcancertablesprovedApril reallydriveritem">more">boardscolorscampusfirst || [];media.guitarfinishwidth:showedOther .php" assumelayerswilsonstoresreliefswedenCustomeasily your String\n\nWhiltaylorclear:resortfrenchthough") + "<body>buyingbrandsMembername">oppingsector5px;">vspacepostermajor coffeemartinmaturehappen</nav>kansaslink">Images=falsewhile hspace0&amp; \n\nIn powerPolski-colorjordanBottomStart -count2.htmlnews">01.jpgOnline-rightmillerseniorISBN 00,000 guidesvalue)ectionrepair.xml" rights.html-blockregExp:hoverwithinvirginphones</tr>\rusing \n\tvar >\');\n\t</td>\n</tr>\nbahasabrasilgalegomagyarpolskisrpskiX1X/Y\bd8-fg.\0d=g9i+d?!f/d8-e=f\bd;,d8\0d8*e,e8g.!gh.:ee/d;%f\re\n!f6i4d8*d::d:\'eh*e71d<d8f%g\ve7%d=hg3;f2!f\tg=g+f\t\0f\th/h.:d8-e?fg+ g(f\b7i&i!5d=h\0f\n\0f/i.i"g8e3d8\vh==fg4"d=?g(h=/d;6e(g:?d8;i"h5fh\'i"ee$\rf3(e\fg=g;f6hee.9f(h\re8e:f6\bf/g):i4ee8d;\0d9\be%=e\vgf4;e>g\tee1e&ff\t\vf:f0i;f\0f0f9e<e\fd:,fd>e3d:f4e$h?d8*g3;g;g%if88f\be9?e\ne6d;eh!(e.\te(g,,d8\0d<eh?h!\fg9e;g\t\bfg5e-d8g\fh.>h.!e\rh49fh2e\n e%f4;e\n(d;d;,eee\re."g0e(d8\nf57e&d=e72g;gh(\0h/&g;g$>e\f:g;e=f,g+i\0h&d;7f <f/f\fe=ii>f%e=e.6e;:h.>f\ve\vih/;f3e>\vd=\rg=.g;f5i\0\tf\v)h?f 7e=e\t\re\bg1;fh!\fe d8:d:$ff\0ei3d9d8\rh=i\0h?h!\fd8g\'f\n\0e/h=h.>e$e\bd=e$\'e.6g$>d<g g)6d8d8e(i(i!9g.h?i\fh?f/e<\0e\'\vfe5g5hfd;6eg\t\fe8.e\n)fe\fh5f:e$\'e-&e-&d9 e0e\0f5h\'\bf\nh5e7%g(\vh&f1f\0d9\bf6e\0e\nh=d8;h&g.e\t\rh5h./ee8f9f3g5e=1f\vhe#0fd;;d=e%e:7f0f\r.g>e=f1=h=&d;\vg;\rd=f/d:$f5gd:\'f\t\0d;%g5h/f>g$:d8\0d:e\rd=\rd::ee\bfe0e>ff88e7%e7e-&gg3;e\bg=e\ve8e-e/g i"if\'e\b6e0e\f:e:f,e(e=g=d8\ni\rh&g,,d:\fef,"h?e%e\vfh?d:h\0h/eg0e9h.-d;%d8\nf?e:f\bd8:g/e"i&f8/e\ff6e(1d9ei\0d8\0e.e<\0ed=ef ef,"h?h\'#e3e0f9d8\0d8\vd;%e\nh4#d;;f\bh\0e."f\b7d;#h!(g\'/e\be%3d::f0g i\0e.e:g0g&;g:?e:g(e\bh!(d8\re\fg<h>g;h.!f%h/"d8\rh&f\te3f:fe>\be$f-f>g;g;f?g-g4f%h=e\nf%f:fig\ve\b0g-i(e3i.d8e\f:ie88h\v1h/-g>e:&e8\ffg>e%3f/h>g%h/h\'e.e;:h..i(i(fh\'g2>e=)f%f,fi+eh(\0f9i"e:ie$gfie=1g\ti6h!\fh?f\te\bd:+g\t)eg;h%f7;e\n d8e.6h?g\'\rh/i"h57f%d8e\n!e,e\nh.0e=g.\0d;\vh4(ig7d::e=1e\re<g(f\n%e\ni(e\be?+i\0e(h/"f6e0f3(fg3h/7e-&f !e:h/%ee2e*f/h?eh4-d90e\rg\'0d8:d:f\be\nh/4fd>e:e-)e-d8i"g(\ve:d8\0h\b,fe!e*f\te6e.d?f\n$h\0\fd8d;\ne$)g*e#e\n(f\0g\n6f\0g\t9e\b+h.$d8:e?i!;f4f0e0h/4f\be\0d=d8:e*d=e\ff\v,i#d9\bd8\0f 7e=ef/e&f 9f\r.g5h\'e-&i"e7f\th?g(\vg1d:d::f\t\re:f%d8\rh?f-#e(fffd:\ve3g3;f i"ee\n!h>e%d8\0g4e:g!\0fe-&d:h\'#e;:g-g;fe(gi\0g%h.!e\be/9d:h\t:f/g8e\feggge;:g+\vg-\tg:\'g1;e\vg;i*\fe.g0e\b6d=f%h*f g->d;%d8\vee\bf f3e6d8-e\0\vd::d8\0e\bf\fe\re3i-ie"g,,d8\te3f3(e f-$g\'g\tf71e3ed8e9?e7f%fi+g:\'f\0h?g;<e\bh!(g$:d8h>h!\fd8:d:$i\0h/d;7h\'\te>g2>e\re.6e:-e.\ff\bfh\'\te.\th#e>e\b0i.d;6e\b6e:&i#eh=g6h=,h==f\n%d;7h.0h\0f9f!\bh!\ff?d::f0g(ed8h%?fe:ie:g6ed;f,>g-g9d;%e\t\re.\fe(ee8h.>g=.i"e/<e7%d8e\f;i"g\vg\vg;e8ee e93e0eg\'\re"e\n fff0e"d9\veh\fd8f\bfd;\ne94h.:ff\be=e\nh/\tg\t\bd8;d?.f9ed8f\te\r0e?+d9f:f"0h\'g9e-e(g2>g%h7e>e\b)g(g;\'g;-d= d;,h?d9\bf(!e<h/-h(\0h=e$ihf\rd=i#f <d8\0h57g\'e-&d=h2g-d?!f!d;6f2;gh?e\n(d:\'d8d<h..e/<h\b*e\bghge/f/ei!\fg;fd=g(h0f%h3fh*e\n(h4h4#ed8h.?i.e.f=f%eh.(h.:i#d8*e\ri&\be\n e<:e%3f\0\'h\fe4f\re\vd<i2d;\nf%e."f\rh\'\0g\vee\n gh/d8\0g9d?h/e>d9&f\tf\bf5\vh/g\';e\n(f\t\rh=e3e.h!g%(d8\rf-i\0f1d8\re>e\nf3d9\vi4ig(h%i\0f\nh/\tg.f g\b1ffe=1f\td:h$h#=fe-&f:d<f0e-h#d?.h4-g\t)efe(i"g2>ee6e.d:\vff04e93fg$:d8\ne8h0"h0"f.i\0fe8\bd8\nd< g1;e\b+f-\ff2f\v%f\te\bf0i\rd;6e*h&f6d;#h3h(\nh>>e\b0d::gh."ih\0e8\be1g$:e?gh44e-g62g+d8;i!\fh*g6g:\'e\b+g.\0e\rf9i)i#d:f%h/4f\te<\0d;#g e\b i$h/e\b8h\ng.i\rg9f,!f8e$e0h\'e\bh5if\t>e\b0d;%ee$\'e(d8;i!5f\0d=3eg-e$)d8\vd?ig0d;#f#\0f%f\ng%(e0f6f2f\tf-#e88gh3d;#gg.e=e,e<\0e$\re\b6ih\re98g&g\t\bf,e="f\bee$h!\ffee\b0f\0f3f\0f 7e\rh..h.$h/f\0e%=d:\'gf\f\tg\'f\rh#e9?d8e\n(f<+ih4-f0f\t\vg;e>i"f?eh\0f?f2;e.9fe$)e0e\n*e\nd::d;,e\rg:\'i\0e:&d::g\t)h0f4f5h!\fi\0 f\bfe-i)e=h48fe<\0e1g8ih!(g0e=1h\'e&f-$g>e.9e$\'e0f\n%if!f,>e?fh.8e$f3h\'e.6e1d9&e:h?f%g+\ve\r3d8>f\n%f\n\0e7\'e%%h?g;e%d;%f%gh.:d:\vd;6h*g1d8-e\re\ne,e&\be&\bgf-#d8\rie(fe\be\fd;7e\0<e\b+d::gg#e7d=d8g:*e"ie\bd8f\t?f\ve"i?f\td::d?f\fee.6g;4d?.e0f9>e7&e3h!d;=g-f!\be.ig5d?!g;gge=e.#d< d;;e\n!f-#e<g\t9h\t2d8\vf%e\rd<e*h=e=g6i\rf0e\'e.9f\fe/<h?h!\ff%e?h3#e.6h6h?ee0f5f1f/d;f(e:g+i?f-e7f\t\'h!\fe\b6i\0 d9\vd8\0f(e9?g0e:fh?0ee\fd< g;f-\ff\t\vd?i)h/>g(\ve\f;gg;h?h?e;d9\ve\t\rf6e%e94e:&fe?g>d8=f\0i+g;if*f%e\n e7%e\rh4#fg(\vg\t\beh:+d=i\re:e:e.f\bf,e="e<eh1e:e9d8f9i.g.1e\rd:,f1h\fee>h\fd=\rg8d?!i!5i"e\big=i!5g!.e.e>d>\vg=e\0g\'/fih//g.ge.h4f:e3i#i)f\bfgf/e. g\t)i$d:h)h+g>ge\nf6f1h4-g+g9e?g+%f/e$)d8-e$.h.$h/f/d8*e$)f4%e-d=e0g#g;4f\n$f,i!5d8*f\0\'e.f9e88h\'g8f:f\bg%e:e=e>\ve8\bf9d>?f !e-h!e8f\b?e1\vf g.ee7%e/<h4g*g6ie7f,g=g;e\bf!#f!\be\n3e\n(e&e$g>ee<h57f9eg,,ed<h.!h**fig\'e.e.h\'h\ff6\bh49e1e\fe?h.0d=g3;e8&f%e\re-g<h!(e<\0f>e\n gee\b0d:\ff\t\ve$\'if\bd::f0ie1d:+e\f:ee%3e-)ee\bf\t\0e(g;fi\0d?!h6g:\'i\rg=.e=f6d<g\'\0f\0\'ff\b?d:\'i\nf\b2e:e#fd:$e01d8d?e%g(\ve:&ef0d:\vd8f4d8*e11d8ffg\t9f.\ne\bi!fe0\ve1d:i(f\b7h4"e\n!e#0i3e\ne6h4"g;ef\fe92i(f\bg+\ve\b)g\nh\0hf\bi=e\fh#g(f\b6f/h5fff\vee.\ff4gf/g<gd<d<4e(fi"ee\r+gd<f h+e#e,e1h\t/e%=ee\bg,&e\bid;6g\t9g9d8\re/h\v1fh5d:\'f 9f,ff>e/g"<e,d<f0ff4e\n d:+ee\fe-&e/e\n(i\0e\bef%i.g-f,fg>i#g;?h\t2g(3e.g;\bd:gg\t)d>f1fg\ve\nid8%i\rf08h?egf\tig+d:\te/9h1!h49g(d8\re%=g;e/9e\re\bd?h?g9h/e=1i3d<e\n?d8\re0f,#h5e96d8f\tg9f9ee(f0d?!g(h.>f=e="h1!h5f <g*g 4ig\0i\re$\'d:f/f/d8f:h=e\fe7%e.\fg>eeg;d8\0e:g\t\bf\ti\0 g"ef&e5g(d:d?ge g4 d8-e\ve-e(h44e>f\0fi?fe#d;7gh4"e:e0e.\tff-&f1\ti\fi"e\be;:e$)g):i&e\be.\fei)1e\n(d8\vi"d8\re\rh/d?!fd9\ti3e\th\v1e=f<d:.ed:\vg)e.6g>$d<ef0e\r3e/e\rg(1e.6e7e\n(g;f3e\b0f3(fe0e-&f\0\'h=h\0g g!,d;6h\'g\vf8f%fg,i&i i;ii\0g(f1h\vge.d8;g.!i6f.5h(;e\ng?;h/fe\b)ee%=d<<d9i\0h./f=e7%g\v\0f\vd9h.8g/d?e9e;f&e?5e$\'e\vf:g%(gh\'#e\f?e\rcuandoenviarmadridbuscariniciotiempoporquecuentaestadopuedenjuegoscontraestC!nnombretienenperfilmaneraamigosciudadcentroaunquepuedesdentroprimerpreciosegC:nbuenosvolverpuntossemanahabC-aagostonuevosunidoscarlosequiponiC1osmuchosalgunacorreoimagenpartirarribamarC-ahombreempleoverdadcambiomuchasfueronpasadolC-neaparecenuevascursosestabaquierolibroscuantoaccesomiguelvarioscuatrotienesgruposserC!neuropamediosfrenteacercademC!sofertacochesmodeloitalialetrasalgC:ncompracualesexistecuerposiendoprensallegarviajesdineromurciapodrC!puestodiariopuebloquieremanuelpropiocrisisciertoseguromuertefuentecerrargrandeefectopartesmedidapropiaofrecetierrae-mailvariasformasfuturoobjetoseguirriesgonormasmismosC:nicocaminositiosrazC3ndebidopruebatoledotenC-ajesC:sesperococinaorigentiendacientocC!dizhablarserC-alatinafuerzaestiloguerraentrarC)xitolC3pezagendavC-deoevitarpaginametrosjavierpadresfC!cilcabezaC!reassalidaenvC-ojapC3nabusosbienestextosllevarpuedanfuertecomC:nclaseshumanotenidobilbaounidadestC!seditarcreadoP4P;QQQP>P:P0P:P8P;P8Q\rQP>P2QP5P5P3P>P?Q\0P8QP0P:P5Q\tP5QP6P5PP0P:P1P5P7P1Q\vP;P>P=P8PQP5P?P>P4P-QP>QP>P<QP5P<P=P5QP;P5QQ\0P0P7P>P=P0P3P4P5P<P=P5PP;QPQ\0P8P=P0QP=P8QQP5P<P:QP>P3P>P4P2P>QQP0P<P!P(PP<P0QP\'QP>P2P0QP2P0P<P5P<QP"P0P:P4P2P0P=P0P<Q\rQP8Q\rQQPP0P<QP5QP?Q\0P>QQQP=P0P4P4P=QPP>QQQ\0P8P=P5P9PP0QP=P8P<QP0P<QP>QQ\0QP1PP=P8P<P8Q\0P=P5P5PPPP;P8QQ\rQP0PP=P0P=P5P<P4P>P<P<P>P9P4P2P5P>P=P>QQP4`$`%`$9`%\b`$`%\0`$8`%`$`$>`$`%\v`$`$0`$*`$0`$(`%`$`$`$`$?`$-`%\0`$`$8`$`$0`$$`%\v`$9`%\v`$`$*`$9`%\0`$/`$9`$/`$>`$$`$`$%`$>jagran`$`$`$`%\v`$`$,`$&`%\v`$`$\b`$`$>`$`$`$9`$.`$`$(`$5`$9`$/`%`$%`%`$%`%\0`$`$0`$`$,`$&`%\0`$`$\b`$`%\0`$5`%`$(`$\b`$(`$`$9`$0`$\t`$8`$.`%`$`$.`$5`%\v`$2`%`$8`$,`$.`$\b`$&`%`$`$0`$`$.`$,`$8`$-`$0`$,`$(`$`$2`$.`$(`$`$`$8`%\0`$2`%\0X9YY\tX%YY\tYX0X\'X"X.X1X9X/X/X\'YY\tYX0YX5Y\bX1X:Y\nX1YX\'YY\bYX\'X(Y\nYX9X1X6X0YYYYX\'Y\nY\bYYX\'YX9YY\nX\'YX\'YYYX-X*Y\tYX(YY\bX-X)X\'X.X1YYX7X9X(X/X1YYX%X0X\'YYX\'X\'X-X/X%YX\'YY\nYX(X9X6YY\nYX(X-X+Y\bYYY\bYY\bX#YX\'X,X/X\'YYX\'X3YYX9YX/YY\nX3X9X(X1X5YY\tYYX0X(YX\'X#YYYX+YYYX*X\'YX\'X-Y\nX+YX5X1X4X1X-X-Y\bYY\bYY\nX\'X0X\'YYYYX1X)X\'YX*X\'YYX#X(Y\bX.X\'X5X#YX*X\'YYX\'YY\nX9X6Y\bY\bYX/X\'X(YX.Y\nX1X(YX*YYYX4X\'X!Y\bYY\nX\'X(Y\bYX5X5Y\bYX\'X1YYX#X-X/YX-YX9X/YX1X#Y\nX\'X-X)YX*X(X/Y\bYY\nX,X(YYYX*X-X*X,YX)X3YX)Y\nX*YYX1X)X:X2X)YYX3X(Y\nX*YYYYYX\'X*YYYYX(YYX\'X9YYX#Y\bYX4Y\nX!YY\bX1X#YX\'YY\nYX(YYX0X\'X*X1X*X(X(X#YYYX3X\'YYX(Y\nX9YYX/X-X3YYYYX4X9X1X#YYX4YX1YX7X1X7YX(profileservicedefaulthimselfdetailscontentsupportstartedmessagesuccessfashion<title>countryaccountcreatedstoriesresultsrunningprocesswritingobjectsvisiblewelcomearticleunknownnetworkcompanydynamicbrowserprivacyproblemServicerespectdisplayrequestreservewebsitehistoryfriendsoptionsworkingversionmillionchannelwindow.addressvisitedweathercorrectproductedirectforwardyou canremovedsubjectcontrolarchivecurrentreadinglibrarylimitedmanagerfurthersummarymachineminutesprivatecontextprogramsocietynumberswrittenenabledtriggersourcesloadingelementpartnerfinallyperfectmeaningsystemskeepingculture&quot;,journalprojectsurfaces&quot;expiresreviewsbalanceEnglishContentthroughPlease opinioncontactaverageprimaryvillageSpanishgallerydeclinemeetingmissionpopularqualitymeasuregeneralspeciessessionsectionwriterscounterinitialreportsfiguresmembersholdingdisputeearlierexpressdigitalpictureAnothermarriedtrafficleadingchangedcentralvictoryimages/reasonsstudiesfeaturelistingmust beschoolsVersionusuallyepisodeplayinggrowingobviousoverlaypresentactions</ul>\r\nwrapperalreadycertainrealitystorageanotherdesktopofferedpatternunusualDigitalcapitalWebsitefailureconnectreducedAndroiddecadesregular &amp; animalsreleaseAutomatgettingmethodsnothingPopularcaptionletterscapturesciencelicensechangesEngland=1&amp;History = new CentralupdatedSpecialNetworkrequirecommentwarningCollegetoolbarremainsbecauseelectedDeutschfinanceworkersquicklybetweenexactlysettingdiseaseSocietyweaponsexhibit&lt;!--Controlclassescoveredoutlineattacksdevices(windowpurposetitle="Mobile killingshowingItaliandroppedheavilyeffects-1\']);\nconfirmCurrentadvancesharingopeningdrawingbillionorderedGermanyrelated</form>includewhetherdefinedSciencecatalogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,&quot;animatefeelingarrivedpassingnaturalroughly.\n\nThe but notdensityBritainChineselack oftributeIreland" data-factorsreceivethat isLibraryhusbandin factaffairsCharlesradicalbroughtfindinglanding:lang="return leadersplannedpremiumpackageAmericaEdition]&quot;Messageneed tovalue="complexlookingstationbelievesmaller-mobilerecordswant tokind ofFirefoxyou aresimilarstudiedmaximumheadingrapidlyclimatekingdomemergedamountsfoundedpioneerformuladynastyhow to SupportrevenueeconomyResultsbrothersoldierlargelycalling.&quot;AccountEdward segmentRobert effortsPacificlearnedup withheight:we haveAngelesnations_searchappliedacquiremassivegranted: falsetreatedbiggestbenefitdrivingStudiesminimumperhapsmorningsellingis usedreversevariant role="missingachievepromotestudentsomeoneextremerestorebottom:evolvedall thesitemapenglishway to AugustsymbolsCompanymattersmusicalagainstserving})();\r\npaymenttroubleconceptcompareparentsplayersregionsmonitor \'\'The winningexploreadaptedGalleryproduceabilityenhancecareers). The collectSearch ancientexistedfooter handlerprintedconsoleEasternexportswindowsChannelillegalneutralsuggest_headersigning.html">settledwesterncausing-webkitclaimedJusticechaptervictimsThomas mozillapromisepartieseditionoutside:false,hundredOlympic_buttonauthorsreachedchronicdemandssecondsprotectadoptedprepareneithergreatlygreateroverallimprovecommandspecialsearch.worshipfundingthoughthighestinsteadutilityquarterCulturetestingclearlyexposedBrowserliberal} catchProjectexamplehide();FloridaanswersallowedEmperordefenseseriousfreedomSeveral-buttonFurtherout of != nulltrainedDenmarkvoid(0)/all.jspreventRequestStephen\n\nWhen observe</h2>\r\nModern provide" alt="borders.\n\nFor \n\nMany artistspoweredperformfictiontype ofmedicalticketsopposedCouncilwitnessjusticeGeorge Belgium...</a>twitternotablywaitingwarfare Other rankingphrasesmentionsurvivescholar</p>\r\n Countryignoredloss ofjust asGeorgiastrange<head><stopped1\']);\r\nislandsnotableborder:list ofcarried100,000</h3>\n severalbecomesselect wedding00.htmlmonarchoff theteacherhighly biologylife ofor evenrise of&raquo;plusonehunting(thoughDouglasjoiningcirclesFor theAncientVietnamvehiclesuch ascrystalvalue =Windowsenjoyeda smallassumed<a id="foreign All rihow theDisplayretiredhoweverhidden;battlesseekingcabinetwas notlook atconductget theJanuaryhappensturninga:hoverOnline French lackingtypicalextractenemieseven ifgeneratdecidedare not/searchbeliefs-image:locatedstatic.login">convertviolententeredfirst">circuitFinlandchemistshe was10px;">as suchdivided</span>will beline ofa greatmystery/index.fallingdue to railwaycollegemonsterdescentit withnuclearJewish protestBritishflowerspredictreformsbutton who waslectureinstantsuicidegenericperiodsmarketsSocial fishingcombinegraphicwinners<br /><by the NaturalPrivacycookiesoutcomeresolveSwedishbrieflyPersianso muchCenturydepictscolumnshousingscriptsnext tobearingmappingrevisedjQuery(-width:title">tooltipSectiondesignsTurkishyounger.match(})();\n\nburningoperatedegreessource=Richardcloselyplasticentries</tr>\r\ncolor:#ul id="possessrollingphysicsfailingexecutecontestlink toDefault<br />\n: true,chartertourismclassicproceedexplain</h1>\r\nonline.?xml vehelpingdiamonduse theairlineend --\x3e).attr(readershosting#ffffffrealizeVincentsignals src="/ProductdespitediversetellingPublic held inJoseph theatreaffects<style>a largedoesn\'tlater, ElementfaviconcreatorHungaryAirportsee theso thatMichaelSystemsPrograms, and width=e&quot;tradingleft">\npersonsGolden Affairsgrammarformingdestroyidea ofcase ofoldest this is.src = cartoonregistrCommonsMuslimsWhat isin manymarkingrevealsIndeed,equally/show_aoutdoorescape(Austriageneticsystem,In the sittingHe alsoIslandsAcademy\n\t\t\x3c!--Daniel bindingblock">imposedutilizeAbraham(except{width:putting).html(|| [];\nDATA[ *kitchenmountedactual dialectmainly _blank\'installexpertsif(typeIt also&copy; ">Termsborn inOptionseasterntalkingconcerngained ongoingjustifycriticsfactoryits ownassaultinvitedlastinghis ownhref="/" rel="developconcertdiagramdollarsclusterphp?id=alcohol);})();using a><span>vesselsrevivalAddressamateurandroidallegedillnesswalkingcentersqualifymatchesunifiedextinctDefensedied in\n\t\x3c!-- customslinkingLittle Book ofeveningmin.js?are thekontakttoday\'s.html" target=wearingAll Rig;\n})();raising Also, crucialabout">declare--\x3e\n<scfirefoxas muchappliesindex, s, but type = \n\r\n\x3c!--towardsRecordsPrivateForeignPremierchoicesVirtualreturnsCommentPoweredinline;povertychamberLiving volumesAnthonylogin" RelatedEconomyreachescuttinggravitylife inChapter-shadowNotable</td>\r\n returnstadiumwidgetsvaryingtravelsheld bywho arework infacultyangularwho hadairporttown of\n\nSome \'click\'chargeskeywordit willcity of(this);Andrew unique checkedor more300px; return;rsion="pluginswithin herselfStationFederalventurepublishsent totensionactresscome tofingersDuke ofpeople,exploitwhat isharmonya major":"httpin his menu">\nmonthlyofficercouncilgainingeven inSummarydate ofloyaltyfitnessand wasemperorsupremeSecond hearingRussianlongestAlbertalateralset of small">.appenddo withfederalbank ofbeneathDespiteCapitalgrounds), and percentit fromclosingcontainInsteadfifteenas well.yahoo.respondfighterobscurereflectorganic= Math.editingonline paddinga wholeonerroryear ofend of barrierwhen itheader home ofresumedrenamedstrong>heatingretainscloudfrway of March 1knowingin partBetweenlessonsclosestvirtuallinks">crossedEND --\x3efamous awardedLicenseHealth fairly wealthyminimalAfricancompetelabel">singingfarmersBrasil)discussreplaceGregoryfont copursuedappearsmake uproundedboth ofblockedsaw theofficescoloursif(docuwhen heenforcepush(fuAugust UTF-8">Fantasyin mostinjuredUsuallyfarmingclosureobject defenceuse of Medical<body>\nevidentbe usedkeyCodesixteenIslamic#000000entire widely active (typeofone cancolor =speakerextendsPhysicsterrain<tbody>funeralviewingmiddle cricketprophetshifteddoctorsRussell targetcompactalgebrasocial-bulk ofman and</td>\n he left).val()false);logicalbankinghome tonaming Arizonacredits);\n});\nfounderin turnCollinsbefore But thechargedTitle">CaptainspelledgoddessTag --\x3eAdding:but wasRecent patientback in=false&Lincolnwe knowCounterJudaismscript altered\']);\n has theunclearEvent\',both innot all\n\n\x3c!-- placinghard to centersort ofclientsstreetsBernardassertstend tofantasydown inharbourFreedomjewelry/about..searchlegendsis mademodern only ononly toimage" linear painterand notrarely acronymdelivershorter00&amp;as manywidth="/* <![Ctitle =of the lowest picked escapeduses ofpeoples PublicMatthewtacticsdamagedway forlaws ofeasy to windowstrong simple}catch(seventhinfoboxwent topaintedcitizenI don\'tretreat. Some ww.");\nbombingmailto:made in. Many carries||{};wiwork ofsynonymdefeatsfavoredopticalpageTraunless sendingleft"><comScorAll thejQuery.touristClassicfalse" Wilhelmsuburbsgenuinebishops.split(global followsbody ofnominalContactsecularleft tochiefly-hidden-banner</li>\n\n. When in bothdismissExplorealways via thespaC1olwelfareruling arrangecaptainhis sonrule ofhe tookitself,=0&amp;(calledsamplesto makecom/pagMartin Kennedyacceptsfull ofhandledBesides//--\x3e</able totargetsessencehim to its by common.mineralto takeways tos.org/ladvisedpenaltysimple:if theyLettersa shortHerbertstrikes groups.lengthflightsoverlapslowly lesser social </p>\n\t\tit intoranked rate oful>\r\n attemptpair ofmake itKontaktAntoniohaving ratings activestreamstrapped").css(hostilelead tolittle groups,Picture--\x3e\r\n\r\n rows=" objectinverse<footerCustomV><\\/scrsolvingChamberslaverywoundedwhereas!= \'undfor allpartly -right:Arabianbacked centuryunit ofmobile-Europe,is homerisk ofdesiredClintoncost ofage of become none ofp&quot;Middle ead\')[0Criticsstudios>&copy;group">assemblmaking pressedwidget.ps:" ? rebuiltby someFormer editorsdelayedCanonichad thepushingclass="but arepartialBabylonbottom carrierCommandits useAs withcoursesa thirddenotesalso inHouston20px;">accuseddouble goal ofFamous ).bind(priests Onlinein Julyst + "gconsultdecimalhelpfulrevivedis veryr\'+\'iptlosing femalesis alsostringsdays ofarrivalfuture <objectforcingString(" />\n\t\there isencoded. The balloondone by/commonbgcolorlaw of Indianaavoidedbut the2px 3pxjquery.after apolicy.men andfooter-= true;for usescreen.Indian image =family,http:// &nbsp;driverseternalsame asnoticedviewers})();\n is moreseasonsformer the newis justconsent Searchwas thewhy theshippedbr><br>width: height=made ofcuisineis thata very Admiral fixed;normal MissionPress, ontariocharsettry to invaded="true"spacingis mosta more totallyfall of});\r\n immensetime inset outsatisfyto finddown tolot of Playersin Junequantumnot thetime todistantFinnishsrc = (single help ofGerman law andlabeledforestscookingspace">header-well asStanleybridges/globalCroatia About [0];\n it, andgroupedbeing a){throwhe madelighterethicalFFFFFF"bottom"like a employslive inas seenprintermost ofub-linkrejectsand useimage">succeedfeedingNuclearinformato helpWomen\'sNeitherMexicanprotein<table by manyhealthylawsuitdevised.push({sellerssimply Through.cookie Image(older">us.js"> Since universlarger open to!-- endlies in\']);\r\n marketwho is ("DOMComanagedone fortypeof Kingdomprofitsproposeto showcenter;made itdressedwere inmixtureprecisearisingsrc = \'make a securedBaptistvoting \n\t\tvar March 2grew upClimate.removeskilledway the</head>face ofacting right">to workreduceshas haderectedshow();action=book ofan area== "htt<header\n<html>conformfacing cookie.rely onhosted .customhe wentbut forspread Family a meansout theforums.footage">MobilClements" id="as highintense--\x3e\x3c!--female is seenimpliedset thea stateand hisfastestbesidesbutton_bounded"><img Infoboxevents,a youngand areNative cheaperTimeoutand hasengineswon the(mostlyright: find a -bottomPrince area ofmore ofsearch_nature,legallyperiod,land ofor withinducedprovingmissilelocallyAgainstthe wayk&quot;px;">\r\npushed abandonnumeralCertainIn thismore inor somename isand, incrownedISBN 0-createsOctobermay notcenter late inDefenceenactedwish tobroadlycoolingonload=it. TherecoverMembersheight assumes<html>\npeople.in one =windowfooter_a good reklamaothers,to this_cookiepanel">London,definescrushedbaptismcoastalstatus title" move tolost inbetter impliesrivalryservers SystemPerhapses and contendflowinglasted rise inGenesisview ofrising seem tobut in backinghe willgiven agiving cities.flow of Later all butHighwayonly bysign ofhe doesdiffersbattery&amp;lasinglesthreatsintegertake onrefusedcalled =US&ampSee thenativesby thissystem.head of:hover,lesbiansurnameand allcommon/header__paramsHarvard/pixel.removalso longrole ofjointlyskyscraUnicodebr />\r\nAtlantanucleusCounty,purely count">easily build aonclicka givenpointerh&quot;events else {\nditionsnow the, with man whoorg/Webone andcavalryHe diedseattle00,000 {windowhave toif(windand itssolely m&quot;renewedDetroitamongsteither them inSenatorUs</a><King ofFrancis-produche usedart andhim andused byscoringat hometo haverelatesibilityfactionBuffalolink"><what hefree toCity ofcome insectorscountedone daynervoussquare };if(goin whatimg" alis onlysearch/tuesdaylooselySolomonsexual - <a hrmedium"DO NOT France,with a war andsecond take a >\r\n\r\n\r\nmarket.highwaydone inctivity"last">obligedrise to"undefimade to Early praisedin its for hisathleteJupiterYahoo! termed so manyreally s. The a woman?value=direct right" bicycleacing="day andstatingRather,higher Office are nowtimes, when a pay foron this-link">;borderaround annual the Newput the.com" takin toa brief(in thegroups.; widthenzymessimple in late{returntherapya pointbanninginks">\n();" rea place\\u003Caabout atr>\r\n\t\tccount gives a<SCRIPTRailwaythemes/toolboxById("xhumans,watchesin some if (wicoming formats Under but hashanded made bythan infear ofdenoted/iframeleft involtagein eacha&quot;base ofIn manyundergoregimesaction </p>\r\n<ustomVa;&gt;</importsor thatmostly &amp;re size="</a></ha classpassiveHost = WhetherfertileVarious=[];(fucameras/></td>acts asIn some>\r\n\r\n<!organis <br />BeijingcatalC deutscheuropeueuskaragaeilgesvenskaespaC1amensajeusuariotrabajomC)xicopC!ginasiempresistemaoctubreduranteaC1adirempresamomentonuestroprimeratravC)sgraciasnuestraprocesoestadoscalidadpersonanC:meroacuerdomC:sicamiembroofertasalgunospaC-sesejemploderechoademC!sprivadoagregarenlacesposiblehotelessevillaprimeroC:ltimoeventosarchivoculturamujeresentradaanuncioembargomercadograndesestudiomejoresfebrerodiseC1oturismocC3digoportadaespaciofamiliaantoniopermiteguardaralgunaspreciosalguiensentidovisitastC-tuloconocersegundoconsejofranciaminutossegundatenemosefectosmC!lagasesiC3nrevistagranadacompraringresogarcC-aacciC3necuadorquienesinclusodeberC!materiahombresmuestrapodrC-amaC1anaC:ltimaestamosoficialtambienningC:nsaludospodemosmejorarpositionbusinesshomepagesecuritylanguagestandardcampaignfeaturescategoryexternalchildrenreservedresearchexchangefavoritetemplatemilitaryindustryservicesmaterialproductsz-index:commentssoftwarecompletecalendarplatformarticlesrequiredmovementquestionbuildingpoliticspossiblereligionphysicalfeedbackregisterpicturesdisabledprotocolaudiencesettingsactivityelementslearninganythingabstractprogressoverviewmagazineeconomictrainingpressurevarious <strong>propertyshoppingtogetheradvancedbehaviordownloadfeaturedfootballselectedLanguagedistanceremembertrackingpasswordmodifiedstudentsdirectlyfightingnortherndatabasefestivalbreakinglocationinternetdropdownpracticeevidencefunctionmarriageresponseproblemsnegativeprogramsanalysisreleasedbanner">purchasepoliciesregionalcreativeargumentbookmarkreferrerchemicaldivisioncallbackseparateprojectsconflicthardwareinterestdeliverymountainobtained= false;for(var acceptedcapacitycomputeridentityaircraftemployedproposeddomesticincludesprovidedhospitalverticalcollapseapproachpartnerslogo"><adaughterauthor" culturalfamilies/images/assemblypowerfulteachingfinisheddistrictcriticalcgi-bin/purposesrequireselectionbecomingprovidesacademicexerciseactuallymedicineconstantaccidentMagazinedocumentstartingbottom">observed: &quot;extendedpreviousSoftwarecustomerdecisionstrengthdetailedslightlyplanningtextareacurrencyeveryonestraighttransferpositiveproducedheritageshippingabsolutereceivedrelevantbutton" violenceanywherebenefitslaunchedrecentlyalliancefollowedmultiplebulletinincludedoccurredinternal$(this).republic><tr><tdcongressrecordedultimatesolution<ul id="discoverHome</a>websitesnetworksalthoughentirelymemorialmessagescontinueactive">somewhatvictoriaWestern title="LocationcontractvisitorsDownloadwithout right">\nmeasureswidth = variableinvolvedvirginianormallyhappenedaccountsstandingnationalRegisterpreparedcontrolsaccuratebirthdaystrategyofficialgraphicscriminalpossiblyconsumerPersonalspeakingvalidateachieved.jpg" />machines</h2>\n keywordsfriendlybrotherscombinedoriginalcomposedexpectedadequatepakistanfollow" valuable</label>relativebringingincreasegovernorplugins/List of Header">" name=" (&quot;graduate</head>\ncommercemalaysiadirectormaintain;height:schedulechangingback to catholicpatternscolor: #greatestsuppliesreliable</ul>\n\t\t<select citizensclothingwatching<li id="specificcarryingsentence<center>contrastthinkingcatch(e)southernMichael merchantcarouselpadding:interior.split("lizationOctober ){returnimproved--&gt;\n\ncoveragechairman.png" />subjectsRichard whateverprobablyrecoverybaseballjudgmentconnect..css" /> websitereporteddefault"/></a>\r\nelectricscotlandcreationquantity. ISBN 0did not instance-search-" lang="speakersComputercontainsarchivesministerreactiondiscountItalianocriteriastrongly: \'http:\'script\'coveringofferingappearedBritish identifyFacebooknumerousvehiclesconcernsAmericanhandlingdiv id="William provider_contentaccuracysection andersonflexibleCategorylawrence<script>layout="approved maximumheader"></table>Serviceshamiltoncurrent canadianchannels/themes//articleoptionalportugalvalue=""intervalwirelessentitledagenciesSearch" measuredthousandspending&hellip;new Date" size="pageNamemiddle" " /></a>hidden">sequencepersonaloverflowopinionsillinoislinks">\n\t<title>versionssaturdayterminalitempropengineersectionsdesignerproposal="false"EspaC1olreleasessubmit" er&quot;additionsymptomsorientedresourceright"><pleasurestationshistory.leaving border=contentscenter">.\n\nSome directedsuitablebulgaria.show();designedGeneral conceptsExampleswilliamsOriginal"><span>search">operatorrequestsa &quot;allowingDocumentrevision. \n\nThe yourselfContact michiganEnglish columbiapriorityprintingdrinkingfacilityreturnedContent officersRussian generate-8859-1"indicatefamiliar qualitymargin:0 contentviewportcontacts-title">portable.length eligibleinvolvesatlanticonload="default.suppliedpaymentsglossary\n\nAfter guidance</td><tdencodingmiddle">came to displaysscottishjonathanmajoritywidgets.clinicalthailandteachers<head>\n\taffectedsupportspointer;toString</small>oklahomawill be investor0" alt="holidaysResourcelicensed (which . After considervisitingexplorerprimary search" android"quickly meetingsestimate;return ;color:# height=approval, &quot; checked.min.js"magnetic></a></hforecast. While thursdaydvertise&eacute;hasClassevaluateorderingexistingpatients Online coloradoOptions"campbell\x3c!-- end</span><<br />\r\n_popups|sciences,&quot; quality Windows assignedheight: <b classle&quot; value=" Companyexamples<iframe believespresentsmarshallpart of properly).\n\nThe taxonomymuch of </span>\n" data-srtuguC*sscrollTo project<head>\r\nattorneyemphasissponsorsfancyboxworld\'s wildlifechecked=sessionsprogrammpx;font- Projectjournalsbelievedvacationthompsonlightingand the special border=0checking</tbody><button Completeclearfix\n<head>\narticle <sectionfindingsrole in popular Octoberwebsite exposureused to changesoperatedclickingenteringcommandsinformed numbers </div>creatingonSubmitmarylandcollegesanalyticlistingscontact.loggedInadvisorysiblingscontent"s&quot;)s. This packagescheckboxsuggestspregnanttomorrowspacing=icon.pngjapanesecodebasebutton">gamblingsuch as , while </span> missourisportingtop:1px .</span>tensionswidth="2lazyloadnovemberused in height="cript">\n&nbsp;</<tr><td height:2/productcountry include footer" &lt;!-- title"></jquery.</form>\n(g.\0d=)(g9i+)hrvatskiitalianoromC"nDtC<rkC\'eX\'X1X/Y\btambiC)nnoticiasmensajespersonasderechosnacionalserviciocontactousuariosprogramagobiernoempresasanunciosvalenciacolombiadespuC)sdeportesproyectoproductopC:bliconosotroshistoriapresentemillonesmediantepreguntaanteriorrecursosproblemasantiagonuestrosopiniC3nimprimirmientrasamC)ricavendedorsociedadrespectorealizarregistropalabrasinterC)sentoncesespecialmiembrosrealidadcC3rdobazaragozapC!ginassocialesbloqueargestiC3nalquilersistemascienciascompletoversiC3ncompletaestudiospC:blicaobjetivoalicantebuscadorcantidadentradasaccionesarchivossuperiormayorC-aalemaniafunciC3nC:ltimoshaciendoaquellosediciC3nfernandoambientefacebooknuestrasclientesprocesosbastantepresentareportarcongresopublicarcomerciocontratojC3venesdistritotC)cnicaconjuntoenergC-atrabajarasturiasrecienteutilizarboletC-nsalvadorcorrectatrabajosprimerosnegocioslibertaddetallespantallaprC3ximoalmerC-aanimalesquiC)nescorazC3nsecciC3nbuscandoopcionesexteriorconceptotodavC-agalerC-aescribirmedicinalicenciaconsultaaspectoscrC-ticadC3laresjusticiadeberC!nperC-odonecesitamantenerpequeC1orecibidatribunaltenerifecanciC3ncanariasdescargadiversosmallorcarequieretC)cnicodeberC-aviviendafinanzasadelantefuncionaconsejosdifC-cilciudadesantiguasavanzadatC)rminounidadessC!nchezcampaC1asoftonicrevistascontienesectoresmomentosfacultadcrC)ditodiversassupuestofactoressegundospequeC1aP3P>P4P0P5QP;P8P5QQQ\fP1Q\vP;P>P1Q\vQQ\fQ\rQP>P<PQP;P8QP>P3P>P<P5P=QP2QP5QQ\rQP>P9P4P0P6P5P1Q\vP;P8P3P>P4QP4P5P=Q\fQ\rQP>QP1Q\vP;P0QP5P1QP>P4P8P=QP5P1P5P=P0P4P>QP0P9QQP>QP>P=P5P3P>QP2P>P8QP2P>P9P8P3Q\0Q\vQP>P6P5P2QP5P<QP2P>QP;P8Q\bQ\fQ\rQP8QP?P>P:P0P4P=P5P9P4P>P<P0P<P8Q\0P0P;P8P1P>QP5P<QQP>QQP4P2QQQP5QP8P;QP4P8P4P5P;P>P<P8Q\0P5QP5P1QQP2P>P5P2P8P4P5QP5P3P>Q\rQP8P<QQP5QQP5P<Q\vQP5P=Q\vQQP0P;P2P5P4Q\fQP5P<P5P2P>P4Q\vQP5P1P5P2Q\vQ\bP5P=P0P<P8QP8P?P0QP>P<QP?Q\0P0P2P;P8QP0P>P4P=P0P3P>P4Q\vP7P=P0QP<P>P3QP4Q\0QP3P2QP5P9P8P4P5QP:P8P=P>P>P4P=P>P4P5P;P0P4P5P;P5QQ\0P>P:P8QP=QP2P5QQ\fPQQQ\fQ\0P0P7P0P=P0Q\bP8X\'YYYX\'YX*Y\nX,YY\nX9X.X\'X5X)X\'YX0Y\nX9YY\nYX,X/Y\nX/X\'YX"YX\'YX1X/X*X-YYX5YX-X)YX\'YX*X\'YYY\nY\nYY\bYX4X(YX)YY\nYX\'X(YX\'X*X-Y\bX\'X!X#YX+X1X.YX\'YX\'YX-X(X/YY\nYX/X1Y\bX3X\'X6X:X7X*YY\bYYYX\'YX3X\'X-X)YX\'X/Y\nX\'YX7X(X9YY\nYX4YX1X\'Y\nYYYYYYX\'X4X1YX)X1X&Y\nX3YX4Y\nX7YX\'X0X\'X\'YYYX4X(X\'X(X*X9X(X1X1X-YX)YX\'YX)Y\nYY\bYYX1YX2YYYX)X#X-YX/YYX(Y\nY\nX9YY\nX5Y\bX1X)X7X1Y\nYX4X\'X1YX,Y\bX\'YX#X.X1Y\tYX9YX\'X\'X(X-X+X9X1Y\bX6X(X4YYYX3X,YX(YX\'YX.X\'YX/YX*X\'X(YYY\nX)X(X/Y\bYX#Y\nX6X\'Y\nY\bX,X/YX1Y\nYYX*X(X*X#YX6YYX7X(X.X\'YX+X1X(X\'X1YX\'YX6YX\'X-YY\tYYX3YX#Y\nX\'YX1X/Y\bX/X#YYX\'X/Y\nYX\'X\'YX\'YYX9X1X6X*X9YYX/X\'X.YYYYY\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\t\n\v\f\r\r\f\v\n\t\b\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\b\0\b\0\b\0\0\0\0\0\0\0\0\0resourcescountriesquestionsequipmentcommunityavailablehighlightDTD/xhtmlmarketingknowledgesomethingcontainerdirectionsubscribeadvertisecharacter" value="</select>Australia" class="situationauthorityfollowingprimarilyoperationchallengedevelopedanonymousfunction functionscompaniesstructureagreement" title="potentialeducationargumentssecondarycopyrightlanguagesexclusivecondition</form>\r\nstatementattentionBiography} else {\nsolutionswhen the Analyticstemplatesdangeroussatellitedocumentspublisherimportantprototypeinfluence&raquo;</effectivegenerallytransformbeautifultransportorganizedpublishedprominentuntil thethumbnailNational .focus();over the migrationannouncedfooter">\nexceptionless thanexpensiveformationframeworkterritoryndicationcurrentlyclassNamecriticismtraditionelsewhereAlexanderappointedmaterialsbroadcastmentionedaffiliate</option>treatmentdifferent/default.Presidentonclick="biographyotherwisepermanentFranC\'aisHollywoodexpansionstandards</style>\nreductionDecember preferredCambridgeopponentsBusiness confusion>\n<title>presentedexplaineddoes not worldwideinterfacepositionsnewspaper</table>\nmountainslike the essentialfinancialselectionaction="/abandonedEducationparseInt(stabilityunable to</title>\nrelationsNote thatefficientperformedtwo yearsSince thethereforewrapper">alternateincreasedBattle ofperceivedtrying tonecessaryportrayedelectionsElizabeth</iframe>discoveryinsurances.length;legendaryGeographycandidatecorporatesometimesservices.inherited</strong>CommunityreligiouslocationsCommitteebuildingsthe worldno longerbeginningreferencecannot befrequencytypicallyinto the relative;recordingpresidentinitiallytechniquethe otherit can beexistenceunderlinethis timetelephoneitemscopepracticesadvantage);return For otherprovidingdemocracyboth the extensivesufferingsupportedcomputers functionpracticalsaid thatit may beEnglish</from the scheduleddownloads</label>\nsuspectedmargin: 0spiritual</head>\n\nmicrosoftgraduallydiscussedhe becameexecutivejquery.jshouseholdconfirmedpurchasedliterallydestroyedup to thevariationremainingit is notcenturiesJapanese among thecompletedalgorithminterestsrebellionundefinedencourageresizableinvolvingsensitiveuniversalprovision(althoughfeaturingconducted), which continued-header">February numerous overflow:componentfragmentsexcellentcolspan="technicalnear the Advanced source ofexpressedHong Kong Facebookmultiple mechanismelevationoffensive</form>\n\tsponsoreddocument.or &quot;there arethose whomovementsprocessesdifficultsubmittedrecommendconvincedpromoting" width=".replace(classicalcoalitionhis firstdecisionsassistantindicatedevolution-wrapper"enough toalong thedelivered--\x3e\r\n\x3c!--American protectedNovember </style><furnitureInternet onblur="suspendedrecipientbased on Moreover,abolishedcollectedwere madeemotionalemergencynarrativeadvocatespx;bordercommitteddir="ltr"employeesresearch. selectedsuccessorcustomersdisplayedSeptemberaddClass(Facebook suggestedand lateroperatingelaborateSometimesInstitutecertainlyinstalledfollowersJerusalemthey havecomputinggeneratedprovincesguaranteearbitraryrecognizewanted topx;width:theory ofbehaviourWhile theestimatedbegan to it becamemagnitudemust havemore thanDirectoryextensionsecretarynaturallyoccurringvariablesgiven theplatform.</label><failed tocompoundskinds of societiesalongside --&gt;\n\nsouthwestthe rightradiationmay have unescape(spoken in" href="/programmeonly the come fromdirectoryburied ina similarthey were</font></Norwegianspecifiedproducingpassenger(new DatetemporaryfictionalAfter theequationsdownload.regularlydeveloperabove thelinked tophenomenaperiod oftooltip">substanceautomaticaspect ofAmong theconnectedestimatesAir Forcesystem ofobjectiveimmediatemaking itpaintingsconqueredare stillproceduregrowth ofheaded byEuropean divisionsmoleculesfranchiseintentionattractedchildhoodalso useddedicatedsingaporedegree offather ofconflicts</a></p>\ncame fromwere usednote thatreceivingExecutiveeven moreaccess tocommanderPoliticalmusiciansdeliciousprisonersadvent ofUTF-8" /><![CDATA[">ContactSouthern bgcolor="series of. It was in Europepermittedvalidate.appearingofficialsseriously-languageinitiatedextendinglong-terminflationsuch thatgetCookiemarked by</button>implementbut it isincreasesdown the requiringdependent--\x3e\n\x3c!-- interviewWith the copies ofconsensuswas builtVenezuela(formerlythe statepersonnelstrategicfavour ofinventionWikipediacontinentvirtuallywhich wasprincipleComplete identicalshow thatprimitiveaway frommolecularpreciselydissolvedUnder theversion=">&nbsp;</It is the This is will haveorganismssome timeFriedrichwas firstthe only fact thatform id="precedingTechnicalphysicistoccurs innavigatorsection">span id="sought tobelow thesurviving}</style>his deathas in thecaused bypartiallyexisting using thewas givena list oflevels ofnotion ofOfficial dismissedscientistresemblesduplicateexplosiverecoveredall othergalleries{padding:people ofregion ofaddressesassociateimg alt="in modernshould bemethod ofreportingtimestampneeded tothe Greatregardingseemed toviewed asimpact onidea thatthe Worldheight ofexpandingThese arecurrent">carefullymaintainscharge ofClassicaladdressedpredictedownership<div id="right">\r\nresidenceleave thecontent">are often })();\r\nprobably Professor-button" respondedsays thathad to beplaced inHungarianstatus ofserves asUniversalexecutionaggregatefor whichinfectionagreed tohowever, popular">placed onconstructelectoralsymbol ofincludingreturn toarchitectChristianprevious living ineasier toprofessor\n&lt;!-- effect ofanalyticswas takenwhere thetook overbelief inAfrikaansas far aspreventedwork witha special<fieldsetChristmasRetrieved\n\nIn the back intonortheastmagazines><strong>committeegoverninggroups ofstored inestablisha generalits firsttheir ownpopulatedan objectCaribbeanallow thedistrictswisconsinlocation.; width: inhabitedSocialistJanuary 1</footer>similarlychoice ofthe same specific business The first.length; desire todeal withsince theuserAgentconceivedindex.phpas &quot;engage inrecently,few yearswere also\n<head>\n<edited byare knowncities inaccesskeycondemnedalso haveservices,family ofSchool ofconvertednature of languageministers</object>there is a popularsequencesadvocatedThey wereany otherlocation=enter themuch morereflectedwas namedoriginal a typicalwhen theyengineerscould notresidentswednesdaythe third productsJanuary 2what theya certainreactionsprocessorafter histhe last contained"></div>\n</a></td>depend onsearch">\npieces ofcompetingReferencetennesseewhich has version=</span> <</header>gives thehistorianvalue="">padding:0view thattogether,the most was foundsubset ofattack onchildren,points ofpersonal position:allegedlyClevelandwas laterand afterare givenwas stillscrollingdesign ofmakes themuch lessAmericans.\n\nAfter , but theMuseum oflouisiana(from theminnesotaparticlesa processDominicanvolume ofreturningdefensive00px|righmade frommouseover" style="states of(which iscontinuesFranciscobuilding without awith somewho woulda form ofa part ofbefore itknown as Serviceslocation and oftenmeasuringand it ispaperbackvalues of\r\n<title>= window.determineer&quot; played byand early</center>from thisthe threepower andof &quot;innerHTML<a href="y:inline;Church ofthe eventvery highofficial -height: content="/cgi-bin/to createafrikaansesperantofranC\'aislatvieE!ulietuviE3D\feE!tinaD\reE!tina`9`8`8"f%f,h*g.\0d=e-g9i+e-mj5-l4d8:d;\0d9\bh.!g.f:g,h.0f,h(h+e\r\0f\re\n!e(d:hg=f\b?e0d:\'d?1d9i(e:g\t\bg$>fh!\ff&i(h=f <h?d8\0f-%f/d;e.i*\fh/g e\'ed<f0f\r.e:f6\bh49h\0e\ne,e.$h.(h.:e\f:f71e3e8f-f>e(e\fd:,e8e$\'e-&gh6\nf%h6\ng.!ged?!f/g=serviciosartC-culoargentinabarcelonacualquierpublicadoproductospolC-ticarespuestawikipediasiguientebC:squedacomunidadseguridadprincipalpreguntascontenidorespondervenezuelaproblemasdiciembrerelaciC3nnoviembresimilaresproyectosprogramasinstitutoactividadencuentraeconomC-aimC!genescontactardescargarnecesarioatenciC3ntelC)fonocomisiC3ncancionescapacidadencontraranC!lisisfavoritostC)rminosprovinciaetiquetaselementosfuncionesresultadocarC!cterpropiedadprincipionecesidadmunicipalcreaciC3ndescargaspresenciacomercialopinionesejercicioeditorialsalamancagonzC!lezdocumentopelC-cularecientesgeneralestarragonaprC!cticanovedadespropuestapacientestC)cnicasobjetivoscontactos`$.`%`$`$2`$?`$`$9`%\b`$`$`$/`$>`$8`$>`$%`$`$5`$`$0`$9`%`$`%\v`$\b`$`%`$`$0`$9`$>`$,`$>`$&`$`$9`$>`$8`$-`%\0`$9`%`$`$0`$9`%\0`$.`%\b`$`$&`$?`$(`$,`$>`$$diplodocs`$8`$.`$/`$0`%`$*`$(`$>`$.`$*`$$`$>`$+`$?`$0`$`$8`$$`$$`$0`$9`$2`%\v`$`$9`%`$`$,`$>`$0`$&`%`$6`$9`%`$\b`$`%`$2`$/`$&`$?`$`$>`$.`$5`%`$,`$$`%\0`$(`$,`%\0`$`$.`%\f`$$`$8`$>`$2`$2`%`$`$`%\t`$,`$.`$&`$&`$$`$%`$>`$(`$9`%\0`$6`$9`$0`$`$2`$`$`$-`%\0`$(`$`$0`$*`$>`$8`$0`$>`$$`$`$?`$`$\t`$8`%`$`$/`%\0`$9`%`$`$`$`%`$`%\0`$.`$`%\v`$`$`$>`$0`$`$-`%\0`$`$/`%`$$`%`$.`$5`%\v`$`$&`%`$`$`$`$0`$`$8`%`$.`%`$2`$2`$`$>`$9`$>`$2`$\n`$*`$0`$`$>`$0`$`$8`$>`$&`%`$0`$`$?`$8`$&`$?`$2`$,`$`$&`$,`$(`$>`$9`%`$`$2`$>`$`$`%\0`$$`$,`$`$(`$.`$?`$2`$`$8`%`$`$(`%`$(`$/`$>`$`%`$2`$2`%\t`$`$-`$>`$`$0`%`$2`$`$`$9`$0`$>`$.`$2`$`%`$*`%`$`$9`$>`$%`$`$8`%\0`$8`$9`%\0`$`$2`$>`$ `%\0`$`$9`$>`$`$&`%`$0`$$`$9`$$`$8`$>`$$`$/`$>`$&`$`$/`$>`$*`$>`$`$`%\f`$(`$6`$>`$.`$&`%`$`$/`$9`%\0`$0`$>`$/`$`%`$&`$2`$`%\0categoriesexperience</title>\r\nCopyright javascriptconditionseverything<p class="technologybackground<a class="management&copy; 201javaScriptcharactersbreadcrumbthemselveshorizontalgovernmentCaliforniaactivitiesdiscoveredNavigationtransitionconnectionnavigationappearance</title><mcheckbox" techniquesprotectionapparentlyas well asunt\', \'UA-resolutionoperationstelevisiontranslatedWashingtonnavigator. = window.impression&lt;br&gt;literaturepopulationbgcolor="#especially content="productionnewsletterpropertiesdefinitionleadershipTechnologyParliamentcomparisonul class=".indexOf("conclusiondiscussioncomponentsbiologicalRevolution_containerunderstoodnoscript><permissioneach otheratmosphere onfocus="<form id="processingthis.valuegenerationConferencesubsequentwell-knownvariationsreputationphenomenondisciplinelogo.png" (document,boundariesexpressionsettlementBackgroundout of theenterprise("https:" unescape("password" democratic<a href="/wrapper">\nmembershiplinguisticpx;paddingphilosophyassistanceuniversityfacilitiesrecognizedpreferenceif (typeofmaintainedvocabularyhypothesis.submit();&amp;nbsp;annotationbehind theFoundationpublisher"assumptionintroducedcorruptionscientistsexplicitlyinstead ofdimensions onClick="considereddepartmentoccupationsoon afterinvestmentpronouncedidentifiedexperimentManagementgeographic" height="link rel=".replace(/depressionconferencepunishmenteliminatedresistanceadaptationoppositionwell knownsupplementdeterminedh1 class="0px;marginmechanicalstatisticscelebratedGovernment\n\nDuring tdevelopersartificialequivalentoriginatedCommissionattachment<span id="there wereNederlandsbeyond theregisteredjournalistfrequentlyall of thelang="en" </style>\r\nabsolute; supportingextremely mainstream</strong> popularityemployment</table>\r\n colspan="</form>\n conversionabout the </p></div>integrated" lang="enPortuguesesubstituteindividualimpossiblemultimediaalmost allpx solid #apart fromsubject toin Englishcriticizedexcept forguidelinesoriginallyremarkablethe secondh2 class="<a title="(includingparametersprohibited= "http://dictionaryperceptionrevolutionfoundationpx;height:successfulsupportersmillenniumhis fatherthe &quot;no-repeat;commercialindustrialencouragedamount of unofficialefficiencyReferencescoordinatedisclaimerexpeditiondevelopingcalculatedsimplifiedlegitimatesubstring(0" class="completelyillustratefive yearsinstrumentPublishing1" class="psychologyconfidencenumber of absence offocused onjoined thestructurespreviously></iframe>once againbut ratherimmigrantsof course,a group ofLiteratureUnlike the</a>&nbsp;\nfunction it was theConventionautomobileProtestantaggressiveafter the Similarly," /></div>collection\r\nfunctionvisibilitythe use ofvolunteersattractionunder the threatened*<![CDATA[importancein generalthe latter</form>\n</.indexOf(\'i = 0; i <differencedevoted totraditionssearch forultimatelytournamentattributesso-called }\n</style>evaluationemphasizedaccessible</section>successionalong withMeanwhile,industries</a><br />has becomeaspects ofTelevisionsufficientbasketballboth sidescontinuingan article<img alt="adventureshis mothermanchesterprinciplesparticularcommentaryeffects ofdecided to"><strong>publishersJournal ofdifficultyfacilitateacceptablestyle.css"\tfunction innovation>Copyrightsituationswould havebusinessesDictionarystatementsoften usedpersistentin Januarycomprising</title>\n\tdiplomaticcontainingperformingextensionsmay not beconcept of onclick="It is alsofinancial making theLuxembourgadditionalare calledengaged in"script");but it waselectroniconsubmit="\n\x3c!-- End electricalofficiallysuggestiontop of theunlike theAustralianOriginallyreferences\n</head>\r\nrecognisedinitializelimited toAlexandriaretirementAdventuresfour years\n\n&lt;!-- increasingdecorationh3 class="origins ofobligationregulationclassified(function(advantagesbeing the historians<base hrefrepeatedlywilling tocomparabledesignatednominationfunctionalinside therevelationend of thes for the authorizedrefused totake placeautonomouscompromisepolitical restauranttwo of theFebruary 2quality ofswfobject.understandnearly allwritten byinterviews" width="1withdrawalfloat:leftis usuallycandidatesnewspapersmysteriousDepartmentbest knownparliamentsuppressedconvenientremembereddifferent systematichas led topropagandacontrolledinfluencesceremonialproclaimedProtectionli class="Scientificclass="no-trademarksmore than widespreadLiberationtook placeday of theas long asimprisonedAdditional\n<head>\n<mLaboratoryNovember 2exceptionsIndustrialvariety offloat: lefDuring theassessmenthave been deals withStatisticsoccurrence/ul></div>clearfix">the publicmany yearswhich wereover time,synonymouscontent">\npresumablyhis familyuserAgent.unexpectedincluding challengeda minorityundefined"belongs totaken fromin Octoberposition: said to bereligious Federation rowspan="only a fewmeant thatled to the--\x3e\r\n<div <fieldset>Archbishop class="nobeing usedapproachesprivilegesnoscript>\nresults inmay be theEaster eggmechanismsreasonablePopulationCollectionselected">noscript>\r/index.phparrival of-jssdk\'));managed toincompletecasualtiescompletionChristiansSeptember arithmeticproceduresmight haveProductionit appearsPhilosophyfriendshipleading togiving thetoward theguaranteeddocumentedcolor:#000video gamecommissionreflectingchange theassociatedsans-serifonkeypress; padding:He was theunderlyingtypically , and the srcElementsuccessivesince the should be networkingaccountinguse of thelower thanshows that</span>\n\t\tcomplaintscontinuousquantitiesastronomerhe did notdue to itsapplied toan averageefforts tothe futureattempt toTherefore,capabilityRepublicanwas formedElectronickilometerschallengespublishingthe formerindigenousdirectionssubsidiaryconspiracydetails ofand in theaffordablesubstancesreason forconventionitemtype="absolutelysupposedlyremained aattractivetravellingseparatelyfocuses onelementaryapplicablefound thatstylesheetmanuscriptstands for no-repeat(sometimesCommercialin Americaundertakenquarter ofan examplepersonallyindex.php?</button>\npercentagebest-knowncreating a" dir="ltrLieutenant\n<div id="they wouldability ofmade up ofnoted thatclear thatargue thatto anotherchildren\'spurpose offormulatedbased uponthe regionsubject ofpassengerspossession.\n\nIn the Before theafterwardscurrently across thescientificcommunity.capitalismin Germanyright-wingthe systemSociety ofpoliticiandirection:went on toremoval of New York apartmentsindicationduring theunless thehistoricalhad been adefinitiveingredientattendanceCenter forprominencereadyStatestrategiesbut in theas part ofconstituteclaim thatlaboratorycompatiblefailure of, such as began withusing the to providefeature offrom which/" class="geologicalseveral ofdeliberateimportant holds thating&quot; valign=topthe Germanoutside ofnegotiatedhis careerseparationid="searchwas calledthe fourthrecreationother thanpreventionwhile the education,connectingaccuratelywere builtwas killedagreementsmuch more Due to thewidth: 100some otherKingdom ofthe entirefamous forto connectobjectivesthe Frenchpeople andfeatured">is said tostructuralreferendummost oftena separate->\n<div id Official worldwide.aria-labelthe planetand it wasd" value="looking atbeneficialare in themonitoringreportedlythe modernworking onallowed towhere the innovative</a></div>soundtracksearchFormtend to beinput id="opening ofrestrictedadopted byaddressingtheologianmethods ofvariant ofChristian very largeautomotiveby far therange frompursuit offollow thebrought toin Englandagree thataccused ofcomes frompreventingdiv style=his or hertremendousfreedom ofconcerning0 1em 1em;Basketball/style.cssan earliereven after/" title=".com/indextaking thepittsburghcontent">\r<script>(fturned outhaving the</span>\r\n occasionalbecause itstarted tophysically></div>\n created byCurrently, bgcolor="tabindex="disastrousAnalytics also has a><div id="</style>\n<called forsinger and.src = "//violationsthis pointconstantlyis locatedrecordingsd from thenederlandsportuguC*sW"WW(WW*YX\'X1X3[\fdesarrollocomentarioeducaciC3nseptiembreregistradodirecciC3nubicaciC3npublicidadrespuestasresultadosimportantereservadosartC-culosdiferentessiguientesrepC:blicasituaciC3nministerioprivacidaddirectorioformaciC3npoblaciC3npresidentecont','enidosaccesoriostechnoratipersonalescategorC-aespecialesdisponibleactualidadreferenciavalladolidbibliotecarelacionescalendariopolC-ticasanterioresdocumentosnaturalezamaterialesdiferenciaeconC3micatransporterodrC-guezparticiparencuentrandiscusiC3nestructurafundaciC3nfrecuentespermanentetotalmenteP<P>P6P=P>P1QP4P5QP<P>P6P5QP2Q\0P5P<QQP0P:P6P5QQP>P1Q\vP1P>P;P5P5P>QP5P=Q\fQ\rQP>P3P>P:P>P3P4P0P?P>QP;P5P2QP5P3P>QP0P9QP5QP5Q\0P5P7P<P>P3QQQP0P9QP0P6P8P7P=P8P<P5P6P4QP1QP4QQPP>P8QP:P7P4P5QQ\fP2P8P4P5P>QP2QP7P8P=QP6P=P>QP2P>P5P9P;QP4P5P9P?P>Q\0P=P>P<P=P>P3P>P4P5QP5P9QP2P>P8QP?Q\0P0P2P0QP0P:P>P9P<P5QQP>P8P<P5P5QP6P8P7P=Q\fP>P4P=P>P9P;QQQ\bP5P?P5Q\0P5P4QP0QQP8QP0QQQ\fQ\0P0P1P>QP=P>P2Q\vQP?Q\0P0P2P>QP>P1P>P9P?P>QP>P<P<P5P=P5P5QP8QP;P5P=P>P2Q\vP5QQP;QP3P>P:P>P;P>P=P0P7P0P4QP0P:P>P5QP>P3P4P0P?P>QQP8PP>QP;P5QP0P:P8P5P=P>P2Q\vP9QQP>P8QQP0P:P8QQQ\0P0P7QP!P0P=P:QQP>Q\0QP<PP>P3P4P0P:P=P8P3P8QP;P>P2P0P=P0Q\bP5P9P=P0P9QP8QP2P>P8P<QP2QP7Q\fP;QP1P>P9QP0QQP>QQ\0P5P4P8PQ\0P>P<P5P$P>Q\0QP<Q\0Q\vP=P:P5QQP0P;P8P?P>P8QP:QQ\vQQQP<P5QQQQP5P=QQ\0QQ\0QP4P0QP0P<Q\vQQ\0Q\vP=P:P0PP>P2Q\vP9QP0QP>P2P<P5QQP0QP8P;Q\fP<P<P0Q\0QP0QQQ\0P0P=P<P5QQP5QP5P:QQP=P0Q\bP8QP<P8P=QQP8P<P5P=P8P8P<P5QQP=P>P<P5Q\0P3P>Q\0P>P4QP0P<P>P<Q\rQP>P<QP:P>P=QP5QP2P>P5P<P:P0P:P>P9PQ\0QP8P2YYX*X/Y\tX%X1X3X\'YX1X3X\'YX)X\'YX9X\'YYX*X(YX\'X(X1X\'YX,X\'YY\nY\bYX\'YX5Y\bX1X,X/Y\nX/X)X\'YX9X6Y\bX%X6X\'YX)X\'YYX3YX\'YX9X\'X(X*X-YY\nYYYYX\'X*YYX*YY\tX*X9X/Y\nYX\'YX4X9X1X#X.X(X\'X1X*X7Y\bY\nX1X9YY\nYYX%X1YX\'YX7YX(X\'X*X\'YYX:X)X*X1X*Y\nX(X\'YYX\'X3X\'YX4Y\nX.YYX*X/Y\nX\'YX9X1X(X\'YYX5X5X\'YYX\'YX9YY\nYX\'X*X-X/Y\nX+X\'YYYYX\'YX9YYYYX*X(X)Y\nYYYYX\'YX7YYYY\nX/Y\nY\bX%X/X\'X1X)X*X\'X1Y\nX.X\'YX5X-X)X*X3X,Y\nYX\'YY\bYX*X9YX/YX\'YX/Y\nYX)X*X5YY\nYX#X1X4Y\nYX\'YX0Y\nYX9X1X(Y\nX)X(Y\bX\'X(X)X#YX9X\'X(X\'YX3YX1YX4X\'YYX*X9X\'YY\tX\'YX#Y\bYX\'YX3YX)X,X\'YX9X)X\'YX5X-YX\'YX/Y\nYYYYX\'X*X\'YX.X\'X5X\'YYYYX#X9X6X\'X!YX*X\'X(X)X\'YX.Y\nX1X1X3X\'X&YX\'YYYX(X\'YX#X/X(YYX\'X7X9YX1X\'X3YYYX7YX)X\'YYX*X(X\'YX1X,YX\'X4X*X1YX\'YYX/YY\nX9X7Y\nYsByTagName(.jpg" alt="1px solid #.gif" alt="transparentinformationapplication" onclick="establishedadvertising.png" alt="environmentperformanceappropriate&amp;mdash;immediately</strong></rather thantemperaturedevelopmentcompetitionplaceholdervisibility:copyright">0" height="even thoughreplacementdestinationCorporation<ul class="AssociationindividualsperspectivesetTimeout(url(http://mathematicsmargin-top:eventually description) no-repeatcollections.JPG|thumb|participate/head><bodyfloat:left;<li class="hundreds of\n\nHowever, compositionclear:both;cooperationwithin the label for="border-top:New Zealandrecommendedphotographyinteresting&lt;sup&gt;controversyNetherlandsalternativemaxlength="switzerlandDevelopmentessentially\n\nAlthough </textarea>thunderbirdrepresented&amp;ndash;speculationcommunitieslegislationelectronics\n\t<div id="illustratedengineeringterritoriesauthoritiesdistributed6" height="sans-serif;capable of disappearedinteractivelooking forit would beAfghanistanwas createdMath.floor(surroundingcan also beobservationmaintenanceencountered<h2 class="more recentit has beeninvasion of).getTime()fundamentalDespite the"><div id="inspirationexaminationpreparationexplanation<input id="</a></span>versions ofinstrumentsbefore the = \'http://Descriptionrelatively .substring(each of theexperimentsinfluentialintegrationmany peopledue to the combinationdo not haveMiddle East<noscript><copyright" perhaps theinstitutionin Decemberarrangementmost famouspersonalitycreation oflimitationsexclusivelysovereignty-content">\n<td class="undergroundparallel todoctrine ofoccupied byterminologyRenaissancea number ofsupport forexplorationrecognitionpredecessor<img src="/<h1 class="publicationmay also bespecialized</fieldset>progressivemillions ofstates thatenforcementaround the one another.parentNodeagricultureAlternativeresearcherstowards theMost of themany other (especially<td width=";width:100%independent<h3 class=" onchange=").addClass(interactionOne of the daughter ofaccessoriesbranches of\r\n<div id="the largestdeclarationregulationsInformationtranslationdocumentaryin order to">\n<head>\n<" height="1across the orientation);<\/script>implementedcan be seenthere was ademonstratecontainer">connectionsthe Britishwas written!important;px; margin-followed byability to complicatedduring the immigrationalso called<h4 class="distinctionreplaced bygovernmentslocation ofin Novemberwhether the</p>\n</div>acquisitioncalled the persecutiondesignation{font-size:appeared ininvestigateexperiencedmost likelywidely useddiscussionspresence of (document.extensivelyIt has beenit does notcontrary toinhabitantsimprovementscholarshipconsumptioninstructionfor exampleone or morepx; paddingthe currenta series ofare usuallyrole in thepreviously derivativesevidence ofexperiencescolorschemestated thatcertificate</a></div>\n selected="high schoolresponse tocomfortableadoption ofthree yearsthe countryin Februaryso that thepeople who provided by<param nameaffected byin terms ofappointmentISO-8859-1"was born inhistorical regarded asmeasurementis based on and other : function(significantcelebrationtransmitted/js/jquery.is known astheoretical tabindex="it could be<noscript>\nhaving been\r\n<head>\r\n< &quot;The compilationhe had beenproduced byphilosopherconstructedintended toamong othercompared toto say thatEngineeringa differentreferred todifferencesbelief thatphotographsidentifyingHistory of Republic ofnecessarilyprobabilitytechnicallyleaving thespectacularfraction ofelectricityhead of therestaurantspartnershipemphasis onmost recentshare with saying thatfilled withdesigned toit is often"></iframe>as follows:merged withthrough thecommercial pointed outopportunityview of therequirementdivision ofprogramminghe receivedsetInterval"></span></in New Yorkadditional compression\n\n<div id="incorporate;<\/script><attachEventbecame the " target="_carried outSome of thescience andthe time ofContainer">maintainingChristopherMuch of thewritings of" height="2size of theversion of mixture of between theExamples ofeducationalcompetitive onsubmit="director ofdistinctive/DTD XHTML relating totendency toprovince ofwhich woulddespite thescientific legislature.innerHTML allegationsAgriculturewas used inapproach tointelligentyears later,sans-serifdeterminingPerformanceappearances, which is foundationsabbreviatedhigher thans from the individual composed ofsupposed toclaims thatattributionfont-size:1elements ofHistorical his brotherat the timeanniversarygoverned byrelated to ultimately innovationsit is stillcan only bedefinitionstoGMTStringA number ofimg class="Eventually,was changedoccurred inneighboringdistinguishwhen he wasintroducingterrestrialMany of theargues thatan Americanconquest ofwidespread were killedscreen and In order toexpected todescendantsare locatedlegislativegenerations backgroundmost peopleyears afterthere is nothe highestfrequently they do notargued thatshowed thatpredominanttheologicalby the timeconsideringshort-lived</span></a>can be usedvery littleone of the had alreadyinterpretedcommunicatefeatures ofgovernment,</noscript>entered the" height="3Independentpopulationslarge-scale. Although used in thedestructionpossibilitystarting intwo or moreexpressionssubordinatelarger thanhistory and</option>\r\nContinentaleliminatingwill not bepractice ofin front ofsite of theensure thatto create amississippipotentiallyoutstandingbetter thanwhat is nowsituated inmeta name="TraditionalsuggestionsTranslationthe form ofatmosphericideologicalenterprisescalculatingeast of theremnants ofpluginspage/index.php?remained intransformedHe was alsowas alreadystatisticalin favor ofMinistry ofmovement offormulationis required<link rel="This is the <a href="/popularizedinvolved inare used toand severalmade by theseems to belikely thatPalestiniannamed afterit had beenmost commonto refer tobut this isconsecutivetemporarilyIn general,conventionstakes placesubdivisionterritorialoperationalpermanentlywas largelyoutbreak ofin the pastfollowing a xmlns:og="><a class="class="textConversion may be usedmanufactureafter beingclearfix">\nquestion ofwas electedto become abecause of some peopleinspired bysuccessful a time whenmore commonamongst thean officialwidth:100%;technology,was adoptedto keep thesettlementslive birthsindex.html"Connecticutassigned to&amp;times;account foralign=rightthe companyalways beenreturned toinvolvementBecause thethis period" name="q" confined toa result ofvalue="" />is actuallyEnvironment\r\n</head>\r\nConversely,>\n<div id="0" width="1is probablyhave becomecontrollingthe problemcitizens ofpoliticiansreached theas early as:none; over<table cellvalidity ofdirectly toonmousedownwhere it iswhen it wasmembers of relation toaccommodatealong with In the latethe Englishdelicious">this is notthe presentif they areand finallya matter of\r\n\t</div>\r\n\r\n<\/script>faster thanmajority ofafter whichcomparativeto maintainimprove theawarded theer" class="frameborderrestorationin the sameanalysis oftheir firstDuring the continentalsequence offunction(){font-size: work on the<\/script>\n<begins withjavascript:constituentwas foundedequilibriumassume thatis given byneeds to becoordinatesthe variousare part ofonly in thesections ofis a commontheories ofdiscoveriesassociationedge of thestrength ofposition inpresent-dayuniversallyto form thebut insteadcorporationattached tois commonlyreasons for &quot;the can be madewas able towhich meansbut did notonMouseOveras possibleoperated bycoming fromthe primaryaddition offor severaltransferreda period ofare able tohowever, itshould havemuch larger\n\t<\/script>adopted theproperty ofdirected byeffectivelywas broughtchildren ofProgramminglonger thanmanuscriptswar againstby means ofand most ofsimilar to proprietaryoriginatingprestigiousgrammaticalexperience.to make theIt was alsois found incompetitorsin the U.S.replace thebrought thecalculationfall of thethe generalpracticallyin honor ofreleased inresidentialand some ofking of thereaction to1st Earl ofculture andprincipally</title>\n they can beback to thesome of hisexposure toare similarform of theaddFavoritecitizenshippart in thepeople within practiceto continue&amp;minus;approved by the first allowed theand for thefunctioningplaying thesolution toheight="0" in his bookmore than afollows thecreated thepresence in&nbsp;</td>nationalistthe idea ofa characterwere forced class="btndays of thefeatured inshowing theinterest inin place ofturn of thethe head ofLord of thepoliticallyhas its ownEducationalapproval ofsome of theeach other,behavior ofand becauseand anotherappeared onrecorded inblack&quot;may includethe world\'scan lead torefers to aborder="0" government winning theresulted in while the Washington,the subjectcity in the></div>\r\n\t\treflect theto completebecame moreradioactiverejected bywithout anyhis father,which couldcopy of theto indicatea politicalaccounts ofconstitutesworked wither</a></li>of his lifeaccompaniedclientWidthprevent theLegislativedifferentlytogether inhas severalfor anothertext of thefounded thee with the is used forchanged theusually theplace wherewhereas the> <a href=""><a href="themselves,although hethat can betraditionalrole of theas a resultremoveChilddesigned bywest of theSome peopleproduction,side of thenewslettersused by thedown to theaccepted bylive in theattempts tooutside thefrequenciesHowever, inprogrammersat least inapproximatealthough itwas part ofand variousGovernor ofthe articleturned into><a href="/the economyis the mostmost widelywould laterand perhapsrise to theoccurs whenunder whichconditions.the westerntheory thatis producedthe city ofin which heseen in thethe centralbuilding ofmany of hisarea of theis the onlymost of themany of thethe WesternThere is noextended toStatisticalcolspan=2 |short storypossible totopologicalcritical ofreported toa Christiandecision tois equal toproblems ofThis can bemerchandisefor most ofno evidenceeditions ofelements in&quot;. Thecom/images/which makesthe processremains theliterature,is a memberthe popularthe ancientproblems intime of thedefeated bybody of thea few yearsmuch of thethe work ofCalifornia,served as agovernment.concepts ofmovement in\t\t<div id="it" value="language ofas they areproduced inis that theexplain thediv></div>\nHowever thelead to the\t<a href="/was grantedpeople havecontinuallywas seen asand relatedthe role ofproposed byof the besteach other.Constantinepeople fromdialects ofto revisionwas renameda source ofthe initiallaunched inprovide theto the westwhere thereand similarbetween twois also theEnglish andconditions,that it wasentitled tothemselves.quantity ofransparencythe same asto join thecountry andthis is theThis led toa statementcontrast tolastIndexOfthrough hisis designedthe term isis providedprotect theng</a></li>The currentthe site ofsubstantialexperience,in the Westthey shouldslovenD\rinacomentariosuniversidadcondicionesactividadesexperienciatecnologC-aproducciC3npuntuaciC3naplicaciC3ncontraseC1acategorC-asregistrarseprofesionaltratamientoregC-stratesecretarC-aprincipalesprotecciC3nimportantesimportanciaposibilidadinteresantecrecimientonecesidadessuscribirseasociaciC3ndisponiblesevaluaciC3nestudiantesresponsableresoluciC3nguadalajararegistradosoportunidadcomercialesfotografC-aautoridadesingenierC-atelevisiC3ncompetenciaoperacionesestablecidosimplementeactualmentenavegaciC3nconformidadline-height:font-family:" : "http://applicationslink" href="specifically//<![CDATA[\nOrganizationdistribution0px; height:relationshipdevice-width<div class="<label for="registration</noscript>\n/index.html"window.open( !important;application/independence//www.googleorganizationautocompleterequirementsconservative<form name="intellectualmargin-left:18th centuryan importantinstitutionsabbreviation<img class="organisationcivilization19th centuryarchitectureincorporated20th century-container">most notably/></a></div>notification\'undefined\')Furthermore,believe thatinnerHTML = prior to thedramaticallyreferring tonegotiationsheadquartersSouth AfricaunsuccessfulPennsylvaniaAs a result,<html lang="&lt;/sup&gt;dealing withphiladelphiahistorically);<\/script>\npadding-top:experimentalgetAttributeinstructionstechnologiespart of the =function(){subscriptionl.dtd">\r\n<htgeographicalConstitution\', function(supported byagriculturalconstructionpublicationsfont-size: 1a variety of<div style="Encyclopediaiframe src="demonstratedaccomplisheduniversitiesDemographics);<\/script><dedicated toknowledge ofsatisfactionparticularly</div></div>English (US)appendChild(transmissions. However, intelligence" tabindex="float:right;Commonwealthranging fromin which theat least onereproductionencyclopedia;font-size:1jurisdictionat that time"><a class="In addition,description+conversationcontact withis generallyr" content="representing&lt;math&gt;presentationoccasionally<img width="navigation">compensationchampionshipmedia="all" violation ofreference toreturn true;Strict//EN" transactionsinterventionverificationInformation difficultiesChampionshipcapabilities<![endif]--\x3e}\n<\/script>\nChristianityfor example,Professionalrestrictionssuggest thatwas released(such as theremoveClass(unemploymentthe Americanstructure of/index.html published inspan class=""><a href="/introductionbelonging toclaimed thatconsequences<meta name="Guide to theoverwhelmingagainst the concentrated,\n.nontouch observations</a>\n</div>\nf (document.border: 1px {font-size:1treatment of0" height="1modificationIndependencedivided intogreater thanachievementsestablishingJavaScript" neverthelesssignificanceBroadcasting>&nbsp;</td>container">\nsuch as the influence ofa particularsrc=\'http://navigation" half of the substantial &nbsp;</div>advantage ofdiscovery offundamental metropolitanthe opposite" xml:lang="deliberatelyalign=centerevolution ofpreservationimprovementsbeginning inJesus ChristPublicationsdisagreementtext-align:r, function()similaritiesbody></html>is currentlyalphabeticalis sometimestype="image/many of the flow:hidden;available indescribe theexistence ofall over thethe Internet\t<ul class="installationneighborhoodarmed forcesreducing thecontinues toNonetheless,temperatures\n\t\t<a href="close to theexamples of is about the(see below)." id="searchprofessionalis availablethe official\t\t<\/script>\n\n\t\t<div id="accelerationthrough the Hall of Famedescriptionstranslationsinterference type=\'text/recent yearsin the worldvery popular{background:traditional some of the connected toexploitationemergence ofconstitutionA History ofsignificant manufacturedexpectations><noscript><can be foundbecause the has not beenneighbouringwithout the added to the\t<li class="instrumentalSoviet Unionacknowledgedwhich can bename for theattention toattempts to developmentsIn fact, the<li class="aimplicationssuitable formuch of the colonizationpresidentialcancelBubble Informationmost of the is describedrest of the more or lessin SeptemberIntelligencesrc="http://px; height: available tomanufacturerhuman rightslink href="/availabilityproportionaloutside the astronomicalhuman beingsname of the are found inare based onsmaller thana person whoexpansion ofarguing thatnow known asIn the earlyintermediatederived fromScandinavian</a></div>\r\nconsider thean estimatedthe National<div id="pagresulting incommissionedanalogous toare required/ul>\n</div>\nwas based onand became a&nbsp;&nbsp;t" value="" was capturedno more thanrespectivelycontinue to >\r\n<head>\r\n<were createdmore generalinformation used for theindependent the Imperialcomponent ofto the northinclude the Constructionside of the would not befor instanceinvention ofmore complexcollectivelybackground: text-align: its originalinto accountthis processan extensivehowever, thethey are notrejected thecriticism ofduring whichprobably thethis article(function(){It should bean agreementaccidentallydiffers fromArchitecturebetter knownarrangementsinfluence onattended theidentical tosouth of thepass throughxml" title="weight:bold;creating thedisplay:nonereplaced the<img src="/ihttps://www.World War IItestimonialsfound in therequired to and that thebetween the was designedconsists of considerablypublished bythe languageConservationconsisted ofrefer to theback to the css" media="People from available onproved to besuggestions"was known asvarieties oflikely to becomprised ofsupport the hands of thecoupled withconnect and border:none;performancesbefore beinglater becamecalculationsoften calledresidents ofmeaning that><li class="evidence forexplanationsenvironments"></a></div>which allowsIntroductiondeveloped bya wide rangeon behalf ofvalign="top"principle ofat the time,</noscript>\rsaid to havein the firstwhile othershypotheticalphilosopherspower of thecontained inperformed byinability towere writtenspan style="input name="the questionintended forrejection ofimplies thatinvented thethe standardwas probablylink betweenprofessor ofinteractionschanging theIndian Ocean class="lastworking with\'http://www.years beforeThis was therecreationalentering themeasurementsan extremelyvalue of thestart of the\n<\/script>\n\nan effort toincrease theto the southspacing="0">sufficientlythe Europeanconverted toclearTimeoutdid not haveconsequentlyfor the nextextension ofeconomic andalthough theare producedand with theinsufficientgiven by thestating thatexpenditures</span></a>\nthought thaton the basiscellpadding=image of thereturning toinformation,separated byassassinateds" content="authority ofnorthwestern</div>\n<div "></div>\r\n consultationcommunity ofthe nationalit should beparticipants align="leftthe greatestselection ofsupernaturaldependent onis mentionedallowing thewas inventedaccompanyinghis personalavailable atstudy of theon the otherexecution ofHuman Rightsterms of theassociationsresearch andsucceeded bydefeated theand from thebut they arecommander ofstate of theyears of agethe study of<ul class="splace in thewhere he was<li class="fthere are nowhich becamehe publishedexpressed into which thecommissionerfont-weight:territory ofextensions">Roman Empireequal to theIn contrast,however, andis typicallyand his wife(also called><ul class="effectively evolved intoseem to havewhich is thethere was noan excellentall of thesedescribed byIn practice,broadcastingcharged withreflected insubjected tomilitary andto the pointeconomicallysetTargetingare actuallyvictory over();<\/script>continuouslyrequired forevolutionaryan effectivenorth of the, which was front of theor otherwisesome form ofhad not beengenerated byinformation.permitted toincludes thedevelopment,entered intothe previousconsistentlyare known asthe field ofthis type ofgiven to thethe title ofcontains theinstances ofin the northdue to theirare designedcorporationswas that theone of thesemore popularsucceeded insupport fromin differentdominated bydesigned forownership ofand possiblystandardizedresponseTextwas intendedreceived theassumed thatareas of theprimarily inthe basis ofin the senseaccounts fordestroyed byat least twowas declaredcould not beSecretary ofappear to bemargin-top:1/^\\s+|\\s+$/ge){throw e};the start oftwo separatelanguage andwho had beenoperation ofdeath of thereal numbers\t<link rel="provided thethe story ofcompetitionsenglish (UK)english (US)PP>P=P3P>P;P!Q\0P?QP:P8QQ\0P?QP:P8QQ\0P?QP:P>YX9X1X(Y\nX)f-#i+d8-fg.\0d=d8-fg9d=d8-ff\tie,e8d::f0f?e:i?i\fe74e74g$>d<d8;d9\tf\rd=g3;g;f?g-f3h\'informaciC3nherramientaselectrC3nicodescripciC3nclasificadosconocimientopublicaciC3nrelacionadasinformC!ticarelacionadosdepartamentotrabajadoresdirectamenteayuntamientomercadoLibrecontC!ctenoshabitacionescumplimientorestaurantesdisposiciC3nconsecuenciaelectrC3nicaaplicacionesdesconectadoinstalaciC3nrealizaciC3nutilizaciC3nenciclopediaenfermedadesinstrumentosexperienciasinstituciC3nparticularessubcategoriaQP>P;Q\fP:P>P P>QQP8P8Q\0P0P1P>QQ\vP1P>P;Q\fQ\bP5P?Q\0P>QQP>P<P>P6P5QP5P4Q\0QP3P8QQP;QQP0P5QP5P9QP0QP2QP5P3P4P0P P>QQP8QPP>QP:P2P5P4Q\0QP3P8P5P3P>Q\0P>P4P0P2P>P?Q\0P>QP4P0P=P=Q\vQP4P>P;P6P=Q\vP8P<P5P=P=P>PP>QP:P2Q\vQ\0QP1P;P5P9PP>QP:P2P0QQQ\0P0P=Q\vP=P8QP5P3P>Q\0P0P1P>QP5P4P>P;P6P5P=QQP;QP3P8QP5P?P5Q\0Q\fPP4P=P0P:P>P?P>QP>P<QQ\0P0P1P>QQP0P?Q\0P5P;QP2P>P>P1Q\tP5P>P4P=P>P3P>QP2P>P5P3P>QQP0QQ\fP8P4Q\0QP3P>P9QP>Q\0QP<P5QP>Q\0P>Q\bP>P?Q\0P>QP8P2QQQ\vP;P:P0P:P0P6P4Q\vP9P2P;P0QQP8P3Q\0QP?P?Q\vP2P<P5QQP5Q\0P0P1P>QP0QP:P0P7P0P;P?P5Q\0P2Q\vP9P4P5P;P0QQ\fP4P5P=Q\fP3P8P?P5Q\0P8P>P4P1P8P7P=P5QP>QP=P>P2P5P<P>P<P5P=QP:QP?P8QQ\fP4P>P;P6P=P0Q\0P0P<P:P0QP=P0QP0P;P>P P0P1P>QP0P"P>P;Q\fP:P>QP>P2QP5P<P2QP>Q\0P>P9P=P0QP0P;P0QP?P8QP>P:QP;QP6P1Q\vQP8QQP5P<P?P5QP0QP8P=P>P2P>P3P>P?P>P<P>Q\tP8QP0P9QP>P2P?P>QP5P<QP?P>P<P>Q\tQ\fP4P>P;P6P=P>QQQ\vP;P:P8P1Q\vQQQ\0P>P4P0P=P=Q\vP5P<P=P>P3P8P5P?Q\0P>P5P:QP!P5P9QP0QP<P>P4P5P;P8QP0P:P>P3P>P>P=P;P0P9P=P3P>Q\0P>P4P5P2P5Q\0QP8QQQQ\0P0P=P5QP8P;Q\fP<Q\vQQ\0P>P2P=QQ\0P0P7P=Q\vQP8QP:P0QQ\fP=P5P4P5P;QQP=P2P0Q\0QP<P5P=Q\fQ\bP5P<P=P>P3P8QP4P0P=P=P>P9P7P=P0QP8QP=P5P;Q\fP7QQP>Q\0QP<P0P"P5P?P5Q\0Q\fP<P5QQQP0P7P0Q\tP8QQ\vPQQQ\bP8P5`$(`$9`%\0`$`$`$0`$(`%`$`$*`$(`%`$`$?`$/`$>`$`$0`%`$`$`$(`%\r`$/`$`%\r`$/`$>`$`$>`$`$!`$,`$>`$0`%`$`$?`$8`%\0`$&`$?`$/`$>`$*`$9`$2`%`$8`$?`$`$9`$-`$>`$0`$$`$`$*`$(`%\0`$5`$>`$2`%`$8`%`$5`$>`$`$0`$$`%`$.`%`$0`%`$9`%\v`$(`%`$8`$`$$`%`$,`$9`%`$$`$8`$>`$`$`$9`%\v`$`$>`$`$>`$(`%`$.`$?`$(`$`$`$0`$$`$>`$`$0`$(`$>`$\t`$(`$`%`$/`$9`$>`$`$8`$,`$8`%`$-`$>`$7`$>`$`$*`$`%`$2`$?`$/`%`$6`%`$0`%`$`$8`$`%`$`$`$`%`$.`%`$0`%\0`$8`$`$$`$>`$.`%`$0`$>`$2`%`$`$0`$`$\'`$?`$`$`$*`$(`$>`$8`$.`$>`$`$.`%`$`%`$`$>`$0`$#`$9`%\v`$$`$>`$`$!`$<`%\0`$/`$9`$>`$`$9`%\v`$`$2`$6`$,`%\r`$&`$2`$?`$/`$>`$`%\0`$5`$(`$`$>`$$`$>`$`%\b`$8`%`$`$*`$`$>`$5`$>`$2`%\0`$&`%`$(`%`$*`%`$0`%\0`$*`$>`$(`%\0`$\t`$8`$`%`$9`%\v`$`%\0`$,`%\b`$ `$`$`$*`$`%\0`$5`$0`%\r`$7`$`$>`$`$5`$`$*`$`%\v`$`$?`$2`$>`$`$>`$(`$>`$8`$9`$.`$$`$9`$.`%`$`$\t`$(`$`%\0`$/`$>`$9`%`$&`$0`%\r`$`$8`%`$`%\0`$*`$8`$`$&`$8`$5`$>`$2`$9`%\v`$(`$>`$9`%\v`$$`%\0`$`%\b`$8`%`$5`$>`$*`$8`$`$(`$$`$>`$(`%`$$`$>`$`$>`$0`%\0`$`$>`$/`$2`$`$?`$2`%`$(`%\0`$`%`$`$>`$`$`$*`$$`%\r`$0`$`%`$`$2`$`$>`$$`%`$,`$>`$9`$0`$`$*`$(`%`$5`$>`$9`$(`$`$8`$`$>`$8`%`$,`$9`$0`$9`$(`%`$`$8`$8`%`$8`$9`$?`$$`$,`$!`$<`%`$`$`$(`$>`$$`$2`$>`$6`$*`$>`$`$`$6`%\r`$0`%\0`$,`$!`$<`%\0`$9`%\v`$$`%`$8`$>`$\b`$`$6`$>`$/`$&`$8`$`$$`%\0`$`$>`$$`%\0`$5`$>`$2`$>`$9`$`$>`$0`$*`$`$(`$>`$0`$`$(`%`$8`$!`$<`$`$.`$?`$2`$>`$\t`$8`$`%\0`$`%`$5`$2`$2`$`$$`$>`$`$>`$(`$>`$`$0`%\r`$%`$`$9`$>`$`$&`%`$`$>`$*`$9`$2`%\0`$(`$?`$/`$.`$,`$?`$(`$>`$,`%\b`$`$`$`$9`%\0`$`$`$9`$(`$>`$&`%`$$`$>`$9`$.`$2`%`$`$>`$+`%\0`$`$,`$`$?`$$`%`$0`$$`$.`$>`$`$`$5`$9`%\0`$`$0`%\v`$`$<`$.`$?`$2`%\0`$`$0`%\v`$*`$8`%`$(`$>`$/`$>`$&`$5`$2`%`$(`%`$`$>`$$`$>`$`$0`%\0`$,`$\t`$(`$`$>`$`$5`$>`$,`$*`%`$0`$>`$,`$!`$<`$>`$8`%\f`$&`$>`$6`%`$/`$0`$`$?`$/`%`$`$9`$>`$`$`$`$8`$0`$,`$(`$>`$`$5`$9`$>`$`$8`%\r`$%`$2`$.`$?`$2`%`$2`%`$`$`$5`$?`$7`$/`$`%\r`$0`$`$8`$.`%`$9`$%`$>`$(`$>X*X3X*X7Y\nX9YX4X\'X1YX)X(Y\bX\'X3X7X)X\'YX5YX-X)YY\bX\'X6Y\nX9X\'YX.X\'X5X)X\'YYX2Y\nX/X\'YX9X\'YX)X\'YYX\'X*X(X\'YX1X/Y\bX/X(X1YX\'YX,X\'YX/Y\bYX)X\'YX9X\'YYX\'YYY\bYX9X\'YX9X1X(Y\nX\'YX3X1Y\nX9X\'YX,Y\bX\'YX\'YX0YX\'X(X\'YX-Y\nX\'X)X\'YX-YY\bYX\'YYX1Y\nYX\'YX9X1X\'YYX-YY\bX8X)X\'YX+X\'YY\nYX4X\'YX/X)X\'YYX1X#X)X\'YYX1X"YX\'YX4X(X\'X(X\'YX-Y\bX\'X1X\'YX,X/Y\nX/X\'YX#X3X1X)X\'YX9YY\bYYX,YY\bX9X)X\'YX1X-YYX\'YYYX\'X7YYX3X7Y\nYX\'YYY\bY\nX*X\'YX/YY\nX\'X(X1YX\'X*YX\'YX1Y\nX\'X6X*X-Y\nX\'X*Y\nX(X*Y\bYY\nX*X\'YX#Y\bYY\tX\'YX(X1Y\nX/X\'YYYX\'YX\'YX1X\'X(X7X\'YX4X.X5Y\nX3Y\nX\'X1X\'X*X\'YX+X\'YX+X\'YX5YX\'X)X\'YX-X/Y\nX+X\'YX2Y\bX\'X1X\'YX.YY\nX,X\'YX,YY\nX9X\'YX9X\'YYX\'YX,YX\'YX\'YX3X\'X9X)YX4X\'YX/YX\'YX1X&Y\nX3X\'YX/X.Y\bYX\'YYYY\nX)X\'YYX*X\'X(X\'YX/Y\bX1Y\nX\'YX/X1Y\bX3X\'X3X*X:X1YX*X5X\'YY\nYX\'YX(YX\'X*X\'YX9X8Y\nYentertainmentunderstanding = function().jpg" width="configuration.png" width="<body class="Math.random()contemporary United Statescircumstances.appendChild(organizations<span class=""><img src="/distinguishedthousands of communicationclear"></div>investigationfavicon.ico" margin-right:based on the Massachusettstable border=internationalalso known aspronunciationbackground:#fpadding-left:For example, miscellaneous&lt;/math&gt;psychologicalin particularearch" type="form method="as opposed toSupreme Courtoccasionally Additionally,North Americapx;backgroundopportunitiesEntertainment.toLowerCase(manufacturingprofessional combined withFor instance,consisting of" maxlength="return false;consciousnessMediterraneanextraordinaryassassinationsubsequently button type="the number ofthe original comprehensiverefers to the</ul>\n</div>\nphilosophicallocation.hrefwas publishedSan Francisco(function(){\n<div id="mainsophisticatedmathematical /head>\r\n<bodysuggests thatdocumentationconcentrationrelationshipsmay have been(for example,This article in some casesparts of the definition ofGreat Britain cellpadding=equivalent toplaceholder="; font-size: justificationbelieved thatsuffered fromattempted to leader of thecript" src="/(function() {are available\n\t<link rel=" src=\'http://interested inconventional " alt="" /></are generallyhas also beenmost popular correspondingcredited withtyle="border:</a></span></.gif" width="<iframe src="table class="inline-block;according to together withapproximatelyparliamentarymore and moredisplay:none;traditionallypredominantly&nbsp;|&nbsp;&nbsp;</span> cellspacing=<input name="or" content="controversialproperty="og:/x-shockwave-demonstrationsurrounded byNevertheless,was the firstconsiderable Although the collaborationshould not beproportion of<span style="known as the shortly afterfor instance,described as /head>\n<body starting withincreasingly the fact thatdiscussion ofmiddle of thean individualdifficult to point of viewhomosexualityacceptance of</span></div>manufacturersorigin of thecommonly usedimportance ofdenominationsbackground: #length of thedeterminationa significant" border="0">revolutionaryprinciples ofis consideredwas developedIndo-Europeanvulnerable toproponents ofare sometimescloser to theNew York City name="searchattributed tocourse of themathematicianby the end ofat the end of" border="0" technological.removeClass(branch of theevidence that![endif]--\x3e\r\nInstitute of into a singlerespectively.and thereforeproperties ofis located insome of whichThere is alsocontinued to appearance of &amp;ndash; describes theconsiderationauthor of theindependentlyequipped withdoes not have</a><a href="confused with<link href="/at the age ofappear in theThese includeregardless ofcould be used style=&quot;several timesrepresent thebody>\n</html>thought to bepopulation ofpossibilitiespercentage ofaccess to thean attempt toproduction ofjquery/jquerytwo differentbelong to theestablishmentreplacing thedescription" determine theavailable forAccording to wide range of\t<div class="more commonlyorganisationsfunctionalitywas completed &amp;mdash; participationthe characteran additionalappears to befact that thean example ofsignificantlyonmouseover="because they async = true;problems withseems to havethe result of src="http://familiar withpossession offunction () {took place inand sometimessubstantially<span></span>is often usedin an attemptgreat deal ofEnvironmentalsuccessfully virtually all20th century,professionalsnecessary to determined bycompatibilitybecause it isDictionary ofmodificationsThe followingmay refer to:Consequently,Internationalalthough somethat would beworld\'s firstclassified asbottom of the(particularlyalign="left" most commonlybasis for thefoundation ofcontributionspopularity ofcenter of theto reduce thejurisdictionsapproximation onmouseout="New Testamentcollection of</span></a></in the Unitedfilm director-strict.dtd">has been usedreturn to thealthough thischange in theseveral otherbut there areunprecedentedis similar toespecially inweight: bold;is called thecomputationalindicate thatrestricted to\t<meta name="are typicallyconflict withHowever, the An example ofcompared withquantities ofrather than aconstellationnecessary forreported thatspecificationpolitical and&nbsp;&nbsp;<references tothe same yearGovernment ofgeneration ofhave not beenseveral yearscommitment to\t\t<ul class="visualization19th century,practitionersthat he wouldand continuedoccupation ofis defined ascentre of thethe amount of><div style="equivalent ofdifferentiatebrought aboutmargin-left: automaticallythought of asSome of these\n<div class="input class="replaced withis one of theeducation andinfluenced byreputation as\n<meta name="accommodation</div>\n</div>large part ofInstitute forthe so-called against the In this case,was appointedclaimed to beHowever, thisDepartment ofthe remainingeffect on theparticularly deal with the\n<div style="almost alwaysare currentlyexpression ofphilosophy offor more thancivilizationson the islandselectedIndexcan result in" value="" />the structure /></a></div>Many of thesecaused by theof the Unitedspan class="mcan be tracedis related tobecame one ofis frequentlyliving in thetheoreticallyFollowing theRevolutionarygovernment inis determinedthe politicalintroduced insufficient todescription">short storiesseparation ofas to whetherknown for itswas initiallydisplay:blockis an examplethe principalconsists of arecognized as/body></html>a substantialreconstructedhead of stateresistance toundergraduateThere are twogravitationalare describedintentionallyserved as theclass="headeropposition tofundamentallydominated theand the otheralliance withwas forced torespectively,and politicalin support ofpeople in the20th century.and publishedloadChartbeatto understandmember statesenvironmentalfirst half ofcountries andarchitecturalbe consideredcharacterizedclearIntervalauthoritativeFederation ofwas succeededand there area consequencethe Presidentalso includedfree softwaresuccession ofdeveloped thewas destroyedaway from the;\n<\/script>\n<although theyfollowed by amore powerfulresulted in aUniversity ofHowever, manythe presidentHowever, someis thought tountil the endwas announcedare importantalso includes><input type=the center of DO NOT ALTERused to referthemes/?sort=that had beenthe basis forhas developedin the summercomparativelydescribed thesuch as thosethe resultingis impossiblevarious otherSouth Africanhave the sameeffectivenessin which case; text-align:structure and; background:regarding thesupported theis also knownstyle="marginincluding thebahasa Melayunorsk bokmC%lnorsk nynorskslovenE!D\rinainternacionalcalificaciC3ncomunicaciC3nconstrucciC3n"><div class="disambiguationDomainName\', \'administrationsimultaneouslytransportationInternational margin-bottom:responsibility<![endif]--\x3e\n</><meta name="implementationinfrastructurerepresentationborder-bottom:</head>\n<body>=http%3A%2F%2F<form method="method="post" /favicon.ico" });\n<\/script>\n.setAttribute(Administration= new Array();<![endif]--\x3e\r\ndisplay:block;Unfortunately,">&nbsp;</div>/favicon.ico">=\'stylesheet\' identification, for example,<li><a href="/an alternativeas a result ofpt"><\/script>\ntype="submit" \n(function() {recommendationform action="/transformationreconstruction.style.display According to hidden" name="along with thedocument.body.approximately Communicationspost" action="meaning &quot;--<![endif]--\x3ePrime Ministercharacteristic</a> <a class=the history of onmouseover="the governmenthref="https://was originallywas introducedclassificationrepresentativeare considered<![endif]--\x3e\n\ndepends on theUniversity of in contrast to placeholder="in the case ofinternational constitutionalstyle="border-: function() {Because of the-strict.dtd">\n<table class="accompanied byaccount of the<script src="/nature of the the people in in addition tos); js.id = id" width="100%"regarding the Roman Catholican independentfollowing the .gif" width="1the following discriminationarchaeologicalprime minister.js"><\/script>combination of marginwidth="createElement(w.attachEvent(</a></td></tr>src="https://aIn particular, align="left" Czech RepublicUnited Kingdomcorrespondenceconcluded that.html" title="(function () {comes from theapplication of<span class="sbelieved to beement(\'script\'</a>\n</li>\n<livery different><span class="option value="(also known as\t<li><a href="><input name="separated fromreferred to as valign="top">founder of theattempting to carbon dioxide\n\n<div class="class="search-/body>\n</html>opportunity tocommunications</head>\r\n<body style="width:Tia:?ng Via;tchanges in theborder-color:#0" border="0" </span></div><was discovered" type="text" );\n<\/script>\n\nDepartment of ecclesiasticalthere has beenresulting from</body></html>has never beenthe first timein response toautomatically </div>\n\n<div iwas consideredpercent of the" /></a></div>collection of descended fromsection of theaccept-charsetto be confusedmember of the padding-right:translation ofinterpretation href=\'http://whether or notThere are alsothere are manya small numberother parts ofimpossible to class="buttonlocated in the. However, theand eventuallyAt the end of because of itsrepresents the<form action=" method="post"it is possiblemore likely toan increase inhave also beencorresponds toannounced thatalign="right">many countriesfor many yearsearliest knownbecause it waspt"><\/script>\r valign="top" inhabitants offollowing year\r\n<div class="million peoplecontroversial concerning theargue that thegovernment anda reference totransferred todescribing the style="color:although therebest known forsubmit" name="multiplicationmore than one recognition ofCouncil of theedition of the <meta name="Entertainment away from the ;margin-right:at the time ofinvestigationsconnected withand many otheralthough it isbeginning with <span class="descendants of<span class="i align="right"</head>\n<body aspects of thehas since beenEuropean Unionreminiscent ofmore difficultVice Presidentcomposition ofpassed throughmore importantfont-size:11pxexplanation ofthe concept ofwritten in the\t<span class="is one of the resemblance toon the groundswhich containsincluding the defined by thepublication ofmeans that theoutside of thesupport of the<input class="<span class="t(Math.random()most prominentdescription ofConstantinoplewere published<div class="seappears in the1" height="1" most importantwhich includeswhich had beendestruction ofthe population\n\t<div class="possibility ofsometimes usedappear to havesuccess of theintended to bepresent in thestyle="clear:b\r\n<\/script>\r\n<was founded ininterview with_id" content="capital of the\r\n<link rel="srelease of thepoint out thatxMLHttpRequestand subsequentsecond largestvery importantspecificationssurface of theapplied to theforeign policy_setDomainNameestablished inis believed toIn addition tomeaning of theis named afterto protect theis representedDeclaration ofmore efficientClassificationother forms ofhe returned to<span class="cperformance of(function() {\rif and only ifregions of theleading to therelations withUnited Nationsstyle="height:other than theype" content="Association of\n</head>\n<bodylocated on theis referred to(including theconcentrationsthe individualamong the mostthan any other/>\n<link rel=" return false;the purpose ofthe ability to;color:#fff}\n.\n<span class="the subject ofdefinitions of>\r\n<link rel="claim that thehave developed<table width="celebration ofFollowing the to distinguish<span class="btakes place inunder the namenoted that the><![endif]--\x3e\nstyle="margin-instead of theintroduced thethe process ofincreasing thedifferences inestimated thatespecially the/div><div id="was eventuallythroughout histhe differencesomething thatspan></span></significantly ><\/script>\r\n\r\nenvironmental to prevent thehave been usedespecially forunderstand theis essentiallywere the firstis the largesthave been made" src="http://interpreted assecond half ofcrolling="no" is composed ofII, Holy Romanis expected tohave their owndefined as thetraditionally have differentare often usedto ensure thatagreement withcontaining theare frequentlyinformation onexample is theresulting in a</a></li></ul> class="footerand especiallytype="button" </span></span>which included>\n<meta name="considered thecarried out byHowever, it isbecame part ofin relation topopular in thethe capital ofwas officiallywhich has beenthe History ofalternative todifferent fromto support thesuggested thatin the process <div class="the foundationbecause of hisconcerned withthe universityopposed to thethe context of<span class="ptext" name="q"\t\t<div class="the scientificrepresented bymathematicianselected by thethat have been><div class="cdiv id="headerin particular,converted into);\n<\/script>\n<philosophical srpskohrvatskitia:?ng Via;tP QQQP:P8P9Q\0QQQP:P8P9investigaciC3nparticipaciC3nP:P>QP>Q\0Q\vP5P>P1P;P0QQP8P:P>QP>Q\0Q\vP9QP5P;P>P2P5P:QP8QQP5P<Q\vPP>P2P>QQP8P:P>QP>Q\0Q\vQP>P1P;P0QQQ\fP2Q\0P5P<P5P=P8P:P>QP>Q\0P0QQP5P3P>P4P=QQP:P0QP0QQ\fP=P>P2P>QQP8P#P:Q\0P0P8P=Q\vP2P>P?Q\0P>QQ\vP:P>QP>Q\0P>P9QP4P5P;P0QQ\fP?P>P<P>Q\tQ\fQQQ\0P5P4QQP2P>P1Q\0P0P7P>P<QQP>Q\0P>P=Q\vQQP0QQP8P5QP5QP5P=P8P5PP;P0P2P=P0QP8QQP>Q\0P8P8QP8QQP5P<P0Q\0P5Q\bP5P=P8QP!P:P0QP0QQ\fP?P>Q\rQP>P<QQP;P5P4QP5QQP:P0P7P0QQ\fQP>P2P0Q\0P>P2P:P>P=P5QP=P>Q\0P5Q\bP5P=P8P5P:P>QP>Q\0P>P5P>Q\0P3P0P=P>P2P:P>QP>Q\0P>P<P P5P:P;P0P<P0X\'YYYX*X/Y\tYYX*X/Y\nX\'X*X\'YYY\bX6Y\bX9X\'YX(X1X\'YX,X\'YYY\bX\'YX9X\'YX1X3X\'X&YYX4X\'X1YX\'X*X\'YX#X9X6X\'X!X\'YX1Y\nX\'X6X)X\'YX*X5YY\nYX\'YX\'X9X6X\'X!X\'YYX*X\'X&X,X\'YX#YX9X\'X(X\'YX*X3X,Y\nYX\'YX#YX3X\'YX\'YX6X:X7X\'X*X\'YYY\nX/Y\nY\bX\'YX*X1X-Y\nX(X\'YX,X/Y\nX/X)X\'YX*X9YY\nYX\'YX#X.X(X\'X1X\'YX\'YYX\'YX\'YX#YYX\'YX\'YX*X\'X1Y\nX.X\'YX*YYY\nX)X\'YX\'YX9X\'X(X\'YX.Y\bX\'X7X1X\'YYX,X*YX9X\'YX/Y\nYY\bX1X\'YX3Y\nX\'X-X)X9X(X/X\'YYYX\'YX*X1X(Y\nX)X\'YX1Y\bX\'X(X7X\'YX#X/X(Y\nX)X\'YX\'X.X(X\'X1X\'YYX*X-X/X)X\'YX\'X:X\'YY\ncursor:pointer;</title>\n<meta " href="http://"><span class="members of the window.locationvertical-align:/a> | <a href="<!doctype html>media="screen" <option value="favicon.ico" />\n\t\t<div class="characteristics" method="get" /body>\n</html>\nshortcut icon" document.write(padding-bottom:representativessubmit" value="align="center" throughout the science fiction\n <div class="submit" class="one of the most valign="top"><was established);\r\n<\/script>\r\nreturn false;">).style.displaybecause of the document.cookie<form action="/}body{margin:0;Encyclopedia ofversion of the .createElement(name" content="</div>\n</div>\n\nadministrative </body>\n</html>history of the "><input type="portion of the as part of the &nbsp;<a href="other countries">\n<div class="</span></span><In other words,display: block;control of the introduction of/>\n<meta name="as well as the in recent years\r\n\t<div class="</div>\n\t</div>\ninspired by thethe end of the compatible withbecame known as style="margin:.js"><\/script>< International there have beenGerman language style="color:#Communist Partyconsistent withborder="0" cell marginheight="the majority of" align="centerrelated to the many different Orthodox Churchsimilar to the />\n<link rel="swas one of the until his death})();\n<\/script>other languagescompared to theportions of thethe Netherlandsthe most commonbackground:url(argued that thescrolling="no" included in theNorth American the name of theinterpretationsthe traditionaldevelopment of frequently useda collection ofvery similar tosurrounding theexample of thisalign="center">would have beenimage_caption =attached to thesuggesting thatin the form of involved in theis derived fromnamed after theIntroduction torestrictions on style="width: can be used to the creation ofmost important information andresulted in thecollapse of theThis means thatelements of thewas replaced byanalysis of theinspiration forregarded as themost successfulknown as &quot;a comprehensiveHistory of the were consideredreturned to theare referred toUnsourced image>\n\t<div class="consists of thestopPropagationinterest in theavailability ofappears to haveelectromagneticenableServices(function of theIt is important<\/script></div>function(){var relative to theas a result of the position ofFor example, in method="post" was followed by&amp;mdash; thethe applicationjs"><\/script>\r\nul></div></div>after the deathwith respect tostyle="padding:is particularlydisplay:inline; type="submit" is divided intod8-f (g.\0d=)responsabilidadadministraciC3ninternacionalescorrespondiente`$\t`$*`$/`%\v`$`$*`%`$0`%\r`$5`$9`$.`$>`$0`%`$2`%\v`$`%\v`$`$`%`$(`$>`$5`$2`%`$`$?`$(`$8`$0`$`$>`$0`$*`%`$2`$?`$8`$`%\v`$`%`$`$`$>`$9`$?`$`$-`%`$`%`$`$6`$>`$.`$?`$2`$9`$.`$>`$0`%\0`$`$>`$`$0`$#`$,`$(`$>`$(`%`$`%`$.`$>`$0`$,`%\r`$2`%\t`$`$.`$>`$2`$?`$`$.`$9`$?`$2`$>`$*`%`$7`%\r`$ `$,`$"`$<`$$`%`$-`$>`$`$*`$>`$`%\r`$2`$?`$`$`%\r`$0`%`$(`$`$?`$2`$>`$+`$&`%\f`$0`$>`$(`$.`$>`$.`$2`%`$.`$$`$&`$>`$(`$,`$>`$`$>`$0`$5`$?`$`$>`$8`$`%\r`$/`%\v`$`$`$>`$9`$$`%`$*`$9`%`$`$`$,`$$`$>`$/`$>`$8`$`$5`$>`$&`$&`%`$`$(`%`$*`$?`$`$2`%`$5`$?`$6`%`$7`$0`$>`$`%\r`$/`$\t`$$`%\r`$$`$0`$.`%`$`$,`$\b`$&`%\v`$(`%\v`$`$\t`$*`$`$0`$#`$*`$"`$<`%`$`$8`%\r`$%`$?`$$`$+`$?`$2`%\r`$.`$.`%`$`%\r`$/`$`$`%\r`$`$>`$`%`$`$$`%\0`$8`$`$`%\0`$$`$`$>`$`$`$>`$5`$?`$-`$>`$`$`$#`%\r`$`%`$&`%`$8`$0`%`$&`$?`$(`%\v`$`$9`$$`%\r`$/`$>`$8`%`$`%\r`$8`$`$>`$`$\'`%\0`$5`$?`$6`%\r`$5`$0`$>`$$`%`$`$&`%\b`$`%\r`$8`$(`$`%\r`$6`$>`$8`$>`$.`$(`%`$`$&`$>`$2`$$`$,`$?`$`$2`%\0`$*`%`$0`%`$7`$9`$?`$`$&`%\0`$.`$?`$$`%\r`$0`$`$5`$?`$$`$>`$0`%`$*`$/`%`$8`%\r`$%`$>`$(`$`$0`%\v`$!`$<`$.`%`$`%\r`$$`$/`%\v`$`$(`$>`$`%`$*`$/`$>`$*`%\v`$8`%\r`$`$`$0`%`$2`%`$`$>`$0`%\r`$/`$5`$?`$`$>`$0`$8`%`$`$(`$>`$.`%`$2`%\r`$/`$&`%`$`%`$`$9`$.`%`$6`$>`$8`%\r`$`%`$2`$.`%\b`$`$(`%`$$`%\b`$/`$>`$0`$`$?`$8`$`%rss+xml" title="-type" content="title" content="at the same time.js"><\/script>\n<" method="post" </span></a></li>vertical-align:t/jquery.min.js">.click(function( style="padding-})();\n<\/script>\n</span><a href="<a href="http://); return false;text-decoration: scrolling="no" border-collapse:associated with Bahasa IndonesiaEnglish language<text xml:space=.gif" border="0"</body>\n</html>\noverflow:hidden;img src="http://addEventListenerresponsible for s.js"><\/script>\n/favicon.ico" />operating system" style="width:1target="_blank">State Universitytext-align:left;\ndocument.write(, including the around the world);\r\n<\/script>\r\n<" style="height:;overflow:hiddenmore informationan internationala member of the one of the firstcan be found in </div>\n\t\t</div>\ndisplay: none;">" />\n<link rel="\n (function() {the 15th century.preventDefault(large number of Byzantine Empire.jpg|thumb|left|vast majority ofmajority of the align="center">University Pressdominated by theSecond World Wardistribution of style="position:the rest of the characterized by rel="nofollow">derives from therather than the a combination ofstyle="width:100English-speakingcomputer scienceborder="0" alt="the existence ofDemocratic Party" style="margin-For this reason,.js"><\/script>\n\tsByTagName(s)[0]js"><\/script>\r\n<.js"><\/script>\r\nlink rel="icon" \' alt=\'\' class=\'formation of theversions of the </a></div></div>/page>\n <page>\n<div class="contbecame the firstbahasa Indonesiaenglish (simple)NN;N;N7N=N9N:N,QQ\0P2P0QQP:P8P:P>P<P?P0P=P8P8QP2P;QP5QQQPP>P1P0P2P8QQ\fQP5P;P>P2P5P:P0Q\0P0P7P2P8QP8QPP=QP5Q\0P=P5QPQP2P5QP8QQ\fP=P0P?Q\0P8P<P5Q\0P8P=QP5Q\0P=P5QP:P>QP>Q\0P>P3P>QQQ\0P0P=P8QQ\vP:P0QP5QQP2P5QQP;P>P2P8QQP?Q\0P>P1P;P5P<Q\vP?P>P;QQP8QQ\fQP2P;QQQQQP=P0P8P1P>P;P5P5P:P>P<P?P0P=P8QP2P=P8P<P0P=P8P5QQ\0P5P4QQP2P0X\'YYY\bX\'X6Y\nX9X\'YX1X&Y\nX3Y\nX)X\'YX\'YX*YX\'YYX4X\'X1YX\'X*YX\'YX3Y\nX\'X1X\'X*X\'YYYX*Y\bX(X)X\'YX3X9Y\bX/Y\nX)X\'X-X5X\'X&Y\nX\'X*X\'YX9X\'YYY\nX)X\'YX5Y\bX*Y\nX\'X*X\'YX\'YX*X1YX*X\'YX*X5X\'YY\nYX\'YX%X3YX\'YY\nX\'YYX4X\'X1YX)X\'YYX1X&Y\nX\'X*robots" content="<div id="footer">the United States<img src="http://.jpg|right|thumb|.js"><\/script>\r\n<location.protocolframeborder="0" s" />\n<meta name="</a></div></div><font-weight:bold;&quot; and &quot;depending on the margin:0;padding:" rel="nofollow" President of the twentieth centuryevision>\n </pageInternet Explorera.async = true;\r\ninformation about<div id="header">" action="http://<a href="https://<div id="content"</div>\r\n</div>\r\n<derived from the <img src=\'http://according to the \n</body>\n</html>\nstyle="font-size:script language="Arial, Helvetica,</a><span class="<\/script><script political partiestd></tr></table><href="http://www.interpretation ofrel="stylesheet" document.write(\'<charset="utf-8">\nbeginning of the revealed that thetelevision series" rel="nofollow"> target="_blank">claiming that thehttp%3A%2F%2Fwww.manifestations ofPrime Minister ofinfluenced by theclass="clearfix">/div>\r\n</div>\r\n\r\nthree-dimensionalChurch of Englandof North Carolinasquare kilometres.addEventListenerdistinct from thecommonly known asPhonetic Alphabetdeclared that thecontrolled by theBenjamin Franklinrole-playing gamethe University ofin Western Europepersonal computerProject Gutenbergregardless of thehas been proposedtogether with the></li><li class="in some countriesmin.js"><\/script>of the populationofficial language<img src="images/identified by thenatural resourcesclassification ofcan be consideredquantum mechanicsNevertheless, themillion years ago</body>\r\n</html>\rNN;N;N7N=N9N:N,\ntake advantage ofand, according toattributed to theMicrosoft Windowsthe first centuryunder the controldiv class="headershortly after thenotable exceptiontens of thousandsseveral differentaround the world.reaching militaryisolated from theopposition to thethe Old TestamentAfrican Americansinserted into theseparate from themetropolitan areamakes it possibleacknowledged thatarguably the mosttype="text/css">\nthe InternationalAccording to the pe="text/css" />\ncoincide with thetwo-thirds of theDuring this time,during the periodannounced that hethe internationaland more recentlybelieved that theconsciousness andformerly known assurrounded by thefirst appeared inoccasionally usedposition:absolute;" target="_blank" position:relative;text-align:center;jax/libs/jquery/1.background-color:#type="application/anguage" content="<meta http-equiv="Privacy Policy</a>e("%3Cscript src=\'" target="_blank">On the other hand,.jpg|thumb|right|2</div><div class="<div style="float:nineteenth century</body>\r\n</html>\r\n<img src="http://s;text-align:centerfont-weight: bold; According to the difference between" frameborder="0" " style="position:link href="http://html4/loose.dtd">\nduring this period</td></tr></table>closely related tofor the first time;font-weight:bold;input type="text" <span style="font-onreadystatechange\t<div class="cleardocument.location. For example, the a wide variety of <!DOCTYPE html>\r\n<&nbsp;&nbsp;&nbsp;"><a href="http://style="float:left;concerned with the=http%3A%2F%2Fwww.in popular culturetype="text/css" />it is possible to Harvard Universitytylesheet" href="/the main characterOxford University name="keywords" cstyle="text-align:the United Kingdomfederal government<div style="margin depending on the description of the<div class="header.min.js"><\/script>destruction of theslightly differentin accordance withtelecommunicationsindicates that theshortly thereafterespecially in the European countriesHowever, there aresrc="http://staticsuggested that the" src="http://www.a large number of Telecommunications" rel="nofollow" tHoly Roman Emperoralmost exclusively" border="0" alt="Secretary of Stateculminating in theCIA World Factbookthe most importantanniversary of thestyle="background-<li><em><a href="/the Atlantic Oceanstrictly speaking,shortly before thedifferent types ofthe Ottoman Empire><img src="http://An Introduction toconsequence of thedeparture from theConfederate Statesindigenous peoplesProceedings of theinformation on thetheories have beeninvolvement in thedivided into threeadjacent countriesis responsible fordissolution of thecollaboration withwidely regarded ashis contemporariesfounding member ofDominican Republicgenerally acceptedthe possibility ofare also availableunder constructionrestoration of thethe general publicis almost entirelypasses through thehas been suggestedcomputer and videoGermanic languages according to the different from theshortly afterwardshref="https://www.recent developmentBoard of Directors<div class="search| <a href="http://In particular, theMultiple footnotesor other substancethousands of yearstranslation of the</div>\r\n</div>\r\n\r\n<a href="index.phpwas established inmin.js"><\/script>\nparticipate in thea strong influencestyle="margin-top:represented by thegraduated from theTraditionally, theElement("script");However, since the/div>\n</div>\n<div left; margin-left:protection against0; vertical-align:Unfortunately, thetype="image/x-icon/div>\n<div class=" class="clearfix"><div class="footer\t\t</div>\n\t\t</div>\nthe motion picturePQ\nP;P3P0Q\0QP:P8P1Q\nP;P3P0Q\0QP:P8P$P5P4P5Q\0P0QP8P8P=P5QP:P>P;Q\fP:P>QP>P>P1Q\tP5P=P8P5QP>P>P1Q\tP5P=P8QP?Q\0P>P3Q\0P0P<P<Q\vPQP?Q\0P0P2P8QQ\fP1P5QP?P;P0QP=P>P<P0QP5Q\0P8P0P;Q\vP?P>P7P2P>P;QP5QP?P>QP;P5P4P=P8P5Q\0P0P7P;P8QP=Q\vQP?Q\0P>P4QP:QP8P8P?Q\0P>P3Q\0P0P<P<P0P?P>P;P=P>QQQ\fQP=P0QP>P4P8QQQP8P7P1Q\0P0P=P=P>P5P=P0QP5P;P5P=P8QP8P7P<P5P=P5P=P8QP:P0QP5P3P>Q\0P8P8PP;P5P:QP0P=P4Q\0`$&`%\r`$5`$>`$0`$>`$.`%\b`$(`%`$`$2`$*`%\r`$0`$&`$>`$(`$-`$>`$0`$$`%\0`$/`$`$(`%`$&`%`$6`$9`$?`$(`%\r`$&`%\0`$`$`$!`$?`$/`$>`$&`$?`$2`%\r`$2`%\0`$`$\'`$?`$`$>`$0`$5`%\0`$!`$?`$/`%\v`$`$?`$`%\r`$ `%`$8`$.`$>`$`$>`$0`$`$`$`%\r`$6`$(`$&`%`$(`$?`$/`$>`$*`%\r`$0`$/`%\v`$`$`$(`%`$8`$>`$0`$`$(`$2`$>`$`$(`$*`$>`$0`%\r`$`%\0`$6`$0`%\r`$$`%\v`$`$2`%\v`$`$8`$-`$>`$+`$<`%\r`$2`%\b`$6`$6`$0`%\r`$$`%`$`$*`%\r`$0`$&`%`$6`$*`%\r`$2`%`$/`$0`$`%`$`$&`%\r`$0`$8`%\r`$%`$?`$$`$?`$\t`$$`%\r`$*`$>`$&`$\t`$(`%\r`$9`%`$`$`$?`$`%\r`$ `$>`$/`$>`$$`%\r`$0`$>`$`%\r`$/`$>`$&`$>`$*`%`$0`$>`$(`%`$`%\v`$!`$<`%`$`$`$(`%`$5`$>`$&`$6`%\r`$0`%`$#`%\0`$6`$?`$`%\r`$7`$>`$8`$0`$`$>`$0`%\0`$8`$`$`%\r`$0`$9`$*`$0`$?`$#`$>`$.`$,`%\r`$0`$>`$`$!`$,`$`%\r`$`%\v`$`$\t`$*`$2`$,`%\r`$\'`$.`$`$$`%\r`$0`%\0`$8`$`$*`$0`%\r`$`$\t`$.`%\r`$.`%\0`$&`$.`$>`$\'`%\r`$/`$.`$8`$9`$>`$/`$$`$>`$6`$,`%\r`$&`%\v`$`$.`%\0`$!`$?`$/`$>`$`$\b`$*`%\0`$`$2`$.`%\v`$,`$>`$`$2`$8`$`$`%\r`$/`$>`$`$*`$0`%`$6`$(`$`$(`%`$,`$`$\'`$,`$>`$`$<`$>`$0`$(`$5`%\0`$(`$$`$.`$*`%\r`$0`$.`%`$`$*`%\r`$0`$6`%\r`$(`$*`$0`$?`$5`$>`$0`$(`%`$`$8`$>`$(`$8`$.`$0`%\r`$%`$(`$`$/`%\v`$`$?`$$`$8`%\v`$.`$5`$>`$0X\'YYX4X\'X1YX\'X*X\'YYYX*X/Y\nX\'X*X\'YYYX(Y\nY\bX*X1X\'YYX4X\'YX/X\'X*X9X/X/X\'YX2Y\bX\'X1X9X/X/X\'YX1X/Y\bX/X\'YX%X3YX\'YY\nX)X\'YYY\bX*Y\bX4Y\bX(X\'YYX3X\'X(YX\'X*X\'YYX9YY\bYX\'X*X\'YYX3YX3YX\'X*X\'YX,X1X\'YY\nYX3X\'YX\'X3YX\'YY\nX)X\'YX\'X*X5X\'YX\'X*keywords" content="w3.org/1999/xhtml"><a target="_blank" text/html; charset=" target="_blank"><table cellpadding="autocomplete="off" text-align: center;to last version by background-color: #" href="http://www./div></div><div id=<a href="#" class=""><img src="http://cript" src="http://\n<script language="//EN" "http://www.wencodeURIComponent(" href="javascript:<div class="contentdocument.write(\'<scposition: absolute;script src="http:// style="margin-top:.min.js"><\/script>\n</div>\n<div class="w3.org/1999/xhtml" \n\r\n</body>\r\n</html>distinction between/" target="_blank"><link href="http://encoding="utf-8"?>\nw.addEventListener?action="http://www.icon" href="http:// style="background:type="text/css" />\nmeta property="og:t<input type="text" style="text-align:the development of tylesheet" type="tehtml; charset=utf-8is considered to betable width="100%" In addition to the contributed to the differences betweendevelopment of the It is important to <\/script>\n\n<script style="font-size:1></span><span id=gbLibrary of Congress<img src="http://imEnglish translationAcademy of Sciencesdiv style="display:construction of the.getElementById(id)in conjunction withElement(\'script\'); <meta property="og:PQ\nP;P3P0Q\0QP:P8\n type="text" name=">Privacy Policy</a>administered by theenableSingleRequeststyle=&quot;margin:</div></div></div><><img src="http://i style=&quot;float:referred to as the total population ofin Washington, D.C. style="background-among other things,organization of theparticipated in thethe introduction ofidentified with thefictional character Oxford University misunderstanding ofThere are, however,stylesheet" href="/Columbia Universityexpanded to includeusually referred toindicating that thehave suggested thataffiliated with thecorrelation betweennumber of different></td></tr></table>Republic of Ireland\n<\/script>\n<script under the influencecontribution to theOfficial website ofheadquarters of thecentered around theimplications of thehave been developedFederal Republic ofbecame increasinglycontinuation of theNote, however, thatsimilar to that of capabilities of theaccordance with theparticipants in thefurther developmentunder the directionis often consideredhis younger brother</td></tr></table><a http-equiv="X-UA-physical propertiesof British Columbiahas been criticized(with the exceptionquestions about thepassing through the0" cellpadding="0" thousands of peopleredirects here. Forhave children under%3E%3C/script%3E"));<a href="http://www.<li><a href="http://site_name" content="text-decoration:nonestyle="display: none<meta http-equiv="X-new Date().getTime() type="image/x-icon"</span><span class="language="javascriptwindow.location.href<a href="javascript:--\x3e\r\n<script type="t<a href=\'http://www.hortcut icon" href="</div>\r\n<div class="<script src="http://" rel="stylesheet" t</div>\n<script type=/a> <a href="http:// allowTransparency="X-UA-Compatible" conrelationship between\n<\/script>\r\n<script </a></li></ul></div>associated with the programming language</a><a href="http://</a></li><li class="form action="http://<div style="display:type="text" name="q"<table width="100%" background-position:" border="0" width="rel="shortcut icon" h6><ul><li><a href=" <meta http-equiv="css" media="screen" responsible for the " type="application/" style="background-html; charset=utf-8" allowtransparency="stylesheet" type="te\r\n<meta http-equiv="></span><span class="0" cellspacing="0">;\n<\/script>\n<script sometimes called thedoes not necessarilyFor more informationat the beginning of <!DOCTYPE html><htmlparticularly in the type="hidden" name="javascript:void(0);"effectiveness of the autocomplete="off" generally considered><input type="text" "><\/script>\r\n<scriptthroughout the worldcommon misconceptionassociation with the</div>\n</div>\n<div cduring his lifetime,corresponding to thetype="image/x-icon" an increasing numberdiplomatic relationsare often consideredmeta charset="utf-8" <input type="text" examples include the"><img src="http://iparticipation in thethe establishment of\n</div>\n<div class="&amp;nbsp;&amp;nbsp;to determine whetherquite different frommarked the beginningdistance between thecontributions to theconflict between thewidely considered towas one of the firstwith varying degreeshave speculated that(document.getElementparticipating in theoriginally developedeta charset="utf-8"> type="text/css" />\ninterchangeably withmore closely relatedsocial and politicalthat would otherwiseperpendicular to thestyle type="text/csstype="submit" name="families residing indeveloping countriescomputer programmingeconomic developmentdetermination of thefor more informationon several occasionsportuguC*s (Europeu)P#P:Q\0P0QP=QQ\fP:P0QP:Q\0P0QP=QQ\fP:P0P P>QQP8P9QP:P>P9P<P0QP5Q\0P8P0P;P>P2P8P=QP>Q\0P<P0QP8P8QP?Q\0P0P2P;P5P=P8QP=P5P>P1QP>P4P8P<P>P8P=QP>Q\0P<P0QP8QPP=QP>Q\0P<P0QP8QP P5QP?QP1P;P8P:P8P:P>P;P8QP5QQP2P>P8P=QP>Q\0P<P0QP8QQP5Q\0Q\0P8QP>Q\0P8P8P4P>QQP0QP>QP=P>X\'YYX*Y\bX\'X,X/Y\bYX\'YX\'X4X*X1X\'YX\'X*X\'YX\'YX*X1X\'X-X\'X*html; charset=UTF-8" setTimeout(function()display:inline-block;<input type="submit" type = \'text/javascri<img src="http://www." "http://www.w3.org/shortcut icon" href="" autocomplete="off" </a></div><div class=</a></li>\n<li class="css" type="text/css" <form action="http://xt/css" href="http://link rel="alternate" \r\n<script type="text/ onclick="javascript:(new Date).getTime()}height="1" width="1" People\'s Republic of <a href="http://www.text-decoration:underthe beginning of the </div>\n</div>\n</div>\nestablishment of the </div></div></div></d#viewport{min-height:\n<script src="http://option><option value=often referred to as /option>\n<option valu<!DOCTYPE html>\n\x3c!--[International Airport>\n<a href="http://www</a><a href="http://w`8 `82`8)`82`9`8`8"a%aa aa#aaf-#i+d8-f (g9i+)`$(`$?`$0`%\r`$&`%`$6`$!`$>`$\t`$(`$2`%\v`$!`$`%\r`$7`%`$$`%\r`$0`$`$>`$(`$`$>`$0`%\0`$8`$`$,`$`$\'`$?`$$`$8`%\r`$%`$>`$*`$(`$>`$8`%\r`$5`%\0`$`$>`$0`$8`$`$8`%\r`$`$0`$#`$8`$>`$.`$`%\r`$0`%\0`$`$?`$`%\r`$ `%\v`$`$5`$?`$`%\r`$`$>`$(`$`$.`%`$0`$?`$`$>`$5`$?`$-`$?`$(`%\r`$(`$`$>`$!`$?`$/`$>`$`$`%\r`$/`%\v`$`$`$?`$8`%`$0`$`%\r`$7`$>`$*`$9`%`$`$`$$`%\0`$*`%\r`$0`$,`$`$\'`$(`$`$?`$*`%\r`$*`$#`%\0`$`%\r`$0`$?`$`%`$`$*`%\r`$0`$>`$0`$`$-`$*`%\r`$0`$>`$*`%\r`$$`$.`$>`$2`$?`$`%\v`$`$0`$+`$<`%\r`$$`$>`$0`$(`$?`$0`%\r`$.`$>`$#`$2`$?`$.`$?`$`%`$!description" content="document.location.prot.getElementsByTagName(<!DOCTYPE html>\n<html <meta charset="utf-8">:url" content="http://.css" rel="stylesheet"style type="text/css">type="text/css" href="w3.org/1999/xhtml" xmltype="text/javascript" method="get" action="link rel="stylesheet" = document.getElementtype="image/x-icon" />cellpadding="0" cellsp.css" type="text/css" </a></li><li><a href="" width="1" height="1""><a href="http://www.style="display:none;">alternate" type="appli-//W3C//DTD XHTML 1.0 ellspacing="0" cellpad type="hidden" value="/a>&nbsp;<span role="s\n<input type="hidden" language="JavaScript" document.getElementsBg="0" cellspacing="0" ype="text/css" media="type=\'text/javascript\'with the exception of ype="text/css" rel="st height="1" width="1" =\'+encodeURIComponent(<link rel="alternate" \nbody, tr, input, textmeta name="robots" conmethod="post" action=">\n<a href="http://www.css" rel="stylesheet" </div></div><div classlanguage="javascript">aria-hidden="true">B7<ript" type="text/javasl=0;})();\n(function(){background-image: url(/a></li><li><a href="h\t\t<li><a href="http://ator" aria-hidden="tru> <a href="http://www.language="javascript" /option>\n<option value/div></div><div class=rator" aria-hidden="tre=(new Date).getTime()portuguC*s (do Brasil)P>Q\0P3P0P=P8P7P0QP8P8P2P>P7P<P>P6P=P>QQQ\fP>P1Q\0P0P7P>P2P0P=P8QQ\0P5P3P8QQQ\0P0QP8P8P2P>P7P<P>P6P=P>QQP8P>P1QP7P0QP5P;Q\fP=P0<!DOCTYPE html PUBLIC "nt-Type" content="text/<meta http-equiv="Conteransitional//EN" "http:<html xmlns="http://www-//W3C//DTD XHTML 1.0 TDTD/xhtml1-transitional//www.w3.org/TR/xhtml1/pe = \'text/javascript\';<meta name="descriptionparentNode.insertBefore<input type="hidden" najs" type="text/javascri(document).ready(functiscript type="text/javasimage" content="http://UA-Compatible" content=tml; charset=utf-8" />\nlink rel="shortcut icon<link rel="stylesheet" <\/script>\n<script type== document.createElemen<a target="_blank" href= document.getElementsBinput type="text" name=a.type = \'text/javascrinput type="hidden" namehtml; charset=utf-8" />dtd">\n<html xmlns="http-//W3C//DTD HTML 4.01 TentsByTagName(\'script\')input type="hidden" nam<script type="text/javas" style="display:none;">document.getElementById(=document.createElement(\' type=\'text/javascript\'input type="text" name="d.getElementsByTagName(snical" href="http://www.C//DTD HTML 4.01 Transit<style type="text/css">\n\n<style type="text/css">ional.dtd">\n<html xmlns=http-equiv="Content-Typeding="0" cellspacing="0"html; charset=utf-8" />\n style="display:none;"><<li><a href="http://www. type=\'text/javascript\'>P4P5QQP5P;Q\fP=P>QQP8QP>P>QP2P5QQQP2P8P8P?Q\0P>P8P7P2P>P4QQP2P0P1P5P7P>P?P0QP=P>QQP8`$*`%`$8`%\r`$$`$?`$`$>`$`$>`$`$`%\r`$0`%`$8`$\t`$(`%\r`$9`%\v`$`$(`%`$5`$?`$\'`$>`$(`$8`$-`$>`$+`$?`$`%\r`$8`$?`$`$`$8`%`$0`$`%\r`$7`$?`$$`$`%\t`$*`%\0`$0`$>`$`$`$5`$?`$`%\r`$`$>`$*`$(`$`$>`$0`%\r`$0`$5`$>`$\b`$8`$`%\r`$0`$?`$/`$$`$>',"۷%ƌ'T%…'W%×%O%g%¦&Ɠ%ǥ&>&*&'&^&ˆŸా&ƭ&ƒ&)&^&%&'&‚&P&1&±&3&]&m&u&E&t&C&Ï&V&V&/&>&6&ྲྀ᝼o&p&@&E&M&P&x&@&F&e&Ì&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1ɞ*Ϫ⇳&፲&K&;&)&E&H&P&0&?&9&V&&-&v&a&,&E&)&?&=&'&'&B&മ&ԃ&̖*&*8&%&%&&&%,)&š&>&†&7&]&F&2&>&J&6&n&2&%&?&Ž&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%Լ„(,(<&,&Ϛ&ᣇ&-&,(%&(&%&(Ļ0&X&D&&j&'&J&(&.&B&3&Z&R&h&3&E&E&<Æ-͠ỳ&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&Cܬ⨥&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&ṸÌ-&7&1&F&7&t&W&7&I&.&.&^&=ྜ᧓&8(>&/&/&ݻ')'ၥ')'%@/&0&%оী*&*@&CԽהɴ׫4෗ܚӑ6඄&/Ÿ̃Z&*%ɆϿ&Ĵ&1¨ҴŴ"),DICTIONARY_DATA=dictionary,function(bytes){for(var s=new State,totalOutput=(initState(s,new InputStream(bytes)),0),chunks=[];;){var chunk=new Int8Array(16384);if(chunks.push(chunk),s.output=chunk,s.outputOffset=0,s.outputLength=16384,s.outputUsed=0,decompress(s),totalOutput+=s.outputUsed,s.outputUsed<16384)break}!function(s){if(0==s.runningState)throw"State MUST be initialized";11!=s.runningState&&(s.runningState=11,null!=s.input)&&(s.input,s.input=null)}(s);for(var result=new Int8Array(totalOutput),offset=0,i=0;i<chunks.length;++i){var chunk=chunks[i],len=min(totalOutput,offset+16384)-offset;len<16384?result.set(chunk.subarray(0,len),offset):result.set(chunk,offset),offset+=len}return result}}(Module=Module||{}).preRun=Module.preRun||[],Module.preRun.push(function(){if(Module.FS_createPath("/","fonts",!0,!0),Module.FS_createPath("/","fontconfig",!0,!0),self.subContent||(isBrotliFile(self.subUrl)?self.subContent=Module.BrotliDecode(readBinary(self.subUrl)):self.subContent=read_(self.subUrl)),self.availableFonts&&0!==self.availableFonts.length){for(var sections=parseAss(self.subContent),i=0;i<sections.length;i++)for(var j=0;j<sections[i].body.length;j++)"Style"===sections[i].body[j].key&&self.writeFontToFS(sections[i].body[j].value.Fontname);for(var matches,regex=/\\fn([^\\}]*?)[\\}]/g;matches=regex.exec(self.subContent);)self.writeFontToFS(matches[1])}self.subContent&&Module.FS.writeFile("/sub.ass",self.subContent),self.subContent=null,self.loadFontFile(".fallback-",self.fallbackFont);for(var fontFiles=self.fontFiles||[],i=0;i<fontFiles.length;i++)self.loadFontFile("font"+i+"-",fontFiles[i])}),Module.onRuntimeInitialized=function(){self.octObj=new Module.SubtitleOctopus,self.changed=Module._malloc(4),self.blendTime=Module._malloc(8),self.blendX=Module._malloc(4),self.blendY=Module._malloc(4),self.blendW=Module._malloc(4),self.blendH=Module._malloc(4),self.octObj.initLibrary(screen.width,screen.height,"/fonts/.fallback-"+self.fallbackFont.split("/").pop()),self.octObj.setDropAnimations(self.dropAllAnimations),self.octObj.createTrack("/sub.ass"),self.ass_track=self.octObj.track,self.ass_library=self.octObj.ass_library,self.ass_renderer=self.octObj.ass_renderer,(0<self.libassMemoryLimit||0<self.libassGlyphLimit)&&self.octObj.setMemoryLimits(self.libassGlyphLimit,self.libassMemoryLimit)},Module.print=function(text){1<arguments.length&&(text=Array.prototype.slice.call(arguments).join(" ")),console.log(text)},Module.printErr=function(text){1<arguments.length&&(text=Array.prototype.slice.call(arguments).join(" ")),console.error(text)},hasNativeConsole||(console={log:function(x){"function"==typeof dump&&dump("log: "+x+"\n")},debug:function(x){"function"==typeof dump&&dump("debug: "+x+"\n")},info:function(x){"function"==typeof dump&&dump("info: "+x+"\n")},warn:function(x){"function"==typeof dump&&dump("warn: "+x+"\n")},error:function(x){"function"==typeof dump&&dump("error: "+x+"\n")}});var read_,readAsync,readBinary,setWindowTitle,BrotliDecode=BrotliDecodeClosure(),moduleOverrides=(Module.BrotliDecode=BrotliDecode,Object.assign({},Module)),arguments_=[],thisProgram="./this.program",quit_=function(status,toThrow){throw toThrow},ENVIRONMENT_IS_WEB="object"==typeof window,ENVIRONMENT_IS_WORKER="function"==typeof importScripts,ENVIRONMENT_IS_NODE="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,scriptDirectory="";function locateFile(path){return Module.locateFile?Module.locateFile(path,scriptDirectory):scriptDirectory+path}(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&(ENVIRONMENT_IS_WORKER?scriptDirectory=self.location.href:"undefined"!=typeof document&&document.currentScript&&(scriptDirectory=document.currentScript.src),scriptDirectory=0!==scriptDirectory.indexOf("blob:")?scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1):"",read_=function(url){var xhr=new XMLHttpRequest;return xhr.open("GET",url,!1),xhr.send(null),xhr.responseText},ENVIRONMENT_IS_WORKER&&(readBinary=function(url){var xhr=new XMLHttpRequest;return xhr.open("GET",url,!1),xhr.responseType="arraybuffer",xhr.send(null),new Uint8Array(xhr.response)}),readAsync=function(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,!0),xhr.responseType="arraybuffer",xhr.onload=function(){200==xhr.status||0==xhr.status&&xhr.response?onload(xhr.response):onerror()},xhr.onerror=onerror,xhr.send(null)},setWindowTitle=function(title){return document.title=title});var out=Module.print||console.log.bind(console),err=Module.printErr||console.warn.bind(console);function warnOnce(text){warnOnce.shown||(warnOnce.shown={}),warnOnce.shown[text]||(warnOnce.shown[text]=1,err(text))}Object.assign(Module,moduleOverrides),moduleOverrides=null,Module.arguments&&(arguments_=Module.arguments),Module.thisProgram&&(thisProgram=Module.thisProgram),Module.quit&&(quit_=Module.quit);var wasmBinary,wasmMemory,EXITSTATUS,tempRet0=0,setTempRet0=function(value){tempRet0=value},getTempRet0=function(){return tempRet0},noExitRuntime=(Module.wasmBinary&&(wasmBinary=Module.wasmBinary),Module.noExitRuntime||!0),ABORT=("object"!=typeof WebAssembly&&abort("no native wasm support detected"),!1);function assert(condition,text){condition||abort(text)}function getCFunc(ident){return Module["_"+ident]}function ccall(ident,returnType,argTypes,args,opts){var toC={string:function(str){var len,ret=0;return null!=str&&0!==str&&(len=1+(str.length<<2),stringToUTF8(str,ret=stackAlloc(len),len)),ret},array:function(arr){var ret=stackAlloc(arr.length);return writeArrayToMemory(arr,ret),ret}};var ident=getCFunc(ident),cArgs=[],stack=0;if(args)for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];converter?(0===stack&&(stack=stackSave()),cArgs[i]=converter(args[i])):cArgs[i]=args[i]}return function(ret){return 0!==stack&&stackRestore(stack),function(ret){return"string"===returnType?UTF8ToString(ret):"boolean"===returnType?Boolean(ret):ret}(ret)}(ident.apply(null,cArgs))}function cwrap(ident,returnType,argTypes,opts){var numericArgs=(argTypes=argTypes||[]).every(function(type){return"number"===type});return"string"!==returnType&&numericArgs&&!opts?getCFunc(ident):function(){return ccall(ident,returnType,argTypes,arguments,opts)}}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64,UTF8Decoder="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function UTF8ArrayToString(heapOrArray,idx,maxBytesToRead){for(var endIdx=idx+maxBytesToRead,endPtr=idx;heapOrArray[endPtr]&&!(endIdx<=endPtr);)++endPtr;if(16<endPtr-idx&&heapOrArray.buffer&&UTF8Decoder)return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr));for(var str="";idx<endPtr;){var u2,u1,u0=heapOrArray[idx++];128&u0?(u1=63&heapOrArray[idx++],192==(224&u0)?str+=String.fromCharCode((31&u0)<<6|u1):(u2=63&heapOrArray[idx++],(u0=224==(240&u0)?(15&u0)<<12|u1<<6|u2:(7&u0)<<18|u1<<12|u2<<6|63&heapOrArray[idx++])<65536?str+=String.fromCharCode(u0):(u1=u0-65536,str+=String.fromCharCode(55296|u1>>10,56320|1023&u1)))):str+=String.fromCharCode(u0)}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(0<maxBytesToWrite))return 0;for(var startIdx=outIdx,endIdx=outIdx+maxBytesToWrite-1,i=0;i<str.length;++i){var u=str.charCodeAt(i);if((u=55296<=u&&u<=57343?65536+((1023&u)<<10)|1023&str.charCodeAt(++i):u)<=127){if(endIdx<=outIdx)break;heap[outIdx++]=u}else{if(u<=2047){if(endIdx<=outIdx+1)break;heap[outIdx++]=192|u>>6}else{if(u<=65535){if(endIdx<=outIdx+2)break;heap[outIdx++]=224|u>>12}else{if(endIdx<=outIdx+3)break;heap[outIdx++]=240|u>>18,heap[outIdx++]=128|u>>12&63}heap[outIdx++]=128|u>>6&63}heap[outIdx++]=128|63&u}}return heap[outIdx]=0,outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){for(var len=0,i=0;i<str.length;++i){var u=str.charCodeAt(i);(u=55296<=u&&u<=57343?65536+((1023&u)<<10)|1023&str.charCodeAt(++i):u)<=127?++len:len+=u<=2047?2:u<=65535?3:4}return len}function allocateUTF8OnStack(str){var size=lengthBytesUTF8(str)+1,ret=stackAlloc(size);return stringToUTF8Array(str,HEAP8,ret,size),ret}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i<str.length;++i)HEAP8[buffer++>>0]=str.charCodeAt(i);dontAddNull||(HEAP8[buffer>>0]=0)}function updateGlobalBufferAndViews(buf){buffer=buf,Module.HEAP8=HEAP8=new Int8Array(buf),Module.HEAP16=HEAP16=new Int16Array(buf),Module.HEAP32=HEAP32=new Int32Array(buf),Module.HEAPU8=HEAPU8=new Uint8Array(buf),Module.HEAPU16=HEAPU16=new Uint16Array(buf),Module.HEAPU32=HEAPU32=new Uint32Array(buf),Module.HEAPF32=HEAPF32=new Float32Array(buf),Module.HEAPF64=HEAPF64=new Float64Array(buf)}var wasmTable,INITIAL_MEMORY=Module.INITIAL_MEMORY||16777216,__ATPRERUN__=[],__ATINIT__=[],__ATMAIN__=[],__ATPOSTRUN__=[],runtimeInitialized=!1;function keepRuntimeAlive(){return noExitRuntime}function preRun(){if(Module.preRun)for("function"==typeof Module.preRun&&(Module.preRun=[Module.preRun]);Module.preRun.length;)addOnPreRun(Module.preRun.shift());callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=!0,Module.noFSInit||FS.init.initialized||FS.init(),FS.ignorePermissions=!1,TTY.init(),callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function postRun(){if(Module.postRun)for("function"==typeof Module.postRun&&(Module.postRun=[Module.postRun]);Module.postRun.length;)addOnPostRun(Module.postRun.shift());callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0,runDependencyWatcher=null,dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies)}function removeRunDependency(id){var callback;runDependencies--,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies),0==runDependencies&&(null!==runDependencyWatcher&&(clearInterval(runDependencyWatcher),runDependencyWatcher=null),dependenciesFulfilled)&&(callback=dependenciesFulfilled,dependenciesFulfilled=null,callback())}function abort(what){throw Module.onAbort&&Module.onAbort(what),err(what="Aborted("+what+")"),ABORT=!0,EXITSTATUS=1,what+=". Build with -sASSERTIONS for more info.",new WebAssembly.RuntimeError(what)}var wasmBinaryFile,tempDouble,tempI64,dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary)return new Uint8Array(wasmBinary);if(readBinary)return readBinary(file);throw"both async and sync fetching of the wasm failed"}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if("function"==typeof fetch&&!isFileURI(wasmBinaryFile))return fetchFile(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(response.ok)return response.arrayBuffer();throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}).catch(function(){return getBinary(wasmBinaryFile)});if(readAsync)return new Promise(function(resolve,reject){readAsync(wasmBinaryFile,function(response){resolve(new Uint8Array(response))},reject)})}return Promise.resolve().then(function(){return getBinary(wasmBinaryFile)})}function createWasm(){var info={a:asmLibraryArg};function receiveInstance(instance,module){instance=instance.exports;Module.asm=instance,updateGlobalBufferAndViews((wasmMemory=Module.asm.N).buffer),wasmTable=Module.asm._d,addOnInit(Module.asm.O),removeRunDependency("wasm-instantiate")}function receiveInstantiationResult(result){receiveInstance(result.instance)}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason),abort(reason)})}if(addRunDependency("wasm-instantiate"),Module.instantiateWasm)try{return Module.instantiateWasm(info,receiveInstance)}catch(e){return err("Module.instantiateWasm callback failed with error: "+e),!1}return wasmBinary||"function"!=typeof WebAssembly.instantiateStreaming||isDataURI(wasmBinaryFile)||isFileURI(wasmBinaryFile)||"function"!=typeof fetch?instantiateArrayBuffer(receiveInstantiationResult):fetchFile(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){return WebAssembly.instantiateStreaming(response,info).then(receiveInstantiationResult,function(reason){return err("wasm streaming compile failed: "+reason),err("falling back to ArrayBuffer instantiation"),instantiateArrayBuffer(receiveInstantiationResult)})}),{}}function _emscripten_set_main_loop_timing(mode,value){var setImmediates,emscriptenMainLoopMessageId;return Browser.mainLoop.timingMode=mode,Browser.mainLoop.timingValue=value,Browser.mainLoop.func?(Browser.mainLoop.running||(Browser.mainLoop.running=!0),0==mode?(Browser.mainLoop.scheduler=function(){var timeUntilNextTick=0|Math.max(0,Browser.mainLoop.tickStartTime+value-_emscripten_get_now());setTimeout(Browser.mainLoop.runner,timeUntilNextTick)},Browser.mainLoop.method="timeout"):1==mode?(Browser.mainLoop.scheduler=function(){Browser.requestAnimationFrame(Browser.mainLoop.runner)},Browser.mainLoop.method="rAF"):2==mode&&("undefined"==typeof setImmediate&&(setImmediates=[],emscriptenMainLoopMessageId="setimmediate",addEventListener("message",function(event){event.data!==emscriptenMainLoopMessageId&&event.data.target!==emscriptenMainLoopMessageId||(event.stopPropagation(),setImmediates.shift()())},!0),setImmediate=function(func){setImmediates.push(func),ENVIRONMENT_IS_WORKER?(void 0===Module.setImmediates&&(Module.setImmediates=[]),Module.setImmediates.push(func),postMessage({target:emscriptenMainLoopMessageId})):postMessage(emscriptenMainLoopMessageId,"*")}),Browser.mainLoop.scheduler=function(){setImmediate(Browser.mainLoop.runner)},Browser.mainLoop.method="immediate"),0):1}function _exit(status){exit(status)}function handleException(e){if(e instanceof ExitStatus||"unwind"==e)return EXITSTATUS;quit_(1,e)}function maybeExit(){}function setMainLoop(browserIterationFunc,fps,simulateInfiniteLoop,arg,noSetTiming){assert(!Browser.mainLoop.func,"emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters."),Browser.mainLoop.func=browserIterationFunc,Browser.mainLoop.arg=arg;var thisMainLoopId=Browser.mainLoop.currentlyRunningMainloop;function checkIsRunning(){if(!(thisMainLoopId<Browser.mainLoop.currentlyRunningMainloop))return 1;maybeExit()}if(Browser.mainLoop.running=!1,Browser.mainLoop.runner=function(){var start,blocker,remaining,next;if(!ABORT)return 0<Browser.mainLoop.queue.length?(start=Date.now(),(blocker=Browser.mainLoop.queue.shift()).func(blocker.arg),Browser.mainLoop.remainingBlockers&&(next=(remaining=Browser.mainLoop.remainingBlockers)%1==0?remaining-1:Math.floor(remaining),blocker.counted?Browser.mainLoop.remainingBlockers=next:Browser.mainLoop.remainingBlockers=(8*remaining+(next+=.5))/9),out('main loop blocker "'+blocker.name+'" took '+(Date.now()-start)+" ms"),Browser.mainLoop.updateStatus(),checkIsRunning()?void setTimeout(Browser.mainLoop.runner,0):void 0):void(checkIsRunning()&&(Browser.mainLoop.currentFrameNumber=Browser.mainLoop.currentFrameNumber+1|0,1==Browser.mainLoop.timingMode&&1<Browser.mainLoop.timingValue&&Browser.mainLoop.currentFrameNumber%Browser.mainLoop.timingValue!=0?Browser.mainLoop.scheduler():(0==Browser.mainLoop.timingMode&&(Browser.mainLoop.tickStartTime=_emscripten_get_now()),Browser.mainLoop.runIter(browserIterationFunc),checkIsRunning()&&("object"==typeof SDL&&SDL.audio&&SDL.audio.queueNewAudioData&&SDL.audio.queueNewAudioData(),Browser.mainLoop.scheduler()))))},noSetTiming||(fps&&0<fps?_emscripten_set_main_loop_timing(0,1e3/fps):_emscripten_set_main_loop_timing(1,1),Browser.mainLoop.scheduler()),simulateInfiniteLoop)throw"unwind"}function callUserCallback(func,synchronous){if(!ABORT)if(synchronous)func();else try{func()}catch(e){handleException(e)}}function safeSetTimeout(func,timeout){return setTimeout(function(){callUserCallback(func)},timeout)}isDataURI(wasmBinaryFile="subtitles-octopus-worker.wasm")||(wasmBinaryFile=locateFile(wasmBinaryFile));var _emscripten_get_now=function(){return performance.now()},Browser={mainLoop:{running:!1,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],pause:function(){Browser.mainLoop.scheduler=null,Browser.mainLoop.currentlyRunningMainloop++},resume:function(){Browser.mainLoop.currentlyRunningMainloop++;var timingMode=Browser.mainLoop.timingMode,timingValue=Browser.mainLoop.timingValue,func=Browser.mainLoop.func;Browser.mainLoop.func=null,setMainLoop(func,0,!1,Browser.mainLoop.arg,!0),_emscripten_set_main_loop_timing(timingMode,timingValue),Browser.mainLoop.scheduler()},updateStatus:function(){var message,remaining,expected;Module.setStatus&&(message=Module.statusMessage||"Please wait...",remaining=Browser.mainLoop.remainingBlockers,expected=Browser.mainLoop.expectedBlockers,remaining?remaining<expected?Module.setStatus(message+" ("+(expected-remaining)+"/"+expected+")"):Module.setStatus(message):Module.setStatus(""))},runIter:function(func){if(!ABORT){if(Module.preMainLoop)if(!1===Module.preMainLoop())return;callUserCallback(func),Module.postMainLoop&&Module.postMainLoop()}}},isFullscreen:!1,pointerLock:!1,moduleContextCreatedCallbacks:[],workers:[],init:function(){if(Module.preloadPlugins||(Module.preloadPlugins=[]),!Browser.initted){Browser.initted=!0;try{new Blob,Browser.hasBlobConstructor=!0}catch(e){Browser.hasBlobConstructor=!1,out("warning: no blob constructor, cannot create blobs with mimetypes")}Browser.BlobBuilder="undefined"!=typeof MozBlobBuilder?MozBlobBuilder:"undefined"!=typeof WebKitBlobBuilder?WebKitBlobBuilder:Browser.hasBlobConstructor?null:out("warning: no BlobBuilder"),Browser.URLObject="undefined"!=typeof window?window.URL||window.webkitURL:void 0,Module.noImageDecoding||void 0!==Browser.URLObject||(out("warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available."),Module.noImageDecoding=!0);var imagePlugin={canHandle:function(name){return!Module.noImageDecoding&&/\.(jpg|jpeg|png|bmp)$/i.test(name)},handle:function(byteArray,name,onload,onerror){var bb,b=null;if(Browser.hasBlobConstructor)try{(b=new Blob([byteArray],{type:Browser.getMimetype(name)})).size!==byteArray.length&&(b=new Blob([new Uint8Array(byteArray).buffer],{type:Browser.getMimetype(name)}))}catch(e){warnOnce("Blob constructor present but fails: "+e+"; falling back to blob builder")}b||((bb=new Browser.BlobBuilder).append(new Uint8Array(byteArray).buffer),b=bb.getBlob());var url=Browser.URLObject.createObjectURL(b),img=new Image;img.onload=function(){assert(img.complete,"Image "+name+" could not be decoded");var canvas=document.createElement("canvas");canvas.width=img.width,canvas.height=img.height,canvas.getContext("2d").drawImage(img,0,0),preloadedImages[name]=canvas,Browser.URLObject.revokeObjectURL(url),onload&&onload(byteArray)},img.onerror=function(event){out("Image "+url+" could not be decoded"),onerror&&onerror()},img.src=url}},imagePlugin=(Module.preloadPlugins.push(imagePlugin),{canHandle:function(name){return!Module.noAudioDecoding&&name.substr(-4)in{".ogg":1,".wav":1,".mp3":1}}}),imagePlugin=(imagePlugin.handle=function(byteArray,name,onload,onerror){var done=!1;function finish(audio){done||(done=!0,preloadedAudios[name]=audio,onload&&onload(byteArray))}function fail(){done||(done=!0,preloadedAudios[name]=new Audio,onerror&&onerror())}if(!Browser.hasBlobConstructor)return fail();try{var b=new Blob([byteArray],{type:Browser.getMimetype(name)})}catch(e){return fail()}var b=Browser.URLObject.createObjectURL(b),audio=new Audio;audio.addEventListener("canplaythrough",function(){finish(audio)},!1),audio.onerror=function(event){done||(out("warning: browser could not fully decode audio "+name+", trying slower base64 approach"),audio.src="data:audio/x-"+name.substr(-3)+";base64,"+function(data){for(var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ret="",leftchar=0,leftbits=0,i=0;i<data.length;i++)for(leftchar=leftchar<<8|data[i],leftbits+=8;6<=leftbits;){var curr=leftchar>>leftbits-6&63;leftbits-=6,ret+=BASE[curr]}return 2==leftbits?ret=ret+BASE[(3&leftchar)<<4]+"==":4==leftbits&&(ret=ret+BASE[(15&leftchar)<<2]+"="),ret}(byteArray),finish(audio))},audio.src=b,safeSetTimeout(function(){finish(audio)},1e4)},Module.preloadPlugins.push(imagePlugin),Module.canvas);imagePlugin&&(imagePlugin.requestPointerLock=imagePlugin.requestPointerLock||imagePlugin.mozRequestPointerLock||imagePlugin.webkitRequestPointerLock||imagePlugin.msRequestPointerLock||function(){},imagePlugin.exitPointerLock=document.exitPointerLock||document.mozExitPointerLock||document.webkitExitPointerLock||document.msExitPointerLock||function(){},imagePlugin.exitPointerLock=imagePlugin.exitPointerLock.bind(document),document.addEventListener("pointerlockchange",pointerLockChange,!1),document.addEventListener("mozpointerlockchange",pointerLockChange,!1),document.addEventListener("webkitpointerlockchange",pointerLockChange,!1),document.addEventListener("mspointerlockchange",pointerLockChange,!1),Module.elementPointerLock)&&imagePlugin.addEventListener("click",function(ev){!Browser.pointerLock&&Module.canvas.requestPointerLock&&(Module.canvas.requestPointerLock(),ev.preventDefault())},!1)}function pointerLockChange(){Browser.pointerLock=document.pointerLockElement===Module.canvas||document.mozPointerLockElement===Module.canvas||document.webkitPointerLockElement===Module.canvas||document.msPointerLockElement===Module.canvas}},handledByPreloadPlugin:function(byteArray,fullname,finish,onerror){Browser.init();var handled=!1;return Module.preloadPlugins.forEach(function(plugin){handled||plugin.canHandle(fullname)&&(plugin.handle(byteArray,fullname,finish,onerror),handled=!0)}),handled},createContext:function(canvas,useWebGL,setInModule,webGLContextAttributes){if(useWebGL&&Module.ctx&&canvas==Module.canvas)return Module.ctx;var ctx,contextHandle;if(useWebGL){var contextAttributes={antialias:!1,alpha:!1,majorVersion:1};if(webGLContextAttributes)for(var attribute in webGLContextAttributes)contextAttributes[attribute]=webGLContextAttributes[attribute];"undefined"!=typeof GL&&(contextHandle=GL.createContext(canvas,contextAttributes))&&(ctx=GL.getContext(contextHandle).GLctx)}else ctx=canvas.getContext("2d");return ctx?(setInModule&&(useWebGL||assert("undefined"==typeof GLctx,"cannot set in module if GLctx is used, but we are a non-GL context that would replace it"),Module.ctx=ctx,useWebGL&&GL.makeContextCurrent(contextHandle),Module.useWebGL=useWebGL,Browser.moduleContextCreatedCallbacks.forEach(function(callback){callback()}),Browser.init()),ctx):null},destroyContext:function(canvas,useWebGL,setInModule){},fullscreenHandlersInstalled:!1,lockPointer:void 0,resizeCanvas:void 0,requestFullscreen:function(lockPointer,resizeCanvas){Browser.lockPointer=lockPointer,Browser.resizeCanvas=resizeCanvas,void 0===Browser.lockPointer&&(Browser.lockPointer=!0),void 0===Browser.resizeCanvas&&(Browser.resizeCanvas=!1);var canvas=Module.canvas;function fullscreenChange(){Browser.isFullscreen=!1;var canvasContainer=canvas.parentNode;(document.fullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement||document.webkitCurrentFullScreenElement)===canvasContainer?(canvas.exitFullscreen=Browser.exitFullscreen,Browser.lockPointer&&canvas.requestPointerLock(),Browser.isFullscreen=!0,Browser.resizeCanvas?Browser.setFullscreenCanvasSize():Browser.updateCanvasDimensions(canvas)):(canvasContainer.parentNode.insertBefore(canvas,canvasContainer),canvasContainer.parentNode.removeChild(canvasContainer),Browser.resizeCanvas?Browser.setWindowedCanvasSize():Browser.updateCanvasDimensions(canvas)),Module.onFullScreen&&Module.onFullScreen(Browser.isFullscreen),Module.onFullscreen&&Module.onFullscreen(Browser.isFullscreen)}Browser.fullscreenHandlersInstalled||(Browser.fullscreenHandlersInstalled=!0,document.addEventListener("fullscreenchange",fullscreenChange,!1),document.addEventListener("mozfullscreenchange",fullscreenChange,!1),document.addEventListener("webkitfullscreenchange",fullscreenChange,!1),document.addEventListener("MSFullscreenChange",fullscreenChange,!1));var canvasContainer=document.createElement("div");canvas.parentNode.insertBefore(canvasContainer,canvas),canvasContainer.appendChild(canvas),canvasContainer.requestFullscreen=canvasContainer.requestFullscreen||canvasContainer.mozRequestFullScreen||canvasContainer.msRequestFullscreen||(canvasContainer.webkitRequestFullscreen?function(){canvasContainer.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT)}:null)||(canvasContainer.webkitRequestFullScreen?function(){canvasContainer.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)}:null),canvasContainer.requestFullscreen()},exitFullscreen:function(){return!!Browser.isFullscreen&&((document.exitFullscreen||document.cancelFullScreen||document.mozCancelFullScreen||document.msExitFullscreen||document.webkitCancelFullScreen||function(){}).apply(document,[]),!0)},nextRAF:0,fakeRequestAnimationFrame:function(func){var now=Date.now();if(0===Browser.nextRAF)Browser.nextRAF=now+1e3/60;else for(;now+2>=Browser.nextRAF;)Browser.nextRAF+=1e3/60;var delay=Math.max(Browser.nextRAF-now,0);setTimeout(func,delay)},requestAnimationFrame:function(func){("function"==typeof requestAnimationFrame?requestAnimationFrame:Browser.fakeRequestAnimationFrame)(func)},safeSetTimeout:function(func){return safeSetTimeout(func)},safeRequestAnimationFrame:function(func){return Browser.requestAnimationFrame(function(){callUserCallback(func)})},getMimetype:function(name){return{jpg:"image/jpeg",jpeg:"image/jpeg",png:"image/png",bmp:"image/bmp",ogg:"audio/ogg",wav:"audio/wav",mp3:"audio/mpeg"}[name.substr(name.lastIndexOf(".")+1)]},getUserMedia:function(func){window.getUserMedia||(window.getUserMedia=navigator.getUserMedia||navigator.mozGetUserMedia),window.getUserMedia(func)},getMovementX:function(event){return event.movementX||event.mozMovementX||event.webkitMovementX||0},getMovementY:function(event){return event.movementY||event.mozMovementY||event.webkitMovementY||0},getMouseWheelDelta:function(event){var delta=0;switch(event.type){case"DOMMouseScroll":delta=event.detail/3;break;case"mousewheel":delta=event.wheelDelta/120;break;case"wheel":switch(delta=event.deltaY,event.deltaMode){case 0:delta/=100;break;case 1:delta/=3;break;case 2:delta*=80;break;default:throw"unrecognized mouse wheel delta mode: "+event.deltaMode}break;default:throw"unrecognized mouse wheel event: "+event.type}return delta},mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:function(event){if(Browser.pointerLock)"mousemove"!=event.type&&"mozMovementX"in event?Browser.mouseMovementX=Browser.mouseMovementY=0:(Browser.mouseMovementX=Browser.getMovementX(event),Browser.mouseMovementY=Browser.getMovementY(event)),"undefined"!=typeof SDL?(Browser.mouseX=SDL.mouseX+Browser.mouseMovementX,Browser.mouseY=SDL.mouseY+Browser.mouseMovementY):(Browser.mouseX+=Browser.mouseMovementX,Browser.mouseY+=Browser.mouseMovementY);else{var adjustedX,rect=Module.canvas.getBoundingClientRect(),cw=Module.canvas.width,ch=Module.canvas.height,scrollX=void 0!==window.scrollX?window.scrollX:window.pageXOffset,scrollY=void 0!==window.scrollY?window.scrollY:window.pageYOffset;if("touchstart"===event.type||"touchend"===event.type||"touchmove"===event.type)return void 0===(touch=event.touch)?void 0:(adjustedX=touch.pageX-(scrollX+rect.left),adjustedY=touch.pageY-(scrollY+rect.top),adjustedX={x:adjustedX*=cw/rect.width,y:adjustedY*=ch/rect.height},void("touchstart"===event.type?(Browser.lastTouches[touch.identifier]=adjustedX,Browser.touches[touch.identifier]=adjustedX):"touchend"!==event.type&&"touchmove"!==event.type||(adjustedY=(adjustedY=Browser.touches[touch.identifier])||adjustedX,Browser.lastTouches[touch.identifier]=adjustedY,Browser.touches[touch.identifier]=adjustedX)));var adjustedY=event.pageX-(scrollX+rect.left),touch=event.pageY-(scrollY+rect.top);adjustedY*=cw/rect.width,touch*=ch/rect.height,Browser.mouseMovementX=adjustedY-Browser.mouseX,Browser.mouseMovementY=touch-Browser.mouseY,Browser.mouseX=adjustedY,Browser.mouseY=touch}},resizeListeners:[],updateResizeListeners:function(){var canvas=Module.canvas;Browser.resizeListeners.forEach(function(listener){listener(canvas.width,canvas.height)})},setCanvasSize:function(width,height,noUpdates){var canvas=Module.canvas;Browser.updateCanvasDimensions(canvas,width,height),noUpdates||Browser.updateResizeListeners()},windowedWidth:0,windowedHeight:0,setFullscreenCanvasSize:function(){var flags;"undefined"!=typeof SDL&&(flags=HEAPU32[SDL.screen>>2],HEAP32[SDL.screen>>2]=flags|=8388608),Browser.updateCanvasDimensions(Module.canvas),Browser.updateResizeListeners()},setWindowedCanvasSize:function(){var flags;"undefined"!=typeof SDL&&(flags=HEAPU32[SDL.screen>>2],HEAP32[SDL.screen>>2]=flags&=-8388609),Browser.updateCanvasDimensions(Module.canvas),Browser.updateResizeListeners()},updateCanvasDimensions:function(canvas,wNative,hNative){wNative&&hNative?(canvas.widthNative=wNative,canvas.heightNative=hNative):(wNative=canvas.widthNative,hNative=canvas.heightNative);var factor,w=wNative,h=hNative;Module.forcedAspectRatio&&0<Module.forcedAspectRatio&&(w/h<Module.forcedAspectRatio?w=Math.round(h*Module.forcedAspectRatio):h=Math.round(w/Module.forcedAspectRatio)),(document.fullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement||document.webkitCurrentFullScreenElement)===canvas.parentNode&&void 0!==screen&&(factor=Math.min(screen.width/w,screen.height/h),w=Math.round(w*factor),h=Math.round(h*factor)),Browser.resizeCanvas?(canvas.width!=w&&(canvas.width=w),canvas.height!=h&&(canvas.height=h),void 0!==canvas.style&&(canvas.style.removeProperty("width"),canvas.style.removeProperty("height"))):(canvas.width!=wNative&&(canvas.width=wNative),canvas.height!=hNative&&(canvas.height=hNative),void 0!==canvas.style&&(w!=wNative||h!=hNative?(canvas.style.setProperty("width",w+"px","important"),canvas.style.setProperty("height",h+"px","important")):(canvas.style.removeProperty("width"),canvas.style.removeProperty("height"))))}};function callRuntimeCallbacks(callbacks){for(;0<callbacks.length;)callbacks.shift()(Module)}function getValue(ptr){var type=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"i8";switch(type=type.endsWith("*")?"*":type){case"i1":case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":case"i64":return HEAP32[ptr>>2];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];case"*":return HEAPU32[ptr>>2];default:abort("invalid type for getValue: "+type)}return null}var wasmTableMirror=[];function getWasmTableEntry(funcPtr){var func=wasmTableMirror[funcPtr];return func||(funcPtr>=wasmTableMirror.length&&(wasmTableMirror.length=funcPtr+1),wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)),func}function ___assert_fail(condition,filename,line,func){abort("Assertion failed: "+UTF8ToString(condition)+", at: "+[filename?UTF8ToString(filename):"unknown filename",line,func?UTF8ToString(func):"unknown function"])}var PATH={isAbs:function(path){return"/"===path.charAt(0)},splitPath:function(filename){return/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/.exec(filename).slice(1)},normalizeArray:function(parts,allowAboveRoot){for(var up=0,i=parts.length-1;0<=i;i--){var last=parts[i];"."===last?parts.splice(i,1):".."===last?(parts.splice(i,1),up++):up&&(parts.splice(i,1),up--)}if(allowAboveRoot)for(;up;up--)parts.unshift("..");return parts},normalize:function(path){var isAbsolute=PATH.isAbs(path),trailingSlash="/"===path.substr(-1);return(path=(path=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),!isAbsolute).join("/"))||isAbsolute?path:".")&&trailingSlash&&(path+="/"),(isAbsolute?"/":"")+path},dirname:function(path){var path=PATH.splitPath(path),root=path[0],path=path[1];return root||path?root+(path=path&&path.substr(0,path.length-1)):"."},basename:function(path){var lastSlash;return"/"===path?"/":-1===(lastSlash=(path=(path=PATH.normalize(path)).replace(/\/$/,"")).lastIndexOf("/"))?path:path.substr(lastSlash+1)},join:function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))},join2:function(l,r){return PATH.normalize(l+"/"+r)}};function getRandomDevice(){var randomBuffer;return"object"==typeof crypto&&"function"==typeof crypto.getRandomValues?(randomBuffer=new Uint8Array(1),function(){return crypto.getRandomValues(randomBuffer),randomBuffer[0]}):function(){abort("randomDevice")}}var PATH_FS={resolve:function(){for(var resolvedPath="",resolvedAbsolute=!1,i=arguments.length-1;-1<=i&&!resolvedAbsolute;i--){var path=0<=i?arguments[i]:FS.cwd();if("string"!=typeof path)throw new TypeError("Arguments to path.resolve must be strings");if(!path)return"";resolvedPath=path+"/"+resolvedPath,resolvedAbsolute=PATH.isAbs(path)}return(resolvedAbsolute?"/":"")+(resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(function(p){return!!p}),!resolvedAbsolute).join("/"))||"."},relative:function(from,to){function trim(arr){for(var start=0;start<arr.length&&""===arr[start];start++);for(var end=arr.length-1;0<=end&&""===arr[end];end--);return end<start?[]:arr.slice(start,end-start+1)}from=PATH_FS.resolve(from).substr(1),to=PATH_FS.resolve(to).substr(1);for(var fromParts=trim(from.split("/")),toParts=trim(to.split("/")),length=Math.min(fromParts.length,toParts.length),samePartsLength=length,i=0;i<length;i++)if(fromParts[i]!==toParts[i]){samePartsLength=i;break}for(var outputParts=[],i=samePartsLength;i<fromParts.length;i++)outputParts.push("..");return(outputParts=outputParts.concat(toParts.slice(samePartsLength))).join("/")}},TTY={ttys:[],init:function(){},shutdown:function(){},register:function(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops},FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open:function(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty)throw new FS.ErrnoError(43);stream.tty=tty,stream.seekable=!1},close:function(stream){stream.tty.ops.flush(stream.tty)},flush:function(stream){stream.tty.ops.flush(stream.tty)},read:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char)throw new FS.ErrnoError(60);for(var result,bytesRead=0,i=0;i<length;i++){try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(void 0===result&&0===bytesRead)throw new FS.ErrnoError(6);if(null==result)break;bytesRead++,buffer[offset+i]=result}return bytesRead&&(stream.node.timestamp=Date.now()),bytesRead},write:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char)throw new FS.ErrnoError(60);try{for(var i=0;i<length;i++)stream.tty.ops.put_char(stream.tty,buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}return length&&(stream.node.timestamp=Date.now()),i}},default_tty_ops:{get_char:function(tty){if(!tty.input.length){var result=null;if("undefined"!=typeof window&&"function"==typeof window.prompt?null!==(result=window.prompt("Input: "))&&(result+="\n"):"function"==typeof readline&&null!==(result=readline())&&(result+="\n"),!result)return null;tty.input=intArrayFromString(result,!0)}return tty.input.shift()},put_char:function(tty,val){null===val||10===val?(out(UTF8ArrayToString(tty.output,0)),tty.output=[]):0!=val&&tty.output.push(val)},flush:function(tty){tty.output&&0<tty.output.length&&(out(UTF8ArrayToString(tty.output,0)),tty.output=[])}},default_tty1_ops:{put_char:function(tty,val){null===val||10===val?(err(UTF8ArrayToString(tty.output,0)),tty.output=[]):0!=val&&tty.output.push(val)},flush:function(tty){tty.output&&0<tty.output.length&&(err(UTF8ArrayToString(tty.output,0)),tty.output=[])}}};function zeroMemory(address,size){HEAPU8.fill(0,address,address+size)}function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}function mmapAlloc(size){size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);return ptr?(zeroMemory(ptr,size),ptr):0}var MEMFS={ops_table:null,mount:function(mount){return MEMFS.createNode(null,"/",16895,0)},createNode:function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode))throw new FS.ErrnoError(63);MEMFS.ops_table||(MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}});mode=FS.createNode(parent,name,mode,dev);return FS.isDir(mode.mode)?(mode.node_ops=MEMFS.ops_table.dir.node,mode.stream_ops=MEMFS.ops_table.dir.stream,mode.contents={}):FS.isFile(mode.mode)?(mode.node_ops=MEMFS.ops_table.file.node,mode.stream_ops=MEMFS.ops_table.file.stream,mode.usedBytes=0,mode.contents=null):FS.isLink(mode.mode)?(mode.node_ops=MEMFS.ops_table.link.node,mode.stream_ops=MEMFS.ops_table.link.stream):FS.isChrdev(mode.mode)&&(mode.node_ops=MEMFS.ops_table.chrdev.node,mode.stream_ops=MEMFS.ops_table.chrdev.stream),mode.timestamp=Date.now(),parent&&(parent.contents[name]=mode,parent.timestamp=mode.timestamp),mode},getFileDataAsTypedArray:function(node){return node.contents?node.contents.subarray?node.contents.subarray(0,node.usedBytes):new Uint8Array(node.contents):new Uint8Array(0)},expandFileStorage:function(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;newCapacity<=prevCapacity||(newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<1048576?2:1.125)>>>0),0!=prevCapacity&&(newCapacity=Math.max(newCapacity,256)),prevCapacity=node.contents,node.contents=new Uint8Array(newCapacity),0<node.usedBytes&&node.contents.set(prevCapacity.subarray(0,node.usedBytes),0))},resizeFileStorage:function(node,newSize){var oldContents;node.usedBytes!=newSize&&(0==newSize?(node.contents=null,node.usedBytes=0):(oldContents=node.contents,node.contents=new Uint8Array(newSize),oldContents&&node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes))),node.usedBytes=newSize))},node_ops:{getattr:function(node){var attr={};return attr.dev=FS.isChrdev(node.mode)?node.id:1,attr.ino=node.id,attr.mode=node.mode,attr.nlink=1,attr.uid=0,attr.gid=0,attr.rdev=node.rdev,FS.isDir(node.mode)?attr.size=4096:FS.isFile(node.mode)?attr.size=node.usedBytes:FS.isLink(node.mode)?attr.size=node.link.length:attr.size=0,attr.atime=new Date(node.timestamp),attr.mtime=new Date(node.timestamp),attr.ctime=new Date(node.timestamp),attr.blksize=4096,attr.blocks=Math.ceil(attr.size/attr.blksize),attr},setattr:function(node,attr){void 0!==attr.mode&&(node.mode=attr.mode),void 0!==attr.timestamp&&(node.timestamp=attr.timestamp),void 0!==attr.size&&MEMFS.resizeFileStorage(node,attr.size)},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node)for(var i in new_node.contents)throw new FS.ErrnoError(55)}delete old_node.parent.contents[old_node.name],old_node.parent.timestamp=Date.now(),old_node.name=new_name,new_dir.contents[new_name]=old_node,new_dir.timestamp=old_node.parent.timestamp,old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name],parent.timestamp=Date.now()},rmdir:function(parent,name){for(var i in FS.lookupNode(parent,name).contents)throw new FS.ErrnoError(55);delete parent.contents[name],parent.timestamp=Date.now()},readdir:function(node){var key,entries=[".",".."];for(key in node.contents)node.contents.hasOwnProperty(key)&&entries.push(key);return entries},symlink:function(parent,newname,oldpath){parent=MEMFS.createNode(parent,newname,41471,0);return parent.link=oldpath,parent},readlink:function(node){if(FS.isLink(node.mode))return node.link;throw new FS.ErrnoError(28)}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(8<size&&contents.subarray)buffer.set(contents.subarray(position,position+size),offset);else for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i];return size},write:function(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer&&(canOwn=!1),!length)return 0;var node=stream.node;if(node.timestamp=Date.now(),buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn)return node.contents=buffer.subarray(offset,offset+length),node.usedBytes=length;if(0===node.usedBytes&&0===position)return node.contents=buffer.slice(offset,offset+length),node.usedBytes=length;if(position+length<=node.usedBytes)return node.contents.set(buffer.subarray(offset,offset+length),position),length}if(MEMFS.expandFileStorage(node,position+length),node.contents.subarray&&buffer.subarray)node.contents.set(buffer.subarray(offset,offset+length),position);else for(var i=0;i<length;i++)node.contents[position+i]=buffer[offset+i];return node.usedBytes=Math.max(node.usedBytes,position+length),length},llseek:function(stream,offset,whence){if(1===whence?offset+=stream.position:2===whence&&FS.isFile(stream.node.mode)&&(offset+=stream.node.usedBytes),offset<0)throw new FS.ErrnoError(28);return offset},allocate:function(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length),stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)},mmap:function(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode))throw new FS.ErrnoError(43);var ptr,allocated,stream=stream.node.contents;if(2&flags||stream.buffer!==buffer){if((0<position||position+length<stream.length)&&(stream=stream.subarray?stream.subarray(position,position+length):Array.prototype.slice.call(stream,position,position+length)),allocated=!0,!(ptr=mmapAlloc(length)))throw new FS.ErrnoError(48);HEAP8.set(stream,ptr)}else allocated=!1,ptr=stream.byteOffset;return{ptr:ptr,allocated:allocated}},msync:function(stream,buffer,offset,length,mmapFlags){if(FS.isFile(stream.node.mode))return 2&mmapFlags||MEMFS.stream_ops.write(stream,buffer,0,length,offset,!1),0;throw new FS.ErrnoError(43)}}};function asyncLoad(url,onload,onerror,noRunDep){var dep=noRunDep?"":getUniqueRunDependency("al "+url);readAsync(url,function(arrayBuffer){assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).'),onload(new Uint8Array(arrayBuffer)),dep&&removeRunDependency(dep)},function(event){if(!onerror)throw'Loading data file "'+url+'" failed.';onerror()}),dep&&addRunDependency(dep)}var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:!1,ignorePermissions:!0,ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,lookupPath:function(path){var opts=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};if(!(path=PATH_FS.resolve(FS.cwd(),path)))return{path:"",node:null};if(8<(opts=Object.assign({follow_mount:!0,recurse_count:0},opts)).recurse_count)throw new FS.ErrnoError(32);for(var parts=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),!1),current=FS.root,current_path="/",i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent)break;if(current=FS.lookupNode(current,parts[i]),current_path=PATH.join2(current_path,parts[i]),!FS.isMountpoint(current)||islast&&!opts.follow_mount||(current=current.mounted.root),!islast||opts.follow)for(var count=0;FS.isLink(current.mode);){var link=FS.readlink(current_path),current_path=PATH_FS.resolve(PATH.dirname(current_path),link),current=FS.lookupPath(current_path,{recurse_count:opts.recurse_count+1}).node;if(40<count++)throw new FS.ErrnoError(32)}}return{path:current_path,node:current}},getPath:function(node){for(var path,mount;;){if(FS.isRoot(node))return mount=node.mount.mountpoint,path?"/"!==mount[mount.length-1]?mount+"/"+path:mount+path:mount;path=path?node.name+"/"+path:node.name,node=node.parent}},hashName:function(parentid,name){for(var hash=0,i=0;i<name.length;i++)hash=(hash<<5)-hash+name.charCodeAt(i)|0;return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode:function(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash],FS.nameTable[hash]=node},hashRemoveNode:function(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node)FS.nameTable[hash]=node.name_next;else for(var current=FS.nameTable[hash];current;){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}},lookupNode:function(parent,name){var errCode=FS.mayLookup(parent);if(errCode)throw new FS.ErrnoError(errCode,parent);for(var errCode=FS.hashName(parent.id,name),node=FS.nameTable[errCode];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name)return node}return FS.lookup(parent,name)},createNode:function(parent,name,mode,rdev){parent=new FS.FSNode(parent,name,mode,rdev);return FS.hashAddNode(parent),parent},destroyNode:function(node){FS.hashRemoveNode(node)},isRoot:function(node){return node===node.parent},isMountpoint:function(node){return!!node.mounted},isFile:function(mode){return 32768==(61440&mode)},isDir:function(mode){return 16384==(61440&mode)},isLink:function(mode){return 40960==(61440&mode)},isChrdev:function(mode){return 8192==(61440&mode)},isBlkdev:function(mode){return 24576==(61440&mode)},isFIFO:function(mode){return 4096==(61440&mode)},isSocket:function(mode){return 49152==(49152&mode)},flagModes:{r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},modeStringToFlags:function(str){var flags=FS.flagModes[str];if(void 0===flags)throw new Error("Unknown file open mode: "+str);return flags},flagsToPermissionString:function(flag){var perms=["r","w","rw"][3&flag];return 512&flag&&(perms+="w"),perms},nodePermissions:function(node,perms){return FS.ignorePermissions||(!perms.includes("r")||292&node.mode)&&(!perms.includes("w")||146&node.mode)&&(!perms.includes("x")||73&node.mode)?0:2},mayLookup:function(dir){var errCode=FS.nodePermissions(dir,"x");return errCode||(dir.node_ops.lookup?0:2)},mayCreate:function(dir,name){try{FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:function(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}name=FS.nodePermissions(dir,"wx");if(name)return name;if(isdir){if(!FS.isDir(node.mode))return 54;if(FS.isRoot(node)||FS.getPath(node)===FS.cwd())return 10}else if(FS.isDir(node.mode))return 31;return 0},mayOpen:function(node,flags){return node?FS.isLink(node.mode)?32:FS.isDir(node.mode)&&("r"!==FS.flagsToPermissionString(flags)||512&flags)?31:FS.nodePermissions(node,FS.flagsToPermissionString(flags)):44},MAX_OPEN_FDS:4096,nextfd:function(){for(var fd_start=0<arguments.length&&void 0!==arguments[0]?arguments[0]:0,fd_end=1<arguments.length&&void 0!==arguments[1]?arguments[1]:FS.MAX_OPEN_FDS,fd=fd_start;fd<=fd_end;fd++)if(!FS.streams[fd])return fd;throw new FS.ErrnoError(33)},getStream:function(fd){return FS.streams[fd]},createStream:function(stream,fd_start,fd_end){FS.FSStream||(FS.FSStream=function(){this.shared={}},FS.FSStream.prototype={},Object.defineProperties(FS.FSStream.prototype,{object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return 1!=(2097155&this.flags)}},isWrite:{get:function(){return 0!=(2097155&this.flags)}},isAppend:{get:function(){return 1024&this.flags}},flags:{get:function(){return this.shared.flags},set:function(val){this.shared.flags=val}},position:{get:function(){return this.shared.position},set:function(val){this.shared.position=val}}})),stream=Object.assign(new FS.FSStream,stream);fd_start=FS.nextfd(fd_start,fd_end);return stream.fd=fd_start,FS.streams[fd_start]=stream},closeStream:function(fd){FS.streams[fd]=null},chrdev_stream_ops:{open:function(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops,stream.stream_ops.open&&stream.stream_ops.open(stream)},llseek:function(){throw new FS.ErrnoError(70)}},major:function(dev){return dev>>8},minor:function(dev){return 255&dev},makedev:function(ma,mi){return ma<<8|mi},registerDevice:function(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:function(dev){return FS.devices[dev]},getMounts:function(mount){for(var mounts=[],check=[mount];check.length;){var m=check.pop();mounts.push(m),check.push.apply(check,m.mounts)}return mounts},syncfs:function(populate,callback){"function"==typeof populate&&(callback=populate,populate=!1),FS.syncFSRequests++,1<FS.syncFSRequests&&err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work");var mounts=FS.getMounts(FS.root.mount),completed=0;function doCallback(errCode){return FS.syncFSRequests--,callback(errCode)}function done(errCode){if(errCode)return done.errored?void 0:(done.errored=!0,doCallback(errCode));++completed>=mounts.length&&doCallback(null)}mounts.forEach(function(mount){if(!mount.type.syncfs)return done(null);mount.type.syncfs(mount,populate,done)})},mount:function(type,opts,mountpoint){var node,root="/"===mountpoint,pseudo=!mountpoint;if(root&&FS.root)throw new FS.ErrnoError(10);if(!root&&!pseudo){pseudo=FS.lookupPath(mountpoint,{follow_mount:!1});if(mountpoint=pseudo.path,node=pseudo.node,FS.isMountpoint(node))throw new FS.ErrnoError(10);if(!FS.isDir(node.mode))throw new FS.ErrnoError(54)}pseudo={type:type,opts:opts,mountpoint:mountpoint,mounts:[]},opts=type.mount(pseudo);return(opts.mount=pseudo).root=opts,root?FS.root=opts:node&&(node.mounted=pseudo,node.mount)&&node.mount.mounts.push(pseudo),opts},unmount:function(mountpoint){mountpoint=FS.lookupPath(mountpoint,{follow_mount:!1});if(!FS.isMountpoint(mountpoint.node))throw new FS.ErrnoError(28);var mountpoint=mountpoint.node,mount=mountpoint.mounted,mounts=FS.getMounts(mount),mount=(Object.keys(FS.nameTable).forEach(function(hash){for(var current=FS.nameTable[hash];current;){var next=current.name_next;mounts.includes(current.mount)&&FS.destroyNode(current),current=next}}),mountpoint.mounted=null,mountpoint.mount.mounts.indexOf(mount));mountpoint.mount.mounts.splice(mount,1)},lookup:function(parent,name){return parent.node_ops.lookup(parent,name)},mknod:function(path,mode,dev){var parent=FS.lookupPath(path,{parent:!0}).node,path=PATH.basename(path);if(!path||"."===path||".."===path)throw new FS.ErrnoError(28);var errCode=FS.mayCreate(parent,path);if(errCode)throw new FS.ErrnoError(errCode);if(parent.node_ops.mknod)return parent.node_ops.mknod(parent,path,mode,dev);throw new FS.ErrnoError(63)},create:function(path,mode){return FS.mknod(path,mode=(mode=void 0!==mode?mode:438)&4095|32768,0)},mkdir:function(path,mode){return FS.mknod(path,mode=(mode=void 0!==mode?mode:511)&1023|16384,0)},mkdirTree:function(path,mode){for(var dirs=path.split("/"),d="",i=0;i<dirs.length;++i)if(dirs[i]){d+="/"+dirs[i];try{FS.mkdir(d,mode)}catch(e){if(20!=e.errno)throw e}}},mkdev:function(path,mode,dev){return void 0===dev&&(dev=mode,mode=438),FS.mknod(path,mode|=8192,dev)},symlink:function(oldpath,newpath){if(!PATH_FS.resolve(oldpath))throw new FS.ErrnoError(44);var parent=FS.lookupPath(newpath,{parent:!0}).node;if(!parent)throw new FS.ErrnoError(44);var newpath=PATH.basename(newpath),errCode=FS.mayCreate(parent,newpath);if(errCode)throw new FS.ErrnoError(errCode);if(parent.node_ops.symlink)return parent.node_ops.symlink(parent,newpath,oldpath);throw new FS.ErrnoError(63)},rename:function(old_path,new_path){var old_dirname=PATH.dirname(old_path),new_dirname=PATH.dirname(new_path),old_name=PATH.basename(old_path),new_name=PATH.basename(new_path),lookup=FS.lookupPath(old_path,{parent:!0}),lookup=lookup.node,new_dir=FS.lookupPath(new_path,{parent:!0}).node;if(!lookup||!new_dir)throw new FS.ErrnoError(44);if(lookup.mount!==new_dir.mount)throw new FS.ErrnoError(75);var new_node,old_node=FS.lookupNode(lookup,old_name),old_path=PATH_FS.relative(old_path,new_dirname);if("."!==old_path.charAt(0))throw new FS.ErrnoError(28);if("."!==(old_path=PATH_FS.relative(new_path,old_dirname)).charAt(0))throw new FS.ErrnoError(55);try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node!==new_node){new_dirname=FS.isDir(old_node.mode),new_path=FS.mayDelete(lookup,old_name,new_dirname);if(new_path)throw new FS.ErrnoError(new_path);if(new_path=new_node?FS.mayDelete(new_dir,new_name,new_dirname):FS.mayCreate(new_dir,new_name))throw new FS.ErrnoError(new_path);if(!lookup.node_ops.rename)throw new FS.ErrnoError(63);if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node))throw new FS.ErrnoError(10);if(new_dir!==lookup&&(new_path=FS.nodePermissions(lookup,"w")))throw new FS.ErrnoError(new_path);FS.hashRemoveNode(old_node);try{lookup.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}}},rmdir:function(path){var parent=FS.lookupPath(path,{parent:!0}).node,path=PATH.basename(path),node=FS.lookupNode(parent,path),errCode=FS.mayDelete(parent,path,!0);if(errCode)throw new FS.ErrnoError(errCode);if(!parent.node_ops.rmdir)throw new FS.ErrnoError(63);if(FS.isMountpoint(node))throw new FS.ErrnoError(10);parent.node_ops.rmdir(parent,path),FS.destroyNode(node)},readdir:function(path){path=FS.lookupPath(path,{follow:!0}).node;if(path.node_ops.readdir)return path.node_ops.readdir(path);throw new FS.ErrnoError(54)},unlink:function(path){var parent=FS.lookupPath(path,{parent:!0}).node;if(!parent)throw new FS.ErrnoError(44);var path=PATH.basename(path),node=FS.lookupNode(parent,path),errCode=FS.mayDelete(parent,path,!1);if(errCode)throw new FS.ErrnoError(errCode);if(!parent.node_ops.unlink)throw new FS.ErrnoError(63);if(FS.isMountpoint(node))throw new FS.ErrnoError(10);parent.node_ops.unlink(parent,path),FS.destroyNode(node)},readlink:function(path){path=FS.lookupPath(path).node;if(!path)throw new FS.ErrnoError(44);if(path.node_ops.readlink)return PATH_FS.resolve(FS.getPath(path.parent),path.node_ops.readlink(path));throw new FS.ErrnoError(28)},stat:function(path,dontFollow){path=FS.lookupPath(path,{follow:!dontFollow}).node;if(!path)throw new FS.ErrnoError(44);if(path.node_ops.getattr)return path.node_ops.getattr(path);throw new FS.ErrnoError(63)},lstat:function(path){return FS.stat(path,!0)},chmod:function(path,mode,dontFollow){if(!(dontFollow="string"==typeof path?FS.lookupPath(path,{follow:!dontFollow}).node:path).node_ops.setattr)throw new FS.ErrnoError(63);dontFollow.node_ops.setattr(dontFollow,{mode:4095&mode|-4096&dontFollow.mode,timestamp:Date.now()})},lchmod:function(path,mode){FS.chmod(path,mode,!0)},fchmod:function(fd,mode){fd=FS.getStream(fd);if(!fd)throw new FS.ErrnoError(8);FS.chmod(fd.node,mode)},chown:function(path,uid,gid,dontFollow){if(!(dontFollow="string"==typeof path?FS.lookupPath(path,{follow:!dontFollow}).node:path).node_ops.setattr)throw new FS.ErrnoError(63);dontFollow.node_ops.setattr(dontFollow,{timestamp:Date.now()})},lchown:function(path,uid,gid){FS.chown(path,uid,gid,!0)},fchown:function(fd,uid,gid){fd=FS.getStream(fd);if(!fd)throw new FS.ErrnoError(8);FS.chown(fd.node,uid,gid)},truncate:function(path,len){if(len<0)throw new FS.ErrnoError(28);if(!(path="string"==typeof path?FS.lookupPath(path,{follow:!0}).node:path).node_ops.setattr)throw new FS.ErrnoError(63);if(FS.isDir(path.mode))throw new FS.ErrnoError(31);if(!FS.isFile(path.mode))throw new FS.ErrnoError(28);var errCode=FS.nodePermissions(path,"w");if(errCode)throw new FS.ErrnoError(errCode);path.node_ops.setattr(path,{size:len,timestamp:Date.now()})},ftruncate:function(fd,len){fd=FS.getStream(fd);if(!fd)throw new FS.ErrnoError(8);if(0==(2097155&fd.flags))throw new FS.ErrnoError(28);FS.truncate(fd.node,len)},utime:function(path,atime,mtime){path=FS.lookupPath(path,{follow:!0}).node;path.node_ops.setattr(path,{timestamp:Math.max(atime,mtime)})},open:function(path,flags,mode){if(""===path)throw new FS.ErrnoError(44);if(mode=void 0===mode?438:mode,mode=64&(flags="string"==typeof flags?FS.modeStringToFlags(flags):flags)?4095&mode|32768:0,"object"==typeof path)node=path;else{path=PATH.normalize(path);try{var node=FS.lookupPath(path,{follow:!(131072&flags)}).node}catch(e){}}var created=!1;if(64&flags)if(node){if(128&flags)throw new FS.ErrnoError(20)}else node=FS.mknod(path,mode,0),created=!0;if(!node)throw new FS.ErrnoError(44);if(FS.isChrdev(node.mode)&&(flags&=-513),65536&flags&&!FS.isDir(node.mode))throw new FS.ErrnoError(54);if(!created){mode=FS.mayOpen(node,flags);if(mode)throw new FS.ErrnoError(mode)}512&flags&&!created&&FS.truncate(node,0),flags&=-131713;mode=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:!0,position:0,stream_ops:node.stream_ops,ungotten:[],error:!1});return mode.stream_ops.open&&mode.stream_ops.open(mode),!Module.logReadFiles||1&flags||(FS.readFiles||(FS.readFiles={}),path in FS.readFiles)||(FS.readFiles[path]=1),mode},close:function(stream){if(FS.isClosed(stream))throw new FS.ErrnoError(8);stream.getdents&&(stream.getdents=null);try{stream.stream_ops.close&&stream.stream_ops.close(stream)}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed:function(stream){return null===stream.fd},llseek:function(stream,offset,whence){if(FS.isClosed(stream))throw new FS.ErrnoError(8);if(!stream.seekable||!stream.stream_ops.llseek)throw new FS.ErrnoError(70);if(0!=whence&&1!=whence&&2!=whence)throw new FS.ErrnoError(28);return stream.position=stream.stream_ops.llseek(stream,offset,whence),stream.ungotten=[],stream.position},read:function(stream,buffer,offset,length,position){if(length<0||position<0)throw new FS.ErrnoError(28);if(FS.isClosed(stream))throw new FS.ErrnoError(8);if(1==(2097155&stream.flags))throw new FS.ErrnoError(8);if(FS.isDir(stream.node.mode))throw new FS.ErrnoError(31);if(!stream.stream_ops.read)throw new FS.ErrnoError(28);var seeking=void 0!==position;if(seeking){if(!stream.seekable)throw new FS.ErrnoError(70)}else position=stream.position;buffer=stream.stream_ops.read(stream,buffer,offset,length,position);return seeking||(stream.position+=buffer),buffer},write:function(stream,buffer,offset,length,position,canOwn){if(length<0||position<0)throw new FS.ErrnoError(28);if(FS.isClosed(stream))throw new FS.ErrnoError(8);if(0==(2097155&stream.flags))throw new FS.ErrnoError(8);if(FS.isDir(stream.node.mode))throw new FS.ErrnoError(31);if(!stream.stream_ops.write)throw new FS.ErrnoError(28);stream.seekable&&1024&stream.flags&&FS.llseek(stream,0,2);var seeking=void 0!==position;if(seeking){if(!stream.seekable)throw new FS.ErrnoError(70)}else position=stream.position;buffer=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);return seeking||(stream.position+=buffer),buffer},allocate:function(stream,offset,length){if(FS.isClosed(stream))throw new FS.ErrnoError(8);if(offset<0||length<=0)throw new FS.ErrnoError(28);if(0==(2097155&stream.flags))throw new FS.ErrnoError(8);if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode))throw new FS.ErrnoError(43);if(!stream.stream_ops.allocate)throw new FS.ErrnoError(138);stream.stream_ops.allocate(stream,offset,length)},mmap:function(stream,length,position,prot,flags){if(0!=(2&prot)&&0==(2&flags)&&2!=(2097155&stream.flags))throw new FS.ErrnoError(2);if(1==(2097155&stream.flags))throw new FS.ErrnoError(2);if(stream.stream_ops.mmap)return stream.stream_ops.mmap(stream,length,position,prot,flags);throw new FS.ErrnoError(43)},msync:function(stream,buffer,offset,length,mmapFlags){return stream&&stream.stream_ops.msync?stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags):0},munmap:function(stream){return 0},ioctl:function(stream,cmd,arg){if(stream.stream_ops.ioctl)return stream.stream_ops.ioctl(stream,cmd,arg);throw new FS.ErrnoError(59)},readFile:function(path){var ret,opts=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};if(opts.flags=opts.flags||0,opts.encoding=opts.encoding||"binary","utf8"!==opts.encoding&&"binary"!==opts.encoding)throw new Error('Invalid encoding type "'+opts.encoding+'"');var stream=FS.open(path,opts.flags),length=FS.stat(path).size,buf=new Uint8Array(length);return FS.read(stream,buf,0,length,0),"utf8"===opts.encoding?ret=UTF8ArrayToString(buf,0):"binary"===opts.encoding&&(ret=buf),FS.close(stream),ret},writeFile:function(path,data){var opts=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},stream=(opts.flags=opts.flags||577,FS.open(path,opts.flags,opts.mode));if("string"==typeof data){var buf=new Uint8Array(lengthBytesUTF8(data)+1),actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,void 0,opts.canOwn)}else{if(!ArrayBuffer.isView(data))throw new Error("Unsupported data type");FS.write(stream,data,0,data.byteLength,void 0,opts.canOwn)}FS.close(stream)},cwd:function(){return FS.currentPath},chdir:function(path){path=FS.lookupPath(path,{follow:!0});if(null===path.node)throw new FS.ErrnoError(44);if(!FS.isDir(path.node.mode))throw new FS.ErrnoError(54);var errCode=FS.nodePermissions(path.node,"x");if(errCode)throw new FS.ErrnoError(errCode);FS.currentPath=path.path},createDefaultDirectories:function(){FS.mkdir("/tmp"),FS.mkdir("/home"),FS.mkdir("/home/web_user")},createDefaultDevices:function(){FS.mkdir("/dev"),FS.registerDevice(FS.makedev(1,3),{read:function(){return 0},write:function(stream,buffer,offset,length,pos){return length}}),FS.mkdev("/dev/null",FS.makedev(1,3)),TTY.register(FS.makedev(5,0),TTY.default_tty_ops),TTY.register(FS.makedev(6,0),TTY.default_tty1_ops),FS.mkdev("/dev/tty",FS.makedev(5,0)),FS.mkdev("/dev/tty1",FS.makedev(6,0));var random_device=getRandomDevice();FS.createDevice("/dev","random",random_device),FS.createDevice("/dev","urandom",random_device),FS.mkdir("/dev/shm"),FS.mkdir("/dev/shm/tmp")},createSpecialDirectories:function(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd"),FS.mount({mount:function(){var node=FS.createNode(proc_self,"fd",16895,73);return node.node_ops={lookup:function(parent,name){var stream=FS.getStream(+name);if(stream)return(name={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:function(){return stream.path}}}).parent=name;throw new FS.ErrnoError(8)}},node}},{},"/proc/self/fd")},createStandardStreams:function(){Module.stdin?FS.createDevice("/dev","stdin",Module.stdin):FS.symlink("/dev/tty","/dev/stdin"),Module.stdout?FS.createDevice("/dev","stdout",null,Module.stdout):FS.symlink("/dev/tty","/dev/stdout"),Module.stderr?FS.createDevice("/dev","stderr",null,Module.stderr):FS.symlink("/dev/tty1","/dev/stderr");FS.open("/dev/stdin",0),FS.open("/dev/stdout",1),FS.open("/dev/stderr",1)},ensureErrnoError:function(){FS.ErrnoError||(FS.ErrnoError=function(errno,node){this.node=node,this.setErrno=function(errno){this.errno=errno},this.setErrno(errno),this.message="FS error"},FS.ErrnoError.prototype=new Error,FS.ErrnoError.prototype.constructor=FS.ErrnoError,[44].forEach(function(code){FS.genericErrors[code]=new FS.ErrnoError(code),FS.genericErrors[code].stack="<generic error, no stack>"}))},staticInit:function(){FS.ensureErrnoError(),FS.nameTable=new Array(4096),FS.mount(MEMFS,{},"/"),FS.createDefaultDirectories(),FS.createDefaultDevices(),FS.createSpecialDirectories(),FS.filesystems={MEMFS:MEMFS}},init:function(input,output,error){FS.init.initialized=!0,FS.ensureErrnoError(),Module.stdin=input||Module.stdin,Module.stdout=output||Module.stdout,Module.stderr=error||Module.stderr,FS.createStandardStreams()},quit:function(){FS.init.initialized=!1;for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];stream&&FS.close(stream)}},getMode:function(canRead,canWrite){var mode=0;return canRead&&(mode|=365),canWrite&&(mode|=146),mode},findObject:function(path,dontResolveLastLink){path=FS.analyzePath(path,dontResolveLastLink);return path.exists?path.object:null},analyzePath:function(path,dontResolveLastLink){try{path=(lookup=FS.lookupPath(path,{follow:!dontResolveLastLink})).path}catch(e){}var ret={isRoot:!1,exists:!1,error:0,name:null,path:null,object:null,parentExists:!1,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:!0});ret.parentExists=!0,ret.parentPath=lookup.path,ret.parentObject=lookup.node,ret.name=PATH.basename(path),lookup=FS.lookupPath(path,{follow:!dontResolveLastLink}),ret.exists=!0,ret.path=lookup.path,ret.object=lookup.node,ret.name=lookup.node.name,ret.isRoot="/"===lookup.path}catch(e){ret.error=e.errno}return ret},createPath:function(parent,path,canRead,canWrite){parent="string"==typeof parent?parent:FS.getPath(parent);for(var parts=path.split("/").reverse();parts.length;){var part=parts.pop();if(part){var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}}return current},createFile:function(parent,name,properties,canRead,canWrite){parent=PATH.join2("string"==typeof parent?parent:FS.getPath(parent),name),name=FS.getMode(canRead,canWrite);return FS.create(parent,name)},createDataFile:function(parent,name,data,canRead,canWrite,canOwn){var path=name,name=(parent&&(parent="string"==typeof parent?parent:FS.getPath(parent),path=name?PATH.join2(parent,name):parent),FS.getMode(canRead,canWrite)),parent=FS.create(path,name);if(data){if("string"==typeof data){for(var arr=new Array(data.length),i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(parent,146|name);canRead=FS.open(parent,577);FS.write(canRead,data,0,data.length,0,canOwn),FS.close(canRead),FS.chmod(parent,name)}return parent},createDevice:function(parent,name,input,output){var parent=PATH.join2("string"==typeof parent?parent:FS.getPath(parent),name),name=FS.getMode(!!input,!!output),dev=(FS.createDevice.major||(FS.createDevice.major=64),FS.makedev(FS.createDevice.major++,0));return FS.registerDevice(dev,{open:function(stream){stream.seekable=!1},close:function(stream){output&&output.buffer&&output.buffer.length&&output(10)},read:function(stream,buffer,offset,length,pos){for(var result,bytesRead=0,i=0;i<length;i++){try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(void 0===result&&0===bytesRead)throw new FS.ErrnoError(6);if(null==result)break;bytesRead++,buffer[offset+i]=result}return bytesRead&&(stream.node.timestamp=Date.now()),bytesRead},write:function(stream,buffer,offset,length,pos){for(var i=0;i<length;i++)try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}return length&&(stream.node.timestamp=Date.now()),i}}),FS.mkdev(parent,name,dev)},forceLoadFile:function(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return!0;if("undefined"!=typeof XMLHttpRequest)throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.");if(!read_)throw new Error("Cannot load without read() or XMLHttpRequest.");try{obj.contents=intArrayFromString(read_(obj.url),!0),obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}},createLazyFile:function(parent,name,url,canRead,canWrite){function LazyUint8Array(){this.lengthKnown=!1,this.chunks=[]}if(LazyUint8Array.prototype.get=function(idx){var chunkOffset;if(!(idx>this.length-1||idx<0))return chunkOffset=idx%this.chunkSize,idx=idx/this.chunkSize|0,this.getter(idx)[chunkOffset]},LazyUint8Array.prototype.setDataGetter=function(getter){this.getter=getter},LazyUint8Array.prototype.cacheLength=function(){var xhr=new XMLHttpRequest;if(xhr.open("HEAD",url,!1),xhr.send(null),!(200<=xhr.status&&xhr.status<300||304===xhr.status))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var header,datalength=Number(xhr.getResponseHeader("Content-length")),hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&"bytes"===header,xhr=(header=xhr.getResponseHeader("Content-Encoding"))&&"gzip"===header,chunkSize=1048576,lazyArray=(hasByteServing||(chunkSize=datalength),this);lazyArray.setDataGetter(function(chunkNum){var start=chunkNum*chunkSize,end=(chunkNum+1)*chunkSize-1,end=Math.min(end,datalength-1);if(void 0===lazyArray.chunks[chunkNum]&&(lazyArray.chunks[chunkNum]=function(from,to){if(to<from)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(datalength-1<to)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;if(xhr.open("GET",url,!1),datalength!==chunkSize&&xhr.setRequestHeader("Range","bytes="+from+"-"+to),xhr.responseType="arraybuffer",xhr.overrideMimeType&&xhr.overrideMimeType("text/plain; charset=x-user-defined"),xhr.send(null),200<=xhr.status&&xhr.status<300||304===xhr.status)return void 0!==xhr.response?new Uint8Array(xhr.response||[]):intArrayFromString(xhr.responseText||"",!0);throw new Error("Couldn't load "+url+". Status: "+xhr.status)}(start,end)),void 0===lazyArray.chunks[chunkNum])throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]}),!xhr&&datalength||(chunkSize=datalength=1,datalength=this.getter(0).length,chunkSize=datalength,out("LazyFiles on gzip forces download of the whole file when length is accessed")),this._length=datalength,this._chunkSize=chunkSize,this.lengthKnown=!0},"undefined"!=typeof XMLHttpRequest){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array,lazyArray=(Object.defineProperties(lazyArray,{length:{get:function(){return this.lengthKnown||this.cacheLength(),this._length}},chunkSize:{get:function(){return this.lengthKnown||this.cacheLength(),this._chunkSize}}}),{isDevice:!1,contents:lazyArray})}else lazyArray={isDevice:!1,url:url};var node=FS.createFile(parent,name,lazyArray,canRead,canWrite),stream_ops=(lazyArray.contents?node.contents=lazyArray.contents:lazyArray.url&&(node.contents=null,node.url=lazyArray.url),Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}}),{});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice)for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i];else for(i=0;i<size;i++)buffer[offset+i]=contents.get(position+i);return size}return Object.keys(node.stream_ops).forEach(function(key){var fn=node.stream_ops[key];stream_ops[key]=function(){return FS.forceLoadFile(node),fn.apply(null,arguments)}}),stream_ops.read=function(stream,buffer,offset,length,position){return FS.forceLoadFile(node),writeChunks(stream,buffer,offset,length,position)},stream_ops.mmap=function(stream,length,position,prot,flags){FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(ptr)return writeChunks(stream,HEAP8,ptr,length,position),{ptr:ptr,allocated:!0};throw new FS.ErrnoError(48)},node.stream_ops=stream_ops,node},createPreloadedFile:function(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish){var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent,dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){preFinish&&preFinish(),dontCreateFile||FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn),onload&&onload(),removeRunDependency(dep)}Browser.handledByPreloadPlugin(byteArray,fullname,finish,function(){onerror&&onerror(),removeRunDependency(dep)})||finish(byteArray)}addRunDependency(dep),"string"==typeof url?asyncLoad(url,processData,onerror):processData(url)},indexedDB:function(){return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},DB_NAME:function(){return"EM_FS_"+window.location.pathname},DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:function(paths,onload,onerror){onload=onload||function(){},onerror=onerror||function(){};var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=function(){out("creating db"),openRequest.result.createObjectStore(FS.DB_STORE_NAME)},openRequest.onsuccess=function(){var transaction=openRequest.result.transaction([FS.DB_STORE_NAME],"readwrite"),files=transaction.objectStore(FS.DB_STORE_NAME),ok=0,fail=0,total=paths.length;function finish(){(0==fail?onload:onerror)()}paths.forEach(function(path){path=files.put(FS.analyzePath(path).object.contents,path);path.onsuccess=function(){++ok+fail==total&&finish()},path.onerror=function(){ok+ ++fail==total&&finish()}}),transaction.onerror=onerror},openRequest.onerror=onerror},loadFilesFromDB:function(paths,onload,onerror){onload=onload||function(){},onerror=onerror||function(){};var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=onerror,openRequest.onsuccess=function(){var db=openRequest.result;try{var transaction=db.transaction([FS.DB_STORE_NAME],"readonly")}catch(e){return void onerror(e)}var files=transaction.objectStore(FS.DB_STORE_NAME),ok=0,fail=0,total=paths.length;function finish(){(0==fail?onload:onerror)()}paths.forEach(function(path){var getRequest=files.get(path);getRequest.onsuccess=function(){FS.analyzePath(path).exists&&FS.unlink(path),FS.createDataFile(PATH.dirname(path),PATH.basename(path),getRequest.result,!0,!0,!0),++ok+fail==total&&finish()},getRequest.onerror=function(){ok+ ++fail==total&&finish()}}),transaction.onerror=onerror},openRequest.onerror=onerror}},SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(dirfd,path,allowEmpty){if(PATH.isAbs(path))return path;var dir;if(-100===dirfd)dir=FS.cwd();else{dirfd=FS.getStream(dirfd);if(!dirfd)throw new FS.ErrnoError(8);dir=dirfd.path}if(0!=path.length)return PATH.join2(dir,path);if(allowEmpty)return dir;throw new FS.ErrnoError(44)},doStat:function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node)))return-54;throw e}return HEAP32[buf>>2]=stat.dev,HEAP32[buf+4>>2]=0,HEAP32[buf+8>>2]=stat.ino,HEAP32[buf+12>>2]=stat.mode,HEAP32[buf+16>>2]=stat.nlink,HEAP32[buf+20>>2]=stat.uid,HEAP32[buf+24>>2]=stat.gid,HEAP32[buf+28>>2]=stat.rdev,HEAP32[buf+32>>2]=0,tempI64=[stat.size>>>0,(tempDouble=stat.size,1<=+Math.abs(tempDouble)?0<tempDouble?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1],HEAP32[buf+48>>2]=4096,HEAP32[buf+52>>2]=stat.blocks,HEAP32[buf+56>>2]=stat.atime.getTime()/1e3|0,HEAP32[buf+60>>2]=0,HEAP32[buf+64>>2]=stat.mtime.getTime()/1e3|0,HEAP32[buf+68>>2]=0,HEAP32[buf+72>>2]=stat.ctime.getTime()/1e3|0,HEAP32[buf+76>>2]=0,tempI64=[stat.ino>>>0,(tempDouble=stat.ino,1<=+Math.abs(tempDouble)?0<tempDouble?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+80>>2]=tempI64[0],HEAP32[buf+84>>2]=tempI64[1],0},doMsync:function(addr,stream,len,flags,offset){addr=HEAPU8.slice(addr,addr+len);FS.msync(stream,addr,offset,len,flags)},varargs:void 0,get:function(){return SYSCALLS.varargs+=4,HEAP32[SYSCALLS.varargs-4>>2]},getStr:function(ptr){return UTF8ToString(ptr)},getStreamFromFD:function(fd){fd=FS.getStream(fd);if(fd)return fd;throw new FS.ErrnoError(8)}};function ___syscall_chmod(path,mode){try{return path=SYSCALLS.getStr(path),FS.chmod(path,mode),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_faccessat(dirfd,path,amode,flags){try{var node,perms;return(path=SYSCALLS.getStr(path),path=SYSCALLS.calculateAt(dirfd,path),-8&amode)?-28:(node=FS.lookupPath(path,{follow:!0}).node)?(perms="",4&amode&&(perms+="r"),2&amode&&(perms+="w"),1&amode&&(perms+="x"),perms&&FS.nodePermissions(node,perms)?-2:0):-44}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function setErrNo(value){return HEAP32[___errno_location()>>2]=value}function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:return(arg=SYSCALLS.get())<0?-28:FS.createStream(stream,arg).fd;case 1:case 2:return 0;case 3:return stream.flags;case 4:var arg=SYSCALLS.get();return stream.flags|=arg,0;case 5:arg=SYSCALLS.get();return HEAP16[arg+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return setErrNo(28),-1;default:return-28}}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_statfs64(path,size,buf){try{return path=SYSCALLS.getStr(path),HEAP32[buf+4>>2]=4096,HEAP32[buf+40>>2]=4096,HEAP32[buf+8>>2]=1e6,HEAP32[buf+12>>2]=5e5,HEAP32[buf+16>>2]=5e5,HEAP32[buf+20>>2]=FS.nextInode,HEAP32[buf+24>>2]=1e6,HEAP32[buf+28>>2]=42,HEAP32[buf+44>>2]=2,HEAP32[buf+36>>2]=255,0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_fstatfs64(fd,size,buf){try{SYSCALLS.getStreamFromFD(fd);return ___syscall_statfs64(0,size,buf)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_getcwd(buf,size){try{var cwd,cwdLengthInBytes;return 0===size?-28:size<(cwdLengthInBytes=lengthBytesUTF8(cwd=FS.cwd())+1)?-68:(stringToUTF8(cwd,buf,size),cwdLengthInBytes)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_getdents64(fd,dirp,count){try{for(var stream=SYSCALLS.getStreamFromFD(fd),pos=(stream.getdents||(stream.getdents=FS.readdir(stream.path)),0),off=FS.llseek(stream,0,1),idx=Math.floor(off/280);idx<stream.getdents.length&&pos+280<=count;){var id,type,child,name=stream.getdents[idx];type="."===name?(id=stream.node.id,4):".."===name?(id=FS.lookupPath(stream.path,{parent:!0}).node.id,4):(id=(child=FS.lookupNode(stream.node,name)).id,FS.isChrdev(child.mode)?2:FS.isDir(child.mode)?4:FS.isLink(child.mode)?10:8),tempI64=[id>>>0,(tempDouble=id,1<=+Math.abs(tempDouble)?0<tempDouble?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1],tempI64=[280*(idx+1)>>>0,(tempDouble=280*(idx+1),1<=+Math.abs(tempDouble)?0<tempDouble?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1],HEAP16[dirp+pos+16>>1]=280,HEAP8[dirp+pos+18>>0]=type,stringToUTF8(name,dirp+pos+19,256),pos+=280,idx+=1}return FS.llseek(stream,280*idx,0),pos}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:return stream.tty?0:-59;case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:return stream.tty?0:-59;case 21519:return stream.tty?(argp=SYSCALLS.get(),HEAP32[argp>>2]=0):-59;case 21520:return stream.tty?-28:-59;case 21531:var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp);case 21523:case 21524:return stream.tty?0:-59;default:abort("bad ioctl syscall "+op)}}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_lstat64(path,buf){try{return path=SYSCALLS.getStr(path),SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_mkdirat(dirfd,path,mode){try{return path=SYSCALLS.getStr(path),path=SYSCALLS.calculateAt(dirfd,path),"/"===(path=PATH.normalize(path))[path.length-1]&&(path=path.substr(0,path.length-1)),FS.mkdir(path,mode,0),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=256&flags,allowEmpty=4096&flags;return flags&=-4353,path=SYSCALLS.calculateAt(dirfd,path,allowEmpty),SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path),path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{var ret,len,endChar;return(path=SYSCALLS.getStr(path),path=SYSCALLS.calculateAt(dirfd,path),bufsize<=0)?-28:(ret=FS.readlink(path),len=Math.min(bufsize,lengthBytesUTF8(ret)),endChar=HEAP8[buf+len],stringToUTF8(ret,buf,bufsize+1),HEAP8[buf+len]=endChar,len)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_renameat(olddirfd,oldpath,newdirfd,newpath){try{return oldpath=SYSCALLS.getStr(oldpath),newpath=SYSCALLS.getStr(newpath),oldpath=SYSCALLS.calculateAt(olddirfd,oldpath),newpath=SYSCALLS.calculateAt(newdirfd,newpath),FS.rename(oldpath,newpath),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_rmdir(path){try{return path=SYSCALLS.getStr(path),FS.rmdir(path),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_stat64(path,buf){try{return path=SYSCALLS.getStr(path),SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_symlink(target,linkpath){try{return target=SYSCALLS.getStr(target),linkpath=SYSCALLS.getStr(linkpath),FS.symlink(target,linkpath),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function ___syscall_unlinkat(dirfd,path,flags){try{return path=SYSCALLS.getStr(path),path=SYSCALLS.calculateAt(dirfd,path),0===flags?FS.unlink(path):512===flags?FS.rmdir(path):abort("Invalid flags passed to unlinkat"),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return-e.errno;throw e}}function __emscripten_date_now(){return Date.now()}function __emscripten_fs_load_embedded_files(ptr){do{var name_addr=HEAPU32[ptr>>2],len=HEAPU32[(ptr+=4)>>2],content=HEAPU32[(ptr+=4)>>2],name_addr=(ptr+=4,UTF8ToString(name_addr))}while(FS.createPath("/",PATH.dirname(name_addr),!0,!0),FS.createDataFile(name_addr,null,HEAP8.subarray(content,content+len),!0,!0,!0),HEAPU32[ptr>>2])}var nowIsMonotonic=!0;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function __emscripten_throw_longjmp(){throw 1/0}function _abort(){abort("")}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function getHeapMax(){return 2147483648}function emscripten_realloc_buffer(size){try{return wasmMemory.grow(size-buffer.byteLength+65535>>>16),updateGlobalBufferAndViews(wasmMemory.buffer),1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length,maxHeapSize=(requestedSize>>>=0,getHeapMax());if(!(maxHeapSize<requestedSize))for(var multiple,cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown),overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);if(emscripten_realloc_buffer(Math.min(maxHeapSize,(overGrownHeapSize=Math.max(requestedSize,overGrownHeapSize))+((multiple=65536)-overGrownHeapSize%multiple)%multiple)))return!0}return!1}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var env={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:getExecutableName()};for(x in ENV)void 0===ENV[x]?delete env[x]:env[x]=ENV[x];var x,strings=[];for(x in env)strings.push(x+"="+env[x]);getEnvStrings.strings=strings}return getEnvStrings.strings}function _environ_get(__environ,environ_buf){var bufSize=0;return getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;writeAsciiToMemory(string,HEAPU32[__environ+4*i>>2]=ptr),bufSize+=string.length+1}),0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings(),bufSize=(HEAPU32[penviron_count>>2]=strings.length,0);return strings.forEach(function(string){bufSize+=string.length+1}),HEAPU32[penviron_buf_size>>2]=bufSize,0}function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);return FS.close(stream),0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return e.errno;throw e}}function doReadv(stream,iov,iovcnt,offset){for(var ret=0,i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2],len=HEAPU32[iov+4>>2],ptr=(iov+=8,FS.read(stream,HEAP8,ptr,len,offset));if(ptr<0)return-1;if(ret+=ptr,ptr<len)break}return ret}function _fd_read(fd,iov,iovcnt,pnum){try{var num=doReadv(SYSCALLS.getStreamFromFD(fd),iov,iovcnt);return HEAP32[pnum>>2]=num,0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return e.errno;throw e}}function convertI32PairToI53Checked(lo,hi){return hi+2097152>>>0<4194305-!!lo?(lo>>>0)+4294967296*hi:NaN}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var stream,offset=convertI32PairToI53Checked(offset_low,offset_high);return isNaN(offset)?61:(stream=SYSCALLS.getStreamFromFD(fd),FS.llseek(stream,offset,whence),tempI64=[stream.position>>>0,(tempDouble=stream.position,1<=+Math.abs(tempDouble)?0<tempDouble?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1],stream.getdents&&0===offset&&0===whence&&(stream.getdents=null),0)}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return e.errno;throw e}}function doWritev(stream,iov,iovcnt,offset){for(var ret=0,i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2],len=HEAPU32[iov+4>>2],ptr=(iov+=8,FS.write(stream,HEAP8,ptr,len,offset));if(ptr<0)return-1;ret+=ptr}return ret}function _fd_write(fd,iov,iovcnt,pnum){try{var num=doWritev(SYSCALLS.getStreamFromFD(fd),iov,iovcnt);return HEAPU32[pnum>>2]=num,0}catch(e){if(void 0!==FS&&e instanceof FS.ErrnoError)return e.errno;throw e}}function _getTempRet0(){return getTempRet0()}function _setTempRet0(val){setTempRet0(val)}Module.requestFullscreen=function(lockPointer,resizeCanvas){Browser.requestFullscreen(lockPointer,resizeCanvas)},Module.requestAnimationFrame=function(func){Browser.requestAnimationFrame(func)},Module.setCanvasSize=function(width,height,noUpdates){Browser.setCanvasSize(width,height,noUpdates)},Module.pauseMainLoop=function(){Browser.mainLoop.pause()},Module.resumeMainLoop=function(){Browser.mainLoop.resume()},Module.getUserMedia=function(){Browser.getUserMedia()},Module.createContext=function(canvas,useWebGL,setInModule,webGLContextAttributes){return Browser.createContext(canvas,useWebGL,setInModule,webGLContextAttributes)};var preloadedImages={},preloadedAudios={},FSNode=function(parent,name,mode,rdev){this.parent=parent=parent||this,this.mount=parent.mount,this.mounted=null,this.id=FS.nextInode++,this.name=name,this.mode=mode,this.node_ops={},this.stream_ops={},this.rdev=rdev},readMode=365,writeMode=146;function intArrayFromString(stringy,dontAddNull,length){length=0<length?length:lengthBytesUTF8(stringy)+1,length=new Array(length),stringy=stringToUTF8Array(stringy,length,0,length.length);return dontAddNull&&(length.length=stringy),length}Object.defineProperties(FSNode.prototype,{read:{get:function(){return(this.mode&readMode)===readMode},set:function(val){val?this.mode|=readMode:this.mode&=~readMode}},write:{get:function(){return(this.mode&writeMode)===writeMode},set:function(val){val?this.mode|=writeMode:this.mode&=~writeMode}},isFolder:{get:function(){return FS.isDir(this.mode)}},isDevice:{get:function(){return FS.isChrdev(this.mode)}}}),FS.FSNode=FSNode,FS.staticInit(),Module.FS_createPreloadedFile=FS.createPreloadedFile,Module.FS_createPath=FS.createPath,Module.FS_createPath=FS.createPath,Module.FS_createDataFile=FS.createDataFile,Module.FS_createPreloadedFile=FS.createPreloadedFile,Module.FS_unlink=FS.unlink,Module.FS_createLazyFile=FS.createLazyFile,Module.FS_createDevice=FS.createDevice;var calledRun,asmLibraryArg={a:___assert_fail,L:___syscall_chmod,M:___syscall_faccessat,f:___syscall_fcntl64,I:___syscall_fstat64,w:___syscall_fstatfs64,E:___syscall_getcwd,A:___syscall_getdents64,n:___syscall_ioctl,G:___syscall_lstat64,B:___syscall_mkdirat,F:___syscall_newfstatat,l:___syscall_openat,z:___syscall_readlinkat,y:___syscall_renameat,x:___syscall_rmdir,H:___syscall_stat64,v:___syscall_symlink,u:___syscall_unlinkat,i:__emscripten_date_now,o:__emscripten_fs_load_embedded_files,J:__emscripten_get_now_is_monotonic,t:__emscripten_throw_longjmp,h:_abort,m:_emscripten_get_now,K:_emscripten_memcpy_big,g:_emscripten_resize_heap,C:_environ_get,D:_environ_sizes_get,e:_exit,d:_fd_close,k:_fd_read,p:_fd_seek,j:_fd_write,c:_getTempRet0,s:invoke_iii,q:invoke_iiii,r:invoke_iiiii,b:_setTempRet0},asm=createWasm(),___wasm_call_ctors=Module.___wasm_call_ctors=function(){return(___wasm_call_ctors=Module.___wasm_call_ctors=Module.asm.O).apply(null,arguments)},_main=Module._main=function(){return(_main=Module._main=Module.asm.P).apply(null,arguments)},_emscripten_bind_VoidPtr___destroy___0=Module._emscripten_bind_VoidPtr___destroy___0=function(){return(_emscripten_bind_VoidPtr___destroy___0=Module._emscripten_bind_VoidPtr___destroy___0=Module.asm.Q).apply(null,arguments)},_emscripten_bind_ASS_Image_get_w_0=Module._emscripten_bind_ASS_Image_get_w_0=function(){return(_emscripten_bind_ASS_Image_get_w_0=Module._emscripten_bind_ASS_Image_get_w_0=Module.asm.R).apply(null,arguments)},_emscripten_bind_ASS_Image_set_w_1=Module._emscripten_bind_ASS_Image_set_w_1=function(){return(_emscripten_bind_ASS_Image_set_w_1=Module._emscripten_bind_ASS_Image_set_w_1=Module.asm.S).apply(null,arguments)},_emscripten_bind_ASS_Image_get_h_0=Module._emscripten_bind_ASS_Image_get_h_0=function(){return(_emscripten_bind_ASS_Image_get_h_0=Module._emscripten_bind_ASS_Image_get_h_0=Module.asm.T).apply(null,arguments)},_emscripten_bind_ASS_Image_set_h_1=Module._emscripten_bind_ASS_Image_set_h_1=function(){return(_emscripten_bind_ASS_Image_set_h_1=Module._emscripten_bind_ASS_Image_set_h_1=Module.asm.U).apply(null,arguments)},_emscripten_bind_ASS_Image_get_stride_0=Module._emscripten_bind_ASS_Image_get_stride_0=function(){return(_emscripten_bind_ASS_Image_get_stride_0=Module._emscripten_bind_ASS_Image_get_stride_0=Module.asm.V).apply(null,arguments)},_emscripten_bind_ASS_Image_set_stride_1=Module._emscripten_bind_ASS_Image_set_stride_1=function(){return(_emscripten_bind_ASS_Image_set_stride_1=Module._emscripten_bind_ASS_Image_set_stride_1=Module.asm.W).apply(null,arguments)},_emscripten_bind_ASS_Image_get_bitmap_0=Module._emscripten_bind_ASS_Image_get_bitmap_0=function(){return(_emscripten_bind_ASS_Image_get_bitmap_0=Module._emscripten_bind_ASS_Image_get_bitmap_0=Module.asm.X).apply(null,arguments)},_emscripten_bind_ASS_Image_set_bitmap_1=Module._emscripten_bind_ASS_Image_set_bitmap_1=function(){return(_emscripten_bind_ASS_Image_set_bitmap_1=Module._emscripten_bind_ASS_Image_set_bitmap_1=Module.asm.Y).apply(null,arguments)},_emscripten_bind_ASS_Image_get_color_0=Module._emscripten_bind_ASS_Image_get_color_0=function(){return(_emscripten_bind_ASS_Image_get_color_0=Module._emscripten_bind_ASS_Image_get_color_0=Module.asm.Z).apply(null,arguments)},_emscripten_bind_ASS_Image_set_color_1=Module._emscripten_bind_ASS_Image_set_color_1=function(){return(_emscripten_bind_ASS_Image_set_color_1=Module._emscripten_bind_ASS_Image_set_color_1=Module.asm._).apply(null,arguments)},_emscripten_bind_ASS_Image_get_dst_x_0=Module._emscripten_bind_ASS_Image_get_dst_x_0=function(){return(_emscripten_bind_ASS_Image_get_dst_x_0=Module._emscripten_bind_ASS_Image_get_dst_x_0=Module.asm.$).apply(null,arguments)},_emscripten_bind_ASS_Image_set_dst_x_1=Module._emscripten_bind_ASS_Image_set_dst_x_1=function(){return(_emscripten_bind_ASS_Image_set_dst_x_1=Module._emscripten_bind_ASS_Image_set_dst_x_1=Module.asm.aa).apply(null,arguments)},_emscripten_bind_ASS_Image_get_dst_y_0=Module._emscripten_bind_ASS_Image_get_dst_y_0=function(){return(_emscripten_bind_ASS_Image_get_dst_y_0=Module._emscripten_bind_ASS_Image_get_dst_y_0=Module.asm.ba).apply(null,arguments)},_emscripten_bind_ASS_Image_set_dst_y_1=Module._emscripten_bind_ASS_Image_set_dst_y_1=function(){return(_emscripten_bind_ASS_Image_set_dst_y_1=Module._emscripten_bind_ASS_Image_set_dst_y_1=Module.asm.ca).apply(null,arguments)},_emscripten_bind_ASS_Image_get_next_0=Module._emscripten_bind_ASS_Image_get_next_0=function(){return(_emscripten_bind_ASS_Image_get_next_0=Module._emscripten_bind_ASS_Image_get_next_0=Module.asm.da).apply(null,arguments)},_emscripten_bind_ASS_Image_set_next_1=Module._emscripten_bind_ASS_Image_set_next_1=function(){return(_emscripten_bind_ASS_Image_set_next_1=Module._emscripten_bind_ASS_Image_set_next_1=Module.asm.ea).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Name_0=Module._emscripten_bind_ASS_Style_get_Name_0=function(){return(_emscripten_bind_ASS_Style_get_Name_0=Module._emscripten_bind_ASS_Style_get_Name_0=Module.asm.fa).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Name_1=Module._emscripten_bind_ASS_Style_set_Name_1=function(){return(_emscripten_bind_ASS_Style_set_Name_1=Module._emscripten_bind_ASS_Style_set_Name_1=Module.asm.ga).apply(null,arguments)},_emscripten_bind_ASS_Style_get_FontName_0=Module._emscripten_bind_ASS_Style_get_FontName_0=function(){return(_emscripten_bind_ASS_Style_get_FontName_0=Module._emscripten_bind_ASS_Style_get_FontName_0=Module.asm.ha).apply(null,arguments)},_emscripten_bind_ASS_Style_set_FontName_1=Module._emscripten_bind_ASS_Style_set_FontName_1=function(){return(_emscripten_bind_ASS_Style_set_FontName_1=Module._emscripten_bind_ASS_Style_set_FontName_1=Module.asm.ia).apply(null,arguments)},_emscripten_bind_ASS_Style_get_FontSize_0=Module._emscripten_bind_ASS_Style_get_FontSize_0=function(){return(_emscripten_bind_ASS_Style_get_FontSize_0=Module._emscripten_bind_ASS_Style_get_FontSize_0=Module.asm.ja).apply(null,arguments)},_emscripten_bind_ASS_Style_set_FontSize_1=Module._emscripten_bind_ASS_Style_set_FontSize_1=function(){return(_emscripten_bind_ASS_Style_set_FontSize_1=Module._emscripten_bind_ASS_Style_set_FontSize_1=Module.asm.ka).apply(null,arguments)},_emscripten_bind_ASS_Style_get_PrimaryColour_0=Module._emscripten_bind_ASS_Style_get_PrimaryColour_0=function(){return(_emscripten_bind_ASS_Style_get_PrimaryColour_0=Module._emscripten_bind_ASS_Style_get_PrimaryColour_0=Module.asm.la).apply(null,arguments)},_emscripten_bind_ASS_Style_set_PrimaryColour_1=Module._emscripten_bind_ASS_Style_set_PrimaryColour_1=function(){return(_emscripten_bind_ASS_Style_set_PrimaryColour_1=Module._emscripten_bind_ASS_Style_set_PrimaryColour_1=Module.asm.ma).apply(null,arguments)},_emscripten_bind_ASS_Style_get_SecondaryColour_0=Module._emscripten_bind_ASS_Style_get_SecondaryColour_0=function(){return(_emscripten_bind_ASS_Style_get_SecondaryColour_0=Module._emscripten_bind_ASS_Style_get_SecondaryColour_0=Module.asm.na).apply(null,arguments)},_emscripten_bind_ASS_Style_set_SecondaryColour_1=Module._emscripten_bind_ASS_Style_set_SecondaryColour_1=function(){return(_emscripten_bind_ASS_Style_set_SecondaryColour_1=Module._emscripten_bind_ASS_Style_set_SecondaryColour_1=Module.asm.oa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_OutlineColour_0=Module._emscripten_bind_ASS_Style_get_OutlineColour_0=function(){return(_emscripten_bind_ASS_Style_get_OutlineColour_0=Module._emscripten_bind_ASS_Style_get_OutlineColour_0=Module.asm.pa).apply(null,arguments)},_emscripten_bind_ASS_Style_set_OutlineColour_1=Module._emscripten_bind_ASS_Style_set_OutlineColour_1=function(){return(_emscripten_bind_ASS_Style_set_OutlineColour_1=Module._emscripten_bind_ASS_Style_set_OutlineColour_1=Module.asm.qa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_BackColour_0=Module._emscripten_bind_ASS_Style_get_BackColour_0=function(){return(_emscripten_bind_ASS_Style_get_BackColour_0=Module._emscripten_bind_ASS_Style_get_BackColour_0=Module.asm.ra).apply(null,arguments)},_emscripten_bind_ASS_Style_set_BackColour_1=Module._emscripten_bind_ASS_Style_set_BackColour_1=function(){return(_emscripten_bind_ASS_Style_set_BackColour_1=Module._emscripten_bind_ASS_Style_set_BackColour_1=Module.asm.sa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Bold_0=Module._emscripten_bind_ASS_Style_get_Bold_0=function(){return(_emscripten_bind_ASS_Style_get_Bold_0=Module._emscripten_bind_ASS_Style_get_Bold_0=Module.asm.ta).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Bold_1=Module._emscripten_bind_ASS_Style_set_Bold_1=function(){return(_emscripten_bind_ASS_Style_set_Bold_1=Module._emscripten_bind_ASS_Style_set_Bold_1=Module.asm.ua).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Italic_0=Module._emscripten_bind_ASS_Style_get_Italic_0=function(){return(_emscripten_bind_ASS_Style_get_Italic_0=Module._emscripten_bind_ASS_Style_get_Italic_0=Module.asm.va).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Italic_1=Module._emscripten_bind_ASS_Style_set_Italic_1=function(){return(_emscripten_bind_ASS_Style_set_Italic_1=Module._emscripten_bind_ASS_Style_set_Italic_1=Module.asm.wa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Underline_0=Module._emscripten_bind_ASS_Style_get_Underline_0=function(){return(_emscripten_bind_ASS_Style_get_Underline_0=Module._emscripten_bind_ASS_Style_get_Underline_0=Module.asm.xa).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Underline_1=Module._emscripten_bind_ASS_Style_set_Underline_1=function(){return(_emscripten_bind_ASS_Style_set_Underline_1=Module._emscripten_bind_ASS_Style_set_Underline_1=Module.asm.ya).apply(null,arguments)},_emscripten_bind_ASS_Style_get_StrikeOut_0=Module._emscripten_bind_ASS_Style_get_StrikeOut_0=function(){return(_emscripten_bind_ASS_Style_get_StrikeOut_0=Module._emscripten_bind_ASS_Style_get_StrikeOut_0=Module.asm.za).apply(null,arguments)},_emscripten_bind_ASS_Style_set_StrikeOut_1=Module._emscripten_bind_ASS_Style_set_StrikeOut_1=function(){return(_emscripten_bind_ASS_Style_set_StrikeOut_1=Module._emscripten_bind_ASS_Style_set_StrikeOut_1=Module.asm.Aa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_ScaleX_0=Module._emscripten_bind_ASS_Style_get_ScaleX_0=function(){return(_emscripten_bind_ASS_Style_get_ScaleX_0=Module._emscripten_bind_ASS_Style_get_ScaleX_0=Module.asm.Ba).apply(null,arguments)},_emscripten_bind_ASS_Style_set_ScaleX_1=Module._emscripten_bind_ASS_Style_set_ScaleX_1=function(){return(_emscripten_bind_ASS_Style_set_ScaleX_1=Module._emscripten_bind_ASS_Style_set_ScaleX_1=Module.asm.Ca).apply(null,arguments)},_emscripten_bind_ASS_Style_get_ScaleY_0=Module._emscripten_bind_ASS_Style_get_ScaleY_0=function(){return(_emscripten_bind_ASS_Style_get_ScaleY_0=Module._emscripten_bind_ASS_Style_get_ScaleY_0=Module.asm.Da).apply(null,arguments)},_emscripten_bind_ASS_Style_set_ScaleY_1=Module._emscripten_bind_ASS_Style_set_ScaleY_1=function(){return(_emscripten_bind_ASS_Style_set_ScaleY_1=Module._emscripten_bind_ASS_Style_set_ScaleY_1=Module.asm.Ea).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Spacing_0=Module._emscripten_bind_ASS_Style_get_Spacing_0=function(){return(_emscripten_bind_ASS_Style_get_Spacing_0=Module._emscripten_bind_ASS_Style_get_Spacing_0=Module.asm.Fa).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Spacing_1=Module._emscripten_bind_ASS_Style_set_Spacing_1=function(){return(_emscripten_bind_ASS_Style_set_Spacing_1=Module._emscripten_bind_ASS_Style_set_Spacing_1=Module.asm.Ga).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Angle_0=Module._emscripten_bind_ASS_Style_get_Angle_0=function(){return(_emscripten_bind_ASS_Style_get_Angle_0=Module._emscripten_bind_ASS_Style_get_Angle_0=Module.asm.Ha).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Angle_1=Module._emscripten_bind_ASS_Style_set_Angle_1=function(){return(_emscripten_bind_ASS_Style_set_Angle_1=Module._emscripten_bind_ASS_Style_set_Angle_1=Module.asm.Ia).apply(null,arguments)},_emscripten_bind_ASS_Style_get_BorderStyle_0=Module._emscripten_bind_ASS_Style_get_BorderStyle_0=function(){return(_emscripten_bind_ASS_Style_get_BorderStyle_0=Module._emscripten_bind_ASS_Style_get_BorderStyle_0=Module.asm.Ja).apply(null,arguments)},_emscripten_bind_ASS_Style_set_BorderStyle_1=Module._emscripten_bind_ASS_Style_set_BorderStyle_1=function(){return(_emscripten_bind_ASS_Style_set_BorderStyle_1=Module._emscripten_bind_ASS_Style_set_BorderStyle_1=Module.asm.Ka).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Outline_0=Module._emscripten_bind_ASS_Style_get_Outline_0=function(){return(_emscripten_bind_ASS_Style_get_Outline_0=Module._emscripten_bind_ASS_Style_get_Outline_0=Module.asm.La).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Outline_1=Module._emscripten_bind_ASS_Style_set_Outline_1=function(){return(_emscripten_bind_ASS_Style_set_Outline_1=Module._emscripten_bind_ASS_Style_set_Outline_1=Module.asm.Ma).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Shadow_0=Module._emscripten_bind_ASS_Style_get_Shadow_0=function(){return(_emscripten_bind_ASS_Style_get_Shadow_0=Module._emscripten_bind_ASS_Style_get_Shadow_0=Module.asm.Na).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Shadow_1=Module._emscripten_bind_ASS_Style_set_Shadow_1=function(){return(_emscripten_bind_ASS_Style_set_Shadow_1=Module._emscripten_bind_ASS_Style_set_Shadow_1=Module.asm.Oa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Alignment_0=Module._emscripten_bind_ASS_Style_get_Alignment_0=function(){return(_emscripten_bind_ASS_Style_get_Alignment_0=Module._emscripten_bind_ASS_Style_get_Alignment_0=Module.asm.Pa).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Alignment_1=Module._emscripten_bind_ASS_Style_set_Alignment_1=function(){return(_emscripten_bind_ASS_Style_set_Alignment_1=Module._emscripten_bind_ASS_Style_set_Alignment_1=Module.asm.Qa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_MarginL_0=Module._emscripten_bind_ASS_Style_get_MarginL_0=function(){return(_emscripten_bind_ASS_Style_get_MarginL_0=Module._emscripten_bind_ASS_Style_get_MarginL_0=Module.asm.Ra).apply(null,arguments)},_emscripten_bind_ASS_Style_set_MarginL_1=Module._emscripten_bind_ASS_Style_set_MarginL_1=function(){return(_emscripten_bind_ASS_Style_set_MarginL_1=Module._emscripten_bind_ASS_Style_set_MarginL_1=Module.asm.Sa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_MarginR_0=Module._emscripten_bind_ASS_Style_get_MarginR_0=function(){return(_emscripten_bind_ASS_Style_get_MarginR_0=Module._emscripten_bind_ASS_Style_get_MarginR_0=Module.asm.Ta).apply(null,arguments)},_emscripten_bind_ASS_Style_set_MarginR_1=Module._emscripten_bind_ASS_Style_set_MarginR_1=function(){return(_emscripten_bind_ASS_Style_set_MarginR_1=Module._emscripten_bind_ASS_Style_set_MarginR_1=Module.asm.Ua).apply(null,arguments)},_emscripten_bind_ASS_Style_get_MarginV_0=Module._emscripten_bind_ASS_Style_get_MarginV_0=function(){return(_emscripten_bind_ASS_Style_get_MarginV_0=Module._emscripten_bind_ASS_Style_get_MarginV_0=Module.asm.Va).apply(null,arguments)},_emscripten_bind_ASS_Style_set_MarginV_1=Module._emscripten_bind_ASS_Style_set_MarginV_1=function(){return(_emscripten_bind_ASS_Style_set_MarginV_1=Module._emscripten_bind_ASS_Style_set_MarginV_1=Module.asm.Wa).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Encoding_0=Module._emscripten_bind_ASS_Style_get_Encoding_0=function(){return(_emscripten_bind_ASS_Style_get_Encoding_0=Module._emscripten_bind_ASS_Style_get_Encoding_0=Module.asm.Xa).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Encoding_1=Module._emscripten_bind_ASS_Style_set_Encoding_1=function(){return(_emscripten_bind_ASS_Style_set_Encoding_1=Module._emscripten_bind_ASS_Style_set_Encoding_1=Module.asm.Ya).apply(null,arguments)},_emscripten_bind_ASS_Style_get_treat_fontname_as_pattern_0=Module._emscripten_bind_ASS_Style_get_treat_fontname_as_pattern_0=function(){return(_emscripten_bind_ASS_Style_get_treat_fontname_as_pattern_0=Module._emscripten_bind_ASS_Style_get_treat_fontname_as_pattern_0=Module.asm.Za).apply(null,arguments)},_emscripten_bind_ASS_Style_set_treat_fontname_as_pattern_1=Module._emscripten_bind_ASS_Style_set_treat_fontname_as_pattern_1=function(){return(_emscripten_bind_ASS_Style_set_treat_fontname_as_pattern_1=Module._emscripten_bind_ASS_Style_set_treat_fontname_as_pattern_1=Module.asm._a).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Blur_0=Module._emscripten_bind_ASS_Style_get_Blur_0=function(){return(_emscripten_bind_ASS_Style_get_Blur_0=Module._emscripten_bind_ASS_Style_get_Blur_0=Module.asm.$a).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Blur_1=Module._emscripten_bind_ASS_Style_set_Blur_1=function(){return(_emscripten_bind_ASS_Style_set_Blur_1=Module._emscripten_bind_ASS_Style_set_Blur_1=Module.asm.ab).apply(null,arguments)},_emscripten_bind_ASS_Style_get_Justify_0=Module._emscripten_bind_ASS_Style_get_Justify_0=function(){return(_emscripten_bind_ASS_Style_get_Justify_0=Module._emscripten_bind_ASS_Style_get_Justify_0=Module.asm.bb).apply(null,arguments)},_emscripten_bind_ASS_Style_set_Justify_1=Module._emscripten_bind_ASS_Style_set_Justify_1=function(){return(_emscripten_bind_ASS_Style_set_Justify_1=Module._emscripten_bind_ASS_Style_set_Justify_1=Module.asm.cb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Start_0=Module._emscripten_bind_ASS_Event_get_Start_0=function(){return(_emscripten_bind_ASS_Event_get_Start_0=Module._emscripten_bind_ASS_Event_get_Start_0=Module.asm.db).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Start_1=Module._emscripten_bind_ASS_Event_set_Start_1=function(){return(_emscripten_bind_ASS_Event_set_Start_1=Module._emscripten_bind_ASS_Event_set_Start_1=Module.asm.eb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Duration_0=Module._emscripten_bind_ASS_Event_get_Duration_0=function(){return(_emscripten_bind_ASS_Event_get_Duration_0=Module._emscripten_bind_ASS_Event_get_Duration_0=Module.asm.fb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Duration_1=Module._emscripten_bind_ASS_Event_set_Duration_1=function(){return(_emscripten_bind_ASS_Event_set_Duration_1=Module._emscripten_bind_ASS_Event_set_Duration_1=Module.asm.gb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_ReadOrder_0=Module._emscripten_bind_ASS_Event_get_ReadOrder_0=function(){return(_emscripten_bind_ASS_Event_get_ReadOrder_0=Module._emscripten_bind_ASS_Event_get_ReadOrder_0=Module.asm.hb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_ReadOrder_1=Module._emscripten_bind_ASS_Event_set_ReadOrder_1=function(){return(_emscripten_bind_ASS_Event_set_ReadOrder_1=Module._emscripten_bind_ASS_Event_set_ReadOrder_1=Module.asm.ib).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Layer_0=Module._emscripten_bind_ASS_Event_get_Layer_0=function(){return(_emscripten_bind_ASS_Event_get_Layer_0=Module._emscripten_bind_ASS_Event_get_Layer_0=Module.asm.jb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Layer_1=Module._emscripten_bind_ASS_Event_set_Layer_1=function(){return(_emscripten_bind_ASS_Event_set_Layer_1=Module._emscripten_bind_ASS_Event_set_Layer_1=Module.asm.kb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Style_0=Module._emscripten_bind_ASS_Event_get_Style_0=function(){return(_emscripten_bind_ASS_Event_get_Style_0=Module._emscripten_bind_ASS_Event_get_Style_0=Module.asm.lb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Style_1=Module._emscripten_bind_ASS_Event_set_Style_1=function(){return(_emscripten_bind_ASS_Event_set_Style_1=Module._emscripten_bind_ASS_Event_set_Style_1=Module.asm.mb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Name_0=Module._emscripten_bind_ASS_Event_get_Name_0=function(){return(_emscripten_bind_ASS_Event_get_Name_0=Module._emscripten_bind_ASS_Event_get_Name_0=Module.asm.nb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Name_1=Module._emscripten_bind_ASS_Event_set_Name_1=function(){return(_emscripten_bind_ASS_Event_set_Name_1=Module._emscripten_bind_ASS_Event_set_Name_1=Module.asm.ob).apply(null,arguments)},_emscripten_bind_ASS_Event_get_MarginL_0=Module._emscripten_bind_ASS_Event_get_MarginL_0=function(){return(_emscripten_bind_ASS_Event_get_MarginL_0=Module._emscripten_bind_ASS_Event_get_MarginL_0=Module.asm.pb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_MarginL_1=Module._emscripten_bind_ASS_Event_set_MarginL_1=function(){return(_emscripten_bind_ASS_Event_set_MarginL_1=Module._emscripten_bind_ASS_Event_set_MarginL_1=Module.asm.qb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_MarginR_0=Module._emscripten_bind_ASS_Event_get_MarginR_0=function(){return(_emscripten_bind_ASS_Event_get_MarginR_0=Module._emscripten_bind_ASS_Event_get_MarginR_0=Module.asm.rb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_MarginR_1=Module._emscripten_bind_ASS_Event_set_MarginR_1=function(){return(_emscripten_bind_ASS_Event_set_MarginR_1=Module._emscripten_bind_ASS_Event_set_MarginR_1=Module.asm.sb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_MarginV_0=Module._emscripten_bind_ASS_Event_get_MarginV_0=function(){return(_emscripten_bind_ASS_Event_get_MarginV_0=Module._emscripten_bind_ASS_Event_get_MarginV_0=Module.asm.tb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_MarginV_1=Module._emscripten_bind_ASS_Event_set_MarginV_1=function(){return(_emscripten_bind_ASS_Event_set_MarginV_1=Module._emscripten_bind_ASS_Event_set_MarginV_1=Module.asm.ub).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Effect_0=Module._emscripten_bind_ASS_Event_get_Effect_0=function(){return(_emscripten_bind_ASS_Event_get_Effect_0=Module._emscripten_bind_ASS_Event_get_Effect_0=Module.asm.vb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Effect_1=Module._emscripten_bind_ASS_Event_set_Effect_1=function(){return(_emscripten_bind_ASS_Event_set_Effect_1=Module._emscripten_bind_ASS_Event_set_Effect_1=Module.asm.wb).apply(null,arguments)},_emscripten_bind_ASS_Event_get_Text_0=Module._emscripten_bind_ASS_Event_get_Text_0=function(){return(_emscripten_bind_ASS_Event_get_Text_0=Module._emscripten_bind_ASS_Event_get_Text_0=Module.asm.xb).apply(null,arguments)},_emscripten_bind_ASS_Event_set_Text_1=Module._emscripten_bind_ASS_Event_set_Text_1=function(){return(_emscripten_bind_ASS_Event_set_Text_1=Module._emscripten_bind_ASS_Event_set_Text_1=Module.asm.yb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_n_styles_0=Module._emscripten_bind_ASS_Track_get_n_styles_0=function(){return(_emscripten_bind_ASS_Track_get_n_styles_0=Module._emscripten_bind_ASS_Track_get_n_styles_0=Module.asm.zb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_n_styles_1=Module._emscripten_bind_ASS_Track_set_n_styles_1=function(){return(_emscripten_bind_ASS_Track_set_n_styles_1=Module._emscripten_bind_ASS_Track_set_n_styles_1=Module.asm.Ab).apply(null,arguments)},_emscripten_bind_ASS_Track_get_max_styles_0=Module._emscripten_bind_ASS_Track_get_max_styles_0=function(){return(_emscripten_bind_ASS_Track_get_max_styles_0=Module._emscripten_bind_ASS_Track_get_max_styles_0=Module.asm.Bb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_max_styles_1=Module._emscripten_bind_ASS_Track_set_max_styles_1=function(){return(_emscripten_bind_ASS_Track_set_max_styles_1=Module._emscripten_bind_ASS_Track_set_max_styles_1=Module.asm.Cb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_n_events_0=Module._emscripten_bind_ASS_Track_get_n_events_0=function(){return(_emscripten_bind_ASS_Track_get_n_events_0=Module._emscripten_bind_ASS_Track_get_n_events_0=Module.asm.Db).apply(null,arguments)},_emscripten_bind_ASS_Track_set_n_events_1=Module._emscripten_bind_ASS_Track_set_n_events_1=function(){return(_emscripten_bind_ASS_Track_set_n_events_1=Module._emscripten_bind_ASS_Track_set_n_events_1=Module.asm.Eb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_max_events_0=Module._emscripten_bind_ASS_Track_get_max_events_0=function(){return(_emscripten_bind_ASS_Track_get_max_events_0=Module._emscripten_bind_ASS_Track_get_max_events_0=Module.asm.Fb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_max_events_1=Module._emscripten_bind_ASS_Track_set_max_events_1=function(){return(_emscripten_bind_ASS_Track_set_max_events_1=Module._emscripten_bind_ASS_Track_set_max_events_1=Module.asm.Gb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_styles_1=Module._emscripten_bind_ASS_Track_get_styles_1=function(){return(_emscripten_bind_ASS_Track_get_styles_1=Module._emscripten_bind_ASS_Track_get_styles_1=Module.asm.Hb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_styles_2=Module._emscripten_bind_ASS_Track_set_styles_2=function(){return(_emscripten_bind_ASS_Track_set_styles_2=Module._emscripten_bind_ASS_Track_set_styles_2=Module.asm.Ib).apply(null,arguments)},_emscripten_bind_ASS_Track_get_events_1=Module._emscripten_bind_ASS_Track_get_events_1=function(){return(_emscripten_bind_ASS_Track_get_events_1=Module._emscripten_bind_ASS_Track_get_events_1=Module.asm.Jb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_events_2=Module._emscripten_bind_ASS_Track_set_events_2=function(){return(_emscripten_bind_ASS_Track_set_events_2=Module._emscripten_bind_ASS_Track_set_events_2=Module.asm.Kb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_style_format_0=Module._emscripten_bind_ASS_Track_get_style_format_0=function(){return(_emscripten_bind_ASS_Track_get_style_format_0=Module._emscripten_bind_ASS_Track_get_style_format_0=Module.asm.Lb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_style_format_1=Module._emscripten_bind_ASS_Track_set_style_format_1=function(){return(_emscripten_bind_ASS_Track_set_style_format_1=Module._emscripten_bind_ASS_Track_set_style_format_1=Module.asm.Mb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_event_format_0=Module._emscripten_bind_ASS_Track_get_event_format_0=function(){return(_emscripten_bind_ASS_Track_get_event_format_0=Module._emscripten_bind_ASS_Track_get_event_format_0=Module.asm.Nb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_event_format_1=Module._emscripten_bind_ASS_Track_set_event_format_1=function(){return(_emscripten_bind_ASS_Track_set_event_format_1=Module._emscripten_bind_ASS_Track_set_event_format_1=Module.asm.Ob).apply(null,arguments)},_emscripten_bind_ASS_Track_get_PlayResX_0=Module._emscripten_bind_ASS_Track_get_PlayResX_0=function(){return(_emscripten_bind_ASS_Track_get_PlayResX_0=Module._emscripten_bind_ASS_Track_get_PlayResX_0=Module.asm.Pb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_PlayResX_1=Module._emscripten_bind_ASS_Track_set_PlayResX_1=function(){return(_emscripten_bind_ASS_Track_set_PlayResX_1=Module._emscripten_bind_ASS_Track_set_PlayResX_1=Module.asm.Qb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_PlayResY_0=Module._emscripten_bind_ASS_Track_get_PlayResY_0=function(){return(_emscripten_bind_ASS_Track_get_PlayResY_0=Module._emscripten_bind_ASS_Track_get_PlayResY_0=Module.asm.Rb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_PlayResY_1=Module._emscripten_bind_ASS_Track_set_PlayResY_1=function(){return(_emscripten_bind_ASS_Track_set_PlayResY_1=Module._emscripten_bind_ASS_Track_set_PlayResY_1=Module.asm.Sb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_Timer_0=Module._emscripten_bind_ASS_Track_get_Timer_0=function(){return(_emscripten_bind_ASS_Track_get_Timer_0=Module._emscripten_bind_ASS_Track_get_Timer_0=Module.asm.Tb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_Timer_1=Module._emscripten_bind_ASS_Track_set_Timer_1=function(){return(_emscripten_bind_ASS_Track_set_Timer_1=Module._emscripten_bind_ASS_Track_set_Timer_1=Module.asm.Ub).apply(null,arguments)},_emscripten_bind_ASS_Track_get_WrapStyle_0=Module._emscripten_bind_ASS_Track_get_WrapStyle_0=function(){return(_emscripten_bind_ASS_Track_get_WrapStyle_0=Module._emscripten_bind_ASS_Track_get_WrapStyle_0=Module.asm.Vb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_WrapStyle_1=Module._emscripten_bind_ASS_Track_set_WrapStyle_1=function(){return(_emscripten_bind_ASS_Track_set_WrapStyle_1=Module._emscripten_bind_ASS_Track_set_WrapStyle_1=Module.asm.Wb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_ScaledBorderAndShadow_0=Module._emscripten_bind_ASS_Track_get_ScaledBorderAndShadow_0=function(){return(_emscripten_bind_ASS_Track_get_ScaledBorderAndShadow_0=Module._emscripten_bind_ASS_Track_get_ScaledBorderAndShadow_0=Module.asm.Xb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_ScaledBorderAndShadow_1=Module._emscripten_bind_ASS_Track_set_ScaledBorderAndShadow_1=function(){return(_emscripten_bind_ASS_Track_set_ScaledBorderAndShadow_1=Module._emscripten_bind_ASS_Track_set_ScaledBorderAndShadow_1=Module.asm.Yb).apply(null,arguments)},_emscripten_bind_ASS_Track_get_Kerning_0=Module._emscripten_bind_ASS_Track_get_Kerning_0=function(){return(_emscripten_bind_ASS_Track_get_Kerning_0=Module._emscripten_bind_ASS_Track_get_Kerning_0=Module.asm.Zb).apply(null,arguments)},_emscripten_bind_ASS_Track_set_Kerning_1=Module._emscripten_bind_ASS_Track_set_Kerning_1=function(){return(_emscripten_bind_ASS_Track_set_Kerning_1=Module._emscripten_bind_ASS_Track_set_Kerning_1=Module.asm._b).apply(null,arguments)},_emscripten_bind_ASS_Track_get_Language_0=Module._emscripten_bind_ASS_Track_get_Language_0=function(){return(_emscripten_bind_ASS_Track_get_Language_0=Module._emscripten_bind_ASS_Track_get_Language_0=Module.asm.$b).apply(null,arguments)},_emscripten_bind_ASS_Track_set_Language_1=Module._emscripten_bind_ASS_Track_set_Language_1=function(){return(_emscripten_bind_ASS_Track_set_Language_1=Module._emscripten_bind_ASS_Track_set_Language_1=Module.asm.ac).apply(null,arguments)},_emscripten_bind_ASS_Track_get_default_style_0=Module._emscripten_bind_ASS_Track_get_default_style_0=function(){return(_emscripten_bind_ASS_Track_get_default_style_0=Module._emscripten_bind_ASS_Track_get_default_style_0=Module.asm.bc).apply(null,arguments)},_emscripten_bind_ASS_Track_set_default_style_1=Module._emscripten_bind_ASS_Track_set_default_style_1=function(){return(_emscripten_bind_ASS_Track_set_default_style_1=Module._emscripten_bind_ASS_Track_set_default_style_1=Module.asm.cc).apply(null,arguments)},_emscripten_bind_ASS_Track_get_name_0=Module._emscripten_bind_ASS_Track_get_name_0=function(){return(_emscripten_bind_ASS_Track_get_name_0=Module._emscripten_bind_ASS_Track_get_name_0=Module.asm.dc).apply(null,arguments)},_emscripten_bind_ASS_Track_set_name_1=Module._emscripten_bind_ASS_Track_set_name_1=function(){return(_emscripten_bind_ASS_Track_set_name_1=Module._emscripten_bind_ASS_Track_set_name_1=Module.asm.ec).apply(null,arguments)},_emscripten_bind_libass_libass_0=Module._emscripten_bind_libass_libass_0=function(){return(_emscripten_bind_libass_libass_0=Module._emscripten_bind_libass_libass_0=Module.asm.fc).apply(null,arguments)},_emscripten_bind_libass_oct_library_version_0=Module._emscripten_bind_libass_oct_library_version_0=function(){return(_emscripten_bind_libass_oct_library_version_0=Module._emscripten_bind_libass_oct_library_version_0=Module.asm.gc).apply(null,arguments)},_emscripten_bind_libass_oct_library_init_0=Module._emscripten_bind_libass_oct_library_init_0=function(){return(_emscripten_bind_libass_oct_library_init_0=Module._emscripten_bind_libass_oct_library_init_0=Module.asm.hc).apply(null,arguments)},_emscripten_bind_libass_oct_library_done_1=Module._emscripten_bind_libass_oct_library_done_1=function(){return(_emscripten_bind_libass_oct_library_done_1=Module._emscripten_bind_libass_oct_library_done_1=Module.asm.ic).apply(null,arguments)},_emscripten_bind_libass_oct_set_fonts_dir_2=Module._emscripten_bind_libass_oct_set_fonts_dir_2=function(){return(_emscripten_bind_libass_oct_set_fonts_dir_2=Module._emscripten_bind_libass_oct_set_fonts_dir_2=Module.asm.jc).apply(null,arguments)},_emscripten_bind_libass_oct_set_extract_fonts_2=Module._emscripten_bind_libass_oct_set_extract_fonts_2=function(){return(_emscripten_bind_libass_oct_set_extract_fonts_2=Module._emscripten_bind_libass_oct_set_extract_fonts_2=Module.asm.kc).apply(null,arguments)},_emscripten_bind_libass_oct_set_style_overrides_2=Module._emscripten_bind_libass_oct_set_style_overrides_2=function(){return(_emscripten_bind_libass_oct_set_style_overrides_2=Module._emscripten_bind_libass_oct_set_style_overrides_2=Module.asm.lc).apply(null,arguments)},_emscripten_bind_libass_oct_process_force_style_1=Module._emscripten_bind_libass_oct_process_force_style_1=function(){return(_emscripten_bind_libass_oct_process_force_style_1=Module._emscripten_bind_libass_oct_process_force_style_1=Module.asm.mc).apply(null,arguments)},_emscripten_bind_libass_oct_renderer_init_1=Module._emscripten_bind_libass_oct_renderer_init_1=function(){return(_emscripten_bind_libass_oct_renderer_init_1=Module._emscripten_bind_libass_oct_renderer_init_1=Module.asm.nc).apply(null,arguments)},_emscripten_bind_libass_oct_renderer_done_1=Module._emscripten_bind_libass_oct_renderer_done_1=function(){return(_emscripten_bind_libass_oct_renderer_done_1=Module._emscripten_bind_libass_oct_renderer_done_1=Module.asm.oc).apply(null,arguments)},_emscripten_bind_libass_oct_set_frame_size_3=Module._emscripten_bind_libass_oct_set_frame_size_3=function(){return(_emscripten_bind_libass_oct_set_frame_size_3=Module._emscripten_bind_libass_oct_set_frame_size_3=Module.asm.pc).apply(null,arguments)},_emscripten_bind_libass_oct_set_storage_size_3=Module._emscripten_bind_libass_oct_set_storage_size_3=function(){return(_emscripten_bind_libass_oct_set_storage_size_3=Module._emscripten_bind_libass_oct_set_storage_size_3=Module.asm.qc).apply(null,arguments)},_emscripten_bind_libass_oct_set_shaper_2=Module._emscripten_bind_libass_oct_set_shaper_2=function(){return(_emscripten_bind_libass_oct_set_shaper_2=Module._emscripten_bind_libass_oct_set_shaper_2=Module.asm.rc).apply(null,arguments)},_emscripten_bind_libass_oct_set_margins_5=Module._emscripten_bind_libass_oct_set_margins_5=function(){return(_emscripten_bind_libass_oct_set_margins_5=Module._emscripten_bind_libass_oct_set_margins_5=Module.asm.sc).apply(null,arguments)},_emscripten_bind_libass_oct_set_use_margins_2=Module._emscripten_bind_libass_oct_set_use_margins_2=function(){return(_emscripten_bind_libass_oct_set_use_margins_2=Module._emscripten_bind_libass_oct_set_use_margins_2=Module.asm.tc).apply(null,arguments)},_emscripten_bind_libass_oct_set_pixel_aspect_2=Module._emscripten_bind_libass_oct_set_pixel_aspect_2=function(){return(_emscripten_bind_libass_oct_set_pixel_aspect_2=Module._emscripten_bind_libass_oct_set_pixel_aspect_2=Module.asm.uc).apply(null,arguments)},_emscripten_bind_libass_oct_set_aspect_ratio_3=Module._emscripten_bind_libass_oct_set_aspect_ratio_3=function(){return(_emscripten_bind_libass_oct_set_aspect_ratio_3=Module._emscripten_bind_libass_oct_set_aspect_ratio_3=Module.asm.vc).apply(null,arguments)},_emscripten_bind_libass_oct_set_font_scale_2=Module._emscripten_bind_libass_oct_set_font_scale_2=function(){return(_emscripten_bind_libass_oct_set_font_scale_2=Module._emscripten_bind_libass_oct_set_font_scale_2=Module.asm.wc).apply(null,arguments)},_emscripten_bind_libass_oct_set_hinting_2=Module._emscripten_bind_libass_oct_set_hinting_2=function(){return(_emscripten_bind_libass_oct_set_hinting_2=Module._emscripten_bind_libass_oct_set_hinting_2=Module.asm.xc).apply(null,arguments)},_emscripten_bind_libass_oct_set_line_spacing_2=Module._emscripten_bind_libass_oct_set_line_spacing_2=function(){return(_emscripten_bind_libass_oct_set_line_spacing_2=Module._emscripten_bind_libass_oct_set_line_spacing_2=Module.asm.yc).apply(null,arguments)},_emscripten_bind_libass_oct_set_line_position_2=Module._emscripten_bind_libass_oct_set_line_position_2=function(){return(_emscripten_bind_libass_oct_set_line_position_2=Module._emscripten_bind_libass_oct_set_line_position_2=Module.asm.zc).apply(null,arguments)},_emscripten_bind_libass_oct_set_fonts_6=Module._emscripten_bind_libass_oct_set_fonts_6=function(){return(_emscripten_bind_libass_oct_set_fonts_6=Module._emscripten_bind_libass_oct_set_fonts_6=Module.asm.Ac).apply(null,arguments)},_emscripten_bind_libass_oct_set_selective_style_override_enabled_2=Module._emscripten_bind_libass_oct_set_selective_style_override_enabled_2=function(){return(_emscripten_bind_libass_oct_set_selective_style_override_enabled_2=Module._emscripten_bind_libass_oct_set_selective_style_override_enabled_2=Module.asm.Bc).apply(null,arguments)},_emscripten_bind_libass_oct_set_selective_style_override_2=Module._emscripten_bind_libass_oct_set_selective_style_override_2=function(){return(_emscripten_bind_libass_oct_set_selective_style_override_2=Module._emscripten_bind_libass_oct_set_selective_style_override_2=Module.asm.Cc).apply(null,arguments)},_emscripten_bind_libass_oct_set_cache_limits_3=Module._emscripten_bind_libass_oct_set_cache_limits_3=function(){return(_emscripten_bind_libass_oct_set_cache_limits_3=Module._emscripten_bind_libass_oct_set_cache_limits_3=Module.asm.Dc).apply(null,arguments)},_emscripten_bind_libass_oct_render_frame_4=Module._emscripten_bind_libass_oct_render_frame_4=function(){return(_emscripten_bind_libass_oct_render_frame_4=Module._emscripten_bind_libass_oct_render_frame_4=Module.asm.Ec).apply(null,arguments)},_emscripten_bind_libass_oct_new_track_1=Module._emscripten_bind_libass_oct_new_track_1=function(){return(_emscripten_bind_libass_oct_new_track_1=Module._emscripten_bind_libass_oct_new_track_1=Module.asm.Fc).apply(null,arguments)},_emscripten_bind_libass_oct_free_track_1=Module._emscripten_bind_libass_oct_free_track_1=function(){return(_emscripten_bind_libass_oct_free_track_1=Module._emscripten_bind_libass_oct_free_track_1=Module.asm.Gc).apply(null,arguments)},_emscripten_bind_libass_oct_alloc_style_1=Module._emscripten_bind_libass_oct_alloc_style_1=function(){return(_emscripten_bind_libass_oct_alloc_style_1=Module._emscripten_bind_libass_oct_alloc_style_1=Module.asm.Hc).apply(null,arguments)},_emscripten_bind_libass_oct_alloc_event_1=Module._emscripten_bind_libass_oct_alloc_event_1=function(){return(_emscripten_bind_libass_oct_alloc_event_1=Module._emscripten_bind_libass_oct_alloc_event_1=Module.asm.Ic).apply(null,arguments)},_emscripten_bind_libass_oct_free_style_2=Module._emscripten_bind_libass_oct_free_style_2=function(){return(_emscripten_bind_libass_oct_free_style_2=Module._emscripten_bind_libass_oct_free_style_2=Module.asm.Jc).apply(null,arguments)},_emscripten_bind_libass_oct_free_event_2=Module._emscripten_bind_libass_oct_free_event_2=function(){return(_emscripten_bind_libass_oct_free_event_2=Module._emscripten_bind_libass_oct_free_event_2=Module.asm.Kc).apply(null,arguments)},_emscripten_bind_libass_oct_flush_events_1=Module._emscripten_bind_libass_oct_flush_events_1=function(){return(_emscripten_bind_libass_oct_flush_events_1=Module._emscripten_bind_libass_oct_flush_events_1=Module.asm.Lc).apply(null,arguments)},_emscripten_bind_libass_oct_read_file_3=Module._emscripten_bind_libass_oct_read_file_3=function(){return(_emscripten_bind_libass_oct_read_file_3=Module._emscripten_bind_libass_oct_read_file_3=Module.asm.Mc).apply(null,arguments)},_emscripten_bind_libass_oct_add_font_4=Module._emscripten_bind_libass_oct_add_font_4=function(){return(_emscripten_bind_libass_oct_add_font_4=Module._emscripten_bind_libass_oct_add_font_4=Module.asm.Nc).apply(null,arguments)},_emscripten_bind_libass_oct_clear_fonts_1=Module._emscripten_bind_libass_oct_clear_fonts_1=function(){return(_emscripten_bind_libass_oct_clear_fonts_1=Module._emscripten_bind_libass_oct_clear_fonts_1=Module.asm.Oc).apply(null,arguments)},_emscripten_bind_libass_oct_step_sub_3=Module._emscripten_bind_libass_oct_step_sub_3=function(){return(_emscripten_bind_libass_oct_step_sub_3=Module._emscripten_bind_libass_oct_step_sub_3=Module.asm.Pc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_changed_0=Module._emscripten_bind_RenderBlendResult_get_changed_0=function(){return(_emscripten_bind_RenderBlendResult_get_changed_0=Module._emscripten_bind_RenderBlendResult_get_changed_0=Module.asm.Qc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_changed_1=Module._emscripten_bind_RenderBlendResult_set_changed_1=function(){return(_emscripten_bind_RenderBlendResult_set_changed_1=Module._emscripten_bind_RenderBlendResult_set_changed_1=Module.asm.Rc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_blend_time_0=Module._emscripten_bind_RenderBlendResult_get_blend_time_0=function(){return(_emscripten_bind_RenderBlendResult_get_blend_time_0=Module._emscripten_bind_RenderBlendResult_get_blend_time_0=Module.asm.Sc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_blend_time_1=Module._emscripten_bind_RenderBlendResult_set_blend_time_1=function(){return(_emscripten_bind_RenderBlendResult_set_blend_time_1=Module._emscripten_bind_RenderBlendResult_set_blend_time_1=Module.asm.Tc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_dest_x_0=Module._emscripten_bind_RenderBlendResult_get_dest_x_0=function(){return(_emscripten_bind_RenderBlendResult_get_dest_x_0=Module._emscripten_bind_RenderBlendResult_get_dest_x_0=Module.asm.Uc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_dest_x_1=Module._emscripten_bind_RenderBlendResult_set_dest_x_1=function(){return(_emscripten_bind_RenderBlendResult_set_dest_x_1=Module._emscripten_bind_RenderBlendResult_set_dest_x_1=Module.asm.Vc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_dest_y_0=Module._emscripten_bind_RenderBlendResult_get_dest_y_0=function(){return(_emscripten_bind_RenderBlendResult_get_dest_y_0=Module._emscripten_bind_RenderBlendResult_get_dest_y_0=Module.asm.Wc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_dest_y_1=Module._emscripten_bind_RenderBlendResult_set_dest_y_1=function(){return(_emscripten_bind_RenderBlendResult_set_dest_y_1=Module._emscripten_bind_RenderBlendResult_set_dest_y_1=Module.asm.Xc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_dest_width_0=Module._emscripten_bind_RenderBlendResult_get_dest_width_0=function(){return(_emscripten_bind_RenderBlendResult_get_dest_width_0=Module._emscripten_bind_RenderBlendResult_get_dest_width_0=Module.asm.Yc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_dest_width_1=Module._emscripten_bind_RenderBlendResult_set_dest_width_1=function(){return(_emscripten_bind_RenderBlendResult_set_dest_width_1=Module._emscripten_bind_RenderBlendResult_set_dest_width_1=Module.asm.Zc).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_dest_height_0=Module._emscripten_bind_RenderBlendResult_get_dest_height_0=function(){return(_emscripten_bind_RenderBlendResult_get_dest_height_0=Module._emscripten_bind_RenderBlendResult_get_dest_height_0=Module.asm._c).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_dest_height_1=Module._emscripten_bind_RenderBlendResult_set_dest_height_1=function(){return(_emscripten_bind_RenderBlendResult_set_dest_height_1=Module._emscripten_bind_RenderBlendResult_set_dest_height_1=Module.asm.$c).apply(null,arguments)},_emscripten_bind_RenderBlendResult_get_image_0=Module._emscripten_bind_RenderBlendResult_get_image_0=function(){return(_emscripten_bind_RenderBlendResult_get_image_0=Module._emscripten_bind_RenderBlendResult_get_image_0=Module.asm.ad).apply(null,arguments)},_emscripten_bind_RenderBlendResult_set_image_1=Module._emscripten_bind_RenderBlendResult_set_image_1=function(){return(_emscripten_bind_RenderBlendResult_set_image_1=Module._emscripten_bind_RenderBlendResult_set_image_1=Module.asm.bd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_SubtitleOctopus_0=Module._emscripten_bind_SubtitleOctopus_SubtitleOctopus_0=function(){return(_emscripten_bind_SubtitleOctopus_SubtitleOctopus_0=Module._emscripten_bind_SubtitleOctopus_SubtitleOctopus_0=Module.asm.cd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_setLogLevel_1=Module._emscripten_bind_SubtitleOctopus_setLogLevel_1=function(){return(_emscripten_bind_SubtitleOctopus_setLogLevel_1=Module._emscripten_bind_SubtitleOctopus_setLogLevel_1=Module.asm.dd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_setDropAnimations_1=Module._emscripten_bind_SubtitleOctopus_setDropAnimations_1=function(){return(_emscripten_bind_SubtitleOctopus_setDropAnimations_1=Module._emscripten_bind_SubtitleOctopus_setDropAnimations_1=Module.asm.ed).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_initLibrary_3=Module._emscripten_bind_SubtitleOctopus_initLibrary_3=function(){return(_emscripten_bind_SubtitleOctopus_initLibrary_3=Module._emscripten_bind_SubtitleOctopus_initLibrary_3=Module.asm.fd).apply(null,arguments)},_free=Module._free=function(){return(_free=Module._free=Module.asm.gd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_createTrack_1=Module._emscripten_bind_SubtitleOctopus_createTrack_1=function(){return(_emscripten_bind_SubtitleOctopus_createTrack_1=Module._emscripten_bind_SubtitleOctopus_createTrack_1=Module.asm.hd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_createTrackMem_2=Module._emscripten_bind_SubtitleOctopus_createTrackMem_2=function(){return(_emscripten_bind_SubtitleOctopus_createTrackMem_2=Module._emscripten_bind_SubtitleOctopus_createTrackMem_2=Module.asm.id).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_removeTrack_0=Module._emscripten_bind_SubtitleOctopus_removeTrack_0=function(){return(_emscripten_bind_SubtitleOctopus_removeTrack_0=Module._emscripten_bind_SubtitleOctopus_removeTrack_0=Module.asm.jd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_resizeCanvas_2=Module._emscripten_bind_SubtitleOctopus_resizeCanvas_2=function(){return(_emscripten_bind_SubtitleOctopus_resizeCanvas_2=Module._emscripten_bind_SubtitleOctopus_resizeCanvas_2=Module.asm.kd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_renderImage_2=Module._emscripten_bind_SubtitleOctopus_renderImage_2=function(){return(_emscripten_bind_SubtitleOctopus_renderImage_2=Module._emscripten_bind_SubtitleOctopus_renderImage_2=Module.asm.ld).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_quitLibrary_0=Module._emscripten_bind_SubtitleOctopus_quitLibrary_0=function(){return(_emscripten_bind_SubtitleOctopus_quitLibrary_0=Module._emscripten_bind_SubtitleOctopus_quitLibrary_0=Module.asm.md).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_reloadLibrary_0=Module._emscripten_bind_SubtitleOctopus_reloadLibrary_0=function(){return(_emscripten_bind_SubtitleOctopus_reloadLibrary_0=Module._emscripten_bind_SubtitleOctopus_reloadLibrary_0=Module.asm.nd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_reloadFonts_0=Module._emscripten_bind_SubtitleOctopus_reloadFonts_0=function(){return(_emscripten_bind_SubtitleOctopus_reloadFonts_0=Module._emscripten_bind_SubtitleOctopus_reloadFonts_0=Module.asm.od).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_setMargin_4=Module._emscripten_bind_SubtitleOctopus_setMargin_4=function(){return(_emscripten_bind_SubtitleOctopus_setMargin_4=Module._emscripten_bind_SubtitleOctopus_setMargin_4=Module.asm.pd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_getEventCount_0=Module._emscripten_bind_SubtitleOctopus_getEventCount_0=function(){return(_emscripten_bind_SubtitleOctopus_getEventCount_0=Module._emscripten_bind_SubtitleOctopus_getEventCount_0=Module.asm.qd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_allocEvent_0=Module._emscripten_bind_SubtitleOctopus_allocEvent_0=function(){return(_emscripten_bind_SubtitleOctopus_allocEvent_0=Module._emscripten_bind_SubtitleOctopus_allocEvent_0=Module.asm.rd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_allocStyle_0=Module._emscripten_bind_SubtitleOctopus_allocStyle_0=function(){return(_emscripten_bind_SubtitleOctopus_allocStyle_0=Module._emscripten_bind_SubtitleOctopus_allocStyle_0=Module.asm.sd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_removeEvent_1=Module._emscripten_bind_SubtitleOctopus_removeEvent_1=function(){return(_emscripten_bind_SubtitleOctopus_removeEvent_1=Module._emscripten_bind_SubtitleOctopus_removeEvent_1=Module.asm.td).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_getStyleCount_0=Module._emscripten_bind_SubtitleOctopus_getStyleCount_0=function(){return(_emscripten_bind_SubtitleOctopus_getStyleCount_0=Module._emscripten_bind_SubtitleOctopus_getStyleCount_0=Module.asm.ud).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_getStyleByName_1=Module._emscripten_bind_SubtitleOctopus_getStyleByName_1=function(){return(_emscripten_bind_SubtitleOctopus_getStyleByName_1=Module._emscripten_bind_SubtitleOctopus_getStyleByName_1=Module.asm.vd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_removeStyle_1=Module._emscripten_bind_SubtitleOctopus_removeStyle_1=function(){return(_emscripten_bind_SubtitleOctopus_removeStyle_1=Module._emscripten_bind_SubtitleOctopus_removeStyle_1=Module.asm.wd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_removeAllEvents_0=Module._emscripten_bind_SubtitleOctopus_removeAllEvents_0=function(){return(_emscripten_bind_SubtitleOctopus_removeAllEvents_0=Module._emscripten_bind_SubtitleOctopus_removeAllEvents_0=Module.asm.xd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_setMemoryLimits_2=Module._emscripten_bind_SubtitleOctopus_setMemoryLimits_2=function(){return(_emscripten_bind_SubtitleOctopus_setMemoryLimits_2=Module._emscripten_bind_SubtitleOctopus_setMemoryLimits_2=Module.asm.yd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_renderBlend_2=Module._emscripten_bind_SubtitleOctopus_renderBlend_2=function(){return(_emscripten_bind_SubtitleOctopus_renderBlend_2=Module._emscripten_bind_SubtitleOctopus_renderBlend_2=Module.asm.zd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_get_track_0=Module._emscripten_bind_SubtitleOctopus_get_track_0=function(){return(_emscripten_bind_SubtitleOctopus_get_track_0=Module._emscripten_bind_SubtitleOctopus_get_track_0=Module.asm.Ad).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_set_track_1=Module._emscripten_bind_SubtitleOctopus_set_track_1=function(){return(_emscripten_bind_SubtitleOctopus_set_track_1=Module._emscripten_bind_SubtitleOctopus_set_track_1=Module.asm.Bd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_get_ass_renderer_0=Module._emscripten_bind_SubtitleOctopus_get_ass_renderer_0=function(){return(_emscripten_bind_SubtitleOctopus_get_ass_renderer_0=Module._emscripten_bind_SubtitleOctopus_get_ass_renderer_0=Module.asm.Cd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_set_ass_renderer_1=Module._emscripten_bind_SubtitleOctopus_set_ass_renderer_1=function(){return(_emscripten_bind_SubtitleOctopus_set_ass_renderer_1=Module._emscripten_bind_SubtitleOctopus_set_ass_renderer_1=Module.asm.Dd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_get_ass_library_0=Module._emscripten_bind_SubtitleOctopus_get_ass_library_0=function(){return(_emscripten_bind_SubtitleOctopus_get_ass_library_0=Module._emscripten_bind_SubtitleOctopus_get_ass_library_0=Module.asm.Ed).apply(null,arguments)},_emscripten_bind_SubtitleOctopus_set_ass_library_1=Module._emscripten_bind_SubtitleOctopus_set_ass_library_1=function(){return(_emscripten_bind_SubtitleOctopus_set_ass_library_1=Module._emscripten_bind_SubtitleOctopus_set_ass_library_1=Module.asm.Fd).apply(null,arguments)},_emscripten_bind_SubtitleOctopus___destroy___0=Module._emscripten_bind_SubtitleOctopus___destroy___0=function(){return(_emscripten_bind_SubtitleOctopus___destroy___0=Module._emscripten_bind_SubtitleOctopus___destroy___0=Module.asm.Gd).apply(null,arguments)},_emscripten_enum_ASS_Hinting_ASS_HINTING_NONE=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_NONE=function(){return(_emscripten_enum_ASS_Hinting_ASS_HINTING_NONE=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_NONE=Module.asm.Hd).apply(null,arguments)},_emscripten_enum_ASS_Hinting_ASS_HINTING_LIGHT=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_LIGHT=function(){return(_emscripten_enum_ASS_Hinting_ASS_HINTING_LIGHT=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_LIGHT=Module.asm.Id).apply(null,arguments)},_emscripten_enum_ASS_Hinting_ASS_HINTING_NORMAL=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_NORMAL=function(){return(_emscripten_enum_ASS_Hinting_ASS_HINTING_NORMAL=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_NORMAL=Module.asm.Jd).apply(null,arguments)},_emscripten_enum_ASS_Hinting_ASS_HINTING_NATIVE=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_NATIVE=function(){return(_emscripten_enum_ASS_Hinting_ASS_HINTING_NATIVE=Module._emscripten_enum_ASS_Hinting_ASS_HINTING_NATIVE=Module.asm.Kd).apply(null,arguments)},_emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_SIMPLE=Module._emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_SIMPLE=function(){return(_emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_SIMPLE=Module._emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_SIMPLE=Module.asm.Ld).apply(null,arguments)},_emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_COMPLEX=Module._emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_COMPLEX=function(){return(_emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_COMPLEX=Module._emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_COMPLEX=Module.asm.Md).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_DEFAULT=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_DEFAULT=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_DEFAULT=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_DEFAULT=Module.asm.Nd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_STYLE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_STYLE=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_STYLE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_STYLE=Module.asm.Od).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE=Module.asm.Pd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE=Module.asm.Qd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS=Module.asm.Rd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_NAME=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_NAME=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_NAME=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_NAME=Module.asm.Sd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_COLORS=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_COLORS=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_COLORS=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_COLORS=Module.asm.Td).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ATTRIBUTES=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ATTRIBUTES=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ATTRIBUTES=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ATTRIBUTES=Module.asm.Ud).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_BORDER=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_BORDER=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_BORDER=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_BORDER=Module.asm.Vd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ALIGNMENT=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ALIGNMENT=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ALIGNMENT=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ALIGNMENT=Module.asm.Wd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_MARGINS=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_MARGINS=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_MARGINS=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_MARGINS=Module.asm.Xd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_FULL_STYLE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_FULL_STYLE=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_FULL_STYLE=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_FULL_STYLE=Module.asm.Yd).apply(null,arguments)},_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_JUSTIFY=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_JUSTIFY=function(){return(_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_JUSTIFY=Module._emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_JUSTIFY=Module.asm.Zd).apply(null,arguments)},___errno_location=Module.___errno_location=function(){return(___errno_location=Module.___errno_location=Module.asm.$d).apply(null,arguments)},_malloc=Module._malloc=function(){return(_malloc=Module._malloc=Module.asm.ae).apply(null,arguments)},_emscripten_builtin_memalign=Module._emscripten_builtin_memalign=function(){return(_emscripten_builtin_memalign=Module._emscripten_builtin_memalign=Module.asm.be).apply(null,arguments)},_setThrew=Module._setThrew=function(){return(_setThrew=Module._setThrew=Module.asm.ce).apply(null,arguments)},stackSave=Module.stackSave=function(){return(stackSave=Module.stackSave=Module.asm.de).apply(null,arguments)},stackRestore=Module.stackRestore=function(){return(stackRestore=Module.stackRestore=Module.asm.ee).apply(null,arguments)},stackAlloc=Module.stackAlloc=function(){return(stackAlloc=Module.stackAlloc=Module.asm.fe).apply(null,arguments)},___emscripten_embedded_file_data=Module.___emscripten_embedded_file_data=28920;function invoke_iii(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){if(stackRestore(sp),e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){if(stackRestore(sp),e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){if(stackRestore(sp),e!==e+0)throw e;_setThrew(1,0)}}function ExitStatus(status){this.name="ExitStatus",this.message="Program terminated with exit("+status+")",this.status=status}Module.ccall=ccall,Module.cwrap=cwrap,Module.addRunDependency=addRunDependency,Module.removeRunDependency=removeRunDependency,Module.FS_createPath=FS.createPath,Module.FS_createDataFile=FS.createDataFile,Module.FS_createPreloadedFile=FS.createPreloadedFile,Module.FS_createLazyFile=FS.createLazyFile,Module.FS_createDevice=FS.createDevice,Module.FS_unlink=FS.unlink,Module.getValue=getValue;var calledMain=!1;function callMain(args){var entryFunction=Module._main,argc=((args=args||[]).unshift(thisProgram),args.length),argv=stackAlloc(4*(argc+1)),argv_ptr=argv>>2;args.forEach(function(arg){HEAP32[argv_ptr++]=allocateUTF8OnStack(arg)}),HEAP32[argv_ptr]=0;try{var ret=entryFunction(argc,argv);return exit(ret,!0),ret}catch(e){return handleException(e)}finally{calledMain=!0}}function run(args){function doRun(){calledRun||(calledRun=!0,Module.calledRun=!0,ABORT)||(initRuntime(),preMain(),Module.onRuntimeInitialized&&Module.onRuntimeInitialized(),shouldRunNow&&callMain(args),postRun())}args=args||arguments_,0<runDependencies||(preRun(),0<runDependencies)||(Module.setStatus?(Module.setStatus("Running..."),setTimeout(function(){setTimeout(function(){Module.setStatus("")},1),doRun()},1)):doRun())}function exit(status,implicit){procExit(EXITSTATUS=status)}function procExit(code){EXITSTATUS=code,keepRuntimeAlive()||(Module.onExit&&Module.onExit(code),ABORT=!0),quit_(code,new ExitStatus(code))}if(dependenciesFulfilled=function runCaller(){calledRun||run(),calledRun||(dependenciesFulfilled=runCaller)},Module.run=run,Module.preInit)for("function"==typeof Module.preInit&&(Module.preInit=[Module.preInit]);0<Module.preInit.length;)Module.preInit.pop()();var shouldRunNow=!0;function WrapperObject(){}function getCache(__class__){return(__class__||WrapperObject).__cache__}function wrapPointer(ptr,__class__){var cache=getCache(__class__),ret=cache[ptr];return ret||(cache[(ret=Object.create((__class__||WrapperObject).prototype)).ptr=ptr]=ret)}function castObject(obj,__class__){return wrapPointer(obj.ptr,__class__)}function destroy(obj){if(!obj.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";obj.__destroy__(),delete getCache(obj.__class__)[obj.ptr]}function compare(obj1,obj2){return obj1.ptr===obj2.ptr}function getPointer(obj){return obj.ptr}function getClass(obj){return obj.__class__}Module.noInitialRun&&(shouldRunNow=!1),run(),WrapperObject.prototype=Object.create(WrapperObject.prototype),((WrapperObject.prototype.constructor=WrapperObject).prototype.__class__=WrapperObject).__cache__={},Module.WrapperObject=WrapperObject,Module.getCache=getCache,Module.wrapPointer=wrapPointer,Module.castObject=castObject,Module.NULL=wrapPointer(0),Module.destroy=destroy,Module.compare=compare,Module.getPointer=getPointer,Module.getClass=getClass;var ensureCache={buffer:0,size:0,pos:0,temps:[],owned:[],needed:0,prepare:function(){if(ensureCache.needed){for(var i=0;i<ensureCache.temps.length;i++)Module._free(ensureCache.temps[i]);ensureCache.temps.length=0,Module._free(ensureCache.buffer),ensureCache.buffer=0,ensureCache.size+=ensureCache.needed,ensureCache.needed=0}ensureCache.buffer||(ensureCache.size+=128,ensureCache.buffer=Module._malloc(ensureCache.size),assert(ensureCache.buffer)),ensureCache.pos=0},alloc:function(array,view,owner){assert(ensureCache.buffer);var ret,view=view.BYTES_PER_ELEMENT,array=7+array.length*view&-8;return owner?(assert(0<array),ensureCache.needed+=array,ret=Module._malloc(array),ensureCache.owned.push(ret)):ensureCache.pos+array>=ensureCache.size?(assert(0<array),ensureCache.needed+=array,ret=Module._malloc(array),ensureCache.temps.push(ret)):(ret=ensureCache.buffer+ensureCache.pos,ensureCache.pos+=array),ret},copy:function(array,view,offset){switch(offset>>>=0,view.BYTES_PER_ELEMENT){case 2:offset>>>=1;break;case 4:offset>>>=2;break;case 8:offset>>>=3}for(var i=0;i<array.length;i++)view[offset+i]=array[i]},clear:function(clearOwned){for(var i=0;i<ensureCache.temps.length;i++)Module._free(ensureCache.temps[i]);if(clearOwned)for(i=0;i<ensureCache.owned.length;i++)Module._free(ensureCache.owned[i]);ensureCache.temps.length=0,Module._free(ensureCache.buffer),ensureCache.buffer=0,ensureCache.size=0,ensureCache.needed=0}};function ensureString(value,owner){var intArray;return"string"==typeof value?(intArray=intArrayFromString(value),owner=ensureCache.alloc(intArray,HEAP8,owner),ensureCache.copy(intArray,HEAP8,owner),owner):value}function VoidPtr(){throw"cannot construct a VoidPtr, no constructor in IDL"}function ASS_Image(){throw"cannot construct a ASS_Image, no constructor in IDL"}function ASS_Style(){throw"cannot construct a ASS_Style, no constructor in IDL"}function ASS_Event(){throw"cannot construct a ASS_Event, no constructor in IDL"}function ASS_Track(){throw"cannot construct a ASS_Track, no constructor in IDL"}function ASS_Library(){throw"cannot construct a ASS_Library, no constructor in IDL"}function ASS_RenderPriv(){throw"cannot construct a ASS_RenderPriv, no constructor in IDL"}function ASS_ParserPriv(){throw"cannot construct a ASS_ParserPriv, no constructor in IDL"}function ASS_Renderer(){throw"cannot construct a ASS_Renderer, no constructor in IDL"}function libass(){this.ptr=_emscripten_bind_libass_libass_0(),getCache(libass)[this.ptr]=this}function RenderBlendResult(){throw"cannot construct a RenderBlendResult, no constructor in IDL"}function SubtitleOctopus(){this.ptr=_emscripten_bind_SubtitleOctopus_SubtitleOctopus_0(),getCache(SubtitleOctopus)[this.ptr]=this}function parseAss(content){for(var format,parts,key,value,tmp,j,m,sections=[],lines=content.split(/[\r\n]+/g),i=0;i<lines.length;i++)if(m=lines[i].match(/^\[(.*)\]$/))format=null,sections.push({name:m[1],body:[]});else if(!/^\s*$/.test(lines[i])&&0!==sections.length)if(m=sections[sections.length-1].body,";"===lines[i][0])m.push({type:"comment",value:lines[i].substring(1)});else{if(key=(parts=lines[i].split(":"))[0],value=parts.slice(1).join(":").trim(),(format||"Format"===key)&&(value=value.split(","),format&&value.length>format.length&&(parts=value.slice(format.length-1).join(","),(value=value.slice(0,format.length-1)).push(parts)),value=value.map(function(s){return s.trim()}),format)){for(tmp={},j=0;j<value.length;j++)tmp[format[j]]=value[j];value=tmp}"Format"===key&&(format=value),m.push({key:key,value:value})}return sections}VoidPtr.prototype=Object.create(WrapperObject.prototype),((VoidPtr.prototype.constructor=VoidPtr).prototype.__class__=VoidPtr).__cache__={},(Module.VoidPtr=VoidPtr).prototype.__destroy__=VoidPtr.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_VoidPtr___destroy___0(self)},ASS_Image.prototype=Object.create(WrapperObject.prototype),((ASS_Image.prototype.constructor=ASS_Image).prototype.__class__=ASS_Image).__cache__={},(Module.ASS_Image=ASS_Image).prototype.get_w=ASS_Image.prototype.get_w=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_w_0(self)},ASS_Image.prototype.set_w=ASS_Image.prototype.set_w=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_w_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"w",{get:ASS_Image.prototype.get_w,set:ASS_Image.prototype.set_w}),ASS_Image.prototype.get_h=ASS_Image.prototype.get_h=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_h_0(self)},ASS_Image.prototype.set_h=ASS_Image.prototype.set_h=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_h_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"h",{get:ASS_Image.prototype.get_h,set:ASS_Image.prototype.set_h}),ASS_Image.prototype.get_stride=ASS_Image.prototype.get_stride=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_stride_0(self)},ASS_Image.prototype.set_stride=ASS_Image.prototype.set_stride=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_stride_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"stride",{get:ASS_Image.prototype.get_stride,set:ASS_Image.prototype.set_stride}),ASS_Image.prototype.get_bitmap=ASS_Image.prototype.get_bitmap=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_bitmap_0(self)},ASS_Image.prototype.set_bitmap=ASS_Image.prototype.set_bitmap=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!1),_emscripten_bind_ASS_Image_set_bitmap_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"bitmap",{get:ASS_Image.prototype.get_bitmap,set:ASS_Image.prototype.set_bitmap}),ASS_Image.prototype.get_color=ASS_Image.prototype.get_color=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_color_0(self)},ASS_Image.prototype.set_color=ASS_Image.prototype.set_color=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_color_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"color",{get:ASS_Image.prototype.get_color,set:ASS_Image.prototype.set_color}),ASS_Image.prototype.get_dst_x=ASS_Image.prototype.get_dst_x=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_dst_x_0(self)},ASS_Image.prototype.set_dst_x=ASS_Image.prototype.set_dst_x=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_dst_x_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"dst_x",{get:ASS_Image.prototype.get_dst_x,set:ASS_Image.prototype.set_dst_x}),ASS_Image.prototype.get_dst_y=ASS_Image.prototype.get_dst_y=function(){var self=this.ptr;return _emscripten_bind_ASS_Image_get_dst_y_0(self)},ASS_Image.prototype.set_dst_y=ASS_Image.prototype.set_dst_y=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_dst_y_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"dst_y",{get:ASS_Image.prototype.get_dst_y,set:ASS_Image.prototype.set_dst_y}),ASS_Image.prototype.get_next=ASS_Image.prototype.get_next=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_ASS_Image_get_next_0(self),ASS_Image)},ASS_Image.prototype.set_next=ASS_Image.prototype.set_next=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Image_set_next_1(self,arg0)},Object.defineProperty(ASS_Image.prototype,"next",{get:ASS_Image.prototype.get_next,set:ASS_Image.prototype.set_next}),ASS_Style.prototype=Object.create(WrapperObject.prototype),((ASS_Style.prototype.constructor=ASS_Style).prototype.__class__=ASS_Style).__cache__={},(Module.ASS_Style=ASS_Style).prototype.get_Name=ASS_Style.prototype.get_Name=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Style_get_Name_0(self))},ASS_Style.prototype.set_Name=ASS_Style.prototype.set_Name=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Style_set_Name_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Name",{get:ASS_Style.prototype.get_Name,set:ASS_Style.prototype.set_Name}),ASS_Style.prototype.get_FontName=ASS_Style.prototype.get_FontName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Style_get_FontName_0(self))},ASS_Style.prototype.set_FontName=ASS_Style.prototype.set_FontName=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Style_set_FontName_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"FontName",{get:ASS_Style.prototype.get_FontName,set:ASS_Style.prototype.set_FontName}),ASS_Style.prototype.get_FontSize=ASS_Style.prototype.get_FontSize=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_FontSize_0(self)},ASS_Style.prototype.set_FontSize=ASS_Style.prototype.set_FontSize=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_FontSize_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"FontSize",{get:ASS_Style.prototype.get_FontSize,set:ASS_Style.prototype.set_FontSize}),ASS_Style.prototype.get_PrimaryColour=ASS_Style.prototype.get_PrimaryColour=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_PrimaryColour_0(self)},ASS_Style.prototype.set_PrimaryColour=ASS_Style.prototype.set_PrimaryColour=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_PrimaryColour_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"PrimaryColour",{get:ASS_Style.prototype.get_PrimaryColour,set:ASS_Style.prototype.set_PrimaryColour}),ASS_Style.prototype.get_SecondaryColour=ASS_Style.prototype.get_SecondaryColour=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_SecondaryColour_0(self)},ASS_Style.prototype.set_SecondaryColour=ASS_Style.prototype.set_SecondaryColour=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_SecondaryColour_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"SecondaryColour",{get:ASS_Style.prototype.get_SecondaryColour,set:ASS_Style.prototype.set_SecondaryColour}),ASS_Style.prototype.get_OutlineColour=ASS_Style.prototype.get_OutlineColour=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_OutlineColour_0(self)},ASS_Style.prototype.set_OutlineColour=ASS_Style.prototype.set_OutlineColour=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_OutlineColour_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"OutlineColour",{get:ASS_Style.prototype.get_OutlineColour,set:ASS_Style.prototype.set_OutlineColour}),ASS_Style.prototype.get_BackColour=ASS_Style.prototype.get_BackColour=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_BackColour_0(self)},ASS_Style.prototype.set_BackColour=ASS_Style.prototype.set_BackColour=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_BackColour_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"BackColour",{get:ASS_Style.prototype.get_BackColour,set:ASS_Style.prototype.set_BackColour}),ASS_Style.prototype.get_Bold=ASS_Style.prototype.get_Bold=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Bold_0(self)},ASS_Style.prototype.set_Bold=ASS_Style.prototype.set_Bold=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Bold_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Bold",{get:ASS_Style.prototype.get_Bold,set:ASS_Style.prototype.set_Bold}),ASS_Style.prototype.get_Italic=ASS_Style.prototype.get_Italic=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Italic_0(self)},ASS_Style.prototype.set_Italic=ASS_Style.prototype.set_Italic=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Italic_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Italic",{get:ASS_Style.prototype.get_Italic,set:ASS_Style.prototype.set_Italic}),ASS_Style.prototype.get_Underline=ASS_Style.prototype.get_Underline=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Underline_0(self)},ASS_Style.prototype.set_Underline=ASS_Style.prototype.set_Underline=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Underline_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Underline",{get:ASS_Style.prototype.get_Underline,set:ASS_Style.prototype.set_Underline}),ASS_Style.prototype.get_StrikeOut=ASS_Style.prototype.get_StrikeOut=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_StrikeOut_0(self)},ASS_Style.prototype.set_StrikeOut=ASS_Style.prototype.set_StrikeOut=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_StrikeOut_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"StrikeOut",{get:ASS_Style.prototype.get_StrikeOut,set:ASS_Style.prototype.set_StrikeOut}),ASS_Style.prototype.get_ScaleX=ASS_Style.prototype.get_ScaleX=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_ScaleX_0(self)},ASS_Style.prototype.set_ScaleX=ASS_Style.prototype.set_ScaleX=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_ScaleX_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"ScaleX",{get:ASS_Style.prototype.get_ScaleX,set:ASS_Style.prototype.set_ScaleX}),ASS_Style.prototype.get_ScaleY=ASS_Style.prototype.get_ScaleY=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_ScaleY_0(self)},ASS_Style.prototype.set_ScaleY=ASS_Style.prototype.set_ScaleY=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_ScaleY_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"ScaleY",{get:ASS_Style.prototype.get_ScaleY,set:ASS_Style.prototype.set_ScaleY}),ASS_Style.prototype.get_Spacing=ASS_Style.prototype.get_Spacing=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Spacing_0(self)},ASS_Style.prototype.set_Spacing=ASS_Style.prototype.set_Spacing=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Spacing_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Spacing",{get:ASS_Style.prototype.get_Spacing,set:ASS_Style.prototype.set_Spacing}),ASS_Style.prototype.get_Angle=ASS_Style.prototype.get_Angle=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Angle_0(self)},ASS_Style.prototype.set_Angle=ASS_Style.prototype.set_Angle=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Angle_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Angle",{get:ASS_Style.prototype.get_Angle,set:ASS_Style.prototype.set_Angle}),ASS_Style.prototype.get_BorderStyle=ASS_Style.prototype.get_BorderStyle=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_BorderStyle_0(self)},ASS_Style.prototype.set_BorderStyle=ASS_Style.prototype.set_BorderStyle=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_BorderStyle_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"BorderStyle",{get:ASS_Style.prototype.get_BorderStyle,set:ASS_Style.prototype.set_BorderStyle}),ASS_Style.prototype.get_Outline=ASS_Style.prototype.get_Outline=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Outline_0(self)},ASS_Style.prototype.set_Outline=ASS_Style.prototype.set_Outline=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Outline_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Outline",{get:ASS_Style.prototype.get_Outline,set:ASS_Style.prototype.set_Outline}),ASS_Style.prototype.get_Shadow=ASS_Style.prototype.get_Shadow=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Shadow_0(self)},ASS_Style.prototype.set_Shadow=ASS_Style.prototype.set_Shadow=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Shadow_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Shadow",{get:ASS_Style.prototype.get_Shadow,set:ASS_Style.prototype.set_Shadow}),ASS_Style.prototype.get_Alignment=ASS_Style.prototype.get_Alignment=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Alignment_0(self)},ASS_Style.prototype.set_Alignment=ASS_Style.prototype.set_Alignment=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Alignment_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Alignment",{get:ASS_Style.prototype.get_Alignment,set:ASS_Style.prototype.set_Alignment}),ASS_Style.prototype.get_MarginL=ASS_Style.prototype.get_MarginL=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_MarginL_0(self)},ASS_Style.prototype.set_MarginL=ASS_Style.prototype.set_MarginL=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_MarginL_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"MarginL",{get:ASS_Style.prototype.get_MarginL,set:ASS_Style.prototype.set_MarginL}),ASS_Style.prototype.get_MarginR=ASS_Style.prototype.get_MarginR=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_MarginR_0(self)},ASS_Style.prototype.set_MarginR=ASS_Style.prototype.set_MarginR=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_MarginR_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"MarginR",{get:ASS_Style.prototype.get_MarginR,set:ASS_Style.prototype.set_MarginR}),ASS_Style.prototype.get_MarginV=ASS_Style.prototype.get_MarginV=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_MarginV_0(self)},ASS_Style.prototype.set_MarginV=ASS_Style.prototype.set_MarginV=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_MarginV_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"MarginV",{get:ASS_Style.prototype.get_MarginV,set:ASS_Style.prototype.set_MarginV}),ASS_Style.prototype.get_Encoding=ASS_Style.prototype.get_Encoding=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Encoding_0(self)},ASS_Style.prototype.set_Encoding=ASS_Style.prototype.set_Encoding=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Encoding_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Encoding",{get:ASS_Style.prototype.get_Encoding,set:ASS_Style.prototype.set_Encoding}),ASS_Style.prototype.get_treat_fontname_as_pattern=ASS_Style.prototype.get_treat_fontname_as_pattern=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_treat_fontname_as_pattern_0(self)},ASS_Style.prototype.set_treat_fontname_as_pattern=ASS_Style.prototype.set_treat_fontname_as_pattern=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_treat_fontname_as_pattern_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"treat_fontname_as_pattern",{get:ASS_Style.prototype.get_treat_fontname_as_pattern,set:ASS_Style.prototype.set_treat_fontname_as_pattern}),ASS_Style.prototype.get_Blur=ASS_Style.prototype.get_Blur=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Blur_0(self)},ASS_Style.prototype.set_Blur=ASS_Style.prototype.set_Blur=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Blur_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Blur",{get:ASS_Style.prototype.get_Blur,set:ASS_Style.prototype.set_Blur}),ASS_Style.prototype.get_Justify=ASS_Style.prototype.get_Justify=function(){var self=this.ptr;return _emscripten_bind_ASS_Style_get_Justify_0(self)},ASS_Style.prototype.set_Justify=ASS_Style.prototype.set_Justify=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Style_set_Justify_1(self,arg0)},Object.defineProperty(ASS_Style.prototype,"Justify",{get:ASS_Style.prototype.get_Justify,set:ASS_Style.prototype.set_Justify}),ASS_Event.prototype=Object.create(WrapperObject.prototype),((ASS_Event.prototype.constructor=ASS_Event).prototype.__class__=ASS_Event).__cache__={},(Module.ASS_Event=ASS_Event).prototype.get_Start=ASS_Event.prototype.get_Start=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_Start_0(self)},ASS_Event.prototype.set_Start=ASS_Event.prototype.set_Start=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_Start_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Start",{get:ASS_Event.prototype.get_Start,set:ASS_Event.prototype.set_Start}),ASS_Event.prototype.get_Duration=ASS_Event.prototype.get_Duration=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_Duration_0(self)},ASS_Event.prototype.set_Duration=ASS_Event.prototype.set_Duration=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_Duration_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Duration",{get:ASS_Event.prototype.get_Duration,set:ASS_Event.prototype.set_Duration}),ASS_Event.prototype.get_ReadOrder=ASS_Event.prototype.get_ReadOrder=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_ReadOrder_0(self)},ASS_Event.prototype.set_ReadOrder=ASS_Event.prototype.set_ReadOrder=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_ReadOrder_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"ReadOrder",{get:ASS_Event.prototype.get_ReadOrder,set:ASS_Event.prototype.set_ReadOrder}),ASS_Event.prototype.get_Layer=ASS_Event.prototype.get_Layer=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_Layer_0(self)},ASS_Event.prototype.set_Layer=ASS_Event.prototype.set_Layer=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_Layer_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Layer",{get:ASS_Event.prototype.get_Layer,set:ASS_Event.prototype.set_Layer}),ASS_Event.prototype.get_Style=ASS_Event.prototype.get_Style=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_Style_0(self)},ASS_Event.prototype.set_Style=ASS_Event.prototype.set_Style=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_Style_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Style",{get:ASS_Event.prototype.get_Style,set:ASS_Event.prototype.set_Style}),ASS_Event.prototype.get_Name=ASS_Event.prototype.get_Name=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Event_get_Name_0(self))},ASS_Event.prototype.set_Name=ASS_Event.prototype.set_Name=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Event_set_Name_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Name",{get:ASS_Event.prototype.get_Name,set:ASS_Event.prototype.set_Name}),ASS_Event.prototype.get_MarginL=ASS_Event.prototype.get_MarginL=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_MarginL_0(self)},ASS_Event.prototype.set_MarginL=ASS_Event.prototype.set_MarginL=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_MarginL_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"MarginL",{get:ASS_Event.prototype.get_MarginL,set:ASS_Event.prototype.set_MarginL}),ASS_Event.prototype.get_MarginR=ASS_Event.prototype.get_MarginR=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_MarginR_0(self)},ASS_Event.prototype.set_MarginR=ASS_Event.prototype.set_MarginR=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_MarginR_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"MarginR",{get:ASS_Event.prototype.get_MarginR,set:ASS_Event.prototype.set_MarginR}),ASS_Event.prototype.get_MarginV=ASS_Event.prototype.get_MarginV=function(){var self=this.ptr;return _emscripten_bind_ASS_Event_get_MarginV_0(self)},ASS_Event.prototype.set_MarginV=ASS_Event.prototype.set_MarginV=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Event_set_MarginV_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"MarginV",{get:ASS_Event.prototype.get_MarginV,set:ASS_Event.prototype.set_MarginV}),ASS_Event.prototype.get_Effect=ASS_Event.prototype.get_Effect=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Event_get_Effect_0(self))},ASS_Event.prototype.set_Effect=ASS_Event.prototype.set_Effect=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Event_set_Effect_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Effect",{get:ASS_Event.prototype.get_Effect,set:ASS_Event.prototype.set_Effect}),ASS_Event.prototype.get_Text=ASS_Event.prototype.get_Text=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Event_get_Text_0(self))},ASS_Event.prototype.set_Text=ASS_Event.prototype.set_Text=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Event_set_Text_1(self,arg0)},Object.defineProperty(ASS_Event.prototype,"Text",{get:ASS_Event.prototype.get_Text,set:ASS_Event.prototype.set_Text}),ASS_Track.prototype=Object.create(WrapperObject.prototype),((ASS_Track.prototype.constructor=ASS_Track).prototype.__class__=ASS_Track).__cache__={},(Module.ASS_Track=ASS_Track).prototype.get_n_styles=ASS_Track.prototype.get_n_styles=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_n_styles_0(self)},ASS_Track.prototype.set_n_styles=ASS_Track.prototype.set_n_styles=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_n_styles_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"n_styles",{get:ASS_Track.prototype.get_n_styles,set:ASS_Track.prototype.set_n_styles}),ASS_Track.prototype.get_max_styles=ASS_Track.prototype.get_max_styles=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_max_styles_0(self)},ASS_Track.prototype.set_max_styles=ASS_Track.prototype.set_max_styles=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_max_styles_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"max_styles",{get:ASS_Track.prototype.get_max_styles,set:ASS_Track.prototype.set_max_styles}),ASS_Track.prototype.get_n_events=ASS_Track.prototype.get_n_events=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_n_events_0(self)},ASS_Track.prototype.set_n_events=ASS_Track.prototype.set_n_events=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_n_events_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"n_events",{get:ASS_Track.prototype.get_n_events,set:ASS_Track.prototype.set_n_events}),ASS_Track.prototype.get_max_events=ASS_Track.prototype.get_max_events=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_max_events_0(self)},ASS_Track.prototype.set_max_events=ASS_Track.prototype.set_max_events=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_max_events_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"max_events",{get:ASS_Track.prototype.get_max_events,set:ASS_Track.prototype.set_max_events}),ASS_Track.prototype.get_styles=ASS_Track.prototype.get_styles=function(arg0){var self=this.ptr;return arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),wrapPointer(_emscripten_bind_ASS_Track_get_styles_1(self,arg0),ASS_Style)},ASS_Track.prototype.set_styles=ASS_Track.prototype.set_styles=function(arg0,arg1){var self=this.ptr;ensureCache.prepare(),arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),arg1&&"object"==typeof arg1&&(arg1=arg1.ptr),_emscripten_bind_ASS_Track_set_styles_2(self,arg0,arg1)},Object.defineProperty(ASS_Track.prototype,"styles",{get:ASS_Track.prototype.get_styles,set:ASS_Track.prototype.set_styles}),ASS_Track.prototype.get_events=ASS_Track.prototype.get_events=function(arg0){var self=this.ptr;return arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),wrapPointer(_emscripten_bind_ASS_Track_get_events_1(self,arg0),ASS_Event)},ASS_Track.prototype.set_events=ASS_Track.prototype.set_events=function(arg0,arg1){var self=this.ptr;ensureCache.prepare(),arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),arg1&&"object"==typeof arg1&&(arg1=arg1.ptr),_emscripten_bind_ASS_Track_set_events_2(self,arg0,arg1)},Object.defineProperty(ASS_Track.prototype,"events",{get:ASS_Track.prototype.get_events,set:ASS_Track.prototype.set_events}),ASS_Track.prototype.get_style_format=ASS_Track.prototype.get_style_format=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Track_get_style_format_0(self))},ASS_Track.prototype.set_style_format=ASS_Track.prototype.set_style_format=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Track_set_style_format_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"style_format",{get:ASS_Track.prototype.get_style_format,set:ASS_Track.prototype.set_style_format}),ASS_Track.prototype.get_event_format=ASS_Track.prototype.get_event_format=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Track_get_event_format_0(self))},ASS_Track.prototype.set_event_format=ASS_Track.prototype.set_event_format=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Track_set_event_format_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"event_format",{get:ASS_Track.prototype.get_event_format,set:ASS_Track.prototype.set_event_format}),ASS_Track.prototype.get_PlayResX=ASS_Track.prototype.get_PlayResX=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_PlayResX_0(self)},ASS_Track.prototype.set_PlayResX=ASS_Track.prototype.set_PlayResX=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_PlayResX_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"PlayResX",{get:ASS_Track.prototype.get_PlayResX,set:ASS_Track.prototype.set_PlayResX}),ASS_Track.prototype.get_PlayResY=ASS_Track.prototype.get_PlayResY=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_PlayResY_0(self)},ASS_Track.prototype.set_PlayResY=ASS_Track.prototype.set_PlayResY=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_PlayResY_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"PlayResY",{get:ASS_Track.prototype.get_PlayResY,set:ASS_Track.prototype.set_PlayResY}),ASS_Track.prototype.get_Timer=ASS_Track.prototype.get_Timer=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_Timer_0(self)},ASS_Track.prototype.set_Timer=ASS_Track.prototype.set_Timer=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_Timer_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"Timer",{get:ASS_Track.prototype.get_Timer,set:ASS_Track.prototype.set_Timer}),ASS_Track.prototype.get_WrapStyle=ASS_Track.prototype.get_WrapStyle=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_WrapStyle_0(self)},ASS_Track.prototype.set_WrapStyle=ASS_Track.prototype.set_WrapStyle=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_WrapStyle_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"WrapStyle",{get:ASS_Track.prototype.get_WrapStyle,set:ASS_Track.prototype.set_WrapStyle}),ASS_Track.prototype.get_ScaledBorderAndShadow=ASS_Track.prototype.get_ScaledBorderAndShadow=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_ScaledBorderAndShadow_0(self)},ASS_Track.prototype.set_ScaledBorderAndShadow=ASS_Track.prototype.set_ScaledBorderAndShadow=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_ScaledBorderAndShadow_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"ScaledBorderAndShadow",{get:ASS_Track.prototype.get_ScaledBorderAndShadow,set:ASS_Track.prototype.set_ScaledBorderAndShadow}),ASS_Track.prototype.get_Kerning=ASS_Track.prototype.get_Kerning=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_Kerning_0(self)},ASS_Track.prototype.set_Kerning=ASS_Track.prototype.set_Kerning=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_Kerning_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"Kerning",{get:ASS_Track.prototype.get_Kerning,set:ASS_Track.prototype.set_Kerning}),ASS_Track.prototype.get_Language=ASS_Track.prototype.get_Language=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Track_get_Language_0(self))},ASS_Track.prototype.set_Language=ASS_Track.prototype.set_Language=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Track_set_Language_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"Language",{get:ASS_Track.prototype.get_Language,set:ASS_Track.prototype.set_Language}),ASS_Track.prototype.get_default_style=ASS_Track.prototype.get_default_style=function(){var self=this.ptr;return _emscripten_bind_ASS_Track_get_default_style_0(self)},ASS_Track.prototype.set_default_style=ASS_Track.prototype.set_default_style=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_ASS_Track_set_default_style_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"default_style",{get:ASS_Track.prototype.get_default_style,set:ASS_Track.prototype.set_default_style}),ASS_Track.prototype.get_name=ASS_Track.prototype.get_name=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_ASS_Track_get_name_0(self))},ASS_Track.prototype.set_name=ASS_Track.prototype.set_name=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!0),_emscripten_bind_ASS_Track_set_name_1(self,arg0)},Object.defineProperty(ASS_Track.prototype,"name",{get:ASS_Track.prototype.get_name,set:ASS_Track.prototype.set_name}),ASS_Library.prototype=Object.create(WrapperObject.prototype),((ASS_Library.prototype.constructor=ASS_Library).prototype.__class__=ASS_Library).__cache__={},Module.ASS_Library=ASS_Library,ASS_RenderPriv.prototype=Object.create(WrapperObject.prototype),((ASS_RenderPriv.prototype.constructor=ASS_RenderPriv).prototype.__class__=ASS_RenderPriv).__cache__={},Module.ASS_RenderPriv=ASS_RenderPriv,ASS_ParserPriv.prototype=Object.create(WrapperObject.prototype),((ASS_ParserPriv.prototype.constructor=ASS_ParserPriv).prototype.__class__=ASS_ParserPriv).__cache__={},Module.ASS_ParserPriv=ASS_ParserPriv,ASS_Renderer.prototype=Object.create(WrapperObject.prototype),((ASS_Renderer.prototype.constructor=ASS_Renderer).prototype.__class__=ASS_Renderer).__cache__={},Module.ASS_Renderer=ASS_Renderer,libass.prototype=Object.create(WrapperObject.prototype),((libass.prototype.constructor=libass).prototype.__class__=libass).__cache__={},(Module.libass=libass).prototype.oct_library_version=libass.prototype.oct_library_version=function(){var self=this.ptr;return _emscripten_bind_libass_oct_library_version_0(self)},libass.prototype.oct_library_init=libass.prototype.oct_library_init=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_libass_oct_library_init_0(self),ASS_Library)},libass.prototype.oct_library_done=libass.prototype.oct_library_done=function(priv){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),_emscripten_bind_libass_oct_library_done_1(self,priv)},libass.prototype.oct_set_fonts_dir=libass.prototype.oct_set_fonts_dir=function(priv,fonts_dir){var self=this.ptr;ensureCache.prepare(),priv&&"object"==typeof priv&&(priv=priv.ptr),fonts_dir=fonts_dir&&"object"==typeof fonts_dir?fonts_dir.ptr:ensureString(fonts_dir,!1),_emscripten_bind_libass_oct_set_fonts_dir_2(self,priv,fonts_dir)},libass.prototype.oct_set_extract_fonts=libass.prototype.oct_set_extract_fonts=function(priv,extract){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),extract&&"object"==typeof extract&&(extract=extract.ptr),_emscripten_bind_libass_oct_set_extract_fonts_2(self,priv,extract)},libass.prototype.oct_set_style_overrides=libass.prototype.oct_set_style_overrides=function(priv,list){var self=this.ptr;ensureCache.prepare(),priv&&"object"==typeof priv&&(priv=priv.ptr),_emscripten_bind_libass_oct_set_style_overrides_2(self,priv,list)},libass.prototype.oct_process_force_style=libass.prototype.oct_process_force_style=function(track){var self=this.ptr;track&&"object"==typeof track&&(track=track.ptr),_emscripten_bind_libass_oct_process_force_style_1(self,track)},libass.prototype.oct_renderer_init=libass.prototype.oct_renderer_init=function(priv){var self=this.ptr;return priv&&"object"==typeof priv&&(priv=priv.ptr),wrapPointer(_emscripten_bind_libass_oct_renderer_init_1(self,priv),ASS_Renderer)},libass.prototype.oct_renderer_done=libass.prototype.oct_renderer_done=function(priv){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),_emscripten_bind_libass_oct_renderer_done_1(self,priv)},libass.prototype.oct_set_frame_size=libass.prototype.oct_set_frame_size=function(priv,w,h){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),w&&"object"==typeof w&&(w=w.ptr),h&&"object"==typeof h&&(h=h.ptr),_emscripten_bind_libass_oct_set_frame_size_3(self,priv,w,h)},libass.prototype.oct_set_storage_size=libass.prototype.oct_set_storage_size=function(priv,w,h){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),w&&"object"==typeof w&&(w=w.ptr),h&&"object"==typeof h&&(h=h.ptr),_emscripten_bind_libass_oct_set_storage_size_3(self,priv,w,h)},libass.prototype.oct_set_shaper=libass.prototype.oct_set_shaper=function(priv,level){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),level&&"object"==typeof level&&(level=level.ptr),_emscripten_bind_libass_oct_set_shaper_2(self,priv,level)},libass.prototype.oct_set_margins=libass.prototype.oct_set_margins=function(priv,t,b,l,r){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),t&&"object"==typeof t&&(t=t.ptr),b&&"object"==typeof b&&(b=b.ptr),l&&"object"==typeof l&&(l=l.ptr),r&&"object"==typeof r&&(r=r.ptr),_emscripten_bind_libass_oct_set_margins_5(self,priv,t,b,l,r)},libass.prototype.oct_set_use_margins=libass.prototype.oct_set_use_margins=function(priv,use){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),use&&"object"==typeof use&&(use=use.ptr),_emscripten_bind_libass_oct_set_use_margins_2(self,priv,use)},libass.prototype.oct_set_pixel_aspect=libass.prototype.oct_set_pixel_aspect=function(priv,par){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),par&&"object"==typeof par&&(par=par.ptr),_emscripten_bind_libass_oct_set_pixel_aspect_2(self,priv,par)},libass.prototype.oct_set_aspect_ratio=libass.prototype.oct_set_aspect_ratio=function(priv,dar,sar){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),dar&&"object"==typeof dar&&(dar=dar.ptr),sar&&"object"==typeof sar&&(sar=sar.ptr),_emscripten_bind_libass_oct_set_aspect_ratio_3(self,priv,dar,sar)},libass.prototype.oct_set_font_scale=libass.prototype.oct_set_font_scale=function(priv,font_scale){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),font_scale&&"object"==typeof font_scale&&(font_scale=font_scale.ptr),_emscripten_bind_libass_oct_set_font_scale_2(self,priv,font_scale)},libass.prototype.oct_set_hinting=libass.prototype.oct_set_hinting=function(priv,ht){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),ht&&"object"==typeof ht&&(ht=ht.ptr),_emscripten_bind_libass_oct_set_hinting_2(self,priv,ht)},libass.prototype.oct_set_line_spacing=libass.prototype.oct_set_line_spacing=function(priv,line_spacing){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),line_spacing&&"object"==typeof line_spacing&&(line_spacing=line_spacing.ptr),_emscripten_bind_libass_oct_set_line_spacing_2(self,priv,line_spacing)},libass.prototype.oct_set_line_position=libass.prototype.oct_set_line_position=function(priv,line_position){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),line_position&&"object"==typeof line_position&&(line_position=line_position.ptr),_emscripten_bind_libass_oct_set_line_position_2(self,priv,line_position)},libass.prototype.oct_set_fonts=libass.prototype.oct_set_fonts=function(priv,default_font,default_family,dfp,config,update){var self=this.ptr;ensureCache.prepare(),priv&&"object"==typeof priv&&(priv=priv.ptr),default_font=default_font&&"object"==typeof default_font?default_font.ptr:ensureString(default_font,!1),default_family=default_family&&"object"==typeof default_family?default_family.ptr:ensureString(default_family,!1),dfp&&"object"==typeof dfp&&(dfp=dfp.ptr),config=config&&"object"==typeof config?config.ptr:ensureString(config,!1),update&&"object"==typeof update&&(update=update.ptr),_emscripten_bind_libass_oct_set_fonts_6(self,priv,default_font,default_family,dfp,config,update)},libass.prototype.oct_set_selective_style_override_enabled=libass.prototype.oct_set_selective_style_override_enabled=function(priv,bits){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),bits&&"object"==typeof bits&&(bits=bits.ptr),_emscripten_bind_libass_oct_set_selective_style_override_enabled_2(self,priv,bits)},libass.prototype.oct_set_selective_style_override=libass.prototype.oct_set_selective_style_override=function(priv,style){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),style&&"object"==typeof style&&(style=style.ptr),_emscripten_bind_libass_oct_set_selective_style_override_2(self,priv,style)},libass.prototype.oct_set_cache_limits=libass.prototype.oct_set_cache_limits=function(priv,glyph_max,bitmap_max_size){var self=this.ptr;priv&&"object"==typeof priv&&(priv=priv.ptr),glyph_max&&"object"==typeof glyph_max&&(glyph_max=glyph_max.ptr),bitmap_max_size&&"object"==typeof bitmap_max_size&&(bitmap_max_size=bitmap_max_size.ptr),_emscripten_bind_libass_oct_set_cache_limits_3(self,priv,glyph_max,bitmap_max_size)},libass.prototype.oct_render_frame=libass.prototype.oct_render_frame=function(priv,track,now,detect_change){var self=this.ptr;return priv&&"object"==typeof priv&&(priv=priv.ptr),track&&"object"==typeof track&&(track=track.ptr),now&&"object"==typeof now&&(now=now.ptr),detect_change&&"object"==typeof detect_change&&(detect_change=detect_change.ptr),wrapPointer(_emscripten_bind_libass_oct_render_frame_4(self,priv,track,now,detect_change),ASS_Image)},libass.prototype.oct_new_track=libass.prototype.oct_new_track=function(priv){var self=this.ptr;return priv&&"object"==typeof priv&&(priv=priv.ptr),wrapPointer(_emscripten_bind_libass_oct_new_track_1(self,priv),ASS_Track)},libass.prototype.oct_free_track=libass.prototype.oct_free_track=function(track){var self=this.ptr;track&&"object"==typeof track&&(track=track.ptr),_emscripten_bind_libass_oct_free_track_1(self,track)},libass.prototype.oct_alloc_style=libass.prototype.oct_alloc_style=function(track){var self=this.ptr;return track&&"object"==typeof track&&(track=track.ptr),_emscripten_bind_libass_oct_alloc_style_1(self,track)},libass.prototype.oct_alloc_event=libass.prototype.oct_alloc_event=function(track){var self=this.ptr;return track&&"object"==typeof track&&(track=track.ptr),_emscripten_bind_libass_oct_alloc_event_1(self,track)},libass.prototype.oct_free_style=libass.prototype.oct_free_style=function(track,sid){var self=this.ptr;track&&"object"==typeof track&&(track=track.ptr),sid&&"object"==typeof sid&&(sid=sid.ptr),_emscripten_bind_libass_oct_free_style_2(self,track,sid)},libass.prototype.oct_free_event=libass.prototype.oct_free_event=function(track,eid){var self=this.ptr;track&&"object"==typeof track&&(track=track.ptr),eid&&"object"==typeof eid&&(eid=eid.ptr),_emscripten_bind_libass_oct_free_event_2(self,track,eid)},libass.prototype.oct_flush_events=libass.prototype.oct_flush_events=function(track){var self=this.ptr;track&&"object"==typeof track&&(track=track.ptr),_emscripten_bind_libass_oct_flush_events_1(self,track)},libass.prototype.oct_read_file=libass.prototype.oct_read_file=function(library,fname,codepage){var self=this.ptr;return ensureCache.prepare(),library&&"object"==typeof library&&(library=library.ptr),fname=fname&&"object"==typeof fname?fname.ptr:ensureString(fname,!1),codepage=codepage&&"object"==typeof codepage?codepage.ptr:ensureString(codepage,!1),wrapPointer(_emscripten_bind_libass_oct_read_file_3(self,library,fname,codepage),ASS_Track)},libass.prototype.oct_add_font=libass.prototype.oct_add_font=function(library,name,data,data_size){var self=this.ptr;ensureCache.prepare(),library&&"object"==typeof library&&(library=library.ptr),name=name&&"object"==typeof name?name.ptr:ensureString(name,!1),data=data&&"object"==typeof data?data.ptr:ensureString(data,!1),data_size&&"object"==typeof data_size&&(data_size=data_size.ptr),_emscripten_bind_libass_oct_add_font_4(self,library,name,data,data_size)},libass.prototype.oct_clear_fonts=libass.prototype.oct_clear_fonts=function(library){var self=this.ptr;library&&"object"==typeof library&&(library=library.ptr),_emscripten_bind_libass_oct_clear_fonts_1(self,library)},libass.prototype.oct_step_sub=libass.prototype.oct_step_sub=function(track,now,movement){var self=this.ptr;return track&&"object"==typeof track&&(track=track.ptr),now&&"object"==typeof now&&(now=now.ptr),movement&&"object"==typeof movement&&(movement=movement.ptr),_emscripten_bind_libass_oct_step_sub_3(self,track,now,movement)},RenderBlendResult.prototype=Object.create(WrapperObject.prototype),((RenderBlendResult.prototype.constructor=RenderBlendResult).prototype.__class__=RenderBlendResult).__cache__={},(Module.RenderBlendResult=RenderBlendResult).prototype.get_changed=RenderBlendResult.prototype.get_changed=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_changed_0(self)},RenderBlendResult.prototype.set_changed=RenderBlendResult.prototype.set_changed=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_RenderBlendResult_set_changed_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"changed",{get:RenderBlendResult.prototype.get_changed,set:RenderBlendResult.prototype.set_changed}),RenderBlendResult.prototype.get_blend_time=RenderBlendResult.prototype.get_blend_time=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_blend_time_0(self)},RenderBlendResult.prototype.set_blend_time=RenderBlendResult.prototype.set_blend_time=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_RenderBlendResult_set_blend_time_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"blend_time",{get:RenderBlendResult.prototype.get_blend_time,set:RenderBlendResult.prototype.set_blend_time}),RenderBlendResult.prototype.get_dest_x=RenderBlendResult.prototype.get_dest_x=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_dest_x_0(self)},RenderBlendResult.prototype.set_dest_x=RenderBlendResult.prototype.set_dest_x=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_RenderBlendResult_set_dest_x_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"dest_x",{get:RenderBlendResult.prototype.get_dest_x,set:RenderBlendResult.prototype.set_dest_x}),RenderBlendResult.prototype.get_dest_y=RenderBlendResult.prototype.get_dest_y=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_dest_y_0(self)},RenderBlendResult.prototype.set_dest_y=RenderBlendResult.prototype.set_dest_y=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_RenderBlendResult_set_dest_y_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"dest_y",{get:RenderBlendResult.prototype.get_dest_y,set:RenderBlendResult.prototype.set_dest_y}),RenderBlendResult.prototype.get_dest_width=RenderBlendResult.prototype.get_dest_width=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_dest_width_0(self)},RenderBlendResult.prototype.set_dest_width=RenderBlendResult.prototype.set_dest_width=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_RenderBlendResult_set_dest_width_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"dest_width",{get:RenderBlendResult.prototype.get_dest_width,set:RenderBlendResult.prototype.set_dest_width}),RenderBlendResult.prototype.get_dest_height=RenderBlendResult.prototype.get_dest_height=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_dest_height_0(self)},RenderBlendResult.prototype.set_dest_height=RenderBlendResult.prototype.set_dest_height=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_RenderBlendResult_set_dest_height_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"dest_height",{get:RenderBlendResult.prototype.get_dest_height,set:RenderBlendResult.prototype.set_dest_height}),RenderBlendResult.prototype.get_image=RenderBlendResult.prototype.get_image=function(){var self=this.ptr;return _emscripten_bind_RenderBlendResult_get_image_0(self)},RenderBlendResult.prototype.set_image=RenderBlendResult.prototype.set_image=function(arg0){var self=this.ptr;ensureCache.prepare(),arg0=arg0&&"object"==typeof arg0?arg0.ptr:ensureString(arg0,!1),_emscripten_bind_RenderBlendResult_set_image_1(self,arg0)},Object.defineProperty(RenderBlendResult.prototype,"image",{get:RenderBlendResult.prototype.get_image,set:RenderBlendResult.prototype.set_image}),SubtitleOctopus.prototype=Object.create(WrapperObject.prototype),((SubtitleOctopus.prototype.constructor=SubtitleOctopus).prototype.__class__=SubtitleOctopus).__cache__={},(Module.SubtitleOctopus=SubtitleOctopus).prototype.setLogLevel=SubtitleOctopus.prototype.setLogLevel=function(level){var self=this.ptr;level&&"object"==typeof level&&(level=level.ptr),_emscripten_bind_SubtitleOctopus_setLogLevel_1(self,level)},SubtitleOctopus.prototype.setDropAnimations=SubtitleOctopus.prototype.setDropAnimations=function(value){var self=this.ptr;value&&"object"==typeof value&&(value=value.ptr),_emscripten_bind_SubtitleOctopus_setDropAnimations_1(self,value)},SubtitleOctopus.prototype.initLibrary=SubtitleOctopus.prototype.initLibrary=function(frame_w,frame_h,default_font){var self=this.ptr;ensureCache.prepare(),frame_w&&"object"==typeof frame_w&&(frame_w=frame_w.ptr),frame_h&&"object"==typeof frame_h&&(frame_h=frame_h.ptr),default_font=default_font&&"object"==typeof default_font?default_font.ptr:ensureString(default_font,!1),_emscripten_bind_SubtitleOctopus_initLibrary_3(self,frame_w,frame_h,default_font)},SubtitleOctopus.prototype.createTrack=SubtitleOctopus.prototype.createTrack=function(subfile){var self=this.ptr;ensureCache.prepare(),subfile=subfile&&"object"==typeof subfile?subfile.ptr:ensureString(subfile,!1),_emscripten_bind_SubtitleOctopus_createTrack_1(self,subfile)},SubtitleOctopus.prototype.createTrackMem=SubtitleOctopus.prototype.createTrackMem=function(buf,bufsize){var self=this.ptr;ensureCache.prepare(),buf=buf&&"object"==typeof buf?buf.ptr:ensureString(buf,!1),bufsize&&"object"==typeof bufsize&&(bufsize=bufsize.ptr),_emscripten_bind_SubtitleOctopus_createTrackMem_2(self,buf,bufsize)},SubtitleOctopus.prototype.removeTrack=SubtitleOctopus.prototype.removeTrack=function(){var self=this.ptr;_emscripten_bind_SubtitleOctopus_removeTrack_0(self)},SubtitleOctopus.prototype.resizeCanvas=SubtitleOctopus.prototype.resizeCanvas=function(frame_w,frame_h){var self=this.ptr;frame_w&&"object"==typeof frame_w&&(frame_w=frame_w.ptr),frame_h&&"object"==typeof frame_h&&(frame_h=frame_h.ptr),_emscripten_bind_SubtitleOctopus_resizeCanvas_2(self,frame_w,frame_h)},SubtitleOctopus.prototype.renderImage=SubtitleOctopus.prototype.renderImage=function(time,changed){var self=this.ptr;return time&&"object"==typeof time&&(time=time.ptr),changed&&"object"==typeof changed&&(changed=changed.ptr),wrapPointer(_emscripten_bind_SubtitleOctopus_renderImage_2(self,time,changed),ASS_Image)},SubtitleOctopus.prototype.quitLibrary=SubtitleOctopus.prototype.quitLibrary=function(){var self=this.ptr;_emscripten_bind_SubtitleOctopus_quitLibrary_0(self)},SubtitleOctopus.prototype.reloadLibrary=SubtitleOctopus.prototype.reloadLibrary=function(){var self=this.ptr;_emscripten_bind_SubtitleOctopus_reloadLibrary_0(self)},SubtitleOctopus.prototype.reloadFonts=SubtitleOctopus.prototype.reloadFonts=function(){var self=this.ptr;_emscripten_bind_SubtitleOctopus_reloadFonts_0(self)},SubtitleOctopus.prototype.setMargin=SubtitleOctopus.prototype.setMargin=function(top,bottom,left,right){var self=this.ptr;top&&"object"==typeof top&&(top=top.ptr),bottom&&"object"==typeof bottom&&(bottom=bottom.ptr),left&&"object"==typeof left&&(left=left.ptr),right&&"object"==typeof right&&(right=right.ptr),_emscripten_bind_SubtitleOctopus_setMargin_4(self,top,bottom,left,right)},SubtitleOctopus.prototype.getEventCount=SubtitleOctopus.prototype.getEventCount=function(){var self=this.ptr;return _emscripten_bind_SubtitleOctopus_getEventCount_0(self)},SubtitleOctopus.prototype.allocEvent=SubtitleOctopus.prototype.allocEvent=function(){var self=this.ptr;return _emscripten_bind_SubtitleOctopus_allocEvent_0(self)},SubtitleOctopus.prototype.allocStyle=SubtitleOctopus.prototype.allocStyle=function(){var self=this.ptr;return _emscripten_bind_SubtitleOctopus_allocStyle_0(self)},SubtitleOctopus.prototype.removeEvent=SubtitleOctopus.prototype.removeEvent=function(eid){var self=this.ptr;eid&&"object"==typeof eid&&(eid=eid.ptr),_emscripten_bind_SubtitleOctopus_removeEvent_1(self,eid)},SubtitleOctopus.prototype.getStyleCount=SubtitleOctopus.prototype.getStyleCount=function(){var self=this.ptr;return _emscripten_bind_SubtitleOctopus_getStyleCount_0(self)},SubtitleOctopus.prototype.getStyleByName=SubtitleOctopus.prototype.getStyleByName=function(name){var self=this.ptr;return ensureCache.prepare(),name=name&&"object"==typeof name?name.ptr:ensureString(name,!1),_emscripten_bind_SubtitleOctopus_getStyleByName_1(self,name)},SubtitleOctopus.prototype.removeStyle=SubtitleOctopus.prototype.removeStyle=function(eid){var self=this.ptr;eid&&"object"==typeof eid&&(eid=eid.ptr),_emscripten_bind_SubtitleOctopus_removeStyle_1(self,eid)},SubtitleOctopus.prototype.removeAllEvents=SubtitleOctopus.prototype.removeAllEvents=function(){var self=this.ptr;_emscripten_bind_SubtitleOctopus_removeAllEvents_0(self)},SubtitleOctopus.prototype.setMemoryLimits=SubtitleOctopus.prototype.setMemoryLimits=function(glyph_limit,bitmap_cache_limit){var self=this.ptr;glyph_limit&&"object"==typeof glyph_limit&&(glyph_limit=glyph_limit.ptr),bitmap_cache_limit&&"object"==typeof bitmap_cache_limit&&(bitmap_cache_limit=bitmap_cache_limit.ptr),_emscripten_bind_SubtitleOctopus_setMemoryLimits_2(self,glyph_limit,bitmap_cache_limit)},SubtitleOctopus.prototype.renderBlend=SubtitleOctopus.prototype.renderBlend=function(tm,force){var self=this.ptr;return tm&&"object"==typeof tm&&(tm=tm.ptr),force&&"object"==typeof force&&(force=force.ptr),wrapPointer(_emscripten_bind_SubtitleOctopus_renderBlend_2(self,tm,force),RenderBlendResult)},SubtitleOctopus.prototype.get_track=SubtitleOctopus.prototype.get_track=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_SubtitleOctopus_get_track_0(self),ASS_Track)},SubtitleOctopus.prototype.set_track=SubtitleOctopus.prototype.set_track=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_SubtitleOctopus_set_track_1(self,arg0)},Object.defineProperty(SubtitleOctopus.prototype,"track",{get:SubtitleOctopus.prototype.get_track,set:SubtitleOctopus.prototype.set_track}),SubtitleOctopus.prototype.get_ass_renderer=SubtitleOctopus.prototype.get_ass_renderer=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_SubtitleOctopus_get_ass_renderer_0(self),ASS_Renderer)},SubtitleOctopus.prototype.set_ass_renderer=SubtitleOctopus.prototype.set_ass_renderer=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_SubtitleOctopus_set_ass_renderer_1(self,arg0)},Object.defineProperty(SubtitleOctopus.prototype,"ass_renderer",{get:SubtitleOctopus.prototype.get_ass_renderer,set:SubtitleOctopus.prototype.set_ass_renderer}),SubtitleOctopus.prototype.get_ass_library=SubtitleOctopus.prototype.get_ass_library=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_SubtitleOctopus_get_ass_library_0(self),ASS_Library)},SubtitleOctopus.prototype.set_ass_library=SubtitleOctopus.prototype.set_ass_library=function(arg0){var self=this.ptr;arg0&&"object"==typeof arg0&&(arg0=arg0.ptr),_emscripten_bind_SubtitleOctopus_set_ass_library_1(self,arg0)},Object.defineProperty(SubtitleOctopus.prototype,"ass_library",{get:SubtitleOctopus.prototype.get_ass_library,set:SubtitleOctopus.prototype.set_ass_library}),SubtitleOctopus.prototype.__destroy__=SubtitleOctopus.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_SubtitleOctopus___destroy___0(self)},function(){function setupEnums(){Module.ASS_HINTING_NONE=_emscripten_enum_ASS_Hinting_ASS_HINTING_NONE(),Module.ASS_HINTING_LIGHT=_emscripten_enum_ASS_Hinting_ASS_HINTING_LIGHT(),Module.ASS_HINTING_NORMAL=_emscripten_enum_ASS_Hinting_ASS_HINTING_NORMAL(),Module.ASS_HINTING_NATIVE=_emscripten_enum_ASS_Hinting_ASS_HINTING_NATIVE(),Module.ASS_SHAPING_SIMPLE=_emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_SIMPLE(),Module.ASS_SHAPING_COMPLEX=_emscripten_enum_ASS_ShapingLevel_ASS_SHAPING_COMPLEX(),Module.ASS_OVERRIDE_DEFAULT=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_DEFAULT(),Module.ASS_OVERRIDE_BIT_STYLE=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_STYLE(),Module.ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_SELECTIVE_FONT_SCALE(),Module.ASS_OVERRIDE_BIT_FONT_SIZE=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE(),Module.ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_SIZE_FIELDS(),Module.ASS_OVERRIDE_BIT_FONT_NAME=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_FONT_NAME(),Module.ASS_OVERRIDE_BIT_COLORS=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_COLORS(),Module.ASS_OVERRIDE_BIT_ATTRIBUTES=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ATTRIBUTES(),Module.ASS_OVERRIDE_BIT_BORDER=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_BORDER(),Module.ASS_OVERRIDE_BIT_ALIGNMENT=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_ALIGNMENT(),Module.ASS_OVERRIDE_BIT_MARGINS=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_MARGINS(),Module.ASS_OVERRIDE_FULL_STYLE=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_FULL_STYLE(),Module.ASS_OVERRIDE_BIT_JUSTIFY=_emscripten_enum_ASS_OverrideBits_ASS_OVERRIDE_BIT_JUSTIFY()}runtimeInitialized?setupEnums():addOnInit(setupEnums)}(),Module.FS=FS,self.delay=0,self.lastCurrentTime=0,self.rate=1,self.rafId=null,self.nextIsRaf=!1,self.lastCurrentTimeReceivedAt=Date.now(),self.targetFps=24,self.libassMemoryLimit=0,self.dropAllAnimations=!1,self.width=0,self.height=0,self.fontMap_={},self.fontId=0,self.writeFontToFS=function(font){(font=font.trim().toLowerCase()).startsWith("@")&&(font=font.substr(1)),!self.fontMap_.hasOwnProperty(font)&&(self.fontMap_[font]=!0,font=findFont(self.availableFonts,font))&&self.loadFontFile("font"+self.fontId+++"-",font)},self.loadFontFile=function(fontId,path){self.lazyFileLoading&&0!==path.indexOf("blob:")?Module.FS.createLazyFile("/fonts",fontId+path.split("/").pop(),path,!0,!1):Module.FS.createPreloadedFile("/fonts",fontId+path.split("/").pop(),path,!0,!1)},self.writeAvailableFontsToFS=function(content){if(self.availableFonts){for(var sections=parseAss(content),i=0;i<sections.length;i++)for(var j=0;j<sections[i].body.length;j++)"Style"===sections[i].body[j].key&&self.writeFontToFS(sections[i].body[j].value.Fontname);for(var matches,regex=/\\fn([^\\}]*?)[\\}]/g;matches=regex.exec(self.subContent);)self.writeFontToFS(matches[1])}},self.getRenderMethod=function(){switch(self.renderMode){case"lossy":return self.lossyRender;case"js-blend":return self.render;default:console.error("Unrecognised renderMode, falling back to default!"),self.renderMode="wasm-blend";case"wasm-blend":return self.blendRender}},self.setTrack=function(content){self.writeAvailableFontsToFS(content),Module.FS.writeFile("/sub.ass",content),self.octObj.createTrack("/sub.ass"),self.ass_track=self.octObj.track,self.ass_renderer=self.octObj.ass_renderer,self.ass_library=self.octObj.ass_library,self.getRenderMethod()()},self.freeTrack=function(){self.octObj.removeTrack(),self.getRenderMethod()()},self.setTrackByUrl=function(url){var content="",content=isBrotliFile(url)?Module.BrotliDecode(readBinary(url)):read_(url);self.setTrack(content)},self.resize=function(width,height){self.width=width,self.height=height,self.octObj.resizeCanvas(width,height)},self.getCurrentTime=function(){var diff=(Date.now()-self.lastCurrentTimeReceivedAt)/1e3;return self._isPaused?self.lastCurrentTime:(5<diff&&(console.error("Didn't received currentTime > 5 seconds. Assuming video was paused."),self.setIsPaused(!0)),self.lastCurrentTime+diff*self.rate)},self.setCurrentTime=function(currentTime){self.lastCurrentTime=currentTime,self.lastCurrentTimeReceivedAt=Date.now(),self.rafId||(self.nextIsRaf?self.rafId=self.requestAnimationFrame(self.getRenderMethod()):(self.getRenderMethod()(),setTimeout(function(){self.nextIsRaf=!1},20)))},self._isPaused=!0,self.getIsPaused=function(){return self._isPaused},self.setIsPaused=function(isPaused){isPaused!=self._isPaused&&((self._isPaused=isPaused)?self.rafId&&(clearTimeout(self.rafId),self.rafId=null):(self.lastCurrentTimeReceivedAt=Date.now(),self.rafId=self.requestAnimationFrame(self.getRenderMethod())))},self.render=function(force){self.rafId=0,self.renderPending=!1;var startTime=performance.now(),renderResult=self.octObj.renderImage(self.getCurrentTime()+self.delay,self.changed);0==Module.getValue(self.changed,"i32")&&!force||(force=self.buildResult(renderResult),renderResult=performance.now()-startTime,postMessage({target:"canvas",op:"renderCanvas",time:Date.now(),spentTime:renderResult,canvases:force[0]},force[1])),self._isPaused||(self.rafId=self.requestAnimationFrame(self.render))},self.blendRender=function(force){self.rafId=0,self.renderPending=!1;var result,buffers,startTime=performance.now(),renderResult=self.octObj.renderBlend(self.getCurrentTime()+self.delay,force);0==renderResult.changed&&!force||(force=[],buffers=[],renderResult.image&&(result=new Uint8Array(HEAPU8.subarray(renderResult.image,renderResult.image+renderResult.dest_width*renderResult.dest_height*4)),force=[{w:renderResult.dest_width,h:renderResult.dest_height,x:renderResult.dest_x,y:renderResult.dest_y,buffer:result.buffer}],buffers=[result.buffer]),postMessage({target:"canvas",op:"renderCanvas",time:Date.now(),spentTime:performance.now()-startTime,blendTime:renderResult.blend_time,canvases:force},buffers)),self._isPaused||(self.rafId=self.requestAnimationFrame(self.blendRender))},self.lossyRender=function(force){self.rafId=0,self.renderPending=!1;var startTime=performance.now(),renderResult=self.octObj.renderImage(self.getCurrentTime()+self.delay,self.changed);if(0!=Module.getValue(self.changed,"i32")||force){for(var result=self.buildResult(renderResult),newTime=performance.now(),libassTime=newTime-startTime,promises=[],i=0;i<result[0].length;i++){var image=result[0][i],imageBuffer=new Uint8ClampedArray(image.buffer),imageBuffer=new ImageData(imageBuffer,image.w,image.h);promises[i]=createImageBitmap(imageBuffer,0,0,image.w,image.h)}Promise.all(promises).then(function(imgs){for(var decodeTime=performance.now()-newTime,bitmaps=[],i=0;i<imgs.length;i++){var image=result[0][i];bitmaps[i]={x:image.x,y:image.y,bitmap:imgs[i]}}postMessage({target:"canvas",op:"renderFastCanvas",time:Date.now(),libassTime:libassTime,decodeTime:decodeTime,bitmaps:bitmaps},imgs)})}self._isPaused||(self.rafId=self.requestAnimationFrame(self.lossyRender))},self.buildResult=function(ptr){for(var item,items=[],transferable=[];0!=ptr.ptr;)null!==(item=self.buildResultItem(ptr))&&(items.push(item),transferable.push(item.buffer)),ptr=ptr.next;return[items,transferable]},self.buildResultItem=function(ptr){var bitmap=ptr.bitmap,stride=ptr.stride,w=ptr.w,h=ptr.h,color=ptr.color;if(0==w||0==h)return null;for(var r=color>>24&255,g=color>>16&255,b=color>>8&255,a=255-(255&color),result=new Uint8ClampedArray(4*w*h),bitmapPosition=0,resultPosition=0,y=0;y<h;++y){for(var x=0;x<w;++x){var k=Module.HEAPU8[bitmap+bitmapPosition+x]*a/255;result[resultPosition]=r,result[resultPosition+1]=g,result[resultPosition+2]=b,result[resultPosition+3]=k,resultPosition+=4}bitmapPosition+=stride}return{w:w,h:h,x:x=ptr.dst_x,y:y=ptr.dst_y,buffer:result.buffer}},"undefined"!=typeof SDL&&(SDL.defaults.copyOnLock=!1,SDL.defaults.discardOnLock=!1,SDL.defaults.opaqueFrontBuffer=!1),self.requestAnimationFrame=function(){var nextRAF=0;return function(func){var now=Date.now();if(0===nextRAF)nextRAF=now+1e3/self.targetFps;else for(;nextRAF<=now+2;)nextRAF+=1e3/self.targetFps;var delay=Math.max(nextRAF-now,0);return setTimeout(func,delay)}}();var screen={width:0,height:0},frameId=(Module.print=function(x){postMessage({target:"stdout",content:x})},Module.printErr=function(x){postMessage({target:"stderr",content:x})},0),clientFrameId=0,commandBuffer=[],postMainLoop=Module.postMainLoop,messageBuffer=(Module.postMainLoop=function(){postMainLoop&&postMainLoop(),postMessage({target:"tick",id:frameId++}),commandBuffer=[]},addRunDependency("worker-init"),null),messageResenderTimeout=null;function messageResender(){calledMain?(assert(messageBuffer&&0<messageBuffer.length),messageResenderTimeout=null,messageBuffer.forEach(function(message){onmessage(message)}),messageBuffer=null):messageResenderTimeout=setTimeout(messageResender,50)}function _applyKeys(input,output){for(var vargs=Object.keys(input),i=0;i<vargs.length;i++)output[vargs[i]]=input[vargs[i]]}function onMessageFromMainEmscriptenThread(message){if(calledMain||message.data.preMain)switch(calledMain&&messageResenderTimeout&&(clearTimeout(messageResenderTimeout),messageResender()),message.data.target){case"window":self.fireEvent(message.data.event);break;case"canvas":if(message.data.event)Module.canvas.fireEvent(message.data.event);else{if(!message.data.width)throw"ey?";Module.canvas&&message.data.boundingClientRect&&(Module.canvas.boundingClientRect=message.data.boundingClientRect),self.resize(message.data.width,message.data.height),self.getRenderMethod()()}break;case"video":void 0!==message.data.currentTime&&self.setCurrentTime(message.data.currentTime),void 0!==message.data.isPaused&&self.setIsPaused(message.data.isPaused),message.data.rate&&(self.rate=message.data.rate);break;case"tock":clientFrameId=message.data.id;break;case"worker-init":screen.width=self.width=message.data.width,screen.height=self.height=message.data.height,self.subUrl=message.data.subUrl,self.subContent=message.data.subContent,self.fontFiles=message.data.fonts,self.renderMode=message.data.renderMode,"lossy"==self.renderMode&&"undefined"==typeof createImageBitmap&&(self.renderMode="wasm-blend",console.error("'createImageBitmap' needed for 'lossy' unsupported. Falling back to default!")),self.availableFonts=message.data.availableFonts,self.fallbackFont=message.data.fallbackFont,self.lazyFileLoading=message.data.lazyFileLoading,self.debug=message.data.debug,!hasNativeConsole&&self.debug&&(console=makeCustomConsole()).log("overridden console"),Module.canvas&&(Module.canvas.width_=message.data.width,Module.canvas.height_=message.data.height,message.data.boundingClientRect)&&(Module.canvas.boundingClientRect=message.data.boundingClientRect),self.targetFps=message.data.targetFps||self.targetFps,self.libassMemoryLimit=message.data.libassMemoryLimit||self.libassMemoryLimit,self.libassGlyphLimit=message.data.libassGlyphLimit||0,self.dropAllAnimations=!!message.data.dropAllAnimations||self.dropAllAnimations,removeRunDependency("worker-init"),postMessage({target:"ready"});break;case"destroy":self.octObj.quitLibrary();break;case"free-track":self.freeTrack();break;case"set-track":self.setTrack(message.data.content);break;case"set-track-by-url":self.setTrackByUrl(message.data.url);break;case"create-event":var event=message.data.event,i=self.octObj.allocEvent();_applyKeys(event,evnt_ptr=self.octObj.track.get_events(i));break;case"get-events":for(var events=[],i=0;i<self.octObj.getEventCount();i++){event={_index:i,Start:(evnt_ptr=self.octObj.track.get_events(i)).get_Start(),Duration:evnt_ptr.get_Duration(),ReadOrder:evnt_ptr.get_ReadOrder(),Layer:evnt_ptr.get_Layer(),Style:evnt_ptr.get_Style(),Name:evnt_ptr.get_Name(),MarginL:evnt_ptr.get_MarginL(),MarginR:evnt_ptr.get_MarginR(),MarginV:evnt_ptr.get_MarginV(),Effect:evnt_ptr.get_Effect(),Text:evnt_ptr.get_Text()};events.push(event)}postMessage({target:"get-events",time:Date.now(),events:events});break;case"set-event":var evnt_ptr,event=message.data.event,i=message.data.index;_applyKeys(event,evnt_ptr=self.octObj.track.get_events(i));break;case"remove-event":i=message.data.index;self.octObj.removeEvent(i);break;case"create-style":var style=message.data.style,i=self.octObj.allocStyle();_applyKeys(style,styl_ptr=self.octObj.track.get_styles(i));break;case"get-styles":for(var styles=[],i=0;i<self.octObj.getStyleCount();i++){style={_index:i,Name:(styl_ptr=self.octObj.track.get_styles(i)).get_Name(),FontName:styl_ptr.get_FontName(),FontSize:styl_ptr.get_FontSize(),PrimaryColour:styl_ptr.get_PrimaryColour(),SecondaryColour:styl_ptr.get_SecondaryColour(),OutlineColour:styl_ptr.get_OutlineColour(),BackColour:styl_ptr.get_BackColour(),Bold:styl_ptr.get_Bold(),Italic:styl_ptr.get_Italic(),Underline:styl_ptr.get_Underline(),StrikeOut:styl_ptr.get_StrikeOut(),ScaleX:styl_ptr.get_ScaleX(),ScaleY:styl_ptr.get_ScaleY(),Spacing:styl_ptr.get_Spacing(),Angle:styl_ptr.get_Angle(),BorderStyle:styl_ptr.get_BorderStyle(),Outline:styl_ptr.get_Outline(),Shadow:styl_ptr.get_Shadow(),Alignment:styl_ptr.get_Alignment(),MarginL:styl_ptr.get_MarginL(),MarginR:styl_ptr.get_MarginR(),MarginV:styl_ptr.get_MarginV(),Encoding:styl_ptr.get_Encoding(),treat_fontname_as_pattern:styl_ptr.get_treat_fontname_as_pattern(),Blur:styl_ptr.get_Blur(),Justify:styl_ptr.get_Justify()};styles.push(style)}postMessage({target:"get-styles",time:Date.now(),styles:styles});break;case"set-style":var styl_ptr,style=message.data.style,i=message.data.index;_applyKeys(style,styl_ptr=self.octObj.track.get_styles(i));break;case"remove-style":i=message.data.index;self.octObj.removeStyle(i);break;case"runBenchmark":self.runBenchmark();break;case"custom":if(!Module.onCustomMessage)throw"Custom message received but worker Module.onCustomMessage not implemented.";Module.onCustomMessage(message);break;case"setimmediate":Module.setImmediates&&Module.setImmediates.shift()();break;default:throw"wha? "+message.data.target}else messageBuffer||(messageBuffer=[],messageResenderTimeout=setTimeout(messageResender,50)),messageBuffer.push(message)}onmessage=onMessageFromMainEmscriptenThread,self.runBenchmark=function(seconds,pos,async){function run(){var t0=performance.now(),t1=(pos+=1/self.targetFps,self.setCurrentTime(pos),performance.now());return totalTime+=t0=t1-t0,longestFrame<t0&&(longestFrame=t0),i<count?(i++,!async||(self.requestAnimationFrame(run),!1)):(console.log("Performance fps: "+Math.round(1e3/(totalTime/count))),console.log("Real fps: "+Math.round(1e3/((t1-start)/count))),console.log("Total time: "+totalTime),console.log("Longest frame: "+Math.ceil(longestFrame)+"ms ("+Math.floor(1e3/longestFrame)+" fps)"),!1)}for(var totalTime=0,i=0,count=(pos=pos||0,(seconds=seconds||60)*self.targetFps),start=performance.now(),longestFrame=0;run(););};