Overview

URLhttp://www.nurainmagazine.info/?p=3883
IP62.149.140.39
ASNAS31034 Aruba S.p.A.
Location Italy
Report completed2012-11-08 01:55:08 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

UserAgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Referer
Adobe Reader8.0
Java1.6.0_26


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-08 01:54:29 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:29 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:29 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:29 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:30 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:30 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:30 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-11-08 01:54:30 62.149.140.39 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 62.149.140.39

Date Alerts / IDS URL IP
2013-02-14 19:07:200 / 0http://www.burebaruta.com/62.149.140.39
2013-02-11 12:29:540 / 16http://www.nurainmagazine.info/62.149.140.39
2013-02-11 12:29:540 / 16http://www.nurainmagazine.info/index.php62.149.140.39
2012-12-05 15:41:000 / 8http://www.nurainmagazine.info/index.php62.149.140.39
2012-11-23 08:55:300 / 2http://www.relasagna.com/wp-content/themes/legourmet/lib/scripts/hoverIntent.js62.149.140.39
2012-11-08 00:07:550 / 1http://www.nurainmagazine.info/modules/mod_slideshow_pro_sp2/assets/js/script_moo12.j (...)62.149.140.39

Last 6 reports on ASN: AS31034 Aruba S.p.A.

Date Alerts / IDS URL IP
2013-02-17 16:25:011 / 3http://wolfred.it/wallpaper62.149.128.72
2013-02-17 15:16:371 / 2http://www.extremegeneration.it/windows-programmi/10778-installazione-windows-8-su-virtualbox.h (...)62.149.140.168
2013-02-17 15:16:271 / 3http://extremegeneration.it/windows-programmi/10778-installazione-windows-8-su-virtualbox.html62.149.128.154
2013-02-17 14:45:461 / 2http://www.revecloth.com/62.149.140.245
2013-02-17 14:02:580 / 5http://www.aricosenza.it/.sys/?getexe=v2googlecheck.exe62.149.140.145
2013-02-17 14:02:540 / 7http://www.aricosenza.it/.sys/?getexe=fb.75.exe62.149.140.145

Last 6 reports on domain: www.nurainmagazine.info

Date Alerts / IDS URL IP
2013-02-11 12:29:540 / 16http://www.nurainmagazine.info/62.149.140.39
2013-02-11 12:29:540 / 16http://www.nurainmagazine.info/index.php62.149.140.39
2012-12-05 15:41:000 / 8http://www.nurainmagazine.info/index.php62.149.140.39
2012-11-08 00:07:550 / 1http://www.nurainmagazine.info/modules/mod_slideshow_pro_sp2/assets/js/script_moo12.js62.149.140.39
2012-11-07 09:05:580 / 9http://www.nurainmagazine.info/?p=388362.149.140.39
2012-11-07 05:47:180 / 8http://www.nurainmagazine.info/?p=63762.149.140.39



JavaScript

Executed Scripts (42)


Executed Evals (2)

#1 JavaScript::Eval (size: 17, repeated: 1)

/*@cc_on!@*/
false

#2 JavaScript::Eval (size: 9562, repeated: 1)

