summaryrefslogtreecommitdiffstats
path: root/http:%%www.smisohamar.no.har
blob: 650b58b957e2e3171a0a05d9b95f644004bb031b (plain)
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
62
63
64
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
91
92
93
94
95
96
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
  Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

  L. Peter Deutsch
  ghost@aladdin.com

 */
/*
  Independent implementation of MD5 (RFC 1321).

  This code implements the MD5 Algorithm defined in RFC 1321.
  It is derived directly from the text of the RFC and not from the
  reference implementation.

  The original and principal author of md5.c is L. Peter Deutsch
  <ghost@aladdin.com>.  Other authors are noted in the change history
  that follows (in reverse chronological order):

  1999-11-04 lpd Edited comments slightly for automatic TOC extraction.
  1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5).
  1999-05-03 lpd Original version.
 */

#include "md5.h"
#include <string.h>

#ifdef TEST
/*
 * Compile with -DTEST to create a self-contained executable test program.
 * The test program should print out the same values as given in section
 * A.5 of RFC 1321, reproduced below.
 */
#include <string.h>
main()
{
    static const char *const test[7] = {
	"", /*d41d8cd98f00b204e9800998ecf8427e*/
	"945399884.61923487334tuvga", /*0cc175b9c0f1b6a831c399e269772661*/
	"abc", /*900150983cd24fb0d6963f7d28e17f72*/
	"message digest", /*f96b697d7cb7938d525a2f31aaf161d0*/
	"abcdefghijklmnopqrstuvwxyz", /*c3fcd3d76192e4007dfb496cca67e13b*/
	"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
				/*d174ab98d277d9f5a5611c2c9f419d9f*/
	"12345678901234567890123456789012345678901234567890123456789012345678901234567890" /*57edf4a22be3c955ac49da2e2107b67a*/
    };
    int i;

    for (i = 0; i < 7; ++i) {
	md5_state_t state;
	md5_byte_t digest[16];
	int di;

	md5_init(&state);
	md5_append(&state, (const md5_byte_t *)test[i], strlen(test[i]));
	md5_finish(&state, digest);
	printf("MD5 (\"%s\") = ", test[i]);
	for (di = 0; di < 16; ++di)
	    printf("%02x", digest[di]);
	printf("\n");
    }
    return 0;
}
#endif /* TEST */


/*
 * For reference, here is the program that computed the T values.
 */
#if 0
#include <math.h>
main()
{
    int i;
    for (i = 1; i <= 64; ++i) {
	unsigned long v = (unsigned long)(4294967296.0 * fabs(sin((double)i)));
	printf("#define T%d 0x%08lx\n", i, v);
    }
    return 0;
}
#endif
/*
 * End of T computation program.
 */
#define T1 0xd76aa478
#define T2 0xe8c7b756
#define T3 0x242070db
#define T4 0xc1bdceee
#define T5 0xf57c0faf
#define T6 0x4787c62a
#define T7 0xa8304613
#define T8 0xfd469501
#define T9 0x698098d8
#define T10 0x8b44f7af
#define T11 0xffff5bb1
#define T12 0x895cd7be
#define T13 0x6b901122
#define T14 0xfd987193
#define T15 0xa679438e
#define T16 0x49b40821
#define T17 0xf61e2562
#define T18 0xc040b340
#define T19 0x265e5a51
#define T20 0xe9b6c7aa
#define T21 0xd62f105d
#define T22 0x02441453
#define T23 0xd8a1e681
#define T24 0xe7d3fbc8
#define T25 0x21e1cde6
#define T26 0xc33707d6
#define T27 0xf4d50d87
#define T28 0x455a14ed
#define T29 0xa9e3e905
#define T30 0xfcefa3f8
#define T31 0x676f02d9
#define T32 0x8d2a4c8a
#define T33 0xfffa3942
#define T34 0x8771f681
#define T35 0x6d9d6122
#define T36 0xfde5380c
#define T37 0xa4beea44
#define T38 0x4bdecfa9
#define T39 0xf6bb4b60
#define T40 0xbebfbc70
#define T41 0x289b7ec6
#define T42 0xeaa127fa
#define T43 0xd4ef3085
#define T44 0x04881d05
#define T45 0xd9d4d039
#define T46 0xe6db99e5
#define T47 0x1fa27cf8
#define T48 0xc4ac5665
#define T49 0xf4292244
#define T50 0x432aff97
#define T51 0xab9423a7
#define T52 0xfc93a039
#define T53 0x655b59c3
#define T54 0x8f0ccc92
#define T55 0xffeff47d
#define T56 0x85845dd1
#define T57 0x6fa87e4f
#define T58 0xfe2ce6e0
#define T59 0xa3014314
#define T60 0x4e0811a1
#define T61 0xf7537e82
#define T62 0xbd3af235
#define T63 0x2ad7d2bb
#define T64 0xeb86d391

