har 0.0.1.dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. data/.gitignore +4 -0
  2. data/.rspec +1 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +24 -0
  5. data/README.mdown +36 -0
  6. data/Rakefile +28 -0
  7. data/bin/har +4 -0
  8. data/har.gemspec +27 -0
  9. data/lib/har.rb +32 -0
  10. data/lib/har/archive.rb +135 -0
  11. data/lib/har/page.rb +19 -0
  12. data/lib/har/schema_type.rb +78 -0
  13. data/lib/har/schemas/browserType +19 -0
  14. data/lib/har/schemas/cacheEntryType +25 -0
  15. data/lib/har/schemas/cacheType +15 -0
  16. data/lib/har/schemas/contentType +26 -0
  17. data/lib/har/schemas/cookieType +32 -0
  18. data/lib/har/schemas/creatorType +18 -0
  19. data/lib/har/schemas/entryType +46 -0
  20. data/lib/har/schemas/logType +40 -0
  21. data/lib/har/schemas/pageTimingsType +17 -0
  22. data/lib/har/schemas/pageType +29 -0
  23. data/lib/har/schemas/postDataType +38 -0
  24. data/lib/har/schemas/recordType +17 -0
  25. data/lib/har/schemas/requestType +53 -0
  26. data/lib/har/schemas/responseType +51 -0
  27. data/lib/har/schemas/timingsType +43 -0
  28. data/lib/har/serializable.rb +22 -0
  29. data/lib/har/version.rb +3 -0
  30. data/lib/har/viewer.rb +99 -0
  31. data/lib/har/viewer/css/SyntaxHighlighter.css +1 -0
  32. data/lib/har/viewer/css/aboutTab.css +1 -0
  33. data/lib/har/viewer/css/domTab.css +1 -0
  34. data/lib/har/viewer/css/domTree.css +1 -0
  35. data/lib/har/viewer/css/harPreview.css +1 -0
  36. data/lib/har/viewer/css/harView.css +1 -0
  37. data/lib/har/viewer/css/harViewer.css +1 -0
  38. data/lib/har/viewer/css/homeTab.css +1 -0
  39. data/lib/har/viewer/css/images/ajax-loader.gif +0 -0
  40. data/lib/har/viewer/css/images/bg-button.gif +0 -0
  41. data/lib/har/viewer/css/images/blank.gif +0 -0
  42. data/lib/har/viewer/css/images/button-background.png +0 -0
  43. data/lib/har/viewer/css/images/checkmark.gif +0 -0
  44. data/lib/har/viewer/css/images/checkmark.png +0 -0
  45. data/lib/har/viewer/css/images/close-sprites.png +0 -0
  46. data/lib/har/viewer/css/images/contextMenuTarget.png +0 -0
  47. data/lib/har/viewer/css/images/contextMenuTargetHover.png +0 -0
  48. data/lib/har/viewer/css/images/download-sprites.png +0 -0
  49. data/lib/har/viewer/css/images/downloadButtons-aero.png +0 -0
  50. data/lib/har/viewer/css/images/group.gif +0 -0
  51. data/lib/har/viewer/css/images/loading_16.gif +0 -0
  52. data/lib/har/viewer/css/images/menu/Thumbs.db +0 -0
  53. data/lib/har/viewer/css/images/menu/shadowAlpha.png +0 -0
  54. data/lib/har/viewer/css/images/menu/tabMenuCheckbox.png +0 -0
  55. data/lib/har/viewer/css/images/menu/tabMenuPin.png +0 -0
  56. data/lib/har/viewer/css/images/menu/tabMenuRadio.png +0 -0
  57. data/lib/har/viewer/css/images/netBarBlocking.gif +0 -0
  58. data/lib/har/viewer/css/images/netBarBlocking2.gif +0 -0
  59. data/lib/har/viewer/css/images/netBarCached.gif +0 -0
  60. data/lib/har/viewer/css/images/netBarConnecting.gif +0 -0
  61. data/lib/har/viewer/css/images/netBarLoaded.gif +0 -0
  62. data/lib/har/viewer/css/images/netBarReceiving.gif +0 -0
  63. data/lib/har/viewer/css/images/netBarResolving.gif +0 -0
  64. data/lib/har/viewer/css/images/netBarResponded.gif +0 -0
  65. data/lib/har/viewer/css/images/netBarSending.gif +0 -0
  66. data/lib/har/viewer/css/images/netBarWaiting.gif +0 -0
  67. data/lib/har/viewer/css/images/page-timeline.png +0 -0
  68. data/lib/har/viewer/css/images/save.png +0 -0
  69. data/lib/har/viewer/css/images/spriteArrows.gif +0 -0
  70. data/lib/har/viewer/css/images/spriteArrows.png +0 -0
  71. data/lib/har/viewer/css/images/tabEnabled.png +0 -0
  72. data/lib/har/viewer/css/images/timeline-sprites.png +0 -0
  73. data/lib/har/viewer/css/images/tooltipConnectorUp.png +0 -0
  74. data/lib/har/viewer/css/images/twisty-sprites.png +0 -0
  75. data/lib/har/viewer/css/images/twistyClosed.png +0 -0
  76. data/lib/har/viewer/css/images/twistyOpen.png +0 -0
  77. data/lib/har/viewer/css/infoTip.css +1 -0
  78. data/lib/har/viewer/css/pageList.css +1 -0
  79. data/lib/har/viewer/css/pageStats.css +1 -0
  80. data/lib/har/viewer/css/pageTimeline.css +1 -0
  81. data/lib/har/viewer/css/popupMenu.css +1 -0
  82. data/lib/har/viewer/css/previewTab.css +1 -0
  83. data/lib/har/viewer/css/requestBody.css +1 -0
  84. data/lib/har/viewer/css/requestList.css +1 -0
  85. data/lib/har/viewer/css/schemaTab.css +1 -0
  86. data/lib/har/viewer/css/tabView.css +1 -0
  87. data/lib/har/viewer/css/toolTip.css +1 -0
  88. data/lib/har/viewer/css/toolbar.css +1 -0
  89. data/lib/har/viewer/css/xhrSpy.css +1 -0
  90. data/lib/har/viewer/index.html +13 -0
  91. data/lib/har/viewer/scripts/app.build.js +0 -0
  92. data/lib/har/viewer/scripts/core/cookies.js +2 -0
  93. data/lib/har/viewer/scripts/core/lib.js +23 -0
  94. data/lib/har/viewer/scripts/core/trace.js +26 -0
  95. data/lib/har/viewer/scripts/domplate/domTree.js +5 -0
  96. data/lib/har/viewer/scripts/domplate/domplate.js +263 -0
  97. data/lib/har/viewer/scripts/domplate/infoTip.js +4 -0
  98. data/lib/har/viewer/scripts/domplate/popupMenu.js +14 -0
  99. data/lib/har/viewer/scripts/domplate/tabView.js +6 -0
  100. data/lib/har/viewer/scripts/domplate/toolTip.js +3 -0
  101. data/lib/har/viewer/scripts/domplate/toolbar.js +3 -0
  102. data/lib/har/viewer/scripts/downloadify/LICENSE.txt +22 -0
  103. data/lib/har/viewer/scripts/downloadify/README.textile +89 -0
  104. data/lib/har/viewer/scripts/downloadify/js/downloadify.min.js +6 -0
  105. data/lib/har/viewer/scripts/downloadify/js/swfobject.js +18 -0
  106. data/lib/har/viewer/scripts/downloadify/media/downloadify.swf +0 -0
  107. data/lib/har/viewer/scripts/downloadify/src/Downloadify.as +162 -0
  108. data/lib/har/viewer/scripts/downloadify/src/downloadify.js +6 -0
  109. data/lib/har/viewer/scripts/excanvas/excanvas.js +21 -0
  110. data/lib/har/viewer/scripts/harPreview.js +149 -0
  111. data/lib/har/viewer/scripts/harViewer.js +244 -0
  112. data/lib/har/viewer/scripts/jquery-plugins/jquery.json.js +6 -0
  113. data/lib/har/viewer/scripts/nls/harViewer.js +1 -0
  114. data/lib/har/viewer/scripts/nls/homeTab.js +1 -0
  115. data/lib/har/viewer/scripts/nls/pageStats.js +2 -0
  116. data/lib/har/viewer/scripts/nls/pageTimeline.js +1 -0
  117. data/lib/har/viewer/scripts/nls/previewTab.js +1 -0
  118. data/lib/har/viewer/scripts/nls/requestBody.js +1 -0
  119. data/lib/har/viewer/scripts/nls/requestList.js +2 -0
  120. data/lib/har/viewer/scripts/preview/harModel.js +7 -0
  121. data/lib/har/viewer/scripts/preview/harSchema.js +308 -0
  122. data/lib/har/viewer/scripts/preview/jsonSchema.js +7 -0
  123. data/lib/har/viewer/scripts/preview/pageList.js +4 -0
  124. data/lib/har/viewer/scripts/preview/ref.js +5 -0
  125. data/lib/har/viewer/scripts/preview/requestBody.js +11 -0
  126. data/lib/har/viewer/scripts/preview/requestList.js +27 -0
  127. data/lib/har/viewer/scripts/requireplugins-jquery-1.4.2.js +204 -0
  128. data/lib/har/viewer/scripts/syntax-highlighter/README.txt +9 -0
  129. data/lib/har/viewer/scripts/syntax-highlighter/shCore.js +20 -0
  130. data/lib/har/viewer/scripts/tabs/aboutTab.html +93 -0
  131. data/lib/har/viewer/scripts/tabs/aboutTab.js +2 -0
  132. data/lib/har/viewer/scripts/tabs/domTab.js +1 -0
  133. data/lib/har/viewer/scripts/tabs/homeTab.html +34 -0
  134. data/lib/har/viewer/scripts/tabs/homeTab.js +5 -0
  135. data/lib/har/viewer/scripts/tabs/pageStats.js +14 -0
  136. data/lib/har/viewer/scripts/tabs/pageTimeline.js +10 -0
  137. data/lib/har/viewer/scripts/tabs/previewTab.js +6 -0
  138. data/lib/har/viewer/scripts/tabs/schemaTab.js +2 -0
  139. data/lib/har/viewer/scripts/xhr-spy/spy.js +2 -0
  140. data/lib/har/viewer/scripts/xhr-spy/spy.php +13 -0
  141. data/lib/har/viewer/scripts/xhr-spy/xhr.js +6 -0
  142. data/lib/har/viewer/scripts/xhr-spy/xhrSpyBookmarklet.js +1 -0
  143. data/schema.json +201 -0
  144. data/spec/fixtures/entry1.json +124 -0
  145. data/spec/fixtures/hars/bad.har +2563 -0
  146. data/spec/fixtures/hars/browser-blocking-time.har +2567 -0
  147. data/spec/fixtures/hars/google.com.har +612 -0
  148. data/spec/fixtures/hars/inline-scripts-block.har +1066 -0
  149. data/spec/fixtures/hars/softwareishard.com.har +5323 -0
  150. data/spec/har/archive_spec.rb +130 -0
  151. data/spec/har/entry_spec.rb +16 -0
  152. data/spec/har/page_spec.rb +24 -0
  153. data/spec/har/viewer_spec.rb +17 -0
  154. data/spec/spec_helper.rb +34 -0
  155. metadata +283 -0