var slideshow_sp2 = new Class({
    Implements: [Options, Events],
    options: {
        transition: 'cover-inplace-fade',
        size: {
            width: 640,
            height: 360
        },
        interval: 5000,
        fxOptions: {},
        walkers: {
            container: false,
            depth: 100,
            wmode: 'vertical',
            display: 3
        },
        descriptions: {
            items: false,
            descmode: 'vertical'
        }
    },
    initialize: function(b, a) {
        this.setOptions(a);
        this.container = $(b);
        this.items = this.container.getChildren();
        if (this.items.length > 1) {
            this.current_item_index = 0;
            this.preceding_item_index = false;
            this.play_timer = false;
            this.play_right_running = false;
            this.play_left_running = false;
            this.transition = false;
            this.fx = false;
            this.fxs = [];
            this.fxs_mix = {};
            this.ready = [];
            this.build();
            this.fireEvent('onInitialized')
        }
    },
    build: function() {
        var b = {
            display: 'block',
            margin: 0,
            padding: 0
        },
            a;
        this.container.setStyles($merge(b, {
            overflow: 'hidden'
        }));
        if (this.container.getStyle('position') != 'absolute') {
            this.container.setStyle('position', 'relative')
        }
        for (a = 0; a < this.items.length; a++) {
            this.items[a].setStyles(b);
            this.fxs[a] = false;
            this.ready[a] = true
        }
        this.hidePrecedingitem = function() {
            if (this.preceding_item_index !== false) {
                this.items[this.preceding_item_index].setStyle('display', 'none')
            }
        }.bind(this);
        this.setTransition(this.options.transition);
        if (this.options.walkers.container) {
            this.walkers = {};
            this.walkers.items = this.options.walkers.container.getChildren();
            this.walkers.container = new Element('div').adopt(this.walkers.items).inject(this.options.walkers.container);
            this.walkers.depth = this.options.walkers.wmode == 'horizontal' ? this.options.walkers.container.getWidth() : this.options.walkers.container.getHeight();
            this.options.walkers.container.addEvent('mousewheel', this.mouseWheelListener.bindWithEvent(this));
            if (this.options.walkers.wmode == 'horizontal') {
                this.options.walkers.container.setStyles({
                    'width': (this.options.walkers.depth * this.options.walkers.display) + 'px',
                    'overflow': 'hidden'
                });
                this.walkers.container.setStyles({
                    'position': 'absolute',
                    'left': '0'
                })
            } else {
                this.options.walkers.container.setStyles({
                    'height': (this.options.walkers.depth * this.options.walkers.display) + 'px',
                    'overflow': 'hidden'
                });
                this.walkers.container.setStyles({
                    'position': 'absolute',
                    'top': '0'
                })
            }
            this.wheel_index = false;
            this.addItemWalkers(this.walkers.items)
        }
        if (this.options.descriptions.items) {
            this.descriptions_fxs = [];
            if (this.options.descriptions.descmode == 'horizontal') {
                this.depth1 = this.options.size.width;
                this.depth2 = this.options.descriptions.items[0].getWidth();
                this.orientation = 'right'
            } else {
                this.depth1 = this.options.size.height;
                this.depth2 = this.options.descriptions.items[0].getHeight();
                this.orientation = 'top'
            }
            for (a = 0; a < this.options.descriptions.items.length; a++) {
                if (this.options.descriptions.descmode == 'horizontal') {
                    this.options.descriptions.items[a].setStyles({
                        'position': 'absolute',
                        'right': this.depth1 + 'px',
                        'z-index': this.items.length + a
                    }).inject(this.container)
                } else {
                    this.options.descriptions.items[a].setStyles({
                        'position': 'absolute',
                        'top': this.depth1 + 'px',
                        'z-index': this.items.length + a
                    }).inject(this.container)
                }
                this.descriptions_fxs[a] = new Fx.Tween(this.options.descriptions.items[a], {
                    duration: 400,
                    property: this.orientation
                })
            }
            this.descriptions_fxs[0].start(this.depth1 - this.depth2)
        }
    },
    setSize: function(b) {
        var a = {
            width: 'horizontal',
            height: 'vertical'
        },
            d, c, e;
        if (this.fx) {
            this.fx.cancel()
        }
        for (d in b) {
            c = b[d];
            for (e = 0; e < this.items.length; e++) {
                this.items[e].setStyle(d, c + 'px')
            }
            this.container.setStyle(d, c + 'px');
            if (this.transition.type == 'slide') {
                if (this.transition.direction == a[d]) {
                    c *= this.items.length
                }
                this.subcontainer.setStyle(d, c + 'px')
            }
        }
        this.options.size = b;
        this.displayItem(this.current_item_index, this.preceding_item_index, true)
    },
    setTransition: function(b) {
        var a;
        b = b.split('-').associate(['type', 'direction', 'additional']);
        if (!b.additional) {
            b.additional = ''
        }
        if (this.transition === false || this.transition.type != b.type || this.transition.direction != b.direction || this.transition.additional != b.additional) {
            if (b.type == 'slide') {
                if (!this.subcontainer) {
                    this.subcontainer = new Element('div');
                    for (a = 0; a < this.items.length; a++) {
                        this.items[a].setStyles({
                            'display': 'block',
                            'position': 'static',
                            'left': 0,
                            'top': 0,
                            'opacity': 1,
                            'float': 'none'
                        }).inject(this.subcontainer)
                    }
                    this.subcontainer.inject(this.container);
                    this.subcontainer.setStyles({
                        position: 'absolute',
                        margin: 0,
                        padding: 0,
                        left: 0,
                        top: 0
                    });
                    this.fx = new Fx.Tween(this.subcontainer)
                } else if (this.fx) {
                    this.fx.cancel()
                }
                if (b.direction == 'horizontal') {
                    this.subcontainer.setStyle('top', 0)
                } else {
                    this.subcontainer.setStyle('left', 0)
                }
                if (b.direction == 'horizontal') {
                    for (a = 0; a < this.items.length; a++) {
                        this.items[a].setStyle('float', 'left')
                    }
                }
            } else {
                if (this.subcontainer) {
                    for (a = 0; a < this.items.length; a++) {
                        this.items[a].inject(this.container)
                    }
                    this.subcontainer.dispose();
                    this.subcontainer = false
                }
                for (a = 0; a < this.items.length; a++) {
                    this.items[a].setStyles({
                        'opacity': 1,
                        'position': 'absolute',
                        'float': 'none'
                    })
                }
            }
            this.transition = b;
            this.setSize(this.options.size)
        }
    },
    displayItem: function(b, a, d) {
        var c, e, f, g, k = {
            horizontal: ['left', 'width'],
            vertical: ['top', 'height']
        },
            h = k[this.transition.direction],
            l, i, j;
        if (this.transition.type == 'slide') {
            l = this.options.size[h[1]] * a * -1;
            i = this.options.size[h[1]] * b * -1;
            if (d) {
                this.subcontainer.setStyle(h[0], i + 'px')
            } else {
                f = this.getSlideFx().cancel();
                f.start(h[0], l, i)
            }
        } else {
            c = this.items[b];
            e = this.items[a];
            for (j = 0; j < this.items.length; j++) {
                if (b === j) {
                    this.items[j].setStyles({
                        'display': 'block',
                        'z-index': 1,
                        'left': 0,
                        'top': 0
                    });
                    if (this.transition.direction == 'inplace' && this.transition.additional == 'fade') {
                        this.items[j].setOpacity(0)
                    }
                } else if (a === j) {
                    this.items[j].setStyles({
                        'display': 'block',
                        'z-index': 0,
                        'left': 0,
                        'top': 0
                    })
                } else {
                    this.items[j].setStyle('display', 'none')
                }
            }
            if (this.transition.direction == 'inplace') {
                if (this.transition.additional == 'fade') {
                    f = this.getItemFx(b).cancel();
                    if (d) {
                        c.setOpacity(1)
                    } else {
                        f.addEvent('complete', this.hidePrecedingitem);
                        f.start({
                            opacity: [0, 1]
                        })
                    }
                } else {
                    if (a !== false) {
                        this.items[a].setStyle('display', 'none')
                    }
                }
            } else {
                l = this.options.size[h[1]];
                i = 0;
                if (b < a) {
                    l *= -1
                }
                if (d) {
                    c.setStyle(h[0], i)
                } else {
                    c.setStyle(h[0], l + 'px');
                    e.setStyle(h[0], i);
                    if (this.transition.additional == 'push') {
                        f = this.getItemsFx([b, a]).cancel();
                        g = {
                            '0': {}
                        };
                        g['0'][h[0]] = [l, i];
                        if (e) {
                            g['1'] = {};
                            g['1'][h[0]] = [i, l * -1]
                        }
                        f.start(g)
                    } else {
                        f = this.getItemFx(b).cancel();
                        f.addEvent('complete', this.hidePrecedingitem);
                        g = {};
                        g[h[0]] = [l, i];
                        if (this.transition.additional == 'fade') {
                            c.setOpacity(0);
                            g.opacity = [0, 1]
                        }
                        f.start(g)
                    }
                }
            }
        }
    },
    getItemFx: function(b) {
        if (!this.fxs[b]) {
            this.fxs[b] = new Fx.Morph(this.items[b])
        }
        this.fxs[b].removeEvent('complete', this.hidePrecedingitem).setOptions(this.options.fxOptions);
        return this.fxs[b]
    },
    getItemsFx: function(b) {
        var a = b.join('_'),
            d = [],
            c;
        if (!this.fxs_mix[a]) {
            for (c = 0; c < b.length; c++) {
                if (b[c] !== false) {
                    d.push(this.items[b[c]])
                }
            }
            this.fxs_mix[a] = new Fx.Elements(new Elements(d))
        }
        this.fxs_mix[a].setOptions(this.options.fxOptions);
        return this.fxs_mix[a]
    },
    getSlideFx: function(b) {
        this.fx.setOptions(this.options.fxOptions);
        return this.fx
    },
    walk: function(b, a, d) {
        if (b !== this.current_item_index && this.ready[b]) {
            this.preceding_item_index = this.current_item_index;
            this.current_item_index = b;
            var c = false;
            if (d !== true) {
                if (this.play_right_running) {
                    c = 'play'
                } else if (this.play_left_running) {
                    c = 'playback'
                }
                if (c) {
                    this.stop()
                }
            }
            this.fireEvent('onBeforeDisplayItem', [this.current_item_index, this.preceding_item_index]);
            this.displayItem(b, this.preceding_item_index, a);
            if (c) {
                this[c]()
            }
            if (this.options.walkers.container) {
                var e = this.options.walkers.depth * (-1 * this.current_item_index + this.options.walkers.display / 2 - (this.options.walkers.display % 2 ? .5 : 0));
                var f = -1 * this.options.walkers.depth * (this.walkers.items.length - this.options.walkers.display);
                var g = 0;
                if (e < f) {
                    e = f
                } else if (e > g) {
                    e = g
                }
                if (this.options.walkers.wmode == 'vertical') {
                    this.walkers.container.tween('top', e)
                } else {
                    this.walkers.container.tween('left', e)
                }
            }
            if (this.options.descriptions.items) {
                for (var k = 0; k < this.items.length; k++) {
                    this.descriptions_fxs[k].cancel();
                    if (k === this.preceding_item_index) {
                        this.options.descriptions.items[k].setStyle(this.orientation, (this.depth1 - this.depth2) + 'px')
                    } else {
                        this.options.descriptions.items[k].setStyle(this.orientation, this.depth1 + 'px')
                    }
                }
                this.descriptions_fxs[this.preceding_item_index].start(this.depth1).chain(function() {
                    this.descriptions_fxs[this.current_item_index].start(this.depth1 - this.depth2)
                }.bind(this))
            }
            this.fireEvent('onWalk', [this.current_item_index, this.preceding_item_index])
        }
    },
    next: function(b) {
        var a = this.current_item_index + 1;
        if (a === this.items.length) {
            a = 0
        }
        this.walk(a, false, b)
    },
    previous: function(b) {
        var a = this.current_item_index - 1;
        if (a < 0) {
            a = this.items.length - 1
        }
        this.walk(a, false, b)
    },
    play: function(b) {
        this.stop();
        if (b && $type(b) == 'number') {
            this.options.interval = b
        }
        this.play_right_running = true;
        this.play_timer = this.next.periodical(this.options.interval, this, [true]);
        this.fireEvent('onStartPlay', ['play'])
    },
    playback: function(b) {
        this.stop();
        if (b && $type(b) == 'number') {
            this.options.interval = b
        }
        this.play_left_running = true;
        this.play_timer = this.previous.periodical(this.options.interval, this, [true]);
        this.fireEvent('onStartPlayback', ['playback'])
    },
    stop: function() {
        $clear(this.play_timer);
        this.play_right_running = false;
        this.play_left_running = false;
        this.fireEvent('onStop', ['stop'])
    },
    addPlayerControls: function(b, a, d) {
        if (!d) {
            d = 'click'
        }
        for (var c = 0; c < a.length; c++) {
            a[c].addEvent(d, this[b].bind(this, [false]))
        }
    },
    addItemWalkers: function(b, a) {
        if (!a) {
            a = 'click'
        }
        for (var d = 0; d < b.length; d++) {
            b[d].addEvent(a, this.walk.pass([d, false, false], this))
        }
    },
    mouseWheelListener: function(b) {
        var a = new Event(b).stop();
        if (this.wheel_index === false) {
            this.wheel_index = this.current_item_index
        }
        this.wheel_index += a.wheel < 0 ? 1 : -1;
        if (this.wheel_index < 0) {
            this.wheel_index = this.items.length - 1
        } else if (this.wheel_index >= this.items.length) {
            this.wheel_index = 0
        }
        this.walk(this.wheel_index);
        this.wheel_index = false
    }
});