static void
md5_process(md5_state_t *pms, const md5_byte_t *data /*[64]*/)
{
    md5_word_t
	a = pms->abcd[0], b = pms->abcd[1],
	c = pms->abcd[2], d = pms->abcd[3];
    md5_word_t t;

#ifndef ARCH_IS_BIG_ENDIAN
# define ARCH_IS_BIG_ENDIAN 1	/* slower, default implementation */
#endif
#if ARCH_IS_BIG_ENDIAN

    /*
     * On big-endian machines, we must arrange the bytes in the right
     * order.  (This also works on machines of unknown byte order.)
     */
    md5_word_t X[16];
    const md5_byte_t *xp = data;
    int i;

    for (i = 0; i < 16; ++i, xp += 4)
	X[i] = xp[0] + (xp[1] << 8) + (xp[2] << 16) + (xp[3] << 24);

#else  /* !ARCH_IS_BIG_ENDIAN */

    /*
     * On little-endian machines, we can process properly aligned data
     * without copying it.
     */
    md5_word_t xbuf[16];
    const md5_word_t *X;

    if (!((data - (const md5_byte_t *)0) & 3)) {
	/* data are properly aligned */
	X = (const md5_word_t *)data;
    } else {
	/* not aligned */
	memcpy(xbuf, data, 64);
	X = xbuf;
    }
#endif

#define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32 - (n))))

    /* Round 1. */
    /* Let [abcd k s i] denote the operation
       a = b + ((a + F(b,c,d) + X[k] + T[i]) <<< s). */
#define F(x, y, z) (((x) & (y)) | (~(x) & (z)))
#define SET(a, b, c, d, k, s, Ti)\
  t = a + F(b,c,d) + X[k] + Ti;\
  a = ROTATE_LEFT(t, s) + b
    /* Do the following 16 operations. */
    SET(a, b, c, d,  0,  7,  T1);
    SET(d, a, b, c,  1, 12,  T2);
    SET(c, d, a, b,  2, 17,  T3);
    SET(b, c, d, a,  3, 22,  T4);
    SET(a, b, c, d,  4,  7,  T5);
    SET(d, a, b, c,  5, 12,  T6);
    SET(c, d, a, b,  6, 17,  T7);
    SET(b, c, d, a,  7, 22,  T8);
    SET(a, b, c, d,  8,  7,  T9);
    SET(d, a, b, c,  9, 12, T10);
    SET(c, d, a, b, 10, 17, T11);
    SET(b, c, d, a, 11, 22, T12);
    SET(a, b, c, d, 12,  7, T13);
    SET(d, a, b, c, 13, 12, T14);
    SET(c, d, a, b, 14, 17, T15);
    SET(b, c, d, a, 15, 22, T16);
#undef SET

     /* Round 2. */
     /* Let [abcd k s i] denote the operation
          a = b + ((a + G(b,c,d) + X[k] + T[i]) <<< s). */
#define G(x, y, z) (((x) & (z)) | ((y) & ~(z)))
#define SET(a, b, c, d, k, s, Ti)\
  t = a + G(b,c,d) + X[k] + Ti;\
  a = ROTATE_LEFT(t, s) + b
     /* Do the following 16 operations. */
    SET(a, b, c, d,  1,  5, T17);
    SET(d, a, b, c,  6,  9, T18);
    SET(c, d, a, b, 11, 14, T19);
    SET(b, c, d, a,  0, 20, T20);
    SET(a, b, c, d,  5,  5, T21);
    SET(d, a, b, c, 10,  9, T22);
    SET(c, d, a, b, 15, 14, T23);
    SET(b, c, d, a,  4, 20, T24);
    SET(a, b, c, d,  9,  5, T25);
    SET(d, a, b, c, 14,  9, T26);
    SET(c, d, a, b,  3, 14, T27);
    SET(b, c, d, a,  8, 20, T28);
    SET(a, b, c, d, 13,  5, T29);
    SET(d, a, b, c,  2,  9, T30);
    SET(c, d, a, b,  7, 14, T31);
    SET(b, c, d, a, 12, 20, T32);
#undef SET

     /* Round 3. */
     /* Let [abcd k s t] denote the operation
          a = b + ((a + H(b,c,d) + X[k] + T[i]) <<< s). */
#define H(x, y, z) ((x) ^ (y) ^ (z))
#define SET(a, b, c, d, k, s, Ti)\
  t = a + H(b,c,d) + X[k] + Ti;\
  a = ROTATE_LEFT(t, s) + b
     /* Do the following 16 operations. */
    SET(a, b, c, d,  5,  4, T33);
    SET(d, a, b, c,  8, 11, T34);
    SET(c, d, a, b, 11, 16, T35);
    SET(b, c, d, a, 14, 23, T36);
    SET(a, b, c, d,  1,  4, T37);
    SET(d, a, b, c,  4, 11, T38);
    SET(c, d, a, b,  7, 16, T39);
    SET(b, c, d, a, 10, 23, T40);
    SET(a, b, c, d, 13,  4, T41);
    SET(d, a, b, c,  0, 11, T42);
    SET(c, d, a, b,  3, 16, T43);
    SET(b, c, d, a,  6, 23, T44);
    SET(a, b, c, d,  9,  4, T45);
    SET(d, a, b, c, 12, 11, T46);
    SET(c, d, a, b, 15, 16, T47);
    SET(b, c, d, a,  2, 23, T48);
#undef SET

     /* Round 4. */
     /* Let [abcd k s t] denote the operation
          a = b + ((a + I(b,c,d) + X[k] + T[i]) <<< s). */
#define I(x, y, z) ((y) ^ ((x) | ~(z)))
#define SET(a, b, c, d, k, s, Ti)\
  t = a + I(b,c,d) + X[k] + Ti;\
  a = ROTATE_LEFT(t, s) + b
     /* Do the following 16 operations. */
    SET(a, b, c, d,  0,  6, T49);
    SET(d, a, b, c,  7, 10, T50);
    SET(c, d, a, b, 14, 15, T51);
    SET(b, c, d, a,  5, 21, T52);
    SET(a, b, c, d, 12,  6, T53);
    SET(d, a, b, c,  3, 10, T54);
    SET(c, d, a, b, 10, 15, T55);
    SET(b, c, d, a,  1, 21, T56);
    SET(a, b, c, d,  8,  6, T57);
    SET(d, a, b, c, 15, 10, T58);
    SET(c, d, a, b,  6, 15, T59);
    SET(b, c, d, a, 13, 21, T60);
    SET(a, b, c, d,  4,  6, T61);
    SET(d, a, b, c, 11, 10, T62);
    SET(c, d, a, b,  2, 15, T63);
    SET(b, c, d, a,  9, 21, T64);
#undef SET

     /* Then perform the following additions. (That is increment each
        of the four registers by the value it had before this block
        was started.) */
    pms->abcd[0] += a;
    pms->abcd[1] += b;
    pms->abcd[2] += c;
    pms->abcd[3] += d;
}

