-
Notifications
You must be signed in to change notification settings - Fork 2
/
injector.js
61 lines (53 loc) · 61.5 KB
/
injector.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* Inject the code into the page before the page itself is loaded.
* The code is injected directly (not by sourcing a file), because
* loading a file would take too long, as it's done asynchornously.
*
*/
function injectJSData(jsdata) {
var s = document.createElement('script');
s.type = "text/javascript";
s.innerHTML = jsdata;
document.childNodes[document.childNodes.length-1].insertBefore(s, document.childNodes[document.childNodes.length-1].childNodes[0]);
}
// inject contents of src/ie-jsemulator.js:
injectJSData(String.fromCharCode(40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,119,105,110,100,111,119,46,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,41,123,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,61,123,125,59,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,101,109,117,108,97,116,111,114,69,110,97,98,108,101,100,39,93,61,116,114,117,101,59,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,101,110,97,98,108,101,82,101,109,111,118,101,67,104,105,108,100,39,93,61,116,114,117,101,59,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,98,114,111,119,115,101,114,83,112,111,111,102,105,110,103,39,93,61,116,114,117,101,59,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,61,116,114,117,101,59,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,117,115,101,114,65,103,101,110,116,39,93,61,34,77,111,122,105,108,108,97,47,53,46,48,32,40,87,105,110,100,111,119,115,59,32,85,59,32,77,83,73,69,32,57,46,48,59,32,87,73,110,100,111,119,115,32,78,84,32,57,46,48,59,32,101,110,45,85,83,41,41,34,59,125,10,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,98,114,111,119,115,101,114,83,112,111,111,102,105,110,103,39,93,41,123,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,115,112,111,111,102,85,115,101,114,65,103,101,110,116,61,102,117,110,99,116,105,111,110,40,110,101,119,85,115,101,114,65,103,101,110,116,83,116,114,105,110,103,41,123,111,108,100,85,115,101,114,65,103,101,110,116,61,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,59,110,97,118,105,103,97,116,111,114,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,117,115,101,114,65,103,101,110,116,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,32,103,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,114,101,116,117,114,110,32,110,101,119,85,115,101,114,65,103,101,110,116,83,116,114,105,110,103,59,125,41,59,110,97,118,105,103,97,116,111,114,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,118,101,110,100,111,114,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,110,97,118,105,103,97,116,111,114,46,118,101,110,100,111,114,32,103,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,114,101,116,117,114,110,34,34,59,125,41,59,125,59,115,112,111,111,102,85,115,101,114,65,103,101,110,116,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,117,115,101,114,65,103,101,110,116,39,93,41,59,125,41,40,41,59,125,10,105,102,40,33,74,83,79,78,41,123,74,83,79,78,61,123,125,59,125,10,119,105,110,100,111,119,46,102,114,97,109,101,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,108,108,70,114,97,109,101,115,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,102,114,97,109,101,34,41,59,100,101,98,117,103,103,101,114,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,97,108,108,70,114,97,109,101,115,46,108,101,110,103,116,104,59,105,43,43,41,123,105,102,40,97,108,108,70,114,97,109,101,115,91,105,93,46,110,97,109,101,61,61,61,97,114,103,117,109,101,110,116,115,91,48,93,41,123,114,101,116,117,114,110,32,97,108,108,70,114,97,109,101,115,91,105,93,59,125,125,125,59,119,105,110,100,111,119,46,65,99,116,105,118,101,88,79,98,106,101,99,116,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,65,99,116,105,118,101,88,79,98,106,101,99,116,32,99,114,101,97,116,101,100,46,34,41,59,125,10,118,97,114,32,114,101,113,117,101,115,116,79,98,106,101,99,116,61,110,101,119,32,119,105,110,100,111,119,46,88,77,76,72,116,116,112,82,101,113,117,101,115,116,40,41,59,118,97,114,32,95,95,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,59,116,104,105,115,46,111,112,101,110,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,111,112,101,110,46,97,112,112,108,121,40,114,101,113,117,101,115,116,79,98,106,101,99,116,44,97,114,103,117,109,101,110,116,115,41,59,125,59,116,104,105,115,46,115,101,110,100,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,115,101,110,100,46,97,112,112,108,121,40,114,101,113,117,101,115,116,79,98,106,101,99,116,44,97,114,103,117,109,101,110,116,115,41,59,125,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,59,125,41,59,116,104,105,115,46,95,95,100,101,102,105,110,101,83,101,116,116,101,114,95,95,40,34,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,113,117,101,115,116,79,98,106,101,99,116,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,61,97,114,103,117,109,101,110,116,115,91,48,93,59,125,41,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,114,101,97,100,121,83,116,97,116,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,114,101,97,100,121,83,116,97,116,101,59,125,41,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,114,101,115,112,111,110,115,101,88,77,76,34,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,120,109,108,68,111,99,61,114,101,113,117,101,115,116,79,98,106,101,99,116,46,114,101,115,112,111,110,115,101,88,77,76,59,105,102,40,120,109,108,68,111,99,33,61,61,110,117,108,108,41,123,120,109,108,68,111,99,46,115,101,108,101,99,116,78,111,100,101,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,120,112,97,116,104,61,120,109,108,68,111,99,46,101,118,97,108,117,97,116,101,40,97,114,103,117,109,101,110,116,115,91,48,93,44,120,109,108,68,111,99,44,110,117,108,108,44,88,80,97,116,104,82,101,115,117,108,116,46,65,78,89,95,84,89,80,69,44,110,117,108,108,41,59,120,112,97,116,104,46,108,101,110,103,116,104,61,120,109,108,68,111,99,46,101,118,97,108,117,97,116,101,40,39,99,111,117,110,116,40,39,43,97,114,103,117,109,101,110,116,115,91,48,93,43,39,41,39,44,120,109,108,68,111,99,44,110,117,108,108,44,88,80,97,116,104,82,101,115,117,108,116,46,65,78,89,95,84,89,80,69,44,110,117,108,108,41,46,110,117,109,98,101,114,86,97,108,117,101,59,114,101,116,117,114,110,32,120,112,97,116,104,59,125,59,125,10,114,101,116,117,114,110,32,120,109,108,68,111,99,59,125,41,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,114,101,115,112,111,110,115,101,84,101,120,116,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,114,101,115,112,111,110,115,101,84,101,120,116,59,125,41,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,114,101,115,112,111,110,115,101,88,77,76,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,114,101,115,112,111,110,115,101,88,77,76,59,125,41,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,114,101,115,112,111,110,115,101,84,121,112,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,114,101,115,112,111,110,115,101,84,121,112,101,59,125,41,59,118,97,114,32,111,108,100,83,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,61,114,101,113,117,101,115,116,79,98,106,101,99,116,46,115,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,59,116,104,105,115,46,115,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,61,61,61,50,41,123,114,101,116,117,114,110,32,111,108,100,83,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,46,97,112,112,108,121,40,114,101,113,117,101,115,116,79,98,106,101,99,116,44,91,97,114,103,117,109,101,110,116,115,46,106,111,105,110,40,39,58,39,41,93,41,59,125,10,101,108,115,101,32,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,61,61,61,49,41,123,114,101,116,117,114,110,32,111,108,100,83,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,46,97,112,112,108,121,40,114,101,113,117,101,115,116,79,98,106,101,99,116,44,97,114,103,117,109,101,110,116,115,41,59,125,125,59,116,104,105,115,46,108,111,97,100,61,102,117,110,99,116,105,111,110,40,41,123,114,101,113,117,101,115,116,79,98,106,101,99,116,46,111,112,101,110,40,34,71,69,84,34,44,97,114,103,117,109,101,110,116,115,91,48,93,44,102,97,108,115,101,41,59,114,101,116,117,114,110,32,114,101,113,117,101,115,116,79,98,106,101,99,116,46,115,101,110,100,40,41,59,125,59,116,104,105,115,46,116,114,97,110,115,102,111,114,109,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,111,84,114,97,110,115,102,111,114,109,61,114,101,113,117,101,115,116,79,98,106,101,99,116,46,114,101,115,112,111,110,115,101,88,77,76,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,118,97,114,32,115,116,121,108,101,83,104,101,101,116,61,97,114,103,117,109,101,110,116,115,91,48,93,46,114,101,115,112,111,110,115,101,88,77,76,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,115,116,121,108,101,83,104,101,101,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,120,109,108,110,115,58,120,115,108,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,88,83,76,47,84,114,97,110,115,102,111,114,109,34,41,59,118,97,114,32,120,115,108,116,80,114,111,99,101,115,115,111,114,61,110,101,119,32,88,83,76,84,80,114,111,99,101,115,115,111,114,40,41,59,120,115,108,116,80,114,111,99,101,115,115,111,114,46,105,109,112,111,114,116,83,116,121,108,101,115,104,101,101,116,40,115,116,121,108,101,83,104,101,101,116,41,59,118,97,114,32,116,109,112,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,118,97,114,32,110,101,119,69,108,101,109,101,110,116,115,61,120,115,108,116,80,114,111,99,101,115,115,111,114,46,116,114,97,110,115,102,111,114,109,84,111,68,111,99,117,109,101,110,116,40,116,111,84,114,97,110,115,102,111,114,109,41,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,104,105,108,100,78,111,100,101,115,91,48,93,46,99,104,105,108,100,78,111,100,101,115,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,110,101,119,69,108,101,109,101,110,116,115,46,108,101,110,103,116,104,59,105,43,43,41,123,116,109,112,46,97,112,112,101,110,100,67,104,105,108,100,40,110,101,119,69,108,101,109,101,110,116,115,91,105,93,41,59,125,10,114,101,116,117,114,110,32,116,109,112,46,105,110,110,101,114,72,84,77,76,46,114,101,112,108,97,99,101,40,47,112,97,114,115,101,114,101,114,114,111,114,47,103,44,34,112,34,41,59,125,59,125,59,119,105,110,100,111,119,46,99,114,101,97,116,101,80,111,112,117,112,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,112,111,112,117,112,68,105,118,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,118,97,114,32,105,115,79,112,101,110,61,102,97,108,115,101,59,118,97,114,32,109,121,88,44,109,121,89,44,109,121,87,105,100,116,104,44,109,121,72,101,105,103,104,116,44,109,121,80,97,114,101,110,116,59,112,111,112,117,112,68,105,118,46,100,111,99,117,109,101,110,116,61,110,101,119,32,79,98,106,101,99,116,40,41,59,112,111,112,117,112,68,105,118,46,100,111,99,117,109,101,110,116,46,98,111,100,121,61,112,111,112,117,112,68,105,118,59,112,111,112,117,112,68,105,118,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,105,115,79,112,101,110,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,115,79,112,101,110,59,125,41,59,118,97,114,32,112,111,105,110,116,73,110,80,111,112,117,112,61,102,117,110,99,116,105,111,110,40,120,44,121,41,123,114,101,116,117,114,110,40,120,62,61,109,121,88,38,38,120,60,61,109,121,88,43,109,121,87,105,100,116,104,38,38,121,62,61,109,121,89,38,38,121,60,61,109,121,89,43,109,121,72,101,105,103,104,116,41,59,125,59,118,97,114,32,112,97,103,101,67,108,105,99,107,61,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,112,111,105,110,116,73,110,80,111,112,117,112,40,101,46,99,108,105,101,110,116,88,44,101,46,99,108,105,101,110,116,89,41,41,123,112,111,112,117,112,68,105,118,46,104,105,100,101,40,41,59,125,125,59,112,111,112,117,112,68,105,118,46,115,104,111,119,61,102,117,110,99,116,105,111,110,40,120,44,121,44,119,105,100,116,104,44,104,101,105,103,104,116,44,112,97,114,101,110,116,41,123,105,102,40,33,105,115,79,112,101,110,41,123,109,121,88,61,120,59,109,121,89,61,121,59,109,121,87,105,100,116,104,61,119,105,100,116,104,59,109,121,72,101,105,103,104,116,61,104,101,105,103,104,116,59,109,121,80,97,114,101,110,116,61,112,97,114,101,110,116,59,116,104,105,115,46,115,116,121,108,101,46,108,101,102,116,61,120,59,116,104,105,115,46,115,116,121,108,101,46,116,111,112,61,121,59,116,104,105,115,46,115,116,121,108,101,46,119,105,100,116,104,61,119,105,100,116,104,59,116,104,105,115,46,115,116,121,108,101,46,104,101,105,103,104,116,61,104,101,105,103,104,116,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,100,111,119,110,39,44,112,97,103,101,67,108,105,99,107,44,116,114,117,101,41,59,112,97,114,101,110,116,46,97,112,112,101,110,100,67,104,105,108,100,40,116,104,105,115,41,59,105,115,79,112,101,110,61,116,114,117,101,59,125,125,59,112,111,112,117,112,68,105,118,46,104,105,100,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,105,115,79,112,101,110,41,123,109,121,80,97,114,101,110,116,46,114,101,109,111,118,101,67,104,105,108,100,40,112,111,112,117,112,68,105,118,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,100,111,119,110,39,44,112,97,103,101,67,108,105,99,107,44,116,114,117,101,41,59,105,115,79,112,101,110,61,102,97,108,115,101,59,125,125,59,112,111,112,117,112,68,105,118,46,115,116,121,108,101,46,119,105,100,116,104,61,34,50,48,48,112,120,34,59,112,111,112,117,112,68,105,118,46,115,116,121,108,101,46,104,101,105,103,104,116,61,34,50,48,48,112,120,34,59,112,111,112,117,112,68,105,118,46,115,116,121,108,101,46,112,111,115,105,116,105,111,110,61,39,97,98,115,111,108,117,116,101,39,59,112,111,112,117,112,68,105,118,46,115,116,121,108,101,46,98,97,99,107,103,114,111,117,110,100,61,34,121,101,108,108,111,119,34,59,114,101,116,117,114,110,32,112,111,112,117,112,68,105,118,59,125,59,72,84,77,76,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,99,97,110,72,97,118,101,67,104,105,108,100,114,101,110,34,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,111,67,104,105,108,100,114,101,110,61,91,39,66,82,39,44,39,73,77,71,39,44,39,73,78,80,85,84,39,44,39,76,73,78,75,39,44,39,77,69,84,65,39,44,39,80,65,82,65,77,39,44,39,66,65,83,69,39,44,39,70,82,65,77,69,39,44,39,72,82,39,44,39,67,79,76,39,44,39,73,83,73,78,68,69,88,39,93,59,114,101,116,117,114,110,32,110,111,67,104,105,108,100,114,101,110,46,105,110,100,101,120,79,102,40,116,104,105,115,46,116,97,103,78,97,109,101,41,61,61,61,45,49,59,125,41,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,97,108,108,34,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,108,108,61,116,104,105,115,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,42,34,41,59,97,108,108,46,116,97,103,115,61,116,104,105,115,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,59,114,101,116,117,114,110,32,97,108,108,59,125,41,59,72,84,77,76,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,99,117,114,114,101,110,116,83,116,121,108,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,104,105,115,44,110,117,108,108,41,59,125,41,59,118,97,114,32,112,111,105,110,116,73,110,66,111,120,61,102,117,110,99,116,105,111,110,40,120,44,121,44,98,111,120,88,44,98,111,120,89,44,98,111,120,87,105,100,116,104,44,98,111,120,72,101,105,103,104,116,41,123,114,101,116,117,114,110,40,120,62,61,98,111,120,88,38,38,120,60,61,98,111,120,88,43,98,111,120,87,105,100,116,104,38,38,121,62,61,98,111,120,89,38,38,121,60,61,98,111,120,89,43,98,111,120,72,101,105,103,104,116,41,59,125,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,95,95,100,101,102,105,110,101,83,101,116,116,101,114,95,95,40,34,111,110,109,111,117,115,101,101,110,116,101,114,34,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,118,101,114,69,108,101,109,101,110,116,61,102,97,108,115,101,59,118,97,114,32,102,117,110,99,61,97,114,103,117,109,101,110,116,115,91,48,93,59,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,111,110,109,111,117,115,101,101,110,116,101,114,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,59,125,41,59,116,104,105,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,111,118,101,114,34,44,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,111,118,101,114,69,108,101,109,101,110,116,41,123,111,118,101,114,69,108,101,109,101,110,116,61,116,114,117,101,59,102,117,110,99,46,97,112,112,108,121,40,116,44,91,101,93,41,59,125,125,44,116,114,117,101,41,59,116,104,105,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,111,117,116,34,44,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,112,111,105,110,116,73,110,66,111,120,40,101,46,99,108,105,101,110,116,88,44,101,46,99,108,105,101,110,116,89,44,116,46,111,102,102,115,101,116,76,101,102,116,44,116,46,111,102,102,115,101,116,84,111,112,44,116,46,111,102,102,115,101,116,87,105,100,116,104,44,116,46,111,102,102,115,101,116,72,101,105,103,104,116,41,41,123,111,118,101,114,69,108,101,109,101,110,116,61,102,97,108,115,101,59,125,125,44,116,114,117,101,41,59,125,41,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,111,110,109,111,117,115,101,101,110,116,101,114,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,117,108,108,59,125,41,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,95,95,100,101,102,105,110,101,83,101,116,116,101,114,95,95,40,34,111,110,109,111,117,115,101,108,101,97,118,101,34,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,118,101,114,69,108,101,109,101,110,116,61,102,97,108,115,101,59,118,97,114,32,102,117,110,99,61,97,114,103,117,109,101,110,116,115,91,48,93,59,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,111,110,109,111,117,115,101,108,101,97,118,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,59,125,41,59,116,104,105,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,111,117,116,34,44,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,112,111,105,110,116,73,110,66,111,120,40,101,46,99,108,105,101,110,116,88,44,101,46,99,108,105,101,110,116,89,44,116,46,111,102,102,115,101,116,76,101,102,116,44,116,46,111,102,102,115,101,116,84,111,112,44,116,46,111,102,102,115,101,116,87,105,100,116,104,44,116,46,111,102,102,115,101,116,72,101,105,103,104,116,41,41,123,111,118,101,114,69,108,101,109,101,110,116,61,102,97,108,115,101,59,102,117,110,99,46,97,112,112,108,121,40,116,44,91,101,93,41,59,125,125,44,116,114,117,101,41,59,125,41,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,111,110,109,111,117,115,101,108,101,97,118,101,34,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,117,108,108,59,125,41,59,40,102,117,110,99,116,105,111,110,40,41,123,99,97,112,116,117,114,101,69,110,97,98,108,101,100,61,102,97,108,115,101,59,97,115,100,102,61,116,104,105,115,59,116,104,105,115,46,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,61,110,117,108,108,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,115,101,116,67,97,112,116,117,114,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,115,101,116,67,97,112,116,117,114,101,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,99,97,112,116,117,114,105,110,103,69,108,101,109,101,110,116,61,116,104,105,115,59,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,101,41,123,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,59,99,111,110,115,111,108,101,46,108,111,103,40,39,114,101,114,111,117,116,105,110,103,39,41,59,118,97,114,32,115,99,114,111,108,108,80,111,115,59,105,102,40,101,46,116,121,112,101,61,61,61,34,109,111,117,115,101,117,112,34,41,123,99,97,112,116,117,114,105,110,103,69,108,101,109,101,110,116,46,114,101,108,101,97,115,101,67,97,112,116,117,114,101,40,41,59,114,101,116,117,114,110,59,125,10,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,46,116,121,112,101,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,101,46,99,97,112,116,117,114,101,84,97,114,103,101,116,61,101,46,116,97,114,103,101,116,59,99,97,112,116,117,114,105,110,103,69,108,101,109,101,110,116,46,100,105,115,112,97,116,99,104,69,118,101,110,116,40,101,41,59,105,102,40,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,33,61,61,110,117,108,108,41,123,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,46,116,121,112,101,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,125,10,100,101,108,101,116,101,32,101,46,99,97,112,116,117,114,101,84,97,114,103,101,116,59,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,59,125,59,99,111,110,115,111,108,101,46,108,111,103,40,39,115,116,97,114,116,101,100,32,99,97,112,116,117,114,101,39,41,59,99,97,112,116,117,114,101,69,110,97,98,108,101,100,61,116,114,117,101,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,111,118,101,114,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,111,117,116,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,109,111,118,101,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,117,112,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,100,111,119,110,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,99,108,105,99,107,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,125,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,114,101,108,101,97,115,101,67,97,112,116,117,114,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,114,101,108,101,97,115,101,67,97,112,116,117,114,101,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,105,102,40,99,97,112,116,117,114,101,69,110,97,98,108,101,100,41,123,99,111,110,115,111,108,101,46,108,111,103,40,39,114,101,108,101,97,115,101,32,99,97,112,116,117,114,101,39,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,111,118,101,114,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,111,117,116,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,109,111,118,101,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,117,112,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,109,111,117,115,101,100,111,119,110,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,99,108,105,99,107,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,100,98,108,99,108,105,99,107,39,44,99,97,112,116,117,114,101,76,105,115,116,101,110,101,114,44,116,114,117,101,41,59,99,97,112,116,117,114,101,69,110,97,98,108,101,100,61,102,97,108,115,101,59,125,125,59,125,41,40,41,59,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,97,114,103,117,109,101,110,116,115,91,48,93,41,123,114,101,116,117,114,110,32,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,41,59,125,101,108,115,101,123,118,97,114,32,99,104,105,108,100,114,101,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,82,97,110,103,101,40,41,59,99,104,105,108,100,114,101,110,46,115,101,108,101,99,116,78,111,100,101,67,111,110,116,101,110,116,115,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,114,101,112,108,97,99,101,67,104,105,108,100,40,99,104,105,108,100,114,101,110,46,101,120,116,114,97,99,116,67,111,110,116,101,110,116,115,40,41,44,116,104,105,115,41,59,125,125,59,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,114,101,112,108,97,99,101,67,104,105,108,100,40,97,114,103,117,109,101,110,116,115,91,48,93,44,116,104,105,115,41,59,125,59,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,115,119,97,112,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,111,100,101,49,61,116,104,105,115,59,118,97,114,32,110,111,100,101,50,61,97,114,103,117,109,101,110,116,115,91,48,93,59,118,97,114,32,116,101,109,112,61,110,111,100,101,49,46,99,108,111,110,101,78,111,100,101,40,116,114,117,101,41,59,118,97,114,32,112,97,114,101,110,116,49,61,110,111,100,101,49,46,112,97,114,101,110,116,78,111,100,101,59,118,97,114,32,112,97,114,101,110,116,50,61,110,111,100,101,50,46,112,97,114,101,110,116,78,111,100,101,59,110,111,100,101,50,61,112,97,114,101,110,116,50,46,114,101,112,108,97,99,101,67,104,105,108,100,40,116,101,109,112,44,110,111,100,101,50,41,59,112,97,114,101,110,116,49,46,114,101,112,108,97,99,101,67,104,105,108,100,40,110,111,100,101,50,44,110,111,100,101,49,41,59,112,97,114,101,110,116,50,46,114,101,112,108,97,99,101,67,104,105,108,100,40,110,111,100,101,49,44,116,101,109,112,41,59,116,101,109,112,61,110,117,108,108,59,125,59,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,115,104,101,101,116,115,73,110,105,116,105,97,108,105,122,101,100,61,102,97,108,115,101,59,118,97,114,32,99,117,114,114,101,110,116,108,121,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,61,110,117,108,108,59,118,97,114,32,108,97,115,116,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,61,110,117,108,108,59,100,111,99,117,109,101,110,116,46,101,110,97,98,108,101,83,116,121,108,101,83,104,101,101,116,115,70,111,114,83,101,116,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,101,110,97,98,108,101,83,116,121,108,101,83,104,101,101,116,115,70,111,114,83,101,116,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,111,108,100,76,97,115,116,83,116,121,108,101,83,104,101,101,116,61,108,97,115,116,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,59,100,111,99,117,109,101,110,116,46,115,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,61,97,114,103,117,109,101,110,116,115,91,48,93,59,108,97,115,116,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,61,111,108,100,76,97,115,116,83,116,121,108,101,83,104,101,101,116,59,125,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,115,116,121,108,101,83,104,101,101,116,83,101,116,115,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,115,116,121,108,101,83,104,101,101,116,83,101,116,115,32,103,101,116,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,115,104,101,101,116,115,61,91,93,59,102,111,114,40,105,61,48,59,40,108,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,108,105,110,107,34,41,91,105,93,41,59,105,43,43,41,123,105,102,40,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,114,101,108,34,41,46,105,110,100,101,120,79,102,40,34,115,116,121,108,101,34,41,33,61,45,49,38,38,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,116,105,116,108,101,34,41,41,123,115,104,101,101,116,115,46,112,117,115,104,40,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,116,105,116,108,101,34,41,41,59,125,125,10,114,101,116,117,114,110,32,115,104,101,101,116,115,59,125,41,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,83,101,116,116,101,114,95,95,40,34,115,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,115,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,32,115,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,115,104,101,101,116,115,73,110,105,116,105,97,108,105,122,101,100,61,116,114,117,101,59,118,97,114,32,110,97,109,101,61,97,114,103,117,109,101,110,116,115,91,48,93,59,108,97,115,116,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,61,110,97,109,101,59,118,97,114,32,105,44,108,44,109,97,105,110,59,102,111,114,40,105,61,48,59,40,108,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,108,105,110,107,34,41,91,105,93,41,59,105,43,43,41,123,105,102,40,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,114,101,108,34,41,46,105,110,100,101,120,79,102,40,34,115,116,121,108,101,34,41,33,61,61,45,49,38,38,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,116,105,116,108,101,34,41,41,123,108,46,100,105,115,97,98,108,101,100,61,116,114,117,101,59,105,102,40,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,116,105,116,108,101,34,41,61,61,61,110,97,109,101,41,123,108,46,100,105,115,97,98,108,101,100,61,102,97,108,115,101,59,99,117,114,114,101,110,116,108,121,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,61,110,97,109,101,59,125,125,125,125,41,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,115,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,115,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,32,103,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,105,102,40,33,115,104,101,101,116,115,73,110,105,116,105,97,108,105,122,101,100,41,123,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,112,114,101,102,101,114,114,101,100,83,116,121,108,101,115,104,101,101,116,83,101,116,59,125,10,114,101,116,117,114,110,32,99,117,114,114,101,110,116,108,121,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,59,125,41,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,108,97,115,116,83,116,121,108,101,83,104,101,101,116,83,101,116,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,108,97,115,116,83,116,121,108,101,83,104,101,101,116,83,101,116,32,103,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,114,101,116,117,114,110,32,108,97,115,116,83,101,108,101,99,116,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,59,125,41,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,112,114,101,102,101,114,114,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,112,114,101,102,101,114,114,101,100,83,116,121,108,101,83,104,101,101,116,83,101,116,32,103,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,112,114,101,102,101,114,114,101,100,83,116,121,108,101,115,104,101,101,116,83,101,116,59,125,41,59,125,41,40,41,59,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,103,101,116,85,82,76,67,111,110,116,101,110,116,115,61,102,117,110,99,116,105,111,110,40,117,114,108,41,123,118,97,114,32,120,109,108,104,116,116,112,61,110,101,119,32,88,77,76,72,116,116,112,82,101,113,117,101,115,116,40,41,59,120,109,108,104,116,116,112,46,111,112,101,110,40,39,71,69,84,39,44,117,114,108,44,102,97,108,115,101,41,59,120,109,108,104,116,116,112,46,115,101,110,100,40,41,59,114,101,116,117,114,110,32,120,109,108,104,116,116,112,46,114,101,115,112,111,110,115,101,84,101,120,116,59,125,59,118,97,114,32,103,101,116,82,97,119,67,83,83,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,115,116,121,108,101,83,116,114,105,110,103,61,39,39,59,118,97,114,32,105,44,115,44,108,59,102,111,114,40,105,61,48,59,40,115,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,115,116,121,108,101,34,41,91,105,93,41,59,105,43,43,41,123,115,116,121,108,101,83,116,114,105,110,103,43,61,115,46,105,110,110,101,114,72,84,77,76,59,125,10,102,111,114,40,105,61,48,59,40,108,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,108,105,110,107,34,41,91,105,93,41,59,105,43,43,41,123,105,102,40,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,114,101,108,34,41,46,105,110,100,101,120,79,102,40,34,115,116,121,108,101,34,41,33,61,61,45,49,41,123,115,116,121,108,101,83,116,114,105,110,103,43,61,103,101,116,85,82,76,67,111,110,116,101,110,116,115,40,108,46,104,114,101,102,41,59,125,125,10,114,101,116,117,114,110,32,115,116,121,108,101,83,116,114,105,110,103,59,125,59,118,97,114,32,102,105,110,100,67,83,83,80,114,111,112,101,114,116,121,83,101,108,101,99,116,111,114,61,102,117,110,99,116,105,111,110,40,112,114,111,112,101,114,116,121,44,118,97,108,117,101,41,123,118,97,114,32,112,114,111,112,101,114,116,121,83,116,114,105,110,103,61,112,114,111,112,101,114,116,121,59,105,102,40,112,114,111,112,101,114,116,121,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,65,114,114,97,121,41,123,112,114,111,112,101,114,116,121,83,116,114,105,110,103,61,112,114,111,112,101,114,116,121,46,106,111,105,110,40,39,124,39,41,59,125,10,118,97,114,32,118,97,108,117,101,83,116,114,105,110,103,61,118,97,108,117,101,59,105,102,40,118,97,108,117,101,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,65,114,114,97,121,41,123,118,97,108,117,101,83,116,114,105,110,103,61,118,97,108,117,101,46,106,111,105,110,40,39,124,39,41,59,125,10,118,97,114,32,67,83,83,82,117,108,101,82,101,103,101,120,61,110,101,119,32,82,101,103,69,120,112,40,39,40,91,94,125,93,42,41,91,92,92,115,92,92,110,93,42,123,91,94,125,93,42,40,39,43,112,114,111,112,101,114,116,121,83,116,114,105,110,103,43,39,41,91,94,58,93,42,58,40,91,94,59,93,42,39,43,118,97,108,117,101,83,116,114,105,110,103,43,39,91,94,59,93,42,41,59,91,94,125,93,42,125,39,41,59,118,97,114,32,114,97,119,67,83,83,61,103,101,116,82,97,119,67,83,83,40,41,59,118,97,114,32,109,97,116,99,104,101,115,61,114,97,119,67,83,83,46,109,97,116,99,104,40,67,83,83,82,117,108,101,82,101,103,101,120,41,59,105,102,40,109,97,116,99,104,101,115,46,108,101,110,103,116,104,62,51,41,123,102,111,114,40,118,97,114,32,105,61,48,59,105,60,109,97,116,99,104,101,115,46,108,101,110,103,116,104,59,105,43,43,41,123,109,97,116,99,104,101,115,91,105,93,61,109,97,116,99,104,101,115,91,105,93,46,116,114,105,109,40,41,59,125,10,114,101,116,117,114,110,32,109,97,116,99,104,101,115,46,115,112,108,105,99,101,40,49,41,59,125,10,114,101,116,117,114,110,32,110,117,108,108,59,125,59,100,111,99,117,109,101,110,116,46,109,111,122,83,101,116,73,109,97,103,101,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,109,111,122,83,101,116,73,109,97,103,101,69,108,101,109,101,110,116,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,105,109,97,103,101,69,108,101,109,101,110,116,73,100,61,97,114,103,117,109,101,110,116,115,91,48,93,59,118,97,114,32,105,109,97,103,101,69,108,101,109,101,110,116,61,97,114,103,117,109,101,110,116,115,91,49,93,59,118,97,114,32,101,108,101,109,101,110,116,82,117,108,101,61,102,105,110,100,67,83,83,80,114,111,112,101,114,116,121,83,101,108,101,99,116,111,114,40,39,98,97,99,107,103,114,111,117,110,100,39,44,39,45,109,111,122,45,101,108,101,109,101,110,116,92,92,40,35,39,43,105,109,97,103,101,69,108,101,109,101,110,116,73,100,43,39,92,92,41,39,41,59,118,97,114,32,109,97,116,99,104,105,110,103,69,108,101,109,101,110,116,115,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,101,108,101,109,101,110,116,82,117,108,101,91,48,93,41,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,109,97,116,99,104,105,110,103,69,108,101,109,101,110,116,115,46,108,101,110,103,116,104,59,105,43,43,41,123,109,97,116,99,104,105,110,103,69,108,101,109,101,110,116,115,91,105,93,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,101,108,101,109,101,110,116,82,117,108,101,91,49,93,44,34,45,119,101,98,107,105,116,45,99,97,110,118,97,115,40,34,43,105,109,97,103,101,69,108,101,109,101,110,116,73,100,43,34,41,34,41,59,125,10,118,97,114,32,102,114,111,109,67,116,120,59,105,102,40,105,109,97,103,101,69,108,101,109,101,110,116,46,110,111,100,101,78,97,109,101,61,61,61,34,73,77,71,34,41,123,118,97,114,32,110,101,119,67,97,110,118,97,115,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,99,97,110,118,97,115,34,41,59,110,101,119,67,97,110,118,97,115,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,119,105,100,116,104,34,44,105,109,97,103,101,69,108,101,109,101,110,116,46,119,105,100,116,104,41,59,110,101,119,67,97,110,118,97,115,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,104,101,105,103,104,116,34,44,105,109,97,103,101,69,108,101,109,101,110,116,46,104,101,105,103,104,116,41,59,102,114,111,109,67,116,120,61,110,101,119,67,97,110,118,97,115,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,59,102,114,111,109,67,116,120,46,100,114,97,119,73,109,97,103,101,40,105,109,97,103,101,69,108,101,109,101,110,116,44,48,44,48,41,59,125,10,101,108,115,101,32,105,102,40,105,109,97,103,101,69,108,101,109,101,110,116,46,110,111,100,101,78,97,109,101,61,61,61,34,67,65,78,86,65,83,34,41,123,102,114,111,109,67,116,120,61,105,109,97,103,101,69,108,101,109,101,110,116,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,59,125,10,118,97,114,32,116,111,67,116,120,61,100,111,99,117,109,101,110,116,46,103,101,116,67,83,83,67,97,110,118,97,115,67,111,110,116,101,120,116,40,34,50,100,34,44,105,109,97,103,101,69,108,101,109,101,110,116,73,100,44,105,109,97,103,101,69,108,101,109,101,110,116,46,119,105,100,116,104,44,105,109,97,103,101,69,108,101,109,101,110,116,46,104,101,105,103,104,116,41,59,116,111,67,116,120,46,112,117,116,73,109,97,103,101,68,97,116,97,40,102,114,111,109,67,116,120,46,103,101,116,73,109,97,103,101,68,97,116,97,40,48,44,48,44,102,114,111,109,67,116,120,46,99,97,110,118,97,115,46,119,105,100,116,104,44,102,114,111,109,67,116,120,46,99,97,110,118,97,115,46,104,101,105,103,104,116,41,44,48,44,48,41,59,125,59,125,41,40,41,59,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,61,123,125,59,118,97,114,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,61,123,125,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,115,101,116,85,115,101,114,68,97,116,97,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,115,101,116,85,115,101,114,68,97,116,97,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,116,104,105,115,79,98,106,101,99,116,75,101,121,61,39,39,59,118,97,114,32,112,114,101,118,105,111,117,115,68,97,116,97,61,110,117,108,108,59,102,111,114,40,118,97,114,32,107,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,107,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,105,102,40,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,107,101,121,93,61,61,61,116,104,105,115,41,123,116,104,105,115,79,98,106,101,99,116,75,101,121,61,107,101,121,59,105,102,40,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,116,104,105,115,79,98,106,101,99,116,75,101,121,93,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,114,103,117,109,101,110,116,115,91,48,93,41,41,123,112,114,101,118,105,111,117,115,68,97,116,97,61,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,116,104,105,115,79,98,106,101,99,116,75,101,121,93,91,97,114,103,117,109,101,110,116,115,91,48,93,93,46,100,97,116,97,59,125,10,98,114,101,97,107,59,125,125,10,105,102,40,116,104,105,115,79,98,106,101,99,116,75,101,121,46,108,101,110,103,116,104,61,61,61,48,41,123,118,97,114,32,112,111,115,115,105,98,108,101,61,34,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57,34,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,49,54,59,105,43,43,41,123,116,104,105,115,79,98,106,101,99,116,75,101,121,43,61,112,111,115,115,105,98,108,101,46,99,104,97,114,65,116,40,77,97,116,104,46,102,108,111,111,114,40,77,97,116,104,46,114,97,110,100,111,109,40,41,42,112,111,115,115,105,98,108,101,46,108,101,110,103,116,104,41,41,59,125,10,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,116,104,105,115,79,98,106,101,99,116,75,101,121,93,61,116,104,105,115,59,125,10,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,116,104,105,115,79,98,106,101,99,116,75,101,121,93,61,123,125,59,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,116,104,105,115,79,98,106,101,99,116,75,101,121,93,91,97,114,103,117,109,101,110,116,115,91,48,93,93,61,123,39,100,97,116,97,39,58,97,114,103,117,109,101,110,116,115,91,49,93,44,39,99,97,108,108,98,97,99,107,39,58,97,114,103,117,109,101,110,116,115,91,50,93,125,59,114,101,116,117,114,110,32,112,114,101,118,105,111,117,115,68,97,116,97,59,125,59,69,108,101,109,101,110,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,85,115,101,114,68,97,116,97,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,103,101,116,85,115,101,114,68,97,116,97,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,116,104,105,115,79,98,106,101,99,116,75,101,121,61,110,117,108,108,59,102,111,114,40,118,97,114,32,107,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,107,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,105,102,40,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,107,101,121,93,61,61,61,116,104,105,115,41,123,116,104,105,115,79,98,106,101,99,116,75,101,121,61,107,101,121,59,98,114,101,97,107,59,125,125,10,105,102,40,116,104,105,115,79,98,106,101,99,116,75,101,121,33,61,61,110,117,108,108,41,123,114,101,116,117,114,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,116,104,105,115,79,98,106,101,99,116,75,101,121,93,91,97,114,103,117,109,101,110,116,115,91,48,93,93,46,100,97,116,97,59,125,10,114,101,116,117,114,110,32,110,117,108,108,59,125,59,118,97,114,32,111,108,100,73,109,112,111,114,116,78,111,100,101,61,100,111,99,117,109,101,110,116,46,105,109,112,111,114,116,78,111,100,101,59,100,111,99,117,109,101,110,116,46,105,109,112,111,114,116,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,105,109,112,111,114,116,78,111,100,101,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,110,101,119,78,111,100,101,61,111,108,100,73,109,112,111,114,116,78,111,100,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,102,111,114,40,118,97,114,32,107,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,107,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,105,102,40,97,114,103,117,109,101,110,116,115,91,48,93,61,61,61,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,107,101,121,93,41,123,102,111,114,40,118,97,114,32,100,97,116,97,75,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,100,97,116,97,75,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,99,97,108,108,98,97,99,107,46,104,97,110,100,108,101,40,50,44,100,97,116,97,75,101,121,44,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,100,97,116,97,44,97,114,103,117,109,101,110,116,115,91,48,93,44,110,101,119,78,111,100,101,41,59,125,10,98,114,101,97,107,59,125,125,10,114,101,116,117,114,110,32,110,101,119,78,111,100,101,59,125,59,118,97,114,32,111,108,100,67,108,111,110,101,78,111,100,101,61,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,99,108,111,110,101,78,111,100,101,59,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,99,108,111,110,101,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,99,108,111,110,101,78,111,100,101,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,110,101,119,78,111,100,101,61,111,108,100,67,108,111,110,101,78,111,100,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,102,111,114,40,118,97,114,32,107,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,107,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,105,102,40,116,104,105,115,61,61,61,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,107,101,121,93,41,123,102,111,114,40,118,97,114,32,100,97,116,97,75,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,100,97,116,97,75,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,99,97,108,108,98,97,99,107,46,104,97,110,100,108,101,40,49,44,100,97,116,97,75,101,121,44,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,100,97,116,97,44,116,104,105,115,44,110,101,119,78,111,100,101,41,59,125,10,98,114,101,97,107,59,125,125,10,114,101,116,117,114,110,32,110,101,119,78,111,100,101,59,125,59,118,97,114,32,111,108,100,82,101,109,111,118,101,67,104,105,108,100,61,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,67,104,105,108,100,59,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,101,110,97,98,108,101,82,101,109,111,118,101,67,104,105,108,100,39,93,41,123,78,111,100,101,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,67,104,105,108,100,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,114,101,109,111,118,101,67,104,105,108,100,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,110,101,119,78,111,100,101,61,111,108,100,82,101,109,111,118,101,67,104,105,108,100,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,102,111,114,40,118,97,114,32,107,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,107,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,105,102,40,97,114,103,117,109,101,110,116,115,91,48,93,61,61,61,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,107,101,121,93,41,123,102,111,114,40,118,97,114,32,100,97,116,97,75,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,100,97,116,97,75,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,99,97,108,108,98,97,99,107,46,104,97,110,100,108,101,40,51,44,100,97,116,97,75,101,121,44,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,100,97,116,97,44,97,114,103,117,109,101,110,116,115,91,48,93,44,110,101,119,78,111,100,101,41,59,125,10,98,114,101,97,107,59,125,125,10,114,101,116,117,114,110,32,110,101,119,78,111,100,101,59,125,59,125,10,118,97,114,32,111,108,100,65,100,111,112,116,78,111,100,101,61,100,111,99,117,109,101,110,116,46,97,100,111,112,116,78,111,100,101,59,100,111,99,117,109,101,110,116,46,97,100,111,112,116,78,111,100,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,97,100,111,112,116,78,111,100,101,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,118,97,114,32,110,101,119,78,111,100,101,61,111,108,100,65,100,111,112,116,78,111,100,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,102,111,114,40,118,97,114,32,107,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,107,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,105,102,40,97,114,103,117,109,101,110,116,115,91,48,93,61,61,61,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,75,101,121,115,91,107,101,121,93,41,123,102,111,114,40,118,97,114,32,100,97,116,97,75,101,121,32,105,110,32,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,41,123,105,102,40,33,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,100,97,116,97,75,101,121,41,41,123,99,111,110,116,105,110,117,101,59,125,10,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,99,97,108,108,98,97,99,107,46,104,97,110,100,108,101,40,53,44,100,97,116,97,75,101,121,44,117,115,101,114,68,97,116,97,79,98,106,101,99,116,115,91,107,101,121,93,91,100,97,116,97,75,101,121,93,46,100,97,116,97,44,97,114,103,117,109,101,110,116,115,91,48,93,44,110,101,119,78,111,100,101,41,59,125,10,98,114,101,97,107,59,125,125,10,114,101,116,117,114,110,32,110,101,119,78,111,100,101,59,125,59,125,41,40,41,59,65,114,114,97,121,46,102,105,108,116,101,114,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,65,114,114,97,121,46,102,105,108,116,101,114,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,114,101,115,117,108,116,61,91,93,59,102,111,114,40,118,97,114,32,105,116,101,109,61,48,59,105,116,101,109,60,97,114,103,117,109,101,110,116,115,91,48,93,46,108,101,110,103,116,104,59,105,116,101,109,43,43,41,123,105,102,40,97,114,103,117,109,101,110,116,115,91,49,93,46,97,112,112,108,121,40,116,104,105,115,44,91,97,114,103,117,109,101,110,116,115,91,48,93,91,105,116,101,109,93,93,41,41,123,114,101,115,117,108,116,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,48,93,91,105,116,101,109,93,41,59,125,125,10,114,101,116,117,114,110,32,114,101,115,117,108,116,59,125,59,83,116,114,105,110,103,46,114,101,112,108,97,99,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,83,116,114,105,110,103,46,114,101,112,108,97,99,101,40,41,32,99,97,108,108,101,100,46,34,41,59,125,10,105,102,40,97,114,103,117,109,101,110,116,115,91,48,93,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,65,114,114,97,121,41,123,118,97,114,32,114,101,115,117,108,116,61,91,93,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,97,114,103,117,109,101,110,116,115,91,48,93,46,108,101,110,103,116,104,59,105,43,43,41,123,114,101,115,117,108,116,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,48,93,91,105,93,46,114,101,112,108,97,99,101,40,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,41,59,125,10,114,101,116,117,114,110,32,114,101,115,117,108,116,46,106,111,105,110,40,39,44,39,41,59,125,101,108,115,101,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,91,48,93,46,114,101,112,108,97,99,101,40,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,59,125,125,59,100,111,99,117,109,101,110,116,46,95,95,100,101,102,105,110,101,71,101,116,116,101,114,95,95,40,34,99,111,110,116,101,110,116,84,121,112,101,34,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,73,69,69,109,117,108,97,116,111,114,58,32,99,111,110,116,101,110,116,84,121,112,101,32,103,101,116,116,101,114,32,99,97,108,108,101,100,46,34,41,59,125,10,114,101,116,117,114,110,34,116,101,120,116,47,104,116,109,108,34,59,125,41,59,105,102,40,73,69,69,109,117,108,97,116,111,114,79,112,116,105,111,110,115,91,39,108,111,103,67,111,110,115,111,108,101,39,93,41,123,99,111,110,115,111,108,101,46,108,111,103,40,39,73,69,32,74,83,32,69,109,117,108,97,116,111,114,32,108,111,97,100,101,100,46,39,41,59,125,125,41,40,41,59,10,47,47,32,115,113,117,101,101,122,101,100,32,111,117,116,32,52,48,37,10));
/*
// Loading options from the background page slows it down, because it's asynchornous;
// see bug: http://code.google.com/p/chromium/issues/detail?id=54257
chrome.extension.sendRequest({method: "getOptions"}, function(options) {
function toBool(boolstr) {
return boolstr === 'true';
};
var headElement = document.getElementsByTagName('head')[0];
if(!options) {
options = {};
options['emulatorEnabled'] = 'true';
options['browserSpoofing'] = 'true';
options['logConsole'] = 'true';
}
// Only inject if it's enabled through options
if(toBool(options['emulatorEnabled'])) {
// First inject options that have been selected:
var s = document.createElement('script');
s.type = "text/javascript";
var optionsScript = "IEEmulatorOptions = {};"
for(var o in options) {
if(options.hasOwnProperty(o)) {
optionsScript += "IEEmulatorOptions['" + o + "'] = "
// check if it's a string or bool:
+ ((options[o] === 'true' || options[o] === 'false') ? options[o] : '"' + options[o] + '"')
+ ";";
}
}
s.innerHTML = optionsScript;
if(headElement.childNodes.length === 0) {
headElement.appendChild(s);
} else {
headElement.insertBefore(s, headElement.childNodes[0]);
}
// Now inject all other necessary scripts:
injectJS([chrome.extension.getURL('ie-jsemulator.js')]);
}
});
*/