Executed Writes (1)

#1 JavaScript::Write (size: 84, repeated: 1)

<script src='http://www.google-analytics.com/ga.js' type='text/javascript'></script>


HTTP Transactions (157)


Request Response
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
If-Modified-Since: Wed, 19 Sep 2012 11:51:40 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Length: 14888
Content-Encoding: gzip
Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Wed, 07 Nov 2012 20:35:01 GMT
Expires: Thu, 08 Nov 2012 08:35:01 GMT
Vary: Accept-Encoding
Cache-Control: max-age=43200, public
Age: 15568
Server: GFE/2.0
GET /media/system/css/modal.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:19:51 GMT
Etag: &quot;945e777-487-4b4a3423ff7c0&quot;
Accept-Ranges: bytes
Content-Length: 1159
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /ajax/libs/jquery/1.7/jquery.min.js HTTP/1.1

Host: ajax.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Thu, 29 Mar 2012 18:19:50 GMT
Date: Thu, 08 Nov 2012 00:35:22 GMT
Expires: Thu, 08 Nov 2012 01:35:22 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 33673
X-XSS-Protection: 1; mode=block
Age: 1147
Cache-Control: public, must-revalidate, proxy-revalidate, max-age=3600
GET /templates/shaper_news_ii/css/template.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Sat, 05 May 2012 12:00:32 GMT
Etag: &quot;5d319d2-15ee-4bf48c8aa5800&quot;
Accept-Ranges: bytes
Content-Length: 5614
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/grids.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:32:57 GMT
Etag: &quot;5d319cb-101b-4b4a371196040&quot;
Accept-Ranges: bytes
Content-Length: 4123
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/typography.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:00 GMT
Etag: &quot;5d319d4-1451-4b4a371472700&quot;
Accept-Ranges: bytes
Content-Length: 5201
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/joomla.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:32:58 GMT
Etag: &quot;5d319cd-16d8-4b4a37128a280&quot;
Accept-Ranges: bytes
Content-Length: 5848
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/navigation.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:32:59 GMT
Etag: &quot;5d319d0-ed8-4b4a37137e4c0&quot;
Accept-Ranges: bytes
Content-Length: 3800
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/modules.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:32:58 GMT
Etag: &quot;5d319cf-8c9-4b4a37128a280&quot;
Accept-Ranges: bytes
Content-Length: 2249
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/styles/style1.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:34:16 GMT
Etag: &quot;82ab4b0-787-4b4a375ced200&quot;
Accept-Ranges: bytes
Content-Length: 1927
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /templates/system/css/system.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:17 GMT
Etag: &quot;5cf7ceb-569-4b4a3724a8d40&quot;
Accept-Ranges: bytes
Content-Length: 1385
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /templates/system/css/general.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:16 GMT
Etag: &quot;5cf7ce7-ad9-4b4a3723b4b00&quot;
Accept-Ranges: bytes
Content-Length: 2777
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /modules/mod_slideshow_pro_sp2/assets/css/showcase2.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:31 GMT
Etag: &quot;31b11a5-695-4b4a34f5ce6c0&quot;
Accept-Ranges: bytes
Content-Length: 1685
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /modules/mod_latestmembers/style.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Tue, 18 Sep 2012 02:03:16 GMT
Etag: &quot;9d25e7b-1aa-4c9f04b176100&quot;
Accept-Ranges: bytes
Content-Length: 426
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /modules/mod_news_show_sp1/assets/css/style.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:26 GMT
Etag: &quot;b3d417-56c-4b4a34f109b80&quot;
Accept-Ranges: bytes
Content-Length: 1388
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /?p=3883 HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Thu, 08 Nov 2012 00:54:26 GMT
Server: Apache/2.2
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; path=/
Last-Modified: Thu, 08 Nov 2012 00:54:28 GMT
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1332325422&utmhn=www.nurainmagazine.info&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Nurain%20Magazine%20%7C%20Comunidad%20de%20informaci%C3%B3n&utmhid=1953472493&utmr=-&utmp=%2F%3Fp%3D3883&utmac=UA-27960937-1&utmcc=__utma%3D60751410.686186352.1352336069.1352336069.1352336069.1%3B%2B__utmz%3D60751410.1352336069.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1332325422&amp;utmhn=www.nurainmagazine.info&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Nurain%20Magazine%20%7C%20Comunidad%20de%20informaci%C3%B3n&amp;utmhid=1953472493&amp;utmr=-&amp;utmp=%2F%3Fp%3D3883&amp;utmac=UA-27960937-1&amp;utmcc=__utma%3D60751410.686186352.1352336069.1352336069.1352336069.1%3B%2B__utmz%3D60751410.1352336069.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 21:03:16 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 13873
Server: GFE/2.0
GET //modules/mod_yt_megak2news/assets/style.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Tue, 04 Sep 2012 11:13:07 GMT
Etag: &quot;2902bf4-233b-4c8de57bad6c0&quot;
Accept-Ranges: bytes
Content-Length: 9019
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /templates/shaper_news_ii/css/k2.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:32:58 GMT
Etag: &quot;5d319ce-a968-4b4a37128a280&quot;
Accept-Ranges: bytes
Content-Length: 43368
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /modules/mod_sp_news_highlighter/assets/css/style.php?width=560&height=30&uniqid=1&arrows=style4.png&linkcolor=999&linkhover=FFF HTTP/1.1

Host: www.nurainmagazine.info
GET /modules/mod_sp_news_highlighter/assets/css/style.php?width=560&amp;height=30&amp;uniqid=1&amp;arrows=style4.png&amp;linkcolor=999&amp;linkhover=FFF HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /components/com_k2/js/k2.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 17:48:53 GMT
Etag: &quot;69089de-1aa4-4c93456778b40&quot;
Accept-Ranges: bytes
Content-Length: 6820
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /media/system/js/modal.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:46 GMT
Etag: &quot;4c2678b-2975-4c8fc715bd480&quot;
Accept-Ranges: bytes
Content-Length: 10613
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /media/system/js/caption.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:50 GMT
Etag: &quot;4c26788-7c4-4c8fc7198dd80&quot;
Accept-Ranges: bytes
Content-Length: 1988
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /components/com_jfbconnect/includes/jfbconnect.js?v411 HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 29 Sep 2012 23:50:02 GMT
Etag: &quot;8c42765-264c-4cadfd4b51e80&quot;
Accept-Ranges: bytes
Content-Length: 9804
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /templates/shaper_news_ii/js/popbox.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:51 GMT
Etag: &quot;5659c5b-3f5-4c8fc71a81fc0&quot;
Accept-Ranges: bytes
Content-Length: 1013
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /templates/shaper_news_ii/js/moomenu_moo12.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:52 GMT
Etag: &quot;5659c5a-d79-4c8fc71b76200&quot;
Accept-Ranges: bytes
Content-Length: 3449
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /modules/mod_slideshow_pro_sp2/assets/js/script_moo12.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:53 GMT
Etag: &quot;b57f16-1901-4c8fc71c6a440&quot;
Accept-Ranges: bytes
Content-Length: 6401
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /plugins/system/pc_includes/ajax_1.5.pack.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 29 Sep 2012 20:09:07 GMT
Etag: &quot;2fd8097-29e5-4cadcbea5dec0&quot;
Accept-Ranges: bytes
Content-Length: 10725
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /modules/mod_sp_news_highlighter/assets/js/sp_highlighter_moo12.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:53 GMT
Etag: &quot;a9f111a-1aba-4c8fc71c6a440&quot;
Accept-Ranges: bytes
Content-Length: 6842
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /plugins/system/mtupgrade/mootools.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:28 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:43 GMT
Etag: &quot;af80564-1d186-4c8fc712e0dc0&quot;
Accept-Ranges: bytes
Content-Length: 119174
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /components/com_community/assets/script-1.2.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 29 Sep 2012 20:09:51 GMT
Etag: &quot;51696d8-2c9b1-4cadcc14541c0&quot;
Accept-Ranges: bytes
Content-Length: 182705
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /components/com_jbolo/js/fb_chat.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;3b0ce6e-9a64-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 39524
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /avatar/8943d147dcd20a34f631434f35a245d5?s=48&default=http%3A%2F%2Fwww.nurainmagazine.info%2Fcomponents%2Fcom_k2%2Fimages%2Fplaceholder%2Fuser.png HTTP/1.1