void
md5_init(md5_state_t *pms)
{
    pms->count[0] = pms->count[1] = 0;
    pms->abcd[0] = 0x67452301;
    pms->abcd[1] = 0xefcdab89;
    pms->abcd[2] = 0x98badcfe;
    pms->abcd[3] = 0x10325476;
}

void
md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes)
{
    const md5_byte_t *p = data;
    int left = nbytes;
    int offset = (pms->count[0] >> 3) & 63;
    md5_word_t nbits = (md5_word_t)(nbytes << 3);

    if (nbytes <= 0)
	return;

    /* Update the message length. */
    pms->count[1] += nbytes >> 29;
    pms->count[0] += nbits;
    if (pms->count[0] < nbits)
	pms->count[1]++;

    /* Process an initial partial block. */
    if (offset) {
	int copy = (offset + nbytes > 64 ? 64 - offset : nbytes);

	memcpy(pms->buf + offset, p, copy);
	if (offset + copy < 64)
	    return;
	p += copy;
	left -= copy;
	md5_process(pms, pms->buf);
    }

    /* Process full blocks. */
    for (; left >= 64; p += 64, left -= 64)
	md5_process(pms, p);

    /* Process a final partial block. */
    if (left)
	memcpy(pms->buf, p, left);
}

void
md5_finish(md5_state_t *pms, md5_byte_t digest[16])
{
    static const md5_byte_t pad[64] = {
	0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    };
    md5_byte_t data[8];
    int i;

    /* Save the length before padding. */
    for (i = 0; i < 8; ++i)
	data[i] = (md5_byte_t)(pms->count[i >> 2] >> ((i & 3) << 3));
    /* Pad to 56 bytes mod 64. */
    md5_append(pms, pad, ((55 - (pms->count[0] >> 3)) & 63) + 1);
    /* Append the length. */
    md5_append(pms, data, 8);
    for (i = 0; i < 16; ++i)
	digest[i] = (md5_byte_t)(pms->abcd[i >> 2] >> ((i & 3) << 3));
}
'n2789' href='#n2789'>2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250
{
    "log": {
        "version": "1.2",
        "creator": {
            "name": "PhantomJS",
            "version": "1.9.0"
        },
        "pages": [
            {
                "startedDateTime": "2015-02-13T12:35:31.649Z",
                "id": "http://www.smisohamar.no/",
                "title": "SMISO Hamar",
                "pageTimings": {
                    "onLoad": 2046
                }
            }
        ],
        "entries": [
            {
                "startedDateTime": "2015-02-13T12:35:31.648Z",
                "time": 741,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "private"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/html; charset=utf-8"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "dnn_IsMobile=False; path=/; HttpOnly\nlanguage=nb-NO; path=/; HttpOnly\n.ASPXANONYMOUS=U9-IaRt-0AEkAAAAYWFhNjQ2YTctMzI1My00MjQ3LWFkNTctYmMyMDQ2ZTEzZjU20; expires=Thu, 23-Apr-2015 23:15:39 GMT; path=/; HttpOnly\ndnn_IsMobile=False; path=/; HttpOnly\nlanguage=nb-NO; path=/; HttpOnly\n.ASPXANONYMOUS=U9-IaRt-0AEkAAAAYWFhNjQ2YTctMzI1My00MjQ3LWFkNTctYmMyMDQ2ZTEzZjU20; expires=Thu, 23-Apr-2015 23:15:39 GMT; path=/; HttpOnly\n__RequestVerificationToken=2f9mxfJTndzad1WWdHhLyuXvkm8QXHEGlNg_H1D5StV9h42WDqcaeQT7t-OKIbBS8V9iD_hDL2rs2f1Xjl-aEKe6rpUwkbLKtl-gk5RMpZKek9bRo9UmjwEY9Ps1; path=/; HttpOnly"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 55958,
                    "content": {
                        "size": 55958,
                        "mimeType": "text/html; charset=utf-8"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 718,
                    "receive": 23,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.369Z",
                "time": 134,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/common/base.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 11:44:24 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"23b0857f805d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 970,
                    "content": {
                        "size": 970,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 134,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.370Z",
                "time": 887,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/_default/default.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 67082,
                    "content": {
                        "size": 67082,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 871,
                    "receive": 16,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.370Z",
                "time": 779,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Resources/Search/SearchSkinObjectPreview.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 3061,
                    "content": {
                        "size": 3061,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 778,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.371Z",
                "time": 857,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/skin.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 03 Dec 2014 14:27:31 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"855b4455fd01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 51845,
                    "content": {
                        "size": 51845,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 857,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.371Z",
                "time": 874,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNNews/Templates/_default/SmisoHamar/SmisoHamar.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Thu, 04 Dec 2014 14:54:41 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"b07cfc3bd2fd01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 107817,
                    "content": {
                        "size": 107817,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 869,
                    "receive": 5,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.372Z",
                "time": 150,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/portal.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Thu, 20 Nov 2014 11:36:28 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"be67e39b64d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 3988,
                    "content": {
                        "size": 3988,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 149,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.372Z",
                "time": 191,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/SmisoHamar/SmisoHamar.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 25 Nov 2014 07:37:23 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"95b733a7828d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 5321,
                    "content": {
                        "size": 5321,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 191,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.373Z",
                "time": 212,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/arrows/circle/circle.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 11:44:24 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"fa8b7e7f805d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 891,
                    "content": {
                        "size": 891,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 212,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.373Z",
                "time": 244,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/css/sm-core-css.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 09:35:35 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"275165806e5d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 1164,
                    "content": {
                        "size": 1164,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 244,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.373Z",
                "time": 304,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/css/sm-smisohamar/sm-smisohamar.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 11:37:16 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"9d4a8a807f5d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 10096,
                    "content": {
                        "size": 10096,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 304,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.374Z",
                "time": 323,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/css/global.css?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 04 Dec 2013 13:05:51 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"4659c8ff1f0ce1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 3007,
                    "content": {
                        "size": 3007,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 323,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.375Z",
                "time": 62,
                "request": {
                    "method": "GET",
                    "url": "http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/javascript; charset=UTF-8"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 08 Feb 2013 15:35:10 GMT"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Sat, 13 Feb 2016 12:35:39 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Access-Control-Allow-Origin",
                            "value": "*"
                        },
                        {
                            "name": "Timing-Allow-Origin",
                            "value": "*"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "Server",
                            "value": "sffe"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        },
                        {
                            "name": "Alternate-Protocol",
                            "value": "80:quic,p=0.08"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 46907,
                    "content": {
                        "size": 46907,
                        "mimeType": "text/javascript; charset=UTF-8"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 57,
                    "receive": 5,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.376Z",
                "time": 507,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNNews/js/eds1.8.2.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 26 Nov 2014 07:14:43 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"cc21dda6489d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 40327,
                    "content": {
                        "size": 40327,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 503,
                    "receive": 4,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.376Z",
                "time": 74,
                "request": {
                    "method": "GET",
                    "url": "http://code.jquery.com/jquery-migrate-1.2.1.min.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:29 GMT"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Transfer-Encoding",
                            "value": "chunked"
                        },
                        {
                            "name": "Connection",
                            "value": "keep-alive"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 24 Oct 2014 00:16:08 GMT"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "ETag",
                            "value": "W/\"54499a48-1c1f\""
                        },
                        {
                            "name": "Expires",
                            "value": "Thu, 31 Dec 2037 23:55:55 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "max-age=315360000, public"
                        },
                        {
                            "name": "Server",
                            "value": "NetDNA-cache/2.2"
                        },
                        {
                            "name": "X-Cache",
                            "value": "HIT"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 7199,
                    "content": {
                        "size": 7199,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 74,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.376Z",
                "time": 81,
                "request": {
                    "method": "GET",
                    "url": "http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/javascript; charset=UTF-8"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 07 May 2013 09:09:49 GMT"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Sat, 13 Feb 2016 12:35:39 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Access-Control-Allow-Origin",
                            "value": "*"
                        },
                        {
                            "name": "Timing-Allow-Origin",
                            "value": "*"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "Server",
                            "value": "sffe"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        },
                        {
                            "name": "Alternate-Protocol",
                            "value": "80:quic,p=0.08"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 64003,
                    "content": {
                        "size": 64003,
                        "mimeType": "text/javascript; charset=UTF-8"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 59,
                    "receive": 22,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.377Z",
                "time": 523,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/NavSmisoHamar/NavSmisoHamar.css",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Thu, 21 Mar 2013 11:25:18 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"d79d90c42626ce1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 3,
                    "content": {
                        "size": 3,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 523,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.377Z",
                "time": 359,
                "request": {
                    "method": "GET",
                    "url": "http://aspnet-skins.telerikstatic.com/ajaxz/2013.2.717/Ajax.css",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Connection",
                            "value": "keep-alive"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 06 Feb 2015 22:34:06 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Mon, 17 Jul 2023 14:37:45 GMT"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 17 Jul 2013 14:38:11 GMT"
                        },
                        {
                            "name": "ETag",
                            "value": "\"20dd4350ab8f7b4d5746b14dc4bfedbd\""
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Server",
                            "value": "AmazonS3"
                        },
                        {
                            "name": "Age",
                            "value": "568894"
                        },
                        {
                            "name": "X-Cache",
                            "value": "Hit from cloudfront"
                        },
                        {
                            "name": "Via",
                            "value": "1.1 8b1633b834f6beaa5a2d7797c38cf775.cloudfront.net (CloudFront)"
                        },
                        {
                            "name": "X-Amz-Cf-Id",
                            "value": "9b9XckAXk-8nFIxCNthoePG-ypl7Nb0UrXIBkwqOe0je_uLEYvIKOw=="
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 837,
                    "content": {
                        "size": 837,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 358,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.378Z",
                "time": 374,
                "request": {
                    "method": "GET",
                    "url": "http://aspnet-skins.telerikstatic.com/ajaxz/2013.2.717/Default/Ajax.Default.css",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Connection",
                            "value": "keep-alive"
                        },
                        {
                            "name": "Date",
                            "value": "Sat, 24 Jan 2015 07:14:12 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Mon, 17 Jul 2023 14:37:45 GMT"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 17 Jul 2013 14:38:47 GMT"
                        },
                        {
                            "name": "ETag",
                            "value": "\"ddf3290a5aab84497b0bd3f3be7e78cd\""
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Server",
                            "value": "AmazonS3"
                        },
                        {
                            "name": "Age",
                            "value": "1747288"
                        },
                        {
                            "name": "X-Cache",
                            "value": "Hit from cloudfront"
                        },
                        {
                            "name": "Via",
                            "value": "1.1 1228e077cd8e3d045c8d3f88beaa5abd.cloudfront.net (CloudFront)"
                        },
                        {
                            "name": "X-Amz-Cf-Id",
                            "value": "dzvbwBh24XovidJUlE3HNmsNAwgpqj-sccJaFrWmDErflvfcphpHfg=="
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 206,
                    "content": {
                        "size": 206,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 373,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.378Z",
                "time": 22,
                "request": {
                    "method": "GET",
                    "url": "http://ajax.aspnetcdn.com/ajax/4.5/6/WebForms.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31535977"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Etag",
                            "value": "\"5533c4156138cd1:0\""
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 22 May 2012 21:23:09 GMT"
                        },
                        {
                            "name": "P3P",
                            "value": "CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\""
                        },
                        {
                            "name": "Server",
                            "value": "ECAcc (sto/EA39)"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "VTag",
                            "value": "279625927700000000"
                        },
                        {
                            "name": "X-Cache",
                            "value": "HIT"
                        },
                        {
                            "name": "X-CCC",
                            "value": "SE"
                        },
                        {
                            "name": "X-CID",
                            "value": "2"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "ASP.NET, ARR/2.5, ASP.NET"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 22351,
                    "content": {
                        "size": 22351,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 21,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.379Z",
                "time": 563,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNRotator/js/jquery.easing.1.3.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 11:44:26 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"c8c85480805d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 8097,
                    "content": {
                        "size": 8097,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 563,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.379Z",
                "time": 574,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/js/jquery.multicarousel.min.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 11:44:24 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"23b0857f805d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 13131,
                    "content": {
                        "size": 13131,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 573,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.380Z",
                "time": 31,
                "request": {
                    "method": "GET",
                    "url": "http://ajax.aspnetcdn.com/ajax/4.5/6/MicrosoftAjax.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31528408"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Etag",
                            "value": "\"2ddf4e166138cd1:0\""
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 22 May 2012 21:23:10 GMT"
                        },
                        {
                            "name": "P3P",
                            "value": "CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\""
                        },
                        {
                            "name": "Server",
                            "value": "ECAcc (sto/EA2D)"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "VTag",
                            "value": "279442442100000000"
                        },
                        {
                            "name": "X-Cache",
                            "value": "HIT"
                        },
                        {
                            "name": "X-CCC",
                            "value": "SE"
                        },
                        {
                            "name": "X-CID",
                            "value": "2"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "ASP.NET, ARR/2.5, ASP.NET"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 52823,
                    "content": {
                        "size": 52823,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 28,
                    "receive": 3,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.380Z",
                "time": 21,
                "request": {
                    "method": "GET",
                    "url": "http://ajax.aspnetcdn.com/ajax/4.5/6/MicrosoftAjaxWebForms.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31535479"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Etag",
                            "value": "\"7d5c61166138cd1:0\""
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 22 May 2012 21:23:10 GMT"
                        },
                        {
                            "name": "P3P",
                            "value": "CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\""
                        },
                        {
                            "name": "Server",
                            "value": "ECAcc (sto/EA28)"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "VTag",
                            "value": "279492258000000000"
                        },
                        {
                            "name": "X-Cache",
                            "value": "HIT"
                        },
                        {
                            "name": "X-CCC",
                            "value": "SE"
                        },
                        {
                            "name": "X-CID",
                            "value": "2"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "ASP.NET, ARR/2.5, ASP.NET"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 40307,
                    "content": {
                        "size": 40307,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 21,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.380Z",
                "time": 188,
                "request": {
                    "method": "GET",
                    "url": "http://aspnet-scripts.telerikstatic.com/ajaxz/2013.2.717/Common/Core.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Connection",
                            "value": "keep-alive"
                        },
                        {
                            "name": "Date",
                            "value": "Sun, 14 Dec 2014 08:33:23 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Expires",
                            "value": "Mon, 17 Jul 2023 14:37:45 GMT"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 17 Jul 2013 14:37:52 GMT"
                        },
                        {
                            "name": "ETag",
                            "value": "\"a083ff2f55681edcfd1e7fa54d85af4c\""
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Server",
                            "value": "AmazonS3"
                        },
                        {
                            "name": "Age",
                            "value": "5284937"
                        },
                        {
                            "name": "X-Cache",
                            "value": "Hit from cloudfront"
                        },
                        {
                            "name": "Via",
                            "value": "1.1 111d7d2d6210ffae0900ad3d2e66bc5e.cloudfront.net (CloudFront)"
                        },
                        {
                            "name": "X-Amz-Cf-Id",
                            "value": "n08lVfjqnzHd0G6toqtGQEsLqBzlYn5W0hA1zN7615X1mH1dObQqgw=="
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 52209,
                    "content": {
                        "size": 52209,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 188,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.381Z",
                "time": 197,
                "request": {
                    "method": "GET",
                    "url": "http://aspnet-scripts.telerikstatic.com/ajaxz/2013.2.717/Common/jQuery.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Connection",
                            "value": "keep-alive"
                        },
                        {
                            "name": "Date",
                            "value": "Tue, 29 Jul 2014 15:30:13 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Expires",
                            "value": "Mon, 17 Jul 2023 14:37:45 GMT"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 17 Jul 2013 14:37:54 GMT"
                        },
                        {
                            "name": "ETag",
                            "value": "\"289ea854a292991e6608ec5faaa7d1fb\""
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Server",
                            "value": "AmazonS3"
                        },
                        {
                            "name": "Age",
                            "value": "17183127"
                        },
                        {
                            "name": "X-Cache",
                            "value": "Hit from cloudfront"
                        },
                        {
                            "name": "Via",
                            "value": "1.1 8cdc69e06e564b9aef153cf0b52204b0.cloudfront.net (CloudFront)"
                        },
                        {
                            "name": "X-Amz-Cf-Id",
                            "value": "8PFy1_yPJh9bQa2FeREKb8-y1wwchc9AWkjMgYm3MbvkilGeM1cmug=="
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 49687,
                    "content": {
                        "size": 49687,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 195,
                    "receive": 2,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.382Z",
                "time": 188,
                "request": {
                    "method": "GET",
                    "url": "http://aspnet-scripts.telerikstatic.com/ajaxz/2013.2.717/Ajax/Ajax.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Connection",
                            "value": "keep-alive"
                        },
                        {
                            "name": "Date",
                            "value": "Sun, 14 Dec 2014 08:33:23 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "public, max-age=31536000"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Expires",
                            "value": "Mon, 17 Jul 2023 14:37:45 GMT"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 17 Jul 2013 14:37:47 GMT"
                        },
                        {
                            "name": "ETag",
                            "value": "\"53dc7c2ee3fa1d0d7bf4ffaa045cc9ba\""
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "Server",
                            "value": "AmazonS3"
                        },
                        {
                            "name": "Age",
                            "value": "5284937"
                        },
                        {
                            "name": "X-Cache",
                            "value": "Hit from cloudfront"
                        },
                        {
                            "name": "Via",
                            "value": "1.1 8cdc69e06e564b9aef153cf0b52204b0.cloudfront.net (CloudFront)"
                        },
                        {
                            "name": "X-Amz-Cf-Id",
                            "value": "JARu4Ec0fKfKRPzWbaJrLPxaI8qs8rjo2U3gPG_Qw0hRwF2ebvM14g=="
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 32597,
                    "content": {
                        "size": 32597,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 187,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.382Z",
                "time": 624,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/js/dnn.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 17827,
                    "content": {
                        "size": 17827,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 623,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.383Z",
                "time": 661,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/js/dnn.modalpopup.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 8110,
                    "content": {
                        "size": 8110,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 661,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.383Z",
                "time": 725,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNNews/static/qtip/jquery.qtip.min.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 26 Nov 2014 07:14:44 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"48498da7489d01:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 36605,
                    "content": {
                        "size": 36605,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 724,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.385Z",
                "time": 763,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/js/dnn.servicesframework.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 952,
                    "content": {
                        "size": 952,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 762,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.385Z",
                "time": 772,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Resources/Search/SearchSkinObjectPreview.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 9047,
                    "content": {
                        "size": 9047,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 772,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.386Z",
                "time": 789,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/js/dnncore.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 8406,
                    "content": {
                        "size": 8406,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 789,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.386Z",
                "time": 825,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/js/jquery.smartmenus.js?cdv=24",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 17 Dec 2013 08:04:16 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"a618ce94feface1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 40065,
                    "content": {
                        "size": 40065,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 825,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.387Z",
                "time": 41,
                "request": {
                    "method": "GET",
                    "url": "http://fonts.googleapis.com/css?family=Lato:300,400,900%7CRoboto+Condensed",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Timing-Allow-Origin",
                            "value": "*"
                        },
                        {
                            "name": "Expires",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "private, max-age=86400"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        },
                        {
                            "name": "Server",
                            "value": "GSE"
                        },
                        {
                            "name": "Alternate-Protocol",
                            "value": "80:quic,p=0.08"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 935,
                    "content": {
                        "size": 935,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 41,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:32.389Z",
                "time": 815,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Resources/Shared/scripts/initWidgets.js",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:39 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 1308,
                    "content": {
                        "size": 1308,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 815,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.245Z",
                "time": 21,
                "request": {
                    "method": "GET",
                    "url": "http://fonts.googleapis.com/css?family=BenchNine:400,700%7CRoboto+Slab:400,700&subset=latin,latin-ext",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/css,*/*;q=0.1"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Content-Type",
                            "value": "text/css"
                        },
                        {
                            "name": "Timing-Allow-Origin",
                            "value": "*"
                        },
                        {
                            "name": "Expires",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "private, max-age=86400"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        },
                        {
                            "name": "Server",
                            "value": "GSE"
                        },
                        {
                            "name": "Alternate-Protocol",
                            "value": "80:quic,p=0.08"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 1044,
                    "content": {
                        "size": 1044,
                        "mimeType": "text/css"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 21,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.386Z",
                "time": 44,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/images/logo_small.png",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/png"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Thu, 20 Nov 2014 14:00:47 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"5bdda162ca4d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "4628"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 4628,
                    "content": {
                        "size": 4628,
                        "mimeType": "image/png"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 44,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.417Z",
                "time": 51,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/Skins/SmisoHamar/fonts/entypo.woff",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-woff"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Tue, 28 Jan 2014 11:32:05 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"50e32b921c1ccf1:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "21916"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 21916,
                    "content": {
                        "size": 21916,
                        "mimeType": "application/x-woff"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 51,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.431Z",
                "time": 104,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/portals/0/Toppbanner/Smiso_forsidebanner.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 13:35:28 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"8888aa3905d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "320917"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 25798,
                    "content": {
                        "size": 25798,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 38,
                    "receive": 66,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.431Z",
                "time": 100,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/portals/0/Grafikk/Telefon_bilde.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 13:44:05 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"103a9b37915d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "99314"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 18558,
                    "content": {
                        "size": 18558,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 38,
                    "receive": 62,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.431Z",
                "time": 100,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNnews/24/Middag.jpeg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 12 Jan 2015 09:01:47 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"d59b7e65462ed01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "8883"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 8883,
                    "content": {
                        "size": 8883,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 99,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.432Z",
                "time": 101,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNnews/28/loitenlys5.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 14 Jan 2015 12:26:15 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"a396884af52fd01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "75899"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 75899,
                    "content": {
                        "size": 75899,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 100,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.432Z",
                "time": 236,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNnews/22/dsc01793_1.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 09 Jan 2015 13:37:25 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"bcf56767112cd01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "403813"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 196340,
                    "content": {
                        "size": 196340,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 105,
                    "receive": 131,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.433Z",
                "time": 101,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNnews/20/TeaParty.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 07 Jan 2015 12:29:37 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"d23c299a752ad01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "21006"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 21006,
                    "content": {
                        "size": 21006,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 100,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.433Z",
                "time": 106,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNnews/23/Ballspill.gif",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/gif"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 12 Jan 2015 08:48:10 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"7d2b3a7e442ed01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "42761"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 22902,
                    "content": {
                        "size": 22902,
                        "mimeType": "image/gif"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 103,
                    "receive": 3,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.433Z",
                "time": 233,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNnews/29/image.aspx.jpeg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Wed, 14 Jan 2015 12:32:55 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"b94de238f62fd01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "125942"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 75404,
                    "content": {
                        "size": 75404,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 107,
                    "receive": 126,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.433Z",
                "time": 236,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNRotator/421/News/thumb/thumb_aid27tidlig-v%C3%A5r.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 13 Feb 2015 08:09:17 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"4a61b85c6447d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "31054"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 31054,
                    "content": {
                        "size": 31054,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 235,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.434Z",
                "time": 234,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNRotator/421/News/thumb/thumb_aid24Middag.jpeg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 12 Jan 2015 09:01:47 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"d59b7e65462ed01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "8883"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 8883,
                    "content": {
                        "size": 8883,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 233,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.434Z",
                "time": 233,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNRotator/421/News/thumb/thumb_aid23Ballspill.gif",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/gif"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 13 Feb 2015 08:09:17 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"b69be55c6447d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "30271"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 30271,
                    "content": {
                        "size": 30271,
                        "mimeType": "image/gif"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 233,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.434Z",
                "time": 239,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNRotator/421/News/thumb/thumb_aid22dsc01793_1.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 13 Feb 2015 08:09:17 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"d6a6f85c6447d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "36530"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 36530,
                    "content": {
                        "size": 36530,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 238,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.434Z",
                "time": 235,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Portals/0/EasyDNNRotator/421/News/thumb/thumb_aid20TeaParty.jpg",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/jpeg"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 13 Feb 2015 08:09:17 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"662c25d6447d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "25661"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 25661,
                    "content": {
                        "size": 25661,
                        "mimeType": "image/jpeg"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 235,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.451Z",
                "time": 222,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNNews/Templates/_default/SmisoHamar/images/calendar/monthSelectArrows/predefined/arrows.png",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/png"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Thu, 20 Nov 2014 11:40:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"effdfebab64d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "2649"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 2649,
                    "content": {
                        "size": 2649,
                        "mimeType": "image/png"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 222,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.451Z",
                "time": 222,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNNews/Templates/_default/SmisoHamar/images/calendar/days/indicators/predefined/events.png",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/png"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Thu, 20 Nov 2014 11:40:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"2d3bfabab64d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "1029"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 1029,
                    "content": {
                        "size": 1029,
                        "mimeType": "image/png"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 222,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.550Z",
                "time": 120,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Resources/Shared/scripts/DotNetNukeAjaxShared.js?_=1423830933283",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "X-Requested-With",
                            "value": "XMLHttpRequest"
                        },
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 10100,
                    "content": {
                        "size": 10100,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 119,
                    "receive": 1,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.667Z",
                "time": 26,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/arrows/circle/images/silver.png",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        },
                        {
                            "name": "Accept",
                            "value": "*/*"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "image/png"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Fri, 21 Nov 2014 11:44:24 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"fa8b7e7f805d01:0\""
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        },
                        {
                            "name": "Content-Length",
                            "value": "4759"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 4759,
                    "content": {
                        "size": 4759,
                        "mimeType": "image/png"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 26,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            },
            {
                "startedDateTime": "2015-02-13T12:35:33.672Z",
                "time": 11,
                "request": {
                    "method": "GET",
                    "url": "http://www.smisohamar.no/Resources/Shared/scripts/widgets.js?_=1423830933284",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "X-Requested-With",
                            "value": "XMLHttpRequest"
                        },
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34"
                        },
                        {
                            "name": "Accept",
                            "value": "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01"
                        },
                        {
                            "name": "Referer",
                            "value": "http://www.smisohamar.no/"
                        }
                    ],
                    "queryString": [],
                    "headersSize": -1,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP/1.1",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "public,max-age=31536000"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/x-javascript"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Last-Modified",
                            "value": "Mon, 03 Nov 2014 15:01:06 GMT"
                        },
                        {
                            "name": "Accept-Ranges",
                            "value": "bytes"
                        },
                        {
                            "name": "ETag",
                            "value": "\"02533fe76f7cf1:0\""
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "Server",
                            "value": "Microsoft-IIS/7.5"
                        },
                        {
                            "name": "Date",
                            "value": "Fri, 13 Feb 2015 12:35:40 GMT"
                        }
                    ],
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 11494,
                    "content": {
                        "size": 11494,
                        "mimeType": "application/x-javascript"
                    }
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 11,
                    "receive": 0,
                    "ssl": -1
                },
                "pageref": "http://www.smisohamar.no/"
            }
        ]
    }
}