@@ -0,0 +1,2567 @@
1
+ {
2
+ "log": {
3
+ "version": "1.1",
4
+ "creator": {
5
+ "name": "Firebug",
6
+ "version": "1.5X.0b8"
7
+ },
8
+ "browser": {
9
+ "name": "Firefox",
10
+ "version": "3.6b6pre"
11
+ },
12
+ "pages": [
13
+ {
14
+ "startedDateTime": "2010-01-02T15:39:42.040+01:00",
15
+ "id": "page_7689",
16
+ "title": "Cuzillion",
17
+ "pageTimings": {
18
+ "onContentLoad": 531,
19
+ "onLoad": 5176
20
+ },
21
+ "comment": "Default limit on number of concurrent requests was set to 6 in this case. See the 7th and 8th request (click this bar to see the list of requests), these were blocked till the first and second finished."
22
+ },
23
+ {
24
+ "startedDateTime": "2010-01-02T16:40:21.935+01:00",
25
+ "id": "page_12043",
26
+ "title": "Cuzillion",
27
+ "pageTimings": {
28
+ "onContentLoad": 530,
29
+ "onLoad": 9591
30
+ },
31
+ "comment": "The limit was set to 2 for this test case."
32
+ }
33
+ ],
34
+ "entries": [
35
+ {
36
+ "pageref": "page_7689",
37
+ "startedDateTime": "2010-01-02T15:39:42.040+01:00",
38
+ "time": 440,
39
+ "request": {
40
+ "method": "GET",
41
+ "url": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277",
42
+ "httpVersion": "HTTP/1.1",
43
+ "cookies": [
44
+ ],
45
+ "headers": [
46
+ {
47
+ "name": "Host",
48
+ "value": "stevesouders.com"
49
+ },
50
+ {
51
+ "name": "User-Agent",
52
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
53
+ },
54
+ {
55
+ "name": "Accept",
56
+ "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
57
+ },
58
+ {
59
+ "name": "Accept-Language",
60
+ "value": "en-us,en;q=0.5"
61
+ },
62
+ {
63
+ "name": "Accept-Encoding",
64
+ "value": "gzip,deflate"
65
+ },
66
+ {
67
+ "name": "Accept-Charset",
68
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
69
+ },
70
+ {
71
+ "name": "Keep-Alive",
72
+ "value": "115"
73
+ },
74
+ {
75
+ "name": "Connection",
76
+ "value": "keep-alive"
77
+ }
78
+ ],
79
+ "queryString": [
80
+ {
81
+ "name": "c0",
82
+ "value": "bi1hfff2_0_f"
83
+ },
84
+ {
85
+ "name": "c1",
86
+ "value": "bi1hfff2_0_f"
87
+ },
88
+ {
89
+ "name": "c2",
90
+ "value": "bi1hfff2_0_f"
91
+ },
92
+ {
93
+ "name": "c3",
94
+ "value": "bi1hfff2_0_f"
95
+ },
96
+ {
97
+ "name": "c4",
98
+ "value": "bi1hfff2_0_f"
99
+ },
100
+ {
101
+ "name": "c5",
102
+ "value": "bi1hfff2_0_f"
103
+ },
104
+ {
105
+ "name": "c6",
106
+ "value": "bi1hfff2_0_f"
107
+ },
108
+ {
109
+ "name": "c7",
110
+ "value": "bi1hfff2_0_f"
111
+ },
112
+ {
113
+ "name": "t",
114
+ "value": "1258547264277"
115
+ }
116
+ ],
117
+ "headersSize": 552,
118
+ "bodySize": -1
119
+ },
120
+ "response": {
121
+ "status": 200,
122
+ "statusText": "OK",
123
+ "httpVersion": "HTTP/1.1",
124
+ "cookies": [
125
+ ],
126
+ "headers": [
127
+ {
128
+ "name": "Date",
129
+ "value": "Sat, 02 Jan 2010 14:39:47 GMT"
130
+ },
131
+ {
132
+ "name": "Server",
133
+ "value": "Apache"
134
+ },
135
+ {
136
+ "name": "X-Powered-By",
137
+ "value": "PHP/5.2.3"
138
+ },
139
+ {
140
+ "name": "Vary",
141
+ "value": "Accept-Encoding"
142
+ },
143
+ {
144
+ "name": "Content-Encoding",
145
+ "value": "gzip"
146
+ },
147
+ {
148
+ "name": "Content-Length",
149
+ "value": "2439"
150
+ },
151
+ {
152
+ "name": "Keep-Alive",
153
+ "value": "timeout=2, max=100"
154
+ },
155
+ {
156
+ "name": "Connection",
157
+ "value": "Keep-Alive"
158
+ },
159
+ {
160
+ "name": "Content-Type",
161
+ "value": "text/html"
162
+ }
163
+ ],
164
+ "content": {
165
+ "size": 11576,
166
+ "mimeType": "text/html",
167
+ "text": "\n<script>\nvar gTop = Number(new Date());\nvar gScriptMsg = \"\";\nfunction cuz_addHandler(elem, sType, fn, capture) {\n capture = (capture) ? true : false;\n if (elem.addEventListener) {\n elem.addEventListener(sType, fn, capture);\n }\n else if (elem.attachEvent) {\n elem.attachEvent(\"on\" + sType, fn);\n }\n else {\n // Netscape 4\n if ( elem[\"on\" + sType] ) {\n // Do nothing - we don't want to overwrite an existing handler.\n }\n else {\n elem[\"on\" + sType] = fn;\n }\n }\n}\nfunction doOnload() {\n\tvar end = Number(new Date());\n document.getElementById('loadtime').innerHTML = 'page load time: ' + (end - gTop) + ' ms';\n\tif ( gScriptMsg && document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += gScriptMsg;\n\t}\n}\ncuz_addHandler(window, 'load', doOnload);\nvar gbEnabled = false;\nfunction enableEdit() {\n\tif ( gbEnabled ) return;\n\tgbEnabled = true;\n\taddStylesheet('cuzillion.1.1.css');\n\taddScript('cuzillion.1.5.js');\n}\nfunction addStylesheet(url) {\n\tvar stylesheet = document.createElement('link');\n\tstylesheet.rel = 'stylesheet';\n\tstylesheet.type = 'text/css';\n\tstylesheet.href = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(stylesheet);\n}\nfunction addScript(url) {\n\tvar script = document.createElement('script');\n\tscript.src = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(script);\n}\nfunction scriptSleepOnload(sUrl) {\n\tvar now = Number(new Date());\n\tvar msg = \"<nobr>\" + (now - gTop) + \"ms: \\\"\" + sUrl + \"\\\" done</nobr>\\n\";\n\tif ( document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += msg;\n\t}\n\telse {\n\t\tgScriptMsg += msg;\n\t}\n}\nfunction reloadPage(url) {\n\tdocument.body.innerHTML = '';\n\tdocument.location = url;\n}\nfunction cleanText(sText) {\n return sText.replace(/<.*?>/g, '');\n}\n</script>\n<html>\n<head>\n<title>Cuzillion</title>\n<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n<!--\nCopyright 2008 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n</head>\n\n<body style='margin: 0px; padding: 0px; font-family: \"Trebuchet MS\", \"Bitstream Vera Serif\", Utopia, \"Times New Roman\", times, serif;'>\n\n<div style=\"background: #333; color: white; padding: 8px;\">\n <div style=\"float:right; margin-top: 2px;\">\n <a href=\"help.php#examples\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Examples</a>&nbsp;|&nbsp;<a href=\"help.php\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Help</a><br><a href=\"http://stevesouders.com/\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">stevesouders.com</a>\n </div>\n <font style=\"font-size: 2em; font-weight: bold; margin-right: 10px;\"><a href=\".\" style=\"color:white; text-decoration: none;\"><img border=0 src=\"logo-32x32.gif\">&nbsp;Cuzillion</a></font><i>'cuz there are a zillion pages to check</i>\n</div>\n\n<div id=content style=\"margin: 8px;\">\n\n\n<!-- begin resources for inbody -->\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262443187'>\n\n<!-- end resources for inbody -->\n\n<div id=floattray style=\"float: left; width: 170px; margin-right: 30px;\">\n <div id=step1text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=comptray>\n &nbsp;\n </div>\n</div>\n\n<div id=pageavatar style=\"float: left; width: 310px; margin-right: 30px;\">\n <div id=step2text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div style=\"background: #CCC; border: 1px solid black; \">\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HTML&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HEAD&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inhead></ul>\n\t <div id=inheadTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HEAD&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;BODY&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inbody><li onclick='enableEdit()' id='acomp1' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp1Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp2' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp2Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp3' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp3Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp4' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp4Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp5' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp5Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp6' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp6Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp7' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp7Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp8' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp8Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n</ul>\n\t <div id=inbodyTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/BODY&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HTML&gt;</code>\n </div>\n <div id=loadtime style=\"text-align: left; margin-top: 10px;\"></div>\n <div id=loadedscripts style=\"text-align: left; margin-top: 10px; width: 300px; font-size: 0.9em;\"></div>\n</div> <!-- end pageavatar -->\n\n<div style=\"position: absolute; left: 560px;\">\n <div id=step3text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=pagesubmit style=\"text-align: left;\">\n<nobr>\n<input type=button value=\"Edit\" onclick=\"enableEdit()\">&nbsp;&nbsp;\n<input type=button value=\"Reload\" onclick=\"reloadPage('/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1262443187')\">&nbsp;&nbsp;\n<input type=button value=\"Clear\" onclick=\"document.location='.'\">&nbsp;&nbsp;\n</nobr>\n </div>\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div> <!-- content -->\n\n\n\n</body>\n\n</html>\n"
168
+ },
169
+ "redirectURL": "",
170
+ "headersSize": 247,
171
+ "bodySize": 2439
172
+ },
173
+ "cache": {
174
+ },
175
+ "timings": {
176
+ "dns": 0,
177
+ "connect": 186,
178
+ "blocked": 1,
179
+ "send": 0,
180
+ "wait": 253,
181
+ "receive": 0
182
+ }
183
+ },
184
+ {
185
+ "pageref": "page_7689",
186
+ "startedDateTime": "2010-01-02T15:39:42.513+01:00",
187
+ "time": 2405,
188
+ "request": {
189
+ "method": "GET",
190
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262443187",
191
+ "httpVersion": "HTTP/1.1",
192
+ "cookies": [
193
+ ],
194
+ "headers": [
195
+ {
196
+ "name": "Host",
197
+ "value": "1.cuzillion.com"
198
+ },
199
+ {
200
+ "name": "User-Agent",
201
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
202
+ },
203
+ {
204
+ "name": "Accept",
205
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
206
+ },
207
+ {
208
+ "name": "Accept-Language",
209
+ "value": "en-us,en;q=0.5"
210
+ },
211
+ {
212
+ "name": "Accept-Encoding",
213
+ "value": "gzip,deflate"
214
+ },
215
+ {
216
+ "name": "Accept-Charset",
217
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
218
+ },
219
+ {
220
+ "name": "Keep-Alive",
221
+ "value": "115"
222
+ },
223
+ {
224
+ "name": "Connection",
225
+ "value": "keep-alive"
226
+ },
227
+ {
228
+ "name": "Referer",
229
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
230
+ }
231
+ ],
232
+ "queryString": [
233
+ {
234
+ "name": "n",
235
+ "value": "1"
236
+ },
237
+ {
238
+ "name": "sleep",
239
+ "value": "2"
240
+ },
241
+ {
242
+ "name": "t",
243
+ "value": "1262443187"
244
+ },
245
+ {
246
+ "name": "type",
247
+ "value": "gif"
248
+ }
249
+ ],
250
+ "headersSize": 606,
251
+ "bodySize": -1
252
+ },
253
+ "response": {
254
+ "status": 200,
255
+ "statusText": "OK",
256
+ "httpVersion": "HTTP/1.1",
257
+ "cookies": [
258
+ ],
259
+ "headers": [
260
+ {
261
+ "name": "Date",
262
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
263
+ },
264
+ {
265
+ "name": "Server",
266
+ "value": "Apache"
267
+ },
268
+ {
269
+ "name": "Expires",
270
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
271
+ },
272
+ {
273
+ "name": "Cache-Control",
274
+ "value": "public, max-age=2592000"
275
+ },
276
+ {
277
+ "name": "Last-Modified",
278
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
279
+ },
280
+ {
281
+ "name": "Content-Length",
282
+ "value": "1525"
283
+ },
284
+ {
285
+ "name": "Keep-Alive",
286
+ "value": "timeout=2, max=100"
287
+ },
288
+ {
289
+ "name": "Connection",
290
+ "value": "Keep-Alive"
291
+ },
292
+ {
293
+ "name": "Content-Type",
294
+ "value": "image/gif"
295
+ }
296
+ ],
297
+ "content": {
298
+ "size": 1525,
299
+ "mimeType": "image/gif"
300
+ },
301
+ "redirectURL": "",
302
+ "headersSize": 301,
303
+ "bodySize": 1525
304
+ },
305
+ "cache": {
306
+ },
307
+ "timings": {
308
+ "dns": 0,
309
+ "connect": 185,
310
+ "blocked": 0,
311
+ "send": 0,
312
+ "wait": 2220,
313
+ "receive": 0
314
+ }
315
+ },
316
+ {
317
+ "pageref": "page_7689",
318
+ "startedDateTime": "2010-01-02T15:39:42.515+01:00",
319
+ "time": 2490,
320
+ "request": {
321
+ "method": "GET",
322
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262443187",
323
+ "httpVersion": "HTTP/1.1",
324
+ "cookies": [
325
+ ],
326
+ "headers": [
327
+ {
328
+ "name": "Host",
329
+ "value": "1.cuzillion.com"
330
+ },
331
+ {
332
+ "name": "User-Agent",
333
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
334
+ },
335
+ {
336
+ "name": "Accept",
337
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
338
+ },
339
+ {
340
+ "name": "Accept-Language",
341
+ "value": "en-us,en;q=0.5"
342
+ },
343
+ {
344
+ "name": "Accept-Encoding",
345
+ "value": "gzip,deflate"
346
+ },
347
+ {
348
+ "name": "Accept-Charset",
349
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
350
+ },
351
+ {
352
+ "name": "Keep-Alive",
353
+ "value": "115"
354
+ },
355
+ {
356
+ "name": "Connection",
357
+ "value": "keep-alive"
358
+ },
359
+ {
360
+ "name": "Referer",
361
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
362
+ }
363
+ ],
364
+ "queryString": [
365
+ {
366
+ "name": "n",
367
+ "value": "2"
368
+ },
369
+ {
370
+ "name": "sleep",
371
+ "value": "2"
372
+ },
373
+ {
374
+ "name": "t",
375
+ "value": "1262443187"
376
+ },
377
+ {
378
+ "name": "type",
379
+ "value": "gif"
380
+ }
381
+ ],
382
+ "headersSize": 606,
383
+ "bodySize": -1
384
+ },
385
+ "response": {
386
+ "status": 200,
387
+ "statusText": "OK",
388
+ "httpVersion": "HTTP/1.1",
389
+ "cookies": [
390
+ ],
391
+ "headers": [
392
+ {
393
+ "name": "Date",
394
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
395
+ },
396
+ {
397
+ "name": "Server",
398
+ "value": "Apache"
399
+ },
400
+ {
401
+ "name": "Expires",
402
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
403
+ },
404
+ {
405
+ "name": "Cache-Control",
406
+ "value": "public, max-age=2592000"
407
+ },
408
+ {
409
+ "name": "Last-Modified",
410
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
411
+ },
412
+ {
413
+ "name": "Keep-Alive",
414
+ "value": "timeout=2, max=100"
415
+ },
416
+ {
417
+ "name": "Connection",
418
+ "value": "Keep-Alive"
419
+ },
420
+ {
421
+ "name": "Transfer-Encoding",
422
+ "value": "chunked"
423
+ },
424
+ {
425
+ "name": "Content-Type",
426
+ "value": "image/gif"
427
+ }
428
+ ],
429
+ "content": {
430
+ "size": 492,
431
+ "mimeType": "image/gif"
432
+ },
433
+ "redirectURL": "",
434
+ "headersSize": 307,
435
+ "bodySize": 492
436
+ },
437
+ "cache": {
438
+ },
439
+ "timings": {
440
+ "dns": 0,
441
+ "connect": 187,
442
+ "blocked": 0,
443
+ "send": 0,
444
+ "wait": 2302,
445
+ "receive": 1
446
+ }
447
+ },
448
+ {
449
+ "pageref": "page_7689",
450
+ "startedDateTime": "2010-01-02T15:39:42.517+01:00",
451
+ "time": 2465,
452
+ "request": {
453
+ "method": "GET",
454
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262443187",
455
+ "httpVersion": "HTTP/1.1",
456
+ "cookies": [
457
+ ],
458
+ "headers": [
459
+ {
460
+ "name": "Host",
461
+ "value": "1.cuzillion.com"
462
+ },
463
+ {
464
+ "name": "User-Agent",
465
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
466
+ },
467
+ {
468
+ "name": "Accept",
469
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
470
+ },
471
+ {
472
+ "name": "Accept-Language",
473
+ "value": "en-us,en;q=0.5"
474
+ },
475
+ {
476
+ "name": "Accept-Encoding",
477
+ "value": "gzip,deflate"
478
+ },
479
+ {
480
+ "name": "Accept-Charset",
481
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
482
+ },
483
+ {
484
+ "name": "Keep-Alive",
485
+ "value": "115"
486
+ },
487
+ {
488
+ "name": "Connection",
489
+ "value": "keep-alive"
490
+ },
491
+ {
492
+ "name": "Referer",
493
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
494
+ }
495
+ ],
496
+ "queryString": [
497
+ {
498
+ "name": "n",
499
+ "value": "3"
500
+ },
501
+ {
502
+ "name": "sleep",
503
+ "value": "2"
504
+ },
505
+ {
506
+ "name": "t",
507
+ "value": "1262443187"
508
+ },
509
+ {
510
+ "name": "type",
511
+ "value": "gif"
512
+ }
513
+ ],
514
+ "headersSize": 606,
515
+ "bodySize": -1
516
+ },
517
+ "response": {
518
+ "status": 200,
519
+ "statusText": "OK",
520
+ "httpVersion": "HTTP/1.1",
521
+ "cookies": [
522
+ ],
523
+ "headers": [
524
+ {
525
+ "name": "Date",
526
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
527
+ },
528
+ {
529
+ "name": "Server",
530
+ "value": "Apache"
531
+ },
532
+ {
533
+ "name": "Expires",
534
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
535
+ },
536
+ {
537
+ "name": "Cache-Control",
538
+ "value": "public, max-age=2592000"
539
+ },
540
+ {
541
+ "name": "Last-Modified",
542
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
543
+ },
544
+ {
545
+ "name": "Content-Length",
546
+ "value": "1076"
547
+ },
548
+ {
549
+ "name": "Keep-Alive",
550
+ "value": "timeout=2, max=100"
551
+ },
552
+ {
553
+ "name": "Connection",
554
+ "value": "Keep-Alive"
555
+ },
556
+ {
557
+ "name": "Content-Type",
558
+ "value": "image/gif"
559
+ }
560
+ ],
561
+ "content": {
562
+ "size": 1076,
563
+ "mimeType": "image/gif"
564
+ },
565
+ "redirectURL": "",
566
+ "headersSize": 301,
567
+ "bodySize": 1076
568
+ },
569
+ "cache": {
570
+ },
571
+ "timings": {
572
+ "dns": 1,
573
+ "connect": 189,
574
+ "blocked": 1,
575
+ "send": 0,
576
+ "wait": 2274,
577
+ "receive": 0
578
+ }
579
+ },
580
+ {
581
+ "pageref": "page_7689",
582
+ "startedDateTime": "2010-01-02T15:39:42.519+01:00",
583
+ "time": 2446,
584
+ "request": {
585
+ "method": "GET",
586
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262443187",
587
+ "httpVersion": "HTTP/1.1",
588
+ "cookies": [
589
+ ],
590
+ "headers": [
591
+ {
592
+ "name": "Host",
593
+ "value": "1.cuzillion.com"
594
+ },
595
+ {
596
+ "name": "User-Agent",
597
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
598
+ },
599
+ {
600
+ "name": "Accept",
601
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
602
+ },
603
+ {
604
+ "name": "Accept-Language",
605
+ "value": "en-us,en;q=0.5"
606
+ },
607
+ {
608
+ "name": "Accept-Encoding",
609
+ "value": "gzip,deflate"
610
+ },
611
+ {
612
+ "name": "Accept-Charset",
613
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
614
+ },
615
+ {
616
+ "name": "Keep-Alive",
617
+ "value": "115"
618
+ },
619
+ {
620
+ "name": "Connection",
621
+ "value": "keep-alive"
622
+ },
623
+ {
624
+ "name": "Referer",
625
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
626
+ }
627
+ ],
628
+ "queryString": [
629
+ {
630
+ "name": "n",
631
+ "value": "4"
632
+ },
633
+ {
634
+ "name": "sleep",
635
+ "value": "2"
636
+ },
637
+ {
638
+ "name": "t",
639
+ "value": "1262443187"
640
+ },
641
+ {
642
+ "name": "type",
643
+ "value": "gif"
644
+ }
645
+ ],
646
+ "headersSize": 606,
647
+ "bodySize": -1
648
+ },
649
+ "response": {
650
+ "status": 200,
651
+ "statusText": "OK",
652
+ "httpVersion": "HTTP/1.1",
653
+ "cookies": [
654
+ ],
655
+ "headers": [
656
+ {
657
+ "name": "Date",
658
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
659
+ },
660
+ {
661
+ "name": "Server",
662
+ "value": "Apache"
663
+ },
664
+ {
665
+ "name": "Expires",
666
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
667
+ },
668
+ {
669
+ "name": "Cache-Control",
670
+ "value": "public, max-age=2592000"
671
+ },
672
+ {
673
+ "name": "Last-Modified",
674
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
675
+ },
676
+ {
677
+ "name": "Content-Length",
678
+ "value": "492"
679
+ },
680
+ {
681
+ "name": "Keep-Alive",
682
+ "value": "timeout=2, max=100"
683
+ },
684
+ {
685
+ "name": "Connection",
686
+ "value": "Keep-Alive"
687
+ },
688
+ {
689
+ "name": "Content-Type",
690
+ "value": "image/gif"
691
+ }
692
+ ],
693
+ "content": {
694
+ "size": 492,
695
+ "mimeType": "image/gif"
696
+ },
697
+ "redirectURL": "",
698
+ "headersSize": 300,
699
+ "bodySize": 492
700
+ },
701
+ "cache": {
702
+ },
703
+ "timings": {
704
+ "dns": 0,
705
+ "connect": 189,
706
+ "blocked": 1,
707
+ "send": 0,
708
+ "wait": 2256,
709
+ "receive": 0
710
+ }
711
+ },
712
+ {
713
+ "pageref": "page_7689",
714
+ "startedDateTime": "2010-01-02T15:39:42.521+01:00",
715
+ "time": 2454,
716
+ "request": {
717
+ "method": "GET",
718
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262443187",
719
+ "httpVersion": "HTTP/1.1",
720
+ "cookies": [
721
+ ],
722
+ "headers": [
723
+ {
724
+ "name": "Host",
725
+ "value": "1.cuzillion.com"
726
+ },
727
+ {
728
+ "name": "User-Agent",
729
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
730
+ },
731
+ {
732
+ "name": "Accept",
733
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
734
+ },
735
+ {
736
+ "name": "Accept-Language",
737
+ "value": "en-us,en;q=0.5"
738
+ },
739
+ {
740
+ "name": "Accept-Encoding",
741
+ "value": "gzip,deflate"
742
+ },
743
+ {
744
+ "name": "Accept-Charset",
745
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
746
+ },
747
+ {
748
+ "name": "Keep-Alive",
749
+ "value": "115"
750
+ },
751
+ {
752
+ "name": "Connection",
753
+ "value": "keep-alive"
754
+ },
755
+ {
756
+ "name": "Referer",
757
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
758
+ }
759
+ ],
760
+ "queryString": [
761
+ {
762
+ "name": "n",
763
+ "value": "5"
764
+ },
765
+ {
766
+ "name": "sleep",
767
+ "value": "2"
768
+ },
769
+ {
770
+ "name": "t",
771
+ "value": "1262443187"
772
+ },
773
+ {
774
+ "name": "type",
775
+ "value": "gif"
776
+ }
777
+ ],
778
+ "headersSize": 606,
779
+ "bodySize": -1
780
+ },
781
+ "response": {
782
+ "status": 200,
783
+ "statusText": "OK",
784
+ "httpVersion": "HTTP/1.1",
785
+ "cookies": [
786
+ ],
787
+ "headers": [
788
+ {
789
+ "name": "Date",
790
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
791
+ },
792
+ {
793
+ "name": "Server",
794
+ "value": "Apache"
795
+ },
796
+ {
797
+ "name": "Expires",
798
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
799
+ },
800
+ {
801
+ "name": "Cache-Control",
802
+ "value": "public, max-age=2592000"
803
+ },
804
+ {
805
+ "name": "Last-Modified",
806
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
807
+ },
808
+ {
809
+ "name": "Content-Length",
810
+ "value": "1525"
811
+ },
812
+ {
813
+ "name": "Keep-Alive",
814
+ "value": "timeout=2, max=100"
815
+ },
816
+ {
817
+ "name": "Connection",
818
+ "value": "Keep-Alive"
819
+ },
820
+ {
821
+ "name": "Content-Type",
822
+ "value": "image/gif"
823
+ }
824
+ ],
825
+ "content": {
826
+ "size": 1525,
827
+ "mimeType": "image/gif"
828
+ },
829
+ "redirectURL": "",
830
+ "headersSize": 301,
831
+ "bodySize": 1525
832
+ },
833
+ "cache": {
834
+ },
835
+ "timings": {
836
+ "dns": 0,
837
+ "connect": 194,
838
+ "blocked": 1,
839
+ "send": 0,
840
+ "wait": 2259,
841
+ "receive": 0
842
+ }
843
+ },
844
+ {
845
+ "pageref": "page_7689",
846
+ "startedDateTime": "2010-01-02T15:39:42.523+01:00",
847
+ "time": 2465,
848
+ "request": {
849
+ "method": "GET",
850
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262443187",
851
+ "httpVersion": "HTTP/1.1",
852
+ "cookies": [
853
+ ],
854
+ "headers": [
855
+ {
856
+ "name": "Host",
857
+ "value": "1.cuzillion.com"
858
+ },
859
+ {
860
+ "name": "User-Agent",
861
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
862
+ },
863
+ {
864
+ "name": "Accept",
865
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
866
+ },
867
+ {
868
+ "name": "Accept-Language",
869
+ "value": "en-us,en;q=0.5"
870
+ },
871
+ {
872
+ "name": "Accept-Encoding",
873
+ "value": "gzip,deflate"
874
+ },
875
+ {
876
+ "name": "Accept-Charset",
877
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
878
+ },
879
+ {
880
+ "name": "Keep-Alive",
881
+ "value": "115"
882
+ },
883
+ {
884
+ "name": "Connection",
885
+ "value": "keep-alive"
886
+ },
887
+ {
888
+ "name": "Referer",
889
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
890
+ }
891
+ ],
892
+ "queryString": [
893
+ {
894
+ "name": "n",
895
+ "value": "6"
896
+ },
897
+ {
898
+ "name": "sleep",
899
+ "value": "2"
900
+ },
901
+ {
902
+ "name": "t",
903
+ "value": "1262443187"
904
+ },
905
+ {
906
+ "name": "type",
907
+ "value": "gif"
908
+ }
909
+ ],
910
+ "headersSize": 606,
911
+ "bodySize": -1
912
+ },
913
+ "response": {
914
+ "status": 200,
915
+ "statusText": "OK",
916
+ "httpVersion": "HTTP/1.1",
917
+ "cookies": [
918
+ ],
919
+ "headers": [
920
+ {
921
+ "name": "Date",
922
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
923
+ },
924
+ {
925
+ "name": "Server",
926
+ "value": "Apache"
927
+ },
928
+ {
929
+ "name": "Expires",
930
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
931
+ },
932
+ {
933
+ "name": "Cache-Control",
934
+ "value": "public, max-age=2592000"
935
+ },
936
+ {
937
+ "name": "Last-Modified",
938
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
939
+ },
940
+ {
941
+ "name": "Content-Length",
942
+ "value": "1525"
943
+ },
944
+ {
945
+ "name": "Keep-Alive",
946
+ "value": "timeout=2, max=100"
947
+ },
948
+ {
949
+ "name": "Connection",
950
+ "value": "Keep-Alive"
951
+ },
952
+ {
953
+ "name": "Content-Type",
954
+ "value": "image/gif"
955
+ }
956
+ ],
957
+ "content": {
958
+ "size": 1525,
959
+ "mimeType": "image/gif"
960
+ },
961
+ "redirectURL": "",
962
+ "headersSize": 301,
963
+ "bodySize": 1525
964
+ },
965
+ "cache": {
966
+ },
967
+ "timings": {
968
+ "dns": 0,
969
+ "connect": 194,
970
+ "blocked": 1,
971
+ "send": 0,
972
+ "wait": 2270,
973
+ "receive": 0
974
+ }
975
+ },
976
+ {
977
+ "pageref": "page_7689",
978
+ "startedDateTime": "2010-01-02T15:39:42.525+01:00",
979
+ "time": 4610,
980
+ "request": {
981
+ "method": "GET",
982
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262443187",
983
+ "httpVersion": "HTTP/1.1",
984
+ "cookies": [
985
+ ],
986
+ "headers": [
987
+ {
988
+ "name": "Host",
989
+ "value": "1.cuzillion.com"
990
+ },
991
+ {
992
+ "name": "User-Agent",
993
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
994
+ },
995
+ {
996
+ "name": "Accept",
997
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
998
+ },
999
+ {
1000
+ "name": "Accept-Language",
1001
+ "value": "en-us,en;q=0.5"
1002
+ },
1003
+ {
1004
+ "name": "Accept-Encoding",
1005
+ "value": "gzip,deflate"
1006
+ },
1007
+ {
1008
+ "name": "Accept-Charset",
1009
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1010
+ },
1011
+ {
1012
+ "name": "Keep-Alive",
1013
+ "value": "115"
1014
+ },
1015
+ {
1016
+ "name": "Connection",
1017
+ "value": "keep-alive"
1018
+ },
1019
+ {
1020
+ "name": "Referer",
1021
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1022
+ }
1023
+ ],
1024
+ "queryString": [
1025
+ {
1026
+ "name": "n",
1027
+ "value": "7"
1028
+ },
1029
+ {
1030
+ "name": "sleep",
1031
+ "value": "2"
1032
+ },
1033
+ {
1034
+ "name": "t",
1035
+ "value": "1262443187"
1036
+ },
1037
+ {
1038
+ "name": "type",
1039
+ "value": "gif"
1040
+ }
1041
+ ],
1042
+ "headersSize": 606,
1043
+ "bodySize": -1
1044
+ },
1045
+ "response": {
1046
+ "status": 200,
1047
+ "statusText": "OK",
1048
+ "httpVersion": "HTTP/1.1",
1049
+ "cookies": [
1050
+ ],
1051
+ "headers": [
1052
+ {
1053
+ "name": "Date",
1054
+ "value": "Sat, 02 Jan 2010 14:39:50 GMT"
1055
+ },
1056
+ {
1057
+ "name": "Server",
1058
+ "value": "Apache"
1059
+ },
1060
+ {
1061
+ "name": "Expires",
1062
+ "value": "Mon, 01 Feb 2010 14:39:52 GMT"
1063
+ },
1064
+ {
1065
+ "name": "Cache-Control",
1066
+ "value": "public, max-age=2592000"
1067
+ },
1068
+ {
1069
+ "name": "Last-Modified",
1070
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1071
+ },
1072
+ {
1073
+ "name": "Content-Length",
1074
+ "value": "1076"
1075
+ },
1076
+ {
1077
+ "name": "Keep-Alive",
1078
+ "value": "timeout=2, max=99"
1079
+ },
1080
+ {
1081
+ "name": "Connection",
1082
+ "value": "Keep-Alive"
1083
+ },
1084
+ {
1085
+ "name": "Content-Type",
1086
+ "value": "image/gif"
1087
+ }
1088
+ ],
1089
+ "content": {
1090
+ "size": 1076,
1091
+ "mimeType": "image/gif"
1092
+ },
1093
+ "redirectURL": "",
1094
+ "headersSize": 300,
1095
+ "bodySize": 1076
1096
+ },
1097
+ "cache": {
1098
+ },
1099
+ "timings": {
1100
+ "dns": 0,
1101
+ "connect": 0,
1102
+ "blocked": 2394,
1103
+ "send": 0,
1104
+ "wait": 2216,
1105
+ "receive": 0
1106
+ }
1107
+ },
1108
+ {
1109
+ "pageref": "page_7689",
1110
+ "startedDateTime": "2010-01-02T15:39:42.526+01:00",
1111
+ "time": 4652,
1112
+ "request": {
1113
+ "method": "GET",
1114
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262443187",
1115
+ "httpVersion": "HTTP/1.1",
1116
+ "cookies": [
1117
+ ],
1118
+ "headers": [
1119
+ {
1120
+ "name": "Host",
1121
+ "value": "1.cuzillion.com"
1122
+ },
1123
+ {
1124
+ "name": "User-Agent",
1125
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1126
+ },
1127
+ {
1128
+ "name": "Accept",
1129
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1130
+ },
1131
+ {
1132
+ "name": "Accept-Language",
1133
+ "value": "en-us,en;q=0.5"
1134
+ },
1135
+ {
1136
+ "name": "Accept-Encoding",
1137
+ "value": "gzip,deflate"
1138
+ },
1139
+ {
1140
+ "name": "Accept-Charset",
1141
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1142
+ },
1143
+ {
1144
+ "name": "Keep-Alive",
1145
+ "value": "115"
1146
+ },
1147
+ {
1148
+ "name": "Connection",
1149
+ "value": "keep-alive"
1150
+ },
1151
+ {
1152
+ "name": "Referer",
1153
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1154
+ }
1155
+ ],
1156
+ "queryString": [
1157
+ {
1158
+ "name": "n",
1159
+ "value": "8"
1160
+ },
1161
+ {
1162
+ "name": "sleep",
1163
+ "value": "2"
1164
+ },
1165
+ {
1166
+ "name": "t",
1167
+ "value": "1262443187"
1168
+ },
1169
+ {
1170
+ "name": "type",
1171
+ "value": "gif"
1172
+ }
1173
+ ],
1174
+ "headersSize": 606,
1175
+ "bodySize": -1
1176
+ },
1177
+ "response": {
1178
+ "status": 200,
1179
+ "statusText": "OK",
1180
+ "httpVersion": "HTTP/1.1",
1181
+ "cookies": [
1182
+ ],
1183
+ "headers": [
1184
+ {
1185
+ "name": "Date",
1186
+ "value": "Sat, 02 Jan 2010 14:39:50 GMT"
1187
+ },
1188
+ {
1189
+ "name": "Server",
1190
+ "value": "Apache"
1191
+ },
1192
+ {
1193
+ "name": "Expires",
1194
+ "value": "Mon, 01 Feb 2010 14:39:52 GMT"
1195
+ },
1196
+ {
1197
+ "name": "Cache-Control",
1198
+ "value": "public, max-age=2592000"
1199
+ },
1200
+ {
1201
+ "name": "Last-Modified",
1202
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1203
+ },
1204
+ {
1205
+ "name": "Content-Length",
1206
+ "value": "1076"
1207
+ },
1208
+ {
1209
+ "name": "Keep-Alive",
1210
+ "value": "timeout=2, max=99"
1211
+ },
1212
+ {
1213
+ "name": "Connection",
1214
+ "value": "Keep-Alive"
1215
+ },
1216
+ {
1217
+ "name": "Content-Type",
1218
+ "value": "image/gif"
1219
+ }
1220
+ ],
1221
+ "content": {
1222
+ "size": 1076,
1223
+ "mimeType": "image/gif"
1224
+ },
1225
+ "redirectURL": "",
1226
+ "headersSize": 300,
1227
+ "bodySize": 1076
1228
+ },
1229
+ "cache": {
1230
+ },
1231
+ "timings": {
1232
+ "dns": 0,
1233
+ "connect": 0,
1234
+ "blocked": 2439,
1235
+ "send": 0,
1236
+ "wait": 2213,
1237
+ "receive": 0
1238
+ }
1239
+ },
1240
+ {
1241
+ "pageref": "page_12043",
1242
+ "startedDateTime": "2010-01-02T16:40:21.935+01:00",
1243
+ "time": 438,
1244
+ "request": {
1245
+ "method": "GET",
1246
+ "url": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277",
1247
+ "httpVersion": "HTTP/1.1",
1248
+ "cookies": [
1249
+ ],
1250
+ "headers": [
1251
+ {
1252
+ "name": "Host",
1253
+ "value": "stevesouders.com"
1254
+ },
1255
+ {
1256
+ "name": "User-Agent",
1257
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1258
+ },
1259
+ {
1260
+ "name": "Accept",
1261
+ "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
1262
+ },
1263
+ {
1264
+ "name": "Accept-Language",
1265
+ "value": "en-us,en;q=0.5"
1266
+ },
1267
+ {
1268
+ "name": "Accept-Encoding",
1269
+ "value": "gzip,deflate"
1270
+ },
1271
+ {
1272
+ "name": "Accept-Charset",
1273
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1274
+ },
1275
+ {
1276
+ "name": "Keep-Alive",
1277
+ "value": "115"
1278
+ },
1279
+ {
1280
+ "name": "Connection",
1281
+ "value": "keep-alive"
1282
+ }
1283
+ ],
1284
+ "queryString": [
1285
+ {
1286
+ "name": "c0",
1287
+ "value": "bi1hfff2_0_f"
1288
+ },
1289
+ {
1290
+ "name": "c1",
1291
+ "value": "bi1hfff2_0_f"
1292
+ },
1293
+ {
1294
+ "name": "c2",
1295
+ "value": "bi1hfff2_0_f"
1296
+ },
1297
+ {
1298
+ "name": "c3",
1299
+ "value": "bi1hfff2_0_f"
1300
+ },
1301
+ {
1302
+ "name": "c4",
1303
+ "value": "bi1hfff2_0_f"
1304
+ },
1305
+ {
1306
+ "name": "c5",
1307
+ "value": "bi1hfff2_0_f"
1308
+ },
1309
+ {
1310
+ "name": "c6",
1311
+ "value": "bi1hfff2_0_f"
1312
+ },
1313
+ {
1314
+ "name": "c7",
1315
+ "value": "bi1hfff2_0_f"
1316
+ },
1317
+ {
1318
+ "name": "t",
1319
+ "value": "1258547264277"
1320
+ }
1321
+ ],
1322
+ "headersSize": 552,
1323
+ "bodySize": -1
1324
+ },
1325
+ "response": {
1326
+ "status": 200,
1327
+ "statusText": "OK",
1328
+ "httpVersion": "HTTP/1.1",
1329
+ "cookies": [
1330
+ ],
1331
+ "headers": [
1332
+ {
1333
+ "name": "Date",
1334
+ "value": "Sat, 02 Jan 2010 15:40:27 GMT"
1335
+ },
1336
+ {
1337
+ "name": "Server",
1338
+ "value": "Apache"
1339
+ },
1340
+ {
1341
+ "name": "X-Powered-By",
1342
+ "value": "PHP/5.2.3"
1343
+ },
1344
+ {
1345
+ "name": "Vary",
1346
+ "value": "Accept-Encoding"
1347
+ },
1348
+ {
1349
+ "name": "Content-Encoding",
1350
+ "value": "gzip"
1351
+ },
1352
+ {
1353
+ "name": "Content-Length",
1354
+ "value": "2439"
1355
+ },
1356
+ {
1357
+ "name": "Keep-Alive",
1358
+ "value": "timeout=2, max=100"
1359
+ },
1360
+ {
1361
+ "name": "Connection",
1362
+ "value": "Keep-Alive"
1363
+ },
1364
+ {
1365
+ "name": "Content-Type",
1366
+ "value": "text/html"
1367
+ }
1368
+ ],
1369
+ "content": {
1370
+ "size": 11576,
1371
+ "mimeType": "text/html",
1372
+ "text": "\n<script>\nvar gTop = Number(new Date());\nvar gScriptMsg = \"\";\nfunction cuz_addHandler(elem, sType, fn, capture) {\n capture = (capture) ? true : false;\n if (elem.addEventListener) {\n elem.addEventListener(sType, fn, capture);\n }\n else if (elem.attachEvent) {\n elem.attachEvent(\"on\" + sType, fn);\n }\n else {\n // Netscape 4\n if ( elem[\"on\" + sType] ) {\n // Do nothing - we don't want to overwrite an existing handler.\n }\n else {\n elem[\"on\" + sType] = fn;\n }\n }\n}\nfunction doOnload() {\n\tvar end = Number(new Date());\n document.getElementById('loadtime').innerHTML = 'page load time: ' + (end - gTop) + ' ms';\n\tif ( gScriptMsg && document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += gScriptMsg;\n\t}\n}\ncuz_addHandler(window, 'load', doOnload);\nvar gbEnabled = false;\nfunction enableEdit() {\n\tif ( gbEnabled ) return;\n\tgbEnabled = true;\n\taddStylesheet('cuzillion.1.1.css');\n\taddScript('cuzillion.1.5.js');\n}\nfunction addStylesheet(url) {\n\tvar stylesheet = document.createElement('link');\n\tstylesheet.rel = 'stylesheet';\n\tstylesheet.type = 'text/css';\n\tstylesheet.href = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(stylesheet);\n}\nfunction addScript(url) {\n\tvar script = document.createElement('script');\n\tscript.src = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(script);\n}\nfunction scriptSleepOnload(sUrl) {\n\tvar now = Number(new Date());\n\tvar msg = \"<nobr>\" + (now - gTop) + \"ms: \\\"\" + sUrl + \"\\\" done</nobr>\\n\";\n\tif ( document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += msg;\n\t}\n\telse {\n\t\tgScriptMsg += msg;\n\t}\n}\nfunction reloadPage(url) {\n\tdocument.body.innerHTML = '';\n\tdocument.location = url;\n}\nfunction cleanText(sText) {\n return sText.replace(/<.*?>/g, '');\n}\n</script>\n<html>\n<head>\n<title>Cuzillion</title>\n<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n<!--\nCopyright 2008 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n</head>\n\n<body style='margin: 0px; padding: 0px; font-family: \"Trebuchet MS\", \"Bitstream Vera Serif\", Utopia, \"Times New Roman\", times, serif;'>\n\n<div style=\"background: #333; color: white; padding: 8px;\">\n <div style=\"float:right; margin-top: 2px;\">\n <a href=\"help.php#examples\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Examples</a>&nbsp;|&nbsp;<a href=\"help.php\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Help</a><br><a href=\"http://stevesouders.com/\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">stevesouders.com</a>\n </div>\n <font style=\"font-size: 2em; font-weight: bold; margin-right: 10px;\"><a href=\".\" style=\"color:white; text-decoration: none;\"><img border=0 src=\"logo-32x32.gif\">&nbsp;Cuzillion</a></font><i>'cuz there are a zillion pages to check</i>\n</div>\n\n<div id=content style=\"margin: 8px;\">\n\n\n<!-- begin resources for inbody -->\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262446827'>\n\n<!-- end resources for inbody -->\n\n<div id=floattray style=\"float: left; width: 170px; margin-right: 30px;\">\n <div id=step1text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=comptray>\n &nbsp;\n </div>\n</div>\n\n<div id=pageavatar style=\"float: left; width: 310px; margin-right: 30px;\">\n <div id=step2text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div style=\"background: #CCC; border: 1px solid black; \">\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HTML&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HEAD&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inhead></ul>\n\t <div id=inheadTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HEAD&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;BODY&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inbody><li onclick='enableEdit()' id='acomp1' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp1Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp2' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp2Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp3' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp3Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp4' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp4Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp5' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp5Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp6' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp6Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp7' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp7Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp8' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp8Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n</ul>\n\t <div id=inbodyTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/BODY&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HTML&gt;</code>\n </div>\n <div id=loadtime style=\"text-align: left; margin-top: 10px;\"></div>\n <div id=loadedscripts style=\"text-align: left; margin-top: 10px; width: 300px; font-size: 0.9em;\"></div>\n</div> <!-- end pageavatar -->\n\n<div style=\"position: absolute; left: 560px;\">\n <div id=step3text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=pagesubmit style=\"text-align: left;\">\n<nobr>\n<input type=button value=\"Edit\" onclick=\"enableEdit()\">&nbsp;&nbsp;\n<input type=button value=\"Reload\" onclick=\"reloadPage('/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1262446827')\">&nbsp;&nbsp;\n<input type=button value=\"Clear\" onclick=\"document.location='.'\">&nbsp;&nbsp;\n</nobr>\n </div>\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div> <!-- content -->\n\n\n\n</body>\n\n</html>\n"
1373
+ },
1374
+ "redirectURL": "",
1375
+ "headersSize": 247,
1376
+ "bodySize": 2439
1377
+ },
1378
+ "cache": {
1379
+ },
1380
+ "timings": {
1381
+ "dns": 0,
1382
+ "connect": 183,
1383
+ "blocked": 0,
1384
+ "send": 0,
1385
+ "wait": 255,
1386
+ "receive": 0
1387
+ }
1388
+ },
1389
+ {
1390
+ "pageref": "page_12043",
1391
+ "startedDateTime": "2010-01-02T16:40:22.403+01:00",
1392
+ "time": 200,
1393
+ "request": {
1394
+ "method": "GET",
1395
+ "url": "http://stevesouders.com/cuzillion/logo-32x32.gif",
1396
+ "httpVersion": "HTTP/1.1",
1397
+ "cookies": [
1398
+ ],
1399
+ "headers": [
1400
+ {
1401
+ "name": "Host",
1402
+ "value": "stevesouders.com"
1403
+ },
1404
+ {
1405
+ "name": "User-Agent",
1406
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1407
+ },
1408
+ {
1409
+ "name": "Accept",
1410
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1411
+ },
1412
+ {
1413
+ "name": "Accept-Language",
1414
+ "value": "en-us,en;q=0.5"
1415
+ },
1416
+ {
1417
+ "name": "Accept-Encoding",
1418
+ "value": "gzip,deflate"
1419
+ },
1420
+ {
1421
+ "name": "Accept-Charset",
1422
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1423
+ },
1424
+ {
1425
+ "name": "Keep-Alive",
1426
+ "value": "115"
1427
+ },
1428
+ {
1429
+ "name": "Connection",
1430
+ "value": "keep-alive"
1431
+ },
1432
+ {
1433
+ "name": "Referer",
1434
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1435
+ }
1436
+ ],
1437
+ "queryString": [
1438
+ ],
1439
+ "headersSize": 581,
1440
+ "bodySize": -1
1441
+ },
1442
+ "response": {
1443
+ "status": 200,
1444
+ "statusText": "OK",
1445
+ "httpVersion": "HTTP/1.1",
1446
+ "cookies": [
1447
+ ],
1448
+ "headers": [
1449
+ {
1450
+ "name": "Date",
1451
+ "value": "Sat, 02 Jan 2010 15:40:27 GMT"
1452
+ },
1453
+ {
1454
+ "name": "Server",
1455
+ "value": "Apache"
1456
+ },
1457
+ {
1458
+ "name": "Last-Modified",
1459
+ "value": "Mon, 16 Nov 2009 20:19:20 GMT"
1460
+ },
1461
+ {
1462
+ "name": "Accept-Ranges",
1463
+ "value": "bytes"
1464
+ },
1465
+ {
1466
+ "name": "Content-Length",
1467
+ "value": "1057"
1468
+ },
1469
+ {
1470
+ "name": "Cache-Control",
1471
+ "value": "max-age=315360000"
1472
+ },
1473
+ {
1474
+ "name": "Expires",
1475
+ "value": "Tue, 31 Dec 2019 15:40:27 GMT"
1476
+ },
1477
+ {
1478
+ "name": "Keep-Alive",
1479
+ "value": "timeout=2, max=99"
1480
+ },
1481
+ {
1482
+ "name": "Connection",
1483
+ "value": "Keep-Alive"
1484
+ },
1485
+ {
1486
+ "name": "Content-Type",
1487
+ "value": "image/gif"
1488
+ }
1489
+ ],
1490
+ "content": {
1491
+ "size": 1057,
1492
+ "mimeType": "image/gif"
1493
+ },
1494
+ "redirectURL": "",
1495
+ "headersSize": 316,
1496
+ "bodySize": 1057
1497
+ },
1498
+ "cache": {
1499
+ },
1500
+ "timings": {
1501
+ "dns": 0,
1502
+ "connect": 0,
1503
+ "blocked": 0,
1504
+ "send": 0,
1505
+ "wait": 192,
1506
+ "receive": 8
1507
+ }
1508
+ },
1509
+ {
1510
+ "pageref": "page_12043",
1511
+ "startedDateTime": "2010-01-02T16:40:22.403+01:00",
1512
+ "time": 2437,
1513
+ "request": {
1514
+ "method": "GET",
1515
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262446827",
1516
+ "httpVersion": "HTTP/1.1",
1517
+ "cookies": [
1518
+ ],
1519
+ "headers": [
1520
+ {
1521
+ "name": "Host",
1522
+ "value": "1.cuzillion.com"
1523
+ },
1524
+ {
1525
+ "name": "User-Agent",
1526
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1527
+ },
1528
+ {
1529
+ "name": "Accept",
1530
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1531
+ },
1532
+ {
1533
+ "name": "Accept-Language",
1534
+ "value": "en-us,en;q=0.5"
1535
+ },
1536
+ {
1537
+ "name": "Accept-Encoding",
1538
+ "value": "gzip,deflate"
1539
+ },
1540
+ {
1541
+ "name": "Accept-Charset",
1542
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1543
+ },
1544
+ {
1545
+ "name": "Keep-Alive",
1546
+ "value": "115"
1547
+ },
1548
+ {
1549
+ "name": "Connection",
1550
+ "value": "keep-alive"
1551
+ },
1552
+ {
1553
+ "name": "Referer",
1554
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1555
+ }
1556
+ ],
1557
+ "queryString": [
1558
+ {
1559
+ "name": "n",
1560
+ "value": "1"
1561
+ },
1562
+ {
1563
+ "name": "sleep",
1564
+ "value": "2"
1565
+ },
1566
+ {
1567
+ "name": "t",
1568
+ "value": "1262446827"
1569
+ },
1570
+ {
1571
+ "name": "type",
1572
+ "value": "gif"
1573
+ }
1574
+ ],
1575
+ "headersSize": 606,
1576
+ "bodySize": -1
1577
+ },
1578
+ "response": {
1579
+ "status": 200,
1580
+ "statusText": "OK",
1581
+ "httpVersion": "HTTP/1.1",
1582
+ "cookies": [
1583
+ ],
1584
+ "headers": [
1585
+ {
1586
+ "name": "Date",
1587
+ "value": "Sat, 02 Jan 2010 15:40:28 GMT"
1588
+ },
1589
+ {
1590
+ "name": "Server",
1591
+ "value": "Apache"
1592
+ },
1593
+ {
1594
+ "name": "Expires",
1595
+ "value": "Mon, 01 Feb 2010 15:40:30 GMT"
1596
+ },
1597
+ {
1598
+ "name": "Cache-Control",
1599
+ "value": "public, max-age=2592000"
1600
+ },
1601
+ {
1602
+ "name": "Last-Modified",
1603
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1604
+ },
1605
+ {
1606
+ "name": "Content-Length",
1607
+ "value": "1076"
1608
+ },
1609
+ {
1610
+ "name": "Keep-Alive",
1611
+ "value": "timeout=2, max=100"
1612
+ },
1613
+ {
1614
+ "name": "Connection",
1615
+ "value": "Keep-Alive"
1616
+ },
1617
+ {
1618
+ "name": "Content-Type",
1619
+ "value": "image/gif"
1620
+ }
1621
+ ],
1622
+ "content": {
1623
+ "size": 1076,
1624
+ "mimeType": "image/gif"
1625
+ },
1626
+ "redirectURL": "",
1627
+ "headersSize": 301,
1628
+ "bodySize": 1076
1629
+ },
1630
+ "cache": {
1631
+ },
1632
+ "timings": {
1633
+ "dns": 2,
1634
+ "connect": 188,
1635
+ "blocked": 0,
1636
+ "send": 0,
1637
+ "wait": 2247,
1638
+ "receive": 0
1639
+ }
1640
+ },
1641
+ {
1642
+ "pageref": "page_12043",
1643
+ "startedDateTime": "2010-01-02T16:40:22.405+01:00",
1644
+ "time": 2418,
1645
+ "request": {
1646
+ "method": "GET",
1647
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262446827",
1648
+ "httpVersion": "HTTP/1.1",
1649
+ "cookies": [
1650
+ ],
1651
+ "headers": [
1652
+ {
1653
+ "name": "Host",
1654
+ "value": "1.cuzillion.com"
1655
+ },
1656
+ {
1657
+ "name": "User-Agent",
1658
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1659
+ },
1660
+ {
1661
+ "name": "Accept",
1662
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1663
+ },
1664
+ {
1665
+ "name": "Accept-Language",
1666
+ "value": "en-us,en;q=0.5"
1667
+ },
1668
+ {
1669
+ "name": "Accept-Encoding",
1670
+ "value": "gzip,deflate"
1671
+ },
1672
+ {
1673
+ "name": "Accept-Charset",
1674
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1675
+ },
1676
+ {
1677
+ "name": "Keep-Alive",
1678
+ "value": "115"
1679
+ },
1680
+ {
1681
+ "name": "Connection",
1682
+ "value": "keep-alive"
1683
+ },
1684
+ {
1685
+ "name": "Referer",
1686
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1687
+ }
1688
+ ],
1689
+ "queryString": [
1690
+ {
1691
+ "name": "n",
1692
+ "value": "2"
1693
+ },
1694
+ {
1695
+ "name": "sleep",
1696
+ "value": "2"
1697
+ },
1698
+ {
1699
+ "name": "t",
1700
+ "value": "1262446827"
1701
+ },
1702
+ {
1703
+ "name": "type",
1704
+ "value": "gif"
1705
+ }
1706
+ ],
1707
+ "headersSize": 606,
1708
+ "bodySize": -1
1709
+ },
1710
+ "response": {
1711
+ "status": 200,
1712
+ "statusText": "OK",
1713
+ "httpVersion": "HTTP/1.1",
1714
+ "cookies": [
1715
+ ],
1716
+ "headers": [
1717
+ {
1718
+ "name": "Date",
1719
+ "value": "Sat, 02 Jan 2010 15:40:28 GMT"
1720
+ },
1721
+ {
1722
+ "name": "Server",
1723
+ "value": "Apache"
1724
+ },
1725
+ {
1726
+ "name": "Expires",
1727
+ "value": "Mon, 01 Feb 2010 15:40:30 GMT"
1728
+ },
1729
+ {
1730
+ "name": "Cache-Control",
1731
+ "value": "public, max-age=2592000"
1732
+ },
1733
+ {
1734
+ "name": "Last-Modified",
1735
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1736
+ },
1737
+ {
1738
+ "name": "Content-Length",
1739
+ "value": "492"
1740
+ },
1741
+ {
1742
+ "name": "Keep-Alive",
1743
+ "value": "timeout=2, max=100"
1744
+ },
1745
+ {
1746
+ "name": "Connection",
1747
+ "value": "Keep-Alive"
1748
+ },
1749
+ {
1750
+ "name": "Content-Type",
1751
+ "value": "image/gif"
1752
+ }
1753
+ ],
1754
+ "content": {
1755
+ "size": 492,
1756
+ "mimeType": "image/gif"
1757
+ },
1758
+ "redirectURL": "",
1759
+ "headersSize": 300,
1760
+ "bodySize": 492
1761
+ },
1762
+ "cache": {
1763
+ },
1764
+ "timings": {
1765
+ "dns": 0,
1766
+ "connect": 190,
1767
+ "blocked": 3,
1768
+ "send": 0,
1769
+ "wait": 2225,
1770
+ "receive": 0
1771
+ }
1772
+ },
1773
+ {
1774
+ "pageref": "page_12043",
1775
+ "startedDateTime": "2010-01-02T16:40:22.405+01:00",
1776
+ "time": 4633,
1777
+ "request": {
1778
+ "method": "GET",
1779
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262446827",
1780
+ "httpVersion": "HTTP/1.1",
1781
+ "cookies": [
1782
+ ],
1783
+ "headers": [
1784
+ {
1785
+ "name": "Host",
1786
+ "value": "1.cuzillion.com"
1787
+ },
1788
+ {
1789
+ "name": "User-Agent",
1790
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1791
+ },
1792
+ {
1793
+ "name": "Accept",
1794
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1795
+ },
1796
+ {
1797
+ "name": "Accept-Language",
1798
+ "value": "en-us,en;q=0.5"
1799
+ },
1800
+ {
1801
+ "name": "Accept-Encoding",
1802
+ "value": "gzip,deflate"
1803
+ },
1804
+ {
1805
+ "name": "Accept-Charset",
1806
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1807
+ },
1808
+ {
1809
+ "name": "Keep-Alive",
1810
+ "value": "115"
1811
+ },
1812
+ {
1813
+ "name": "Connection",
1814
+ "value": "keep-alive"
1815
+ },
1816
+ {
1817
+ "name": "Referer",
1818
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1819
+ }
1820
+ ],
1821
+ "queryString": [
1822
+ {
1823
+ "name": "n",
1824
+ "value": "3"
1825
+ },
1826
+ {
1827
+ "name": "sleep",
1828
+ "value": "2"
1829
+ },
1830
+ {
1831
+ "name": "t",
1832
+ "value": "1262446827"
1833
+ },
1834
+ {
1835
+ "name": "type",
1836
+ "value": "gif"
1837
+ }
1838
+ ],
1839
+ "headersSize": 606,
1840
+ "bodySize": -1
1841
+ },
1842
+ "response": {
1843
+ "status": 200,
1844
+ "statusText": "OK",
1845
+ "httpVersion": "HTTP/1.1",
1846
+ "cookies": [
1847
+ ],
1848
+ "headers": [
1849
+ {
1850
+ "name": "Date",
1851
+ "value": "Sat, 02 Jan 2010 15:40:30 GMT"
1852
+ },
1853
+ {
1854
+ "name": "Server",
1855
+ "value": "Apache"
1856
+ },
1857
+ {
1858
+ "name": "Expires",
1859
+ "value": "Mon, 01 Feb 2010 15:40:32 GMT"
1860
+ },
1861
+ {
1862
+ "name": "Cache-Control",
1863
+ "value": "public, max-age=2592000"
1864
+ },
1865
+ {
1866
+ "name": "Last-Modified",
1867
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1868
+ },
1869
+ {
1870
+ "name": "Keep-Alive",
1871
+ "value": "timeout=2, max=99"
1872
+ },
1873
+ {
1874
+ "name": "Connection",
1875
+ "value": "Keep-Alive"
1876
+ },
1877
+ {
1878
+ "name": "Transfer-Encoding",
1879
+ "value": "chunked"
1880
+ },
1881
+ {
1882
+ "name": "Content-Type",
1883
+ "value": "image/gif"
1884
+ }
1885
+ ],
1886
+ "content": {
1887
+ "size": 1334,
1888
+ "mimeType": "image/gif"
1889
+ },
1890
+ "redirectURL": "",
1891
+ "headersSize": 306,
1892
+ "bodySize": 1334
1893
+ },
1894
+ "cache": {
1895
+ },
1896
+ "timings": {
1897
+ "dns": 0,
1898
+ "connect": 0,
1899
+ "blocked": 2418,
1900
+ "send": 0,
1901
+ "wait": 2215,
1902
+ "receive": 0
1903
+ }
1904
+ },
1905
+ {
1906
+ "pageref": "page_12043",
1907
+ "startedDateTime": "2010-01-02T16:40:22.408+01:00",
1908
+ "time": 4645,
1909
+ "request": {
1910
+ "method": "GET",
1911
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262446827",
1912
+ "httpVersion": "HTTP/1.1",
1913
+ "cookies": [
1914
+ ],
1915
+ "headers": [
1916
+ {
1917
+ "name": "Host",
1918
+ "value": "1.cuzillion.com"
1919
+ },
1920
+ {
1921
+ "name": "User-Agent",
1922
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1923
+ },
1924
+ {
1925
+ "name": "Accept",
1926
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1927
+ },
1928
+ {
1929
+ "name": "Accept-Language",
1930
+ "value": "en-us,en;q=0.5"
1931
+ },
1932
+ {
1933
+ "name": "Accept-Encoding",
1934
+ "value": "gzip,deflate"
1935
+ },
1936
+ {
1937
+ "name": "Accept-Charset",
1938
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1939
+ },
1940
+ {
1941
+ "name": "Keep-Alive",
1942
+ "value": "115"
1943
+ },
1944
+ {
1945
+ "name": "Connection",
1946
+ "value": "keep-alive"
1947
+ },
1948
+ {
1949
+ "name": "Referer",
1950
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1951
+ }
1952
+ ],
1953
+ "queryString": [
1954
+ {
1955
+ "name": "n",
1956
+ "value": "4"
1957
+ },
1958
+ {
1959
+ "name": "sleep",
1960
+ "value": "2"
1961
+ },
1962
+ {
1963
+ "name": "t",
1964
+ "value": "1262446827"
1965
+ },
1966
+ {
1967
+ "name": "type",
1968
+ "value": "gif"
1969
+ }
1970
+ ],
1971
+ "headersSize": 606,
1972
+ "bodySize": -1
1973
+ },
1974
+ "response": {
1975
+ "status": 200,
1976
+ "statusText": "OK",
1977
+ "httpVersion": "HTTP/1.1",
1978
+ "cookies": [
1979
+ ],
1980
+ "headers": [
1981
+ {
1982
+ "name": "Date",
1983
+ "value": "Sat, 02 Jan 2010 15:40:30 GMT"
1984
+ },
1985
+ {
1986
+ "name": "Server",
1987
+ "value": "Apache"
1988
+ },
1989
+ {
1990
+ "name": "Expires",
1991
+ "value": "Mon, 01 Feb 2010 15:40:32 GMT"
1992
+ },
1993
+ {
1994
+ "name": "Cache-Control",
1995
+ "value": "public, max-age=2592000"
1996
+ },
1997
+ {
1998
+ "name": "Last-Modified",
1999
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2000
+ },
2001
+ {
2002
+ "name": "Content-Length",
2003
+ "value": "1525"
2004
+ },
2005
+ {
2006
+ "name": "Keep-Alive",
2007
+ "value": "timeout=2, max=99"
2008
+ },
2009
+ {
2010
+ "name": "Connection",
2011
+ "value": "Keep-Alive"
2012
+ },
2013
+ {
2014
+ "name": "Content-Type",
2015
+ "value": "image/gif"
2016
+ }
2017
+ ],
2018
+ "content": {
2019
+ "size": 1525,
2020
+ "mimeType": "image/gif"
2021
+ },
2022
+ "redirectURL": "",
2023
+ "headersSize": 300,
2024
+ "bodySize": 1525
2025
+ },
2026
+ "cache": {
2027
+ },
2028
+ "timings": {
2029
+ "dns": 0,
2030
+ "connect": 0,
2031
+ "blocked": 2435,
2032
+ "send": 0,
2033
+ "wait": 2210,
2034
+ "receive": 0
2035
+ }
2036
+ },
2037
+ {
2038
+ "pageref": "page_12043",
2039
+ "startedDateTime": "2010-01-02T16:40:22.408+01:00",
2040
+ "time": 6845,
2041
+ "request": {
2042
+ "method": "GET",
2043
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262446827",
2044
+ "httpVersion": "HTTP/1.1",
2045
+ "cookies": [
2046
+ ],
2047
+ "headers": [
2048
+ {
2049
+ "name": "Host",
2050
+ "value": "1.cuzillion.com"
2051
+ },
2052
+ {
2053
+ "name": "User-Agent",
2054
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2055
+ },
2056
+ {
2057
+ "name": "Accept",
2058
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2059
+ },
2060
+ {
2061
+ "name": "Accept-Language",
2062
+ "value": "en-us,en;q=0.5"
2063
+ },
2064
+ {
2065
+ "name": "Accept-Encoding",
2066
+ "value": "gzip,deflate"
2067
+ },
2068
+ {
2069
+ "name": "Accept-Charset",
2070
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2071
+ },
2072
+ {
2073
+ "name": "Keep-Alive",
2074
+ "value": "115"
2075
+ },
2076
+ {
2077
+ "name": "Connection",
2078
+ "value": "keep-alive"
2079
+ },
2080
+ {
2081
+ "name": "Referer",
2082
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2083
+ }
2084
+ ],
2085
+ "queryString": [
2086
+ {
2087
+ "name": "n",
2088
+ "value": "5"
2089
+ },
2090
+ {
2091
+ "name": "sleep",
2092
+ "value": "2"
2093
+ },
2094
+ {
2095
+ "name": "t",
2096
+ "value": "1262446827"
2097
+ },
2098
+ {
2099
+ "name": "type",
2100
+ "value": "gif"
2101
+ }
2102
+ ],
2103
+ "headersSize": 606,
2104
+ "bodySize": -1
2105
+ },
2106
+ "response": {
2107
+ "status": 200,
2108
+ "statusText": "OK",
2109
+ "httpVersion": "HTTP/1.1",
2110
+ "cookies": [
2111
+ ],
2112
+ "headers": [
2113
+ {
2114
+ "name": "Date",
2115
+ "value": "Sat, 02 Jan 2010 15:40:32 GMT"
2116
+ },
2117
+ {
2118
+ "name": "Server",
2119
+ "value": "Apache"
2120
+ },
2121
+ {
2122
+ "name": "Expires",
2123
+ "value": "Mon, 01 Feb 2010 15:40:34 GMT"
2124
+ },
2125
+ {
2126
+ "name": "Cache-Control",
2127
+ "value": "public, max-age=2592000"
2128
+ },
2129
+ {
2130
+ "name": "Last-Modified",
2131
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2132
+ },
2133
+ {
2134
+ "name": "Content-Length",
2135
+ "value": "1076"
2136
+ },
2137
+ {
2138
+ "name": "Keep-Alive",
2139
+ "value": "timeout=2, max=98"
2140
+ },
2141
+ {
2142
+ "name": "Connection",
2143
+ "value": "Keep-Alive"
2144
+ },
2145
+ {
2146
+ "name": "Content-Type",
2147
+ "value": "image/gif"
2148
+ }
2149
+ ],
2150
+ "content": {
2151
+ "size": 1076,
2152
+ "mimeType": "image/gif"
2153
+ },
2154
+ "redirectURL": "",
2155
+ "headersSize": 300,
2156
+ "bodySize": 1076
2157
+ },
2158
+ "cache": {
2159
+ },
2160
+ "timings": {
2161
+ "dns": 0,
2162
+ "connect": 0,
2163
+ "blocked": 4630,
2164
+ "send": 0,
2165
+ "wait": 2215,
2166
+ "receive": 0
2167
+ }
2168
+ },
2169
+ {
2170
+ "pageref": "page_12043",
2171
+ "startedDateTime": "2010-01-02T16:40:22.410+01:00",
2172
+ "time": 6853,
2173
+ "request": {
2174
+ "method": "GET",
2175
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262446827",
2176
+ "httpVersion": "HTTP/1.1",
2177
+ "cookies": [
2178
+ ],
2179
+ "headers": [
2180
+ {
2181
+ "name": "Host",
2182
+ "value": "1.cuzillion.com"
2183
+ },
2184
+ {
2185
+ "name": "User-Agent",
2186
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2187
+ },
2188
+ {
2189
+ "name": "Accept",
2190
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2191
+ },
2192
+ {
2193
+ "name": "Accept-Language",
2194
+ "value": "en-us,en;q=0.5"
2195
+ },
2196
+ {
2197
+ "name": "Accept-Encoding",
2198
+ "value": "gzip,deflate"
2199
+ },
2200
+ {
2201
+ "name": "Accept-Charset",
2202
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2203
+ },
2204
+ {
2205
+ "name": "Keep-Alive",
2206
+ "value": "115"
2207
+ },
2208
+ {
2209
+ "name": "Connection",
2210
+ "value": "keep-alive"
2211
+ },
2212
+ {
2213
+ "name": "Referer",
2214
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2215
+ }
2216
+ ],
2217
+ "queryString": [
2218
+ {
2219
+ "name": "n",
2220
+ "value": "6"
2221
+ },
2222
+ {
2223
+ "name": "sleep",
2224
+ "value": "2"
2225
+ },
2226
+ {
2227
+ "name": "t",
2228
+ "value": "1262446827"
2229
+ },
2230
+ {
2231
+ "name": "type",
2232
+ "value": "gif"
2233
+ }
2234
+ ],
2235
+ "headersSize": 606,
2236
+ "bodySize": -1
2237
+ },
2238
+ "response": {
2239
+ "status": 200,
2240
+ "statusText": "OK",
2241
+ "httpVersion": "HTTP/1.1",
2242
+ "cookies": [
2243
+ ],
2244
+ "headers": [
2245
+ {
2246
+ "name": "Date",
2247
+ "value": "Sat, 02 Jan 2010 15:40:32 GMT"
2248
+ },
2249
+ {
2250
+ "name": "Server",
2251
+ "value": "Apache"
2252
+ },
2253
+ {
2254
+ "name": "Expires",
2255
+ "value": "Mon, 01 Feb 2010 15:40:34 GMT"
2256
+ },
2257
+ {
2258
+ "name": "Cache-Control",
2259
+ "value": "public, max-age=2592000"
2260
+ },
2261
+ {
2262
+ "name": "Last-Modified",
2263
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2264
+ },
2265
+ {
2266
+ "name": "Content-Length",
2267
+ "value": "1334"
2268
+ },
2269
+ {
2270
+ "name": "Keep-Alive",
2271
+ "value": "timeout=2, max=98"
2272
+ },
2273
+ {
2274
+ "name": "Connection",
2275
+ "value": "Keep-Alive"
2276
+ },
2277
+ {
2278
+ "name": "Content-Type",
2279
+ "value": "image/gif"
2280
+ }
2281
+ ],
2282
+ "content": {
2283
+ "size": 1334,
2284
+ "mimeType": "image/gif"
2285
+ },
2286
+ "redirectURL": "",
2287
+ "headersSize": 300,
2288
+ "bodySize": 1334
2289
+ },
2290
+ "cache": {
2291
+ },
2292
+ "timings": {
2293
+ "dns": 0,
2294
+ "connect": 0,
2295
+ "blocked": 4643,
2296
+ "send": 0,
2297
+ "wait": 2210,
2298
+ "receive": 0
2299
+ }
2300
+ },
2301
+ {
2302
+ "pageref": "page_12043",
2303
+ "startedDateTime": "2010-01-02T16:40:22.410+01:00",
2304
+ "time": 9055,
2305
+ "request": {
2306
+ "method": "GET",
2307
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262446827",
2308
+ "httpVersion": "HTTP/1.1",
2309
+ "cookies": [
2310
+ ],
2311
+ "headers": [
2312
+ {
2313
+ "name": "Host",
2314
+ "value": "1.cuzillion.com"
2315
+ },
2316
+ {
2317
+ "name": "User-Agent",
2318
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2319
+ },
2320
+ {
2321
+ "name": "Accept",
2322
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2323
+ },
2324
+ {
2325
+ "name": "Accept-Language",
2326
+ "value": "en-us,en;q=0.5"
2327
+ },
2328
+ {
2329
+ "name": "Accept-Encoding",
2330
+ "value": "gzip,deflate"
2331
+ },
2332
+ {
2333
+ "name": "Accept-Charset",
2334
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2335
+ },
2336
+ {
2337
+ "name": "Keep-Alive",
2338
+ "value": "115"
2339
+ },
2340
+ {
2341
+ "name": "Connection",
2342
+ "value": "keep-alive"
2343
+ },
2344
+ {
2345
+ "name": "Referer",
2346
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2347
+ }
2348
+ ],
2349
+ "queryString": [
2350
+ {
2351
+ "name": "n",
2352
+ "value": "7"
2353
+ },
2354
+ {
2355
+ "name": "sleep",
2356
+ "value": "2"
2357
+ },
2358
+ {
2359
+ "name": "t",
2360
+ "value": "1262446827"
2361
+ },
2362
+ {
2363
+ "name": "type",
2364
+ "value": "gif"
2365
+ }
2366
+ ],
2367
+ "headersSize": 606,
2368
+ "bodySize": -1
2369
+ },
2370
+ "response": {
2371
+ "status": 200,
2372
+ "statusText": "OK",
2373
+ "httpVersion": "HTTP/1.1",
2374
+ "cookies": [
2375
+ ],
2376
+ "headers": [
2377
+ {
2378
+ "name": "Date",
2379
+ "value": "Sat, 02 Jan 2010 15:40:34 GMT"
2380
+ },
2381
+ {
2382
+ "name": "Server",
2383
+ "value": "Apache"
2384
+ },
2385
+ {
2386
+ "name": "Expires",
2387
+ "value": "Mon, 01 Feb 2010 15:40:36 GMT"
2388
+ },
2389
+ {
2390
+ "name": "Cache-Control",
2391
+ "value": "public, max-age=2592000"
2392
+ },
2393
+ {
2394
+ "name": "Last-Modified",
2395
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2396
+ },
2397
+ {
2398
+ "name": "Content-Length",
2399
+ "value": "1334"
2400
+ },
2401
+ {
2402
+ "name": "Keep-Alive",
2403
+ "value": "timeout=2, max=97"
2404
+ },
2405
+ {
2406
+ "name": "Connection",
2407
+ "value": "Keep-Alive"
2408
+ },
2409
+ {
2410
+ "name": "Content-Type",
2411
+ "value": "image/gif"
2412
+ }
2413
+ ],
2414
+ "content": {
2415
+ "size": 1334,
2416
+ "mimeType": "image/gif"
2417
+ },
2418
+ "redirectURL": "",
2419
+ "headersSize": 300,
2420
+ "bodySize": 1334
2421
+ },
2422
+ "cache": {
2423
+ },
2424
+ "timings": {
2425
+ "dns": 0,
2426
+ "connect": 0,
2427
+ "blocked": 6843,
2428
+ "send": 0,
2429
+ "wait": 2212,
2430
+ "receive": 0
2431
+ }
2432
+ },
2433
+ {
2434
+ "pageref": "page_12043",
2435
+ "startedDateTime": "2010-01-02T16:40:22.413+01:00",
2436
+ "time": 9067,
2437
+ "request": {
2438
+ "method": "GET",
2439
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262446827",
2440
+ "httpVersion": "HTTP/1.1",
2441
+ "cookies": [
2442
+ ],
2443
+ "headers": [
2444
+ {
2445
+ "name": "Host",
2446
+ "value": "1.cuzillion.com"
2447
+ },
2448
+ {
2449
+ "name": "User-Agent",
2450
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2451
+ },
2452
+ {
2453
+ "name": "Accept",
2454
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2455
+ },
2456
+ {
2457
+ "name": "Accept-Language",
2458
+ "value": "en-us,en;q=0.5"
2459
+ },
2460
+ {
2461
+ "name": "Accept-Encoding",
2462
+ "value": "gzip,deflate"
2463
+ },
2464
+ {
2465
+ "name": "Accept-Charset",
2466
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2467
+ },
2468
+ {
2469
+ "name": "Keep-Alive",
2470
+ "value": "115"
2471
+ },
2472
+ {
2473
+ "name": "Connection",
2474
+ "value": "keep-alive"
2475
+ },
2476
+ {
2477
+ "name": "Referer",
2478
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2479
+ }
2480
+ ],
2481
+ "queryString": [
2482
+ {
2483
+ "name": "n",
2484
+ "value": "8"
2485
+ },
2486
+ {
2487
+ "name": "sleep",
2488
+ "value": "2"
2489
+ },
2490
+ {
2491
+ "name": "t",
2492
+ "value": "1262446827"
2493
+ },
2494
+ {
2495
+ "name": "type",
2496
+ "value": "gif"
2497
+ }
2498
+ ],
2499
+ "headersSize": 606,
2500
+ "bodySize": -1
2501
+ },
2502
+ "response": {
2503
+ "status": 200,
2504
+ "statusText": "OK",
2505
+ "httpVersion": "HTTP/1.1",
2506
+ "cookies": [
2507
+ ],
2508
+ "headers": [
2509
+ {
2510
+ "name": "Date",
2511
+ "value": "Sat, 02 Jan 2010 15:40:34 GMT"
2512
+ },
2513
+ {
2514
+ "name": "Server",
2515
+ "value": "Apache"
2516
+ },
2517
+ {
2518
+ "name": "Expires",
2519
+ "value": "Mon, 01 Feb 2010 15:40:36 GMT"
2520
+ },
2521
+ {
2522
+ "name": "Cache-Control",
2523
+ "value": "public, max-age=2592000"
2524
+ },
2525
+ {
2526
+ "name": "Last-Modified",
2527
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2528
+ },
2529
+ {
2530
+ "name": "Keep-Alive",
2531
+ "value": "timeout=2, max=97"
2532
+ },
2533
+ {
2534
+ "name": "Connection",
2535
+ "value": "Keep-Alive"
2536
+ },
2537
+ {
2538
+ "name": "Transfer-Encoding",
2539
+ "value": "chunked"
2540
+ },
2541
+ {
2542
+ "name": "Content-Type",
2543
+ "value": "image/gif"
2544
+ }
2545
+ ],
2546
+ "content": {
2547
+ "size": 492,
2548
+ "mimeType": "image/gif"
2549
+ },
2550
+ "redirectURL": "",
2551
+ "headersSize": 306,
2552
+ "bodySize": 492
2553
+ },
2554
+ "cache": {
2555
+ },
2556
+ "timings": {
2557
+ "dns": 0,
2558
+ "connect": 0,
2559
+ "blocked": 6850,
2560
+ "send": 0,
2561
+ "wait": 2217,
2562
+ "receive": 0
2563
+ }
2564
+ }
2565
+ ]
2566
+ }
2567
+ }