Host: www.gravatar.com
GET /avatar/8943d147dcd20a34f631434f35a245d5?s=48&amp;default=http%3A%2F%2Fwww.nurainmagazine.info%2Fcomponents%2Fcom_k2%2Fimages%2Fplaceholder%2Fuser.png HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Accept-Ranges: bytes
Cache-Control: max-age=300
Date: Thu, 08 Nov 2012 00:54:30 GMT
Expires: Thu, 08 Nov 2012 00:59:30 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Location: http://i0.wp.com/www.nurainmagazine.info/components/com_k2/images/placeholder/user.png
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: 302-HIT
X-Varnish: 418147937
Content-Length: 0
GET /avatar/f8b7e1750b28edcb7a92f6dfa8128331?s=48&default=http%3A%2F%2Fwww.nurainmagazine.info%2Fcomponents%2Fcom_k2%2Fimages%2Fplaceholder%2Fuser.png HTTP/1.1

Host: www.gravatar.com
GET /avatar/f8b7e1750b28edcb7a92f6dfa8128331?s=48&amp;default=http%3A%2F%2Fwww.nurainmagazine.info%2Fcomponents%2Fcom_k2%2Fimages%2Fplaceholder%2Fuser.png HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Accept-Ranges: bytes
Cache-Control: max-age=300
Date: Thu, 08 Nov 2012 00:54:30 GMT
Expires: Thu, 08 Nov 2012 00:59:30 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Location: http://i0.wp.com/www.nurainmagazine.info/components/com_k2/images/placeholder/user.png
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: 302-HIT
X-Varnish: 1996084644
Content-Length: 0
GET /images/shared/download_buttons/get_flash_player.gif HTTP/1.1

Host: www.adobe.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 301 Moved Permanently

Content-Type: text/html; charset=iso-8859-1
Server: Apache
Location: http://wwwimages.adobe.com/www.adobe.com/images/shared/download_buttons/get_flash_player.gif
Cache-Control: max-age=900
Expires: Thu, 08 Nov 2012 01:09:30 GMT
Keep-Alive: timeout=2
Accept-Ranges: bytes
Connection: Keep-Alive
Date: Thu, 08 Nov 2012 00:54:30 GMT
Age: 0
Content-Length: 300
GET /components/com_jbolo/css/jfb_black3d.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;92e07b6-30ab-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 12459
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /components/com_jbolo/js/jquery-1.6.1.min.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;92e07be-1650a-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 91402
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /components/com_jbolo/sound/soundmanager2.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;92e07b1-105f6-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 67062
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /components/com_jbolo/js/fbar.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;3b0ce6b-4475-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 17525
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /components/com_community/assets/joms.jquery.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Sat, 29 Sep 2012 20:09:51 GMT
Etag: &quot;1d1ed10-3bde0-4cadcc14541c0&quot;
Accept-Ranges: bytes
Content-Length: 245216
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /modules/mod_jomsocial_videos_extended/styles/nyroModal.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Thu, 13 Sep 2012 03:12:52 GMT
Etag: &quot;b310b9d-821-4c98caecb3500&quot;
Accept-Ranges: bytes
Content-Length: 2081
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /www.nurainmagazine.info/components/com_k2/images/placeholder/user.png HTTP/1.1

Host: i0.wp.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Cache-Control: public, max-age=63115200
Date: Thu, 08 Nov 2012 00:54:30 GMT
Expires: Fri, 07 Nov 2014 08:09:33 GMT
Last-Modified: Sun, 07 Oct 2012 06:59:48 GMT
Server: ECS (arn/46F8)
X-Bytes-Saved: 0
X-Cache: HIT
X-Content-Type-Options: nosniff
X-nc: HIT iad 78
Content-Length: 1173
GET /components/com_jbolo/css/chat.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;92e07b9-24bd-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 9405
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /www.adobe.com/images/shared/download_buttons/get_flash_player.gif HTTP/1.1

Host: wwwimages.adobe.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: image/gif
Expires: Thu, 08 Nov 2012 01:07:51 GMT
Last-Modified: Mon, 05 Nov 2012 04:05:29 GMT
Etag: &quot;971234-6b8-4cdb7988e1440&quot;
Cache-Control: max-age=900, s-maxage=300
Server: Apache
Accept-Ranges: bytes
Content-Length: 1720
Date: Thu, 08 Nov 2012 00:54:30 GMT
Connection: keep-alive
GET /components/com_jbolo/css/jbolo.css HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;92e07b4-85d-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 2141
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /modules/mod_jomsocial_videos_extended/js/jquery-1.6.min.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Thu, 13 Sep 2012 03:12:52 GMT
Etag: &quot;1cfce7b-16196-4c98caecb3500&quot;
Accept-Ranges: bytes
Content-Length: 90518
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /modules/mod_jomsocial_videos_extended/js/jquery.nyroModal.custom.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
Last-Modified: Thu, 13 Sep 2012 03:12:52 GMT
Etag: &quot;1cfce7c-f9d9-4c98caecb3500&quot;
Accept-Ranges: bytes
Content-Length: 63961
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /images/stories/24x24.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 26 Dec 2011 14:58:12 GMT
Etag: &quot;46b301c-585-4b4fffed6e900&quot;
Accept-Ranges: bytes
Content-Length: 1413
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /images/stories/tweet.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 26 Dec 2011 14:58:46 GMT
Etag: &quot;41b76a4-5ea-4b50000ddb580&quot;
Accept-Ranges: bytes
Content-Length: 1514
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /images/stories/you.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 26 Dec 2011 14:59:05 GMT
Etag: &quot;41b76a6-56a-4b50001ffa040&quot;
Accept-Ranges: bytes
Content-Length: 1386
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /modules/mod_jxtc_maplinkw/jxtcswfobject.js HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 05 Sep 2012 23:07:55 GMT
Etag: &quot;4fdb7eb-268e-4c8fc71e528c0&quot;
Accept-Ranges: bytes
Content-Length: 9870
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /media/k2/users/102.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Fri, 07 Sep 2012 02:37:28 GMT
Etag: &quot;9b0873b-eee-4c9137d254a00&quot;
Accept-Ranges: bytes
Content-Length: 3822
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /index.php?option=com_jbolo&view=js&format=raw HTTP/1.1

Host: www.nurainmagazine.info
GET /index.php?option=com_jbolo&amp;view=js&amp;format=raw HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Date: Thu, 08 Nov 2012 00:54:29 GMT
Server: Apache/2.2
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Last-Modified: Thu, 08 Nov 2012 00:54:30 GMT
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /media/k2/users/124.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 18 Oct 2012 23:20:43 GMT
Etag: &quot;6fd02b4-edb-4cc5da2d908c0&quot;
Accept-Ranges: bytes
Content-Length: 3803
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /images/banners/radiodoslucesbanner.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 10 Jan 2012 22:44:32 GMT
Etag: &quot;18f6c00-f8fb-4b63442327400&quot;
Accept-Ranges: bytes
Content-Length: 63739
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /media/k2/users/7.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 03 Jan 2012 18:01:08 GMT
Etag: &quot;7d45518-b46-4b5a37bca6100&quot;
Accept-Ranges: bytes
Content-Length: 2886
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /media/k2/users/101.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sat, 04 Aug 2012 13:50:08 GMT
Etag: &quot;3917df4-b37-4c670ec2f4400&quot;
Accept-Ranges: bytes
Content-Length: 2871
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /media/k2/users/99.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 27 Jun 2012 18:17:48 GMT
Etag: &quot;7f18e7e-d03-4c3783b772b00&quot;
Accept-Ranges: bytes
Content-Length: 3331
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /media/k2/users/125.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 30 Oct 2012 20:33:37 GMT
Etag: &quot;68de1f0-a18-4cd4cb358ea40&quot;
Accept-Ranges: bytes
Content-Length: 2584
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /media/k2/users/375533_10150982649905389_781420388_21807292_1082094381_n.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 25 Jan 2012 23:40:36 GMT
Etag: &quot;166fcf8-f7d-4b762ca53a500&quot;
Accept-Ranges: bytes
Content-Length: 3965
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /media/k2/users/71.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 16 Apr 2012 09:09:52 GMT
Etag: &quot;59823da-11e5-4bdc82f543800&quot;
Accept-Ranges: bytes
Content-Length: 4581
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /images/avatar/thumb_484445767ea82ceb5f0ddb53.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 05 Nov 2012 16:58:19 GMT
Etag: &quot;2adf00f-7e7-4cdc2646c20c0&quot;
Accept-Ranges: bytes
Content-Length: 2023
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /components/com_community/assets/user_thumb.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sat, 29 Sep 2012 20:09:52 GMT
Etag: &quot;1dbb1c1-e5d-4cadcc1548400&quot;
Accept-Ranges: bytes
Content-Length: 3677
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /images/avatar/thumb_85e67b4a22bec4d0503b74d7.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Fri, 26 Oct 2012 00:20:11 GMT
Etag: &quot;792b9c1-f46-4cceb486804c0&quot;
Accept-Ranges: bytes
Content-Length: 3910
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /images/avatar/thumb_c457db5b3ca906d777ffdf94.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sun, 07 Oct 2012 12:06:55 GMT
Etag: &quot;513d6ea-901-4cb76f0e595c0&quot;
Accept-Ranges: bytes
Content-Length: 2305
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /images/avatar/thumb_0c3391043ce2adbdde45c6e6.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sun, 07 Oct 2012 13:04:08 GMT
Etag: &quot;513d6eb-465-4cb77bd850200&quot;
Accept-Ranges: bytes
Content-Length: 1125
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /images/avatar/thumb_74bd39e09e7fa92b0b5289db.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 01 Oct 2012 07:05:04 GMT
Etag: &quot;651a52c-66f-4cafa06596800&quot;
Accept-Ranges: bytes
Content-Length: 1647
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /images/avatar/thumb_e60715c916d6fbd1c85c66d1.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 01 Oct 2012 06:01:17 GMT
Etag: &quot;651a52a-c5c-4caf9223e0540&quot;
Accept-Ranges: bytes
Content-Length: 3164
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /images/avatar/thumb_e3c7a6bdb3369ca1d12a268e.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sun, 30 Sep 2012 17:18:25 GMT
Etag: &quot;651a526-a1b-4caee7a04ba40&quot;
Accept-Ranges: bytes
Content-Length: 2587
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /images/avatar/thumb_12475e0b602ee742afa89265.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 25 Sep 2012 16:26:12 GMT
Etag: &quot;3cf9591-42f-4ca892a121100&quot;
Accept-Ranges: bytes
Content-Length: 1071
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /media/k2/items/cache/02c3690c1c0f065ff00387ae9425f29c_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sat, 16 Jun 2012 18:35:18 GMT
Etag: &quot;b32d4dd-4c5b-4c29b31cbc580&quot;
Accept-Ranges: bytes
Content-Length: 19547
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /images/avatar/thumb_f1354a5e14b1e97c2a3a6793.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 19 Sep 2012 00:10:06 GMT
Etag: &quot;4f11c7c-5de-4ca02d4379380&quot;
Accept-Ranges: bytes
Content-Length: 1502
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /media/k2/items/cache/32cf2b18bc061b77e56b5783aff01222_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 27 Jun 2012 18:25:17 GMT
Etag: &quot;5428307-8bde-4c378563a5d40&quot;
Accept-Ranges: bytes
Content-Length: 35806
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /media/k2/items/cache/28b8f12309e9ac4afaade20e5d04ffc2_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 24 Jan 2012 12:54:46 GMT
Etag: &quot;8e52d1-5479-4b745a6ce3180&quot;
Accept-Ranges: bytes
Content-Length: 21625
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /media/k2/items/cache/53bed31cb74891ae64a31e4c592ef86d_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 10 Jan 2012 19:09:18 GMT
Etag: &quot;49fe4df-5e94-4b63140767380&quot;
Accept-Ranges: bytes
Content-Length: 24212
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /media/k2/items/cache/e213534406f5e673030b12a49a117407_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Sat, 18 Feb 2012 11:32:40 GMT
Etag: &quot;a37fe40-52d5-4b93b6b39c600&quot;
Accept-Ranges: bytes
Content-Length: 21205
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /__utm.gif?utmwv=5.3.7&utms=2&utmn=648774543&utmhn=www.nurainmagazine.info&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Nurain%20Magazine%20%7C%20Comunidad%20de%20informaci%C3%B3n&utmhid=1953472493&utmr=-&utmp=%2F%3Fp%3D3883&utmac=UA-35242914-1&utmcc=__utma%3D60751410.686186352.1352336069.1352336069.1352336069.1%3B%2B__utmz%3D60751410.1352336069.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=2&amp;utmn=648774543&amp;utmhn=www.nurainmagazine.info&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Nurain%20Magazine%20%7C%20Comunidad%20de%20informaci%C3%B3n&amp;utmhid=1953472493&amp;utmr=-&amp;utmp=%2F%3Fp%3D3883&amp;utmac=UA-35242914-1&amp;utmcc=__utma%3D60751410.686186352.1352336069.1352336069.1352336069.1%3B%2B__utmz%3D60751410.1352336069.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 21:03:16 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 13875
Server: GFE/2.0
GET /media/k2/items/cache/92147a43a78b5983afe1a0dfa23dc633_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Mon, 18 Jun 2012 18:21:34 GMT
Etag: &quot;9f10cab-32c1-4c2c33c5d4780&quot;
Accept-Ranges: bytes
Content-Length: 12993
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /images/videos/videos/188/thumbs/FxXSE4LID6F.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 16:02:11 GMT
Etag: &quot;9000982-a1b-4cde9d75b46c0&quot;
Accept-Ranges: bytes
Content-Length: 2587
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /images/videos/videos/188/thumbs/p4Ov2MfBUs4.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 15:54:03 GMT
Etag: &quot;9000981-b9f-4cde9ba44fcc0&quot;
Accept-Ranges: bytes
Content-Length: 2975
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /images/videos/videos/188/thumbs/LGAhpcg0MEj.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Tue, 06 Nov 2012 22:11:37 GMT
Etag: &quot;9000980-cb7-4cddae2b63840&quot;
Accept-Ranges: bytes
Content-Length: 3255
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /images/videos/videos/188/thumbs/IhPEAmUP1cN.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 25 Oct 2012 23:55:35 GMT
Etag: &quot;900097e-b7c-4cceaf06e0bc0&quot;
Accept-Ranges: bytes
Content-Length: 2940
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /images/videos/videos/188/thumbs/3MAxqdqOzks.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 25 Oct 2012 23:57:15 GMT
Etag: &quot;900097f-ac9-4cceaf663ecc0&quot;
Accept-Ranges: bytes
Content-Length: 2761
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /media/k2/items/cache/144aba6c568fde2fce1a77afef2ebf5c_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 09 Feb 2012 15:29:34 GMT
Etag: &quot;53db627-64e2-4b889addfd380&quot;
Accept-Ranges: bytes
Content-Length: 25826
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /media/k2/items/cache/30acc056eefaa17655fb482e0f42c3aa_M.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 17 May 2012 17:54:18 GMT
Etag: &quot;b604d72-51a3-4c03f1fede680&quot;
Accept-Ranges: bytes
Content-Length: 20899
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /images/videos/videos/163/thumbs/aFoQsUZtYGN.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 04 Oct 2012 18:45:32 GMT
Etag: &quot;164e431-aa6-4cb4028efeb00&quot;
Accept-Ranges: bytes
Content-Length: 2726
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /embed/7JY6ztZrJ0c HTTP/1.1

Host: www.youtube.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /es_ES/all.js HTTP/1.1

Host: connect.facebook.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;c08049d769f62f7683246e8dc403b28a&quot;
Content-Encoding: gzip
X-FB-Debug: O93kWZGYjohC7rQIzLQIuKoCclQ67dYxIT1e5lbK6vA=
Content-Length: 58147
Cache-Control: public, max-age=325
Expires: Thu, 08 Nov 2012 00:59:56 GMT
Date: Thu, 08 Nov 2012 00:54:31 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /media/k2/items/cache/6503b8bba24ac83ccad201b1abf0e501_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 17:25:09 GMT
Etag: &quot;a924ef1-17267-4cdeb00118740&quot;
Accept-Ranges: bytes
Content-Length: 94823
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /media/k2/items/cache/c17033ddd55ecdf5f16c90daa55576ba_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 18:14:36 GMT
Etag: &quot;a924efd-13b66-4cdebb0ea5b00&quot;
Accept-Ranges: bytes
Content-Length: 80742
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /media/k2/items/cache/6176c11bdfbc564ec8ab329c0188939a_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 08 Nov 2012 00:48:26 GMT
Etag: &quot;6de944f-18001-4cdf1315f8a80&quot;
Accept-Ranges: bytes
Content-Length: 98305
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /media/k2/items/cache/32e0741e68cabc7552333046597de1b4_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 18:30:43 GMT
Etag: &quot;a924f03-29ab3-4cdebea8d9ac0&quot;
Accept-Ranges: bytes
Content-Length: 170675
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /media/k2/items/cache/3a93e06a79b58e8e24434c313eb7a045_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 06:13:56 GMT
Etag: &quot;3c932e8-1fb9c-4cde19f9c5100&quot;
Accept-Ranges: bytes
Content-Length: 129948
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /media/k2/items/cache/26592557cec344d5b5b242a1353cc260_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 17:41:50 GMT
Etag: &quot;a924ef7-1bbf6-4cdeb3bbb9380&quot;
Accept-Ranges: bytes
Content-Length: 113654
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/6503b8bba24ac83ccad201b1abf0e501_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 17:26:52 GMT
Etag: &quot;4dddc6-1fce-4cdeb06352f00&quot;
Accept-Ranges: bytes
Content-Length: 8142
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /media/k2/items/cache/d2071b60238b7f74c1203042be7b40e6_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 06:05:53 GMT
Etag: &quot;3c932e2-13036-4cde182d25240&quot;
Accept-Ranges: bytes
Content-Length: 77878
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/3a93e06a79b58e8e24434c313eb7a045_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 06:14:03 GMT
Etag: &quot;4dddc5-19ed-4cde1a00720c0&quot;
Accept-Ranges: bytes
Content-Length: 6637
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/01db144526716df630e705de85c35be7_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Tue, 06 Nov 2012 05:49:54 GMT
Etag: &quot;995a255-1aca-4cdcd2bd1c480&quot;
Accept-Ranges: bytes
Content-Length: 6858
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /yts/cssbin/www-embed-vflflJV0P.css HTTP/1.1

Host: s.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.youtube.com/embed/7JY6ztZrJ0c
HTTP/1.1 200 OK

Content-Type: text/css
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Tue, 06 Nov 2012 19:57:53 GMT
Date: Wed, 07 Nov 2012 20:35:00 GMT
Expires: Thu, 07 Nov 2013 20:35:00 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 28808
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 15572
GET /cache/mod_yt_megak2news/images/4d6d3df269546827fd20816c2996e16a_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Mon, 05 Nov 2012 18:25:52 GMT
Etag: &quot;995a254-20ea-4cdc39d868c00&quot;
Accept-Ranges: bytes
Content-Length: 8426
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /connect/xd_arbiter.php?version=15 HTTP/1.1

Host: static.ak.facebook.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: Hdwol+f2c8xpZaDJPahHzPzDW//j9se64jH/Q+ie9Oo=
Content-Length: 9723
Vary: Accept-Encoding
Cache-Control: public, max-age=31399654
Expires: Wed, 06 Nov 2013 11:02:06 GMT
Date: Thu, 08 Nov 2012 00:54:32 GMT
Connection: keep-alive
GET /cache/mod_yt_megak2news/images/b1da35673a92af40fb0d8e72cefac177_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Mon, 05 Nov 2012 17:36:20 GMT
Etag: &quot;995a252-221a-4cdc2ec616d00&quot;
Accept-Ranges: bytes
Content-Length: 8730
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/f281ac802210810c0fb503efc1b12ce0_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Sun, 04 Nov 2012 08:11:47 GMT
Etag: &quot;995a251-2276-4cda6eb8d16c0&quot;
Accept-Ranges: bytes
Content-Length: 8822
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /images/nm/comunidadbanner.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 03:28:35 GMT
Etag: &quot;4658e12-e1dd-4c92851cb5ec0&quot;
Accept-Ranges: bytes
Content-Length: 57821
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/6176c11bdfbc564ec8ab329c0188939a_XL_350_300.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Thu, 08 Nov 2012 00:48:33 GMT
Etag: &quot;4dddcc-4c05-4cdf131ca5a40&quot;
Accept-Ranges: bytes
Content-Length: 19461
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/1706b33fef7712ba31cca5e36abb2536_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Tue, 06 Nov 2012 05:59:43 GMT
Etag: &quot;995a256-2271-4cdcd4eed31c0&quot;
Accept-Ranges: bytes
Content-Length: 8817
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /index.php?option=com_jbolo&view=js&format=raw HTTP/1.1

Host: www.nurainmagazine.info
GET /index.php?option=com_jbolo&amp;view=js&amp;format=raw HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
If-Modified-Since: Thu, 08 Nov 2012 00:54:30 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Last-Modified: Thu, 08 Nov 2012 00:54:31 GMT
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /cache/mod_yt_megak2news/images/491a4a0327b47b32bd3778bab121ebe0_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Mon, 05 Nov 2012 17:48:20 GMT
Etag: &quot;995a253-1d67-4cdc3174bc100&quot;
Accept-Ranges: bytes
Content-Length: 7527
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/e024813b29ebd45d0ef447940e0ad5c1_XL_180_180.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Sun, 04 Nov 2012 06:58:30 GMT
Etag: &quot;995a24d-2aee-4cda5e5783180&quot;
Accept-Ranges: bytes
Content-Length: 10990
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/ab90817470153a5e2d359e6dfb8f36a0_XL_300_250.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Mon, 29 Oct 2012 17:51:48 GMT
Etag: &quot;a8db0b2-2cd7-4cd3652cdf500&quot;
Accept-Ranges: bytes
Content-Length: 11479
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/2a22844c505de0a42c62a750aef349c3_XL_300_250.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Wed, 31 Oct 2012 18:13:21 GMT
Etag: &quot;6a43251-304b-4cd5edb8e5240&quot;
Accept-Ranges: bytes
Content-Length: 12363
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/32e0741e68cabc7552333046597de1b4_XL_300_250.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 18:31:05 GMT
Etag: &quot;4dddc8-3061-4cdebebdd4c40&quot;
Accept-Ranges: bytes
Content-Length: 12385
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/f45d655575e97f094813cafeb5b8ded9_XL_300_250.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Mon, 29 Oct 2012 15:21:47 GMT
Etag: &quot;a8db0b0-33bc-4cd343a4d98c0&quot;
Accept-Ranges: bytes
Content-Length: 13244
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/c17033ddd55ecdf5f16c90daa55576ba_XL_300_250.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Wed, 07 Nov 2012 18:16:45 GMT
Etag: &quot;4dddc7-335f-4cdebb89abd40&quot;
Accept-Ranges: bytes
Content-Length: 13151
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /cache/mod_yt_megak2news/images/55423d648d980fcd038f6cfb754692c1_XL_300_250.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Wed, 31 Oct 2012 18:39:33 GMT
Etag: &quot;6a43252-3678-4cd5f39412340&quot;
Accept-Ranges: bytes
Content-Length: 13944
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /components/com_obrss/images/feeds_16.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Fri, 25 May 2012 14:23:41 GMT
Etag: &quot;729366d-32f-4c0dd1d6f9540&quot;
Accept-Ranges: bytes
Content-Length: 815
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/styles/style1/logo.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/styles/style1.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Mon, 17 Sep 2012 23:06:57 GMT
Etag: &quot;3534c6f-19ff-4c9edd488a640&quot;
Accept-Ranges: bytes
Content-Length: 6655
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /modules/mod_sp_news_highlighter/assets/images/style4.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/modules/mod_sp_news_highlighter/assets/css/style.php?width=560&amp;height=30&amp;uniqid=1&amp;arrows=style4.png&amp;linkcolor=999&amp;linkhover=FFF
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:48 GMT
Etag: &quot;394706b-1f5-4b4a350604d00&quot;
Accept-Ranges: bytes
Content-Length: 501
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/styles/style1/search.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/styles/style1.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:36:31 GMT
Etag: &quot;3534c71-13f1-4b4a37ddac1c0&quot;
Accept-Ranges: bytes
Content-Length: 5105
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /media/k2/items/cache/0af7066a15b46ecace4051cc8307525c_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:30 GMT
Server: Apache/2.2
Last-Modified: Thu, 08 Nov 2012 00:44:43 GMT
Etag: &quot;b23949a-3955a-4cdf12414d4c0&quot;
Accept-Ranges: bytes
Content-Length: 234842
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/nav-bg.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/navigation.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:09 GMT
Etag: &quot;39a8bcc-5d-4b4a371d07b40&quot;
Accept-Ranges: bytes
Content-Length: 93
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/nav-sep.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/navigation.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:09 GMT
Etag: &quot;39a8bcd-3b-4b4a371d07b40&quot;
Accept-Ranges: bytes
Content-Length: 59
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/styles/style1/nav-active.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/styles/style1.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:36:30 GMT
Etag: &quot;3534c70-f7-4b4a37dcb7f80&quot;
Accept-Ranges: bytes
Content-Length: 247
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/h3-bg.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/modules.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:06 GMT
Etag: &quot;6ccb7bf-66-4b4a371a2b480&quot;
Accept-Ranges: bytes
Content-Length: 102
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/sphere.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/joomla.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:10 GMT
Etag: &quot;3745215-bc4-4b4a371dfbd80&quot;
Accept-Ranges: bytes
Content-Length: 3012
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/k2/quote.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/k2.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:34:38 GMT
Etag: &quot;aa45c80-c43-4b4a3771e8380&quot;
Accept-Ranges: bytes
Content-Length: 3139
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/favicon.ico HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Thu, 08 Nov 2012 00:54:32 GMT
Server: Apache/2.2
Last-Modified: Mon, 26 Dec 2011 21:46:13 GMT
Etag: &quot;6ccb7bb-6a1-4b505b2055340&quot;
Accept-Ranges: bytes
Content-Length: 1697
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /media/k2/items/cache/f76a4807a834eef3b5b786da7dba75f6_XL.jpg HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.1.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 00:54:31 GMT
Server: Apache/2.2
Last-Modified: Tue, 06 Nov 2012 06:07:42 GMT
Etag: &quot;3c932dc-19155-4cdcd6b7a2780&quot;
Accept-Ranges: bytes
Content-Length: 102741
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /yts/img/pixel-vfl3z5WfW.gif HTTP/1.1

Host: s.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.youtube.com/embed/7JY6ztZrJ0c
HTTP/1.1 200 OK

Content-Type: image/gif
Last-Modified: Tue, 16 Oct 2012 23:01:29 GMT
Date: Wed, 07 Nov 2012 20:35:01 GMT
Expires: Thu, 07 Nov 2013 20:35:01 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 43
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 15572
GET /yts/jsbin/www-embed_core_module-vflZkW0CI.js HTTP/1.1

Host: s.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.youtube.com/embed/7JY6ztZrJ0c
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Tue, 06 Nov 2012 20:01:53 GMT
Date: Wed, 07 Nov 2012 20:35:02 GMT
Expires: Thu, 07 Nov 2013 20:35:02 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 44003
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 15571
GET /connect/xd_arbiter.php?version=15 HTTP/1.1

Host: s-static.ak.facebook.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: oioCKbZB+sKH+/SQvooXq9I8WT+i6vY96i3ZEpudlAk=
Content-Length: 9723
Vary: Accept-Encoding
Cache-Control: public, max-age=31355588
Expires: Tue, 05 Nov 2013 22:47:42 GMT
Date: Thu, 08 Nov 2012 00:54:34 GMT
Connection: keep-alive
GET /yts/imgbin/www-refresh-vflrvDBWB.png HTTP/1.1

Host: s.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://s.ytimg.com/yts/cssbin/www-embed-vflflJV0P.css
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Tue, 06 Nov 2012 19:58:12 GMT
Date: Wed, 07 Nov 2012 20:35:03 GMT
Expires: Thu, 07 Nov 2013 20:35:03 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 40884
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 15571
GET /modules/mod_slideshow_pro_sp2/assets/images/desc-bg.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/modules/mod_slideshow_pro_sp2/assets/css/showcase2.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:33 GMT
Etag: &quot;9339b2f-af1-4b4a34f7b6b40&quot;
Accept-Ranges: bytes
Content-Length: 2801
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
GET /modules/mod_slideshow_pro_sp2/assets/images/loading.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/modules/mod_slideshow_pro_sp2/assets/css/showcase2.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:34 GMT
Etag: &quot;9339b31-303-4b4a34f8aad80&quot;
Accept-Ranges: bytes
Content-Length: 771
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET /modules/mod_slideshow_pro_sp2/assets/images/slde-nav-bg.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/modules/mod_slideshow_pro_sp2/assets/css/showcase2.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:35 GMT
Etag: &quot;9339b37-af0-4b4a34f99efc0&quot;
Accept-Ranges: bytes
Content-Length: 2800
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET //modules/mod_yt_megak2news/assets/button_left.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info//modules/mod_yt_megak2news/assets/style.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Tue, 04 Sep 2012 11:13:07 GMT
Etag: &quot;2902beb-b2d-4c8de57bad6c0&quot;
Accept-Ranges: bytes
Content-Length: 2861
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET //modules/mod_yt_megak2news/assets/button_center.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info//modules/mod_yt_megak2news/assets/style.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Tue, 04 Sep 2012 11:13:07 GMT
Etag: &quot;2902bea-aff-4c8de57bad6c0&quot;
Accept-Ranges: bytes
Content-Length: 2815
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET //modules/mod_yt_megak2news/assets/button_right.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info//modules/mod_yt_megak2news/assets/style.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Tue, 04 Sep 2012 11:13:07 GMT
Etag: &quot;2902bec-b33-4c8de57bad6c0&quot;
Accept-Ranges: bytes
Content-Length: 2867
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET //modules/mod_yt_megak2news/assets/arrow.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info//modules/mod_yt_megak2news/assets/style.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Tue, 04 Sep 2012 11:13:07 GMT
Etag: &quot;2902be8-b60-4c8de57bad6c0&quot;
Accept-Ranges: bytes
Content-Length: 2912
Keep-Alive: timeout=15, max=77
Connection: Keep-Alive
GET /images/ HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/html
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:10:47 GMT
Etag: &quot;2e5ddef-2c-4b4a321d32fc0&quot;
Accept-Ranges: bytes
Content-Length: 44
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /modules/mod_slideshow_pro_sp2/assets/images/style6-buttons.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/modules/mod_slideshow_pro_sp2/assets/css/showcase2.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:23:36 GMT
Etag: &quot;9339b38-1cc1-4b4a34fa93200&quot;
Accept-Ranges: bytes
Content-Length: 7361
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/bullet3.gif HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/modules.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:04 GMT
Etag: &quot;6ccb7b6-2d-4b4a371843000&quot;
Accept-Ranges: bytes
Content-Length: 45
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/footer-l.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/template.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:05 GMT
Etag: &quot;6ccb7bc-b25-4b4a371937240&quot;
Accept-Ranges: bytes
Content-Length: 2853
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /templates/shaper_news_ii/images/footer-r.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/template.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Thu, 22 Dec 2011 00:33:05 GMT
Etag: &quot;6ccb7bd-b1e-4b4a371937240&quot;
Accept-Ranges: bytes
Content-Length: 2846
Keep-Alive: timeout=15, max=77
Connection: Keep-Alive
GET /yts/swfbin/watch_as3-vflwNccTn.swf HTTP/1.1

Host: s.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.youtube.com/embed/7JY6ztZrJ0c
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Last-Modified: Tue, 06 Nov 2012 21:14:35 GMT
Date: Wed, 07 Nov 2012 21:07:51 GMT
Expires: Thu, 07 Nov 2013 21:07:51 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 279982
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 13606
GET /__utm.gif?utmwv=5.3.7&utms=3&utmn=825997995&utmhn=www.nurainmagazine.info&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Nurain%20Magazine%20%7C%20Comunidad%20de%20informaci%C3%B3n&utmhid=1953472493&utmr=-&utmp=%2F%3Fp%3D3883&utmac=UA-27960937-1&utmcc=__utma%3D60751410.686186352.1352336069.1352336069.1352336069.1%3B%2B__utmz%3D60751410.1352336069.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=r~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=3&amp;utmn=825997995&amp;utmhn=www.nurainmagazine.info&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Nurain%20Magazine%20%7C%20Comunidad%20de%20informaci%C3%B3n&amp;utmhid=1953472493&amp;utmr=-&amp;utmp=%2F%3Fp%3D3883&amp;utmac=UA-27960937-1&amp;utmcc=__utma%3D60751410.686186352.1352336069.1352336069.1352336069.1%3B%2B__utmz%3D60751410.1352336069.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=r~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 21:03:16 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 13883
Server: GFE/2.0
GET /templates/shaper_news_ii/images/logo-bottom.png HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/templates/shaper_news_ii/css/template.css
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.2.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
Last-Modified: Mon, 26 Dec 2011 21:38:23 GMT
Etag: &quot;39a8bcb-2278-4b5059601b1c0&quot;
Accept-Ranges: bytes
Content-Length: 8824
Keep-Alive: timeout=15, max=76
Connection: Keep-Alive
POST /index.php?obsstask=cronjob HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/javascript, text/html, application/xml, text/xml, */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Referer: http://www.nurainmagazine.info/?p=3883
Content-Length: 0
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.3.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Pragma: no-cache
Cache-Control: no-cache
HTTP/1.1 200 OK

Content-Type: text/html
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Content-Length: 0
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET //components/com_jbolo/sound/soundmanager2.swf HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.3.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 00:54:39 GMT
Server: Apache/2.2
Last-Modified: Sat, 08 Sep 2012 18:55:34 GMT
Etag: &quot;92e07b0-d15-4c93544f1f580&quot;
Accept-Ranges: bytes
Content-Length: 3349
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET /index.php?option=com_jbolo&action=startchatsession&_=1352336079166 HTTP/1.1

Host: www.nurainmagazine.info
GET /index.php?option=com_jbolo&amp;action=startchatsession&amp;_=1352336079166 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.3.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Thu, 08 Nov 2012 00:54:38 GMT
Server: Apache/2.2
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Last-Modified: Thu, 08 Nov 2012 00:54:39 GMT
Keep-Alive: timeout=15, max=77
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /modules/mod_jxtc_maplinkw/World.swf HTTP/1.1

Host: www.nurainmagazine.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.3.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 00:54:39 GMT
Server: Apache/2.2
Last-Modified: Thu, 19 Jan 2012 02:57:21 GMT
Etag: &quot;4fdb7ec-16a55-4b6d8b9120640&quot;
Accept-Ranges: bytes
Content-Length: 92757
Keep-Alive: timeout=15, max=76
Connection: Keep-Alive
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Thu, 08 Nov 2012 00:54:40 GMT
Connection: keep-alive
GET /crossdomain.xml HTTP/1.1

Host: i4.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/x-cross-domain-policy
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Thu, 09 Feb 2012 23:54:11 GMT
Date: Wed, 07 Nov 2012 20:35:00 GMT
Expires: Thu, 08 Nov 2012 02:35:00 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 97
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=21600
Age: 15580
GET /index.php?option=com_jbolo&action=startchatsession&_=1352336079862 HTTP/1.1

Host: www.nurainmagazine.info
GET /index.php?option=com_jbolo&amp;action=startchatsession&amp;_=1352336079862 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://www.nurainmagazine.info/?p=3883
Cookie: 15daab879ceec8bc689b2183c84d7af6=1074986f9d480b591a5c79e0757d4c7c; __utma=60751410.686186352.1352336069.1352336069.1352336069.1; __utmb=60751410.3.10.1352336069; __utmc=60751410; __utmz=60751410.1352336069.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Thu, 08 Nov 2012 00:54:39 GMT
Server: Apache/2.2
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Last-Modified: Thu, 08 Nov 2012 00:54:39 GMT
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /vi/7JY6ztZrJ0c/hqdefault.jpg HTTP/1.1

Host: i4.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Thu, 08 Nov 2012 00:54:41 GMT
Date: Thu, 08 Nov 2012 00:54:41 GMT
Expires: Thu, 08 Nov 2012 06:54:41 GMT
Cache-Control: public, max-age=21600
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 15582
X-XSS-Protection: 1; mode=block
POST / HTTP/1.1

Host: ocsp.verisign.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.0 200 Ok

Content-Type: application/ocsp-response
Last-Modified: Tue, 06 Nov 2012 00:37:37 GMT
Expires: Tue, 13 Nov 2012 00:37:37 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=430976, public, no-transform, must-revalidate
Date: Thu, 08 Nov 2012 00:54:41 GMT
nncoection: close
Connection: Keep-Alive
GET /dialog/oauth?client_id=474067815948733&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.nurainmagazine.info&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2d70c98a7f2336%26origin%3Dhttp%253A%252F%252Fwww.nurainmagazine.info%252Ff10808c6bb37fa6%26domain%3Dwww.nurainmagazine.info%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=474067815948733&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=www.nurainmagazine.info&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2d70c98a7f2336%26origin%3Dhttp%253A%252F%252Fwww.nurainmagazine.info%252Ff10808c6bb37fa6%26domain%3Dwww.nurainmagazine.info%26relation%3Dparent&amp;sdk=joey HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.nurainmagazine.info/?p=3883
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Location: http://static.ak.facebook.com/connect/xd_arbiter.php?version=15#cb=f2d70c98a7f2336&amp;origin=http%3A%2F%2Fwww.nurainmagazine.info%2Ff10808c6bb37fa6&amp;domain=www.nurainmagazine.info&amp;relation=parent&amp;error=unknown_user
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
X-FB-Debug: ua5iWKZVGF2gDwHOYt37bw15TvzCXQe4Fatgrs1FfjI=
Date: Thu, 08 Nov 2012 00:54:42 GMT
Connection: keep-alive
Content-Length: 0