Overview

URLhttp://li21.cn/views/22216.html
IP115.239.228.103
ASNAS4134 Chinanet
Location China
Report completed2012-11-07 16:44:53 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-07 16:44:29 123.125.65.55 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-07 16:44:29 123.125.65.55 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-07 16:44:27 123.125.115.126 urlQuery Client1BROWSER-IE Microsoft Internet Explorer userdata behavior memory corruption attempt
2012-11-07 16:44:30 123.125.115.75 urlQuery Client1BROWSER-IE Microsoft Internet Explorer userdata behavior memory corruption attempt


Recent reports on same IP/ASN/Domain

Last 4 reports on IP: 115.239.228.103

Date Alerts / IDS URL IP
2012-11-07 00:50:130 / 3http://li21.cn/views/21553.html115.239.228.103
2012-11-06 19:53:490 / 4http://li21.cn/views/21100.html115.239.228.103
2012-11-06 11:48:210 / 4http://li21.cn/views/22789.html115.239.228.103
2012-11-06 00:10:480 / 4http://li21.cn/views/21577.html115.239.228.103

Last 6 reports on ASN: AS4134 Chinanet

Date Alerts / IDS URL IP
2013-02-21 20:58:250 / 2http://game.cdcctv.net:88/game/my.htm?dloer.hinews.cn115.230.126.91
2013-02-21 20:43:361 / 2http://acasetw.com/ie-index.htm116.254.188.24
2013-02-21 20:25:350 / 6http://61.130.108.151/61.130.108.151
2013-02-21 19:46:160 / 0http://b.girccsas.com183.60.143.74
2013-02-21 18:09:390 / 1http://jrsx.jre.net.cn/logos.gif?1d906=605470222.186.222.250
2013-02-21 18:09:380 / 1http://jrsx.jre.net.cn/logos.gif?242d7=889098222.186.222.250

Last 6 reports on domain: li21.cn

Date Alerts / IDS URL IP
2013-01-16 05:23:380 / 3http://li21.cn/views/21553.html115.230.127.78
2013-01-16 05:23:290 / 3http://li21.cn/views/21577.html115.230.127.78
2013-01-16 05:23:290 / 3http://li21.cn/views/21100.html115.230.127.78
2013-01-16 05:23:290 / 3http://li21.cn/views/22216.html115.230.127.78
2013-01-16 05:23:230 / 3http://li21.cn/views/22789.html115.230.127.78
2013-01-16 05:18:060 / 3http://li21.cn/views/23033.html115.230.127.78



JavaScript

Executed Scripts (33)


Executed Evals (4)

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

function $(id) {
    return document.getElementById(id)
}
function checkAll(bool, tagname, name) {
    var checkboxArray;
    checkboxArray = getElementsByName(tagname, name);
    for (var i = 0; i < checkboxArray.length; i++) {
        checkboxArray[i].checked = bool
    }
}
function checkOthers(tagname, name) {
    var checkboxArray;
    checkboxArray = getElementsByName(tagname, name);
    for (var i = 0; i < checkboxArray.length; i++) {
        if (checkboxArray[i].checked == false) {
            checkboxArray[i].checked = true
        } else if (checkboxArray[i].checked == true) {
            checkboxArray[i].checked = false
        }
    }
}
function textareasize(obj) {
    if (obj.scrollHeight > 70) {
        obj.style.height = obj.scrollHeight + 'px'
    }
}
function set(obj, value) {
    obj.innerHTML = value
}
function view(id) {
    $(id).style.display = 'inline'
}
function hide(id) {
    $(id).style.display = 'none'
}
function getScroll() {
    var t;
    if (document.documentElement && document.documentElement.scrollTop) {
        t = document.documentElement.scrollTop
    } else if (document.body) {
        t = document.body.scrollTop
    }
    return (t)
}
function HtmlEncode(str) {
    var s = "";
    if (str.length == 0) return "";
    s = str.replace(/&/g, "&amp;");
    s = s.replace(/</g, "&lt;");
    s = s.replace(/>/g, "&gt;");
    s = s.replace(/ /g, "&nbsp;");
    s = s.replace(/\'/g, "&#39;");
    s = s.replace(/\"/g, "&quot;");
    return s
}
function getElementsByName(tag, name) {
    var rtArr = new Array();
    var el = document.getElementsByTagName(tag);
    for (var i = 0; i < el.length; i++) {
        if (el[i].name == name) rtArr.push(el[i])
    }
    return rtArr
}

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

function AJAX(G) {
    var K = [],
        $ = this,
        L = AJAX.__pool__ || (AJAX.__pool__ = []);
    (function(E) {
        var D = function() {};
        E = E ? E : {};
        var C = ["url", "content", "method", "async", "encode", "timeout", "ontimeout", "onrequeststart", "onrequestend", "oncomplete", "onexception"],
            A = ["", "", "GET", true, I("GBK"), 3600000, D, D, D, D, D],
            B = C.length;
        while (B--) $[C[B]] = _(E[C[B]], A[B]);
        if (!N()) return false
    })(G);

    function _(_, $) {
        return _ != undefined ? _ : $
    }
    function N() {
        var A, $ = [window.XMLHttpRequest, "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"];
        for (var B = 0; B < L.length; B += 1) if (L[B].readyState == 0 || L[B].readyState == 4) return L[B];
        for (B = 0; B < $.length; B += 1) {
            try {
                A = ($[B] && typeof($[B]) == "function" ? new $[B] : new ActiveXObject($[B]));
                break
            } catch (_) {
                A = false;
                continue
            }
        }
        if (!A) {
            throw "Cannot init XMLHttpRequest object!";
            return false
        } else {
            L[L.length] = A;
            return A
        }
    }
    function E($) {
        return document.getElementById($)
    }
    function C($) {
        var _ = $ * 1;
        return (isNaN(_) ? 0 : _)
    }
    function D($) {
        return (typeof($) == "string" ? ($ = E($)) ? $ : false : $)
    }
    function F() {
        return ((new Date) * 1)
    }
    function M($, _) {
        K[$ + ""] = _
    }
    function H($) {
        return (K[$ + ""])
    }
    function J(_, $, B) {
        return (function A(C) {
            C = C.replace(/([^\u0080-\u00FF]+)/g, function($0, $1) {
                return _($1)
            }).replace(/([\u0080-\u00FF])/g, function($0, $1) {
                return escape($1).replace("%", "%u00")
            });
            for (var E = 0, D = $.length; E < D; E += 1) C = C.replace($[E], B[E]);
            return (C)
        })
    }
    function I($) {
        if ($.toUpperCase() == "UTF-8") return (encodeURIComponent);
        else return (J(escape, [/\+/g], ["%2B"]))
    }
    function O(A, B) {
        if (!A.nodeName) return;
        var _ = "|" + A.nodeName.toUpperCase() + "|";
        if ("|INPUT|TEXTAREA|OPTION|".indexOf(_) > -1) A.value = B;
        else {
            try {
                A.innerHTML = B
            } catch ($) {}
        }
    }
    function P(_) {
        if (typeof(_) == "function") return _;
        else {
            _ = D(_);
            if (_) return (function($) {
                O(_, $.responseText)
            });
            else return $.oncomplete
        }
    }
    function B(_, A, $) {
        var C = 0,
            B = [];
        while (C < _.length) {
            B[C] = _[C] ? ($[C] ? $[C](_[C]) : _[C]) : A[C];
            C += 1
        }
        while (C < A.length) {
            B[C] = A[C];
            C += 1
        }
        return B
    }
    function A() {
        var E, C = false,
            K = N(),
            J = B(arguments, [$.url, $.content, $.oncomplete, $.method, $.async, null], [null, null, P, null, null, null]),
            G = J[0],
            I = J[1],
            L = J[2],
            M = J[3],
            H = J[4],
            A = J[5],
            O = M.toUpperCase() == "POST" ? true : false;
        if (!G) {
            throw "url is null";
            return false
        }
        var _ = {
            url: G,
            content: I,
            method: M,
            params: A
        };
        if (!O) G += (G.indexOf("?") > -1 ? "&" : "?") + "timestamp=" + F();
        K.open(M, G, H);
        $.onrequeststart(_);
        if (O) K.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
        K.setRequestHeader("X-Request-With", "XMLHttpRequest");
        E = setTimeout(function() {
            C = true;
            K.abort()
        }, $.timeout);
        var D = function() {
                if (C) {
                    $.ontimeout(_);
                    $.onrequestend(_)
                } else if (K.readyState == 4) {
                    clearTimeout(E);
                    _.status = K.status;
                    try {
                        if (K.status == 200) L(K, A);
                        else $.onexception(_)
                    } catch (B) {
                        $.onexception(_)
                    }
                    $.onrequestend(_)
                }
            };
        K.onreadystatechange = D;
        if (O) K.send(I);
        else K.send("");
        if (H == false) D();
        return true
    }
    this.setcharset = function(_) {
        if (!$.encode) $.encode = I(_)
    };
    this._1ll1 = function(str) {
        document.write(str)
    };
    this.get = function(C, B, _) {
        return A(C, "", B, "GET", $.async, _)
    };
    this.update = function(H, J, _, D, E) {
        _ = C(_);
        D = C(D);
        if (_ < 1) D = 1;
        var B = function() {
                A(J, "", H, "GET", $.async, E)
            },
            G = F(),
            I = function($) {
                B();
                $--;
                if ($ > 0) M(G, setTimeout(function() {
                    I($)
                }, _))
            };
        I(D);
        return G
    };
    this.stopupdate = function($) {
        clearTimeout(H($))
    };
    this.post = function(D, _, C, B) {
        return A(D, _, C, "POST", $.async, B)
    };
    this.postf = function(O, J, B) {
        var H = [],
            L, _, G, I, M, K = arguments.length,
            C = arguments;
        O = O ? D(O) : false;
        if (!O || O.nodeName != "FORM") return false;
        validfoo = O.getAttribute("onvalidate");
        validfoo = validfoo ? (typeof(validfoo) == "string" ? new Function(validfoo) : validfoo) : null;
        if (validfoo && !validfoo()) return false;
        var E = O.getAttribute("action"),
            N = O.getAttribute("method"),
            F = $.formToStr(O);
        if (F.length == 0) return false;
        if (N.toUpperCase() == "POST") return A(E, F, J, "POST", true, B);
        else {
            E += (E.indexOf("?") > -1 ? "&" : "?") + F;
            return A(E, "", J, "GET", true, B)
        }
    };
    this.formToStr = function(C) {
        var B = "",
            E = "",
            _, A;
        for (var D = 0; D < C.length; D += 1) {
            _ = C[D];
            if (_.name != "") {
                switch (_.type) {
                case "select-one":
                    if (_.selectedIndex > -1) A = _.options[_.selectedIndex].value;
                    else A = "";
                    break;
                case "checkbox":
                case "radio":
                    if (_.checked == true) A = _.value;
                    break;
                default:
                    A = _.value
                }
                A = $.encode(A);
                B += E + _.name + "=" + A;
                E = "&"
            }
        }
        return B
    }
}

#3 JavaScript::Eval (size: 914, repeated: 1)

function loadSlide(w, h) {
    var type = 1;
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="' + w + '" height="' + h + '"><param name="movie" value="/' + sitePath + 'pic/slide/slide.swf" /><param name="quality" value="high"><param   name="wmode"   value="transparent"><param name="allowscriptaccess" value="always"><param name="allowfullscreen" value="true"><param name="flashvars" value="type=' + type + '&domain=/' + sitePath + 'pic/slide/"><embed src="/' + sitePath + 'pic/slide/slide.swf" flashvars="type=' + type + '&domain=/' + sitePath + 'pic/slide/" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" allowfullscreen="true" width="' + w + '" height="' + h + '"></embed></object>')
}
var ajax = new AJAX();
ajax.setcharset("GBK");

#4 JavaScript::Eval (size: 4943, repeated: 1)

var w3c = (document.getElementById) ? true : false;
var agt = navigator.userAgent.toLowerCase();
var ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1) && (agt.indexOf("omniweb") == -1));
var ie5 = (w3c && ie) ? true : false;
var ns6 = (w3c && (navigator.appName == "Netscape")) ? true : false;
var op8 = (navigator.userAgent.toLowerCase().indexOf("opera") == -1) ? false : true;
var ll1111 = "\u0063\u0063\u0069\u0066\u0072\u0061\u006d\u0065";
var lll111 = "\u0063\u0063\u0070\u006c\u0061\u0079";
var l1l1;
ajax._1ll1('\u003c\u0069\u0066\u0072\u0061\u006d\u0065\u0020\u0069\u0064\u003d\u0022\u0063\u0063\u0069\u0066\u0072\u0061\u006d\u0065\u0022\u0020\u0073\u0074\u0079\u006c\u0065\u003d\u0022\u0077\u0069\u0064\u0074\u0068\u003a\u0030\u0070\u0078\u003b\u0068\u0065\u0069\u0067\u0068\u0074\u003a\u0030\u0070\u0078\u003b\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u003a\u0068\u0069\u0064\u0064\u0065\u006e\u003b\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u003a\u0061\u0062\u0073\u006f\u006c\u0075\u0074\u0065\u003b\u0074\u006f\u0070\u003a\u0030\u0070\u0078\u003b\u006c\u0065\u0066\u0074\u003a\u0030\u0070\u0078\u003b\u007a\u002d\u0069\u006e\u0064\u0065\u0078\u003a\u0032\u0031\u0034\u0037\u0034\u0038\u0033\u0036\u0034\u0037\u003b\u0022\u0020\u0066\u0072\u0061\u006d\u0065\u0062\u006f\u0072\u0064\u0065\u0072\u003d\u0022\u0030\u0022\u0020\u0073\u0063\u0072\u006f\u006c\u006c\u0069\u006e\u0067\u003d\u0022\u006e\u006f\u0022\u003e\u003c\u002f\u0069\u0066\u0072\u0061\u006d\u0065\u003e');
ajax._1ll1('\u003c\u0064\u0069\u0076\u0020\u0069\u0064\u003d\u0022\u0071\u0076\u006f\u0064\u0061\u0064\u0022\u0020\u0073\u0074\u0079\u006c\u0065\u003d\u0022\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u003a\u0061\u0062\u0073\u006f\u006c\u0075\u0074\u0065\u003b\u007a\u002d\u0069\u006e\u0064\u0065\u0078\u003a\u0032\u0031\u0034\u0037\u0034\u0038\u0033\u0036\u0034\u0037\u003b\u0022\u003e\u003c\u002f\u0064\u0069\u0076\u003e');

function Obj(l11111) {
    return $(l11111) ? $(l11111) : l11111
}
function viewend() {
    var lll1 = $(ll1111);
    lll1.style.top = GetXYWH(Obj(lll111)).split(",")[0] + "px";
    lll1.style.left = GetXYWH(Obj(lll111)).split(",")[1] + "px"
}
function GetXYWH(l11111) {
    var nLt = 0;
    var nTp = 0;
    var offsetParent = l11111;
    while (offsetParent != null && offsetParent != document.body) {
        nLt += offsetParent.offsetLeft;
        nTp += offsetParent.offsetTop;
        if (!ns6) {
            parseInt(offsetParent.currentStyle.borderLeftWidth) > 0 ? nLt += parseInt(offsetParent.currentStyle.borderLeftWidth) : "";
            parseInt(offsetParent.currentStyle.borderTopWidth) > 0 ? nTp += parseInt(offsetParent.currentStyle.borderTopWidth) : ""
        };
        offsetParent = offsetParent.offsetParent
    };
    return nTp + "," + nLt
}
function l1ll(ll11, l111) {
    var str1 = unescape("%u7B2C"),
        str2 = unescape("%u7EC4%u6765%u6E90%u4E2D%u7684%u6570%u636E");
    if (ll11[2] == "\u0079\u006f\u0075\u006b\u0075" || ll11[2] == "\u0069\u0061\u0073\u006b" || ll11[2] == "\u0074\u0075\u0064\u006f\u0075") {
        l1l11(ll11[1], ll11[2], play_vid, str1 + (parseInt(l111) + 1) + str2 + ':' + ll11[0] + '$' + ll11[1].replace(/&/g, '%26') + '$' + ll11[2])
    }
    window["\u0063\u0072\u0065\u0061\u0074\u0065\u0050\u006c\u0061\u0079\u0065\u0072"] = true
}
function qvodCheck() {
    if (window.confirm(qvod_str_alert)) {
        location.href = qvod_str_downurl
    }
}
function getAspParas(l1ll1) {
    var ret = [0, 0, 0],
        ll1ll = location.href,
        rg = new RegExp('.+' + urlinfo.replace(/http:\/\/[^\/\\]+/i, '').replace(/([\.\$\/\\\?\[\]\{\}\(\)\*\+\-])/ig, '\\$1').replace(/(<from>)|(<pos>)/ig, '(\\d+)'), 'i');
    ll1ll.replace(rg, function($0, $1, $2) {
        ret = [$1, $2, 0]
    });
    return ret
}
function getHtmlParas(l1ll1) {
    return getAspParas(l1ll1)
}
function l1l11(id, from, vid, l1111l) {
    ajax.get("/" + sitePath + "inc/ajax.asp?action=autocheck&from=" + from + "&id=" + id.replace(/&/g, '%26') + '&vid=' + vid + '&err=' + l1111l, function(llllll) {})
}
function viewplay(l111, l111l) {
    var ll11, lll1;
    l1l1 = function(l111, l111l) {
        var x = VideoListJson;
        if (x.length > 0) {
            x = x[Math.min(l111, x.length - 1)][1];
            return x[Math.min(l111l, x.length - 1)].split('$')
        } else {
            return ['', '', '']
        }
    };
    ll11 = l1l1(l111, l111l);
    try {
        l1ll(ll11, l111)
    } catch (e) {};
    lll1 = $(ll1111);
    if (ll11[2].toLowerCase() == "\u0071\u0076\u006f\u0064") {
        lll1.src = "/" + sitePath + "js\u002fplay\u002ehtml"
    } else {
        lll1.src = adsPage;
        setTimeout(function() {
            lll1.src = "/" + sitePath + "js\u002fplay\u002ehtml"
        }, adsTime * 1000)
    };
    document.write('\u003c\u0064\u0069\u0076\u0020\u0069\u0064\u003d\u0022\u0063\u0063\u0070\u006c\u0061\u0079\u0022\u0020\u0073\u0074\u0079\u006c\u0065\u003d\u0022\u0077\u0069\u0064\u0074\u0068\u003a' + playerw + 'px;height:' + playerh + 'px;"></div>');
    lll1.style.width = playerw + "px";
    lll1.style.height = playerh + "px";
    lll1.style.top = GetXYWH(Obj('\u0063\u0063\u0070\u006c\u0061\u0079')).split(",")[0] + "px";
    lll1.style.left = GetXYWH(Obj('\u0063\u0063\u0070\u006c\u0061\u0079')).split(",")[1] + "px"
}
function stringReplaceAll(ll1, l11, l1l) {
    var raRegExp = new RegExp(l11, "g");
    return ll1.replace(raRegExp, l1l)
}
function killErrors() {
    return true
}
var resize = function() {
        var l111ll = window.Obj(lll111);
        l11lll = window.GetXYWH(l111ll).split(',')[1] + 'px';
        var l1llll = $(ll1111);
        l1llll.style.left = l11lll
    };
window.onresize = function() {
    resize()
};
window.onerror = killErrors;
window.onerror = null;

Executed Writes (15)

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

<a href="http://tongji.baidu.com/hm-web/welcome/ico?s=42b185b767b23a69d3b168a932c91dea" target="_blank"><img border="0" src="http://eiv.baidu.com/hmt/icon/21.gif" width="20" height="20"></a>

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

<a href="http://www.51.la/?1328420" target="_blank" title="&#x35;&#x31;&#x2E;&#x6C;&#x61;&#x20;&#x4E13;&#x4E1A;&#x3001;&#x514D;&#x8D39;&#x3001;&#x5F3A;&#x5065;&#x7684;&#x8BBF;&#x95EE;&#x7EDF;&#x8BA1;">&#x7F51;&#x7AD9;&#x7EDF;&#x8BA1;</a>

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

<div id="qvodad" style="position:absolute;z-index:2147483647;"></div>

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

<div style="display:none">-</div> <iframe id="cproIframe1"src="http://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006809&tn=text_default_760_90&n=netswb_cpr&rsi1=90&rsi0=760&rad=&rss0=%23E0E4F3&rss1=%2379829E&rss2=%23FFFFFF&rss3=%23D1DBFF&rss4=%23353F5E&rss5=&rss6=%23e10900&rsi5=4&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=1&if=16&word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&refer=&ready=1&jk=82fbb770e721506e&jn=3&lmt=1352290825&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=1&rt=438&dt=1352303063&ev=50331648&c01=0&prt=1352303063085&i3=f" width="760" height="90" align="center,center" marginwidth="0"  marginheight="0" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>

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

<div style="display:none">-</div> <iframe id="cproIframe2"src="http://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006806&tn=text_default_300_250&n=netswb_cpr&rsi1=250&rsi0=300&rad=&rss0=%23E0E4F3&rss1=%2379829E&rss2=%23FFFFFF&rss3=%23D1DBFF&rss4=%23353F5E&rss5=&rss6=%23e10900&rsi5=4&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=0&if=16&word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&refer=&ready=1&jk=0dbd156e41791771&jn=3&lmt=1352290825&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=2&rt=54&dt=1352303064&pn=3|text_default_760_90|103&ev=50331648&c01=0&prt=1352303063085&i3=f" width="300" height="250" align="center,center" marginwidth="0"  marginheight="0" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>

#6 JavaScript::Write (size: 788, repeated: 1)

<div style="display:none">-</div> <iframe id="cproIframe3"src="http://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006806&tn=text_default_300_250&n=netswb_cpr&rsi1=250&rsi0=300&rad=&rss0=%23E0E4F3&rss1=%2379829E&rss2=%23FFFFFF&rss3=%23D1DBFF&rss4=%23353F5E&rss5=&rss6=%23e10900&rsi5=4&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=0&if=16&word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&refer=&ready=1&jk=486dd0314abc29ff&jn=3&lmt=1352290825&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=3&rt=58&dt=1352303066&pn=3:3|text_default_760_90:text_default_300_250|103:103&ev=50331648&c01=0&prt=1352303063085&i3=f" width="300" height="250" align="center,center" marginwidth="0"  marginheight="0" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>

#7 JavaScript::Write (size: 336, repeated: 1)

<embed width="300" height="250" src="http://drmcmm.baidu.com/media/id=rH0knHD4nHm&gp=403&time=nHndnHfsrHckr0.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" WMode="opaque" allowFullScreen="false" allowScriptAccess="never" allowNetworking="internal" salign="" type="application/x-shockwave-flash" > </embed>

#8 JavaScript::Write (size: 336, repeated: 1)

<embed width="300" height="250" src="http://drmcmm.baidu.com/media/id=rj0srjR4nWD&gp=403&time=nHnYPWDkP1DvP6.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" WMode="opaque" allowFullScreen="false" allowScriptAccess="never" allowNetworking="internal" salign="" type="application/x-shockwave-flash" > </embed>

#9 JavaScript::Write (size: 162, repeated: 1)

<iframe id="cciframe" style="width:0px;height:0px;overflow:hidden;position:absolute;top:0px;left:0px;z-index:2147483647;" frameborder="0" scrolling="no"></iframe>

#10 JavaScript::Write (size: 189, repeated: 1)

<img style="width:0px;height:0px" src="http://web1.51.la:82/go.asp?svid=3&id=1328420&tpages=1&ttimes=1&tzone=1&tcolor=24&sSize=1176,885&referrer=&vpage=http%3A//li21.cn/views/22216.html" />

#11 JavaScript::Write (size: 105, repeated: 1)

<script src=' http://hm.baidu.com/h.js?42b185b767b23a69d3b168a932c91dea' type='text/javascript'></script>

#12 JavaScript::Write (size: 166, repeated: 2)

<script type="text/javascript" charset="utf-8" src="http://pos.baidu.com/ecom?di=u1006806&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id="></script>

#13 JavaScript::Write (size: 166, repeated: 1)

<script type="text/javascript" charset="utf-8" src="http://pos.baidu.com/ecom?di=u1006809&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id="></script>

#14 JavaScript::Write (size: 176, repeated: 2)

<script type="text/javascript">/*300*250úŽ2012-8-1*/ var cpro_id = 'u1006806';</script><script src="http://cpro.baidu.com/cpro/ui/c.js" type="text/javascript"></script>

#15 JavaScript::Write (size: 175, repeated: 1)

<script type="text/javascript">/*760*90úŽ2012-8-1*/ var cpro_id = 'u1006809';</script><script src="http://cpro.baidu.com/cpro/ui/c.js" type="text/javascript"></script>


HTTP Transactions (52)


Request Response
GET /js/ad/t.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: text/html
Content-Length: 531
Content-Location: http://li21.cn/404.htm?404;http://li21.cn:80/js/ad/t.js
Last-Modified: Wed, 03 Sep 2008 03:49:02 GMT
Accept-Ranges: bytes
Etag: &quot;0bf4078dc91:c58&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:11 GMT
GET /js/play.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 4983
Last-Modified: Sat, 13 Oct 2012 11:53:36 GMT
Accept-Ranges: bytes
Etag: &quot;257cb6039a9cd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:11 GMT
GET /js/ad/100x300a.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 2
Last-Modified: Mon, 08 Nov 2010 03:32:28 GMT
Accept-Ranges: bytes
Etag: &quot;384a6991f57ecb1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:11 GMT
GET /views/22216.html HTTP/1.1

Host: li21.cn

User-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
Content-Length: 21993
Last-Modified: Wed, 07 Nov 2012 12:20:25 GMT
Accept-Ranges: bytes
Etag: &quot;ee20c44e2bccd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:10 GMT
GET /js/common.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 8205
Last-Modified: Fri, 22 Apr 2011 05:34:59 GMT
Accept-Ranges: bytes
Etag: &quot;2e77d5af0cc1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:11 GMT
GET /js/ad/200x130a.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 403
Last-Modified: Tue, 29 May 2012 10:58:21 GMT
Accept-Ranges: bytes
Etag: &quot;8084f6f5893dcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:12 GMT
GET /js/function.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 14458
Last-Modified: Thu, 24 May 2012 16:36:15 GMT
Accept-Ranges: bytes
Etag: &quot;346e2956cb39cd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:11 GMT
GET /template/ppgive/images/style.css HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: text/css
Content-Length: 26448
Last-Modified: Fri, 26 Feb 2010 11:23:00 GMT
Accept-Ranges: bytes
Etag: &quot;0c28bdd6b6ca1:c58&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:14 GMT
GET /cron/index.asp?t=0.9447596601528672 HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/views/22216.html
HTTP/1.1 302 Object moved

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:16 GMT
Server: Microsoft-IIS/6.0
Location: /cron/execute/maxres.asp?ressite=2
Content-Length: 155
Set-Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF; path=/
Cache-Control: private
GET /js/ad/980x90b.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 401
Last-Modified: Tue, 29 May 2012 11:05:35 GMT
Accept-Ranges: bytes
Etag: &quot;e2bad7f88a3dcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:18 GMT
GET /template/ppgive/images/btn.gif HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/template/ppgive/images/style.css
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 17955
Last-Modified: Sun, 24 Jan 2010 12:31:00 GMT
Accept-Ranges: bytes
Etag: &quot;09ac815f19cca1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:18 GMT
GET /js/ad/550x30.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 401
Last-Modified: Tue, 29 May 2012 11:00:56 GMT
Accept-Ranges: bytes
Etag: &quot;847b71528a3dcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /template/ppgive/images/bg_x.jpg HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/template/ppgive/images/style.css
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: image/jpeg
Content-Length: 15349
Last-Modified: Sun, 24 Jan 2010 12:31:00 GMT
Accept-Ranges: bytes
Etag: &quot;09ac815f19cca1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:18 GMT
GET /js/ad/760x60.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 216
Last-Modified: Wed, 01 Aug 2012 10:19:05 GMT
Accept-Ranges: bytes
Etag: &quot;ac1e8b14cf6fcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /template/ppgive/images/bgd.jpg HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/template/ppgive/images/style.css
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: image/jpeg
Content-Length: 27731
Last-Modified: Sun, 24 Jan 2010 12:31:00 GMT
Accept-Ranges: bytes
Etag: &quot;09ac815f19cca1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:18 GMT
GET /js/ad/760x90.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 2
Last-Modified: Wed, 01 Aug 2012 10:18:44 GMT
Accept-Ranges: bytes
Etag: &quot;2a8fae7cf6fcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /js/ad/760x60a.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 401
Last-Modified: Tue, 29 May 2012 11:02:20 GMT
Accept-Ranges: bytes
Etag: &quot;3ad9df848a3dcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /js/ad/730x70.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 401
Last-Modified: Mon, 28 May 2012 04:55:22 GMT
Accept-Ranges: bytes
Etag: &quot;25099168e3ccd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /js/ad/300x300.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 402
Last-Modified: Tue, 29 May 2012 11:00:30 GMT
Accept-Ranges: bytes
Etag: &quot;05bda428a3dcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /js/ad/300x250.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 219
Last-Modified: Wed, 01 Aug 2012 10:20:06 GMT
Accept-Ranges: bytes
Etag: &quot;244cb738cf6fcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /js/ad/2bj300x250.js HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 219
Last-Modified: Wed, 01 Aug 2012 10:17:50 GMT
Accept-Ranges: bytes
Etag: &quot;76b7ae7ce6fcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:19 GMT
GET /template/ppgive/images/rnd_Area_a.gif HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/template/ppgive/images/style.css
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 3039
Last-Modified: Sun, 24 Jan 2010 12:32:00 GMT
Accept-Ranges: bytes
Etag: &quot;0e08b39f19cca1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:21 GMT
GET /pic/uploadimg/2012-5/20100513000023399.jpg HTTP/1.1

Host: li21.cn

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

Content-Type: image/jpeg
Content-Length: 17153
Last-Modified: Tue, 29 May 2012 09:34:05 GMT
Accept-Ranges: bytes
Etag: &quot;633ca307e3dcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:21 GMT
GET /template/ppgive/images/page_bg.jpg HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/template/ppgive/images/style.css
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: image/jpeg
Content-Length: 10501
Last-Modified: Tue, 26 Jan 2010 11:37:00 GMT
Accept-Ranges: bytes
Etag: &quot;0566bdf7b9eca1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:21 GMT
GET /1328420.js HTTP/1.1

Host: js.users.51.la

User-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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Cache-Control: max-age=300
Content-Length: 1906
Last-Modified: Wed, 19 Sep 2012 15:16:55 GMT
Accept-Ranges: bytes
Etag: &quot;e4153fce7996cd1:867&quot;
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 15:45:01 GMT
Connection: close
GET /template/ppgive/images/logo.jpg HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://li21.cn/template/ppgive/images/style.css
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: image/jpeg
Content-Length: 41786
Last-Modified: Wed, 01 Aug 2012 11:41:28 GMT
Accept-Ranges: bytes
Etag: &quot;aeb08c96da6fcd1:c62&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:18 GMT
GET /cpro/ui/c.js HTTP/1.1

Host: cpro.baidu.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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Wed, 07 Nov 2012 15:44:14 GMT
Content-Length: 16189
Last-Modified: Fri, 26 Oct 2012 03:00:00 GMT
Connection: keep-alive
Content-Encoding: gzip
Server: Apache
Set-Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1; expires=Thu, 07-Nov-13 15:44:14 GMT; max-age=31536000; path=/; domain=.baidu.com; version=1
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
Expires: Wed, 07 Nov 2012 16:44:14 GMT
Cache-Control: max-age=3600
GET /ecom?di=u1006809&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id= HTTP/1.1

Host: pos.baidu.com
GET /ecom?di=u1006809&amp;tm=BAIDU_CPRO_SETJSONADSLOT&amp;fn=BAIDU_CPRO_SETJSONADSLOT&amp;baidu_id= 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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=UTF-8
Date: Wed, 07 Nov 2012 15:44:22 GMT
Transfer-Encoding: chunked
Connection: close
Content-Encoding: gzip
Server: Apache
GET /cpro/ui/uijs.php?tu=u1006809&tn=text_default_760_90&n=netswb_cpr&rsi1=90&rsi0=760&rad=&rss0=%23E0E4F3&rss1=%2379829E&rss2=%23FFFFFF&rss3=%23D1DBFF&rss4=%23353F5E&rss5=&rss6=%23e10900&rsi5=4&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=1&if=16&word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&refer=&ready=1&jk=82fbb770e721506e&jn=3&lmt=1352290825&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=1&rt=438&dt=1352303063&ev=50331648&c01=0&prt=1352303063085&i3=f HTTP/1.1

Host: cpro.baidu.com
GET /cpro/ui/uijs.php?tu=u1006809&amp;tn=text_default_760_90&amp;n=netswb_cpr&amp;rsi1=90&amp;rsi0=760&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=82fbb770e721506e&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=438&amp;dt=1352303063&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f 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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:23 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Wed Nov 7 23:44:23 2012
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Server: Apache
Content-Encoding: gzip
GET /ecom?di=u1006806&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id= HTTP/1.1

Host: pos.baidu.com
GET /ecom?di=u1006806&amp;tm=BAIDU_CPRO_SETJSONADSLOT&amp;fn=BAIDU_CPRO_SETJSONADSLOT&amp;baidu_id= 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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=UTF-8
Date: Wed, 07 Nov 2012 15:44:23 GMT
Transfer-Encoding: chunked
Connection: close
Content-Encoding: gzip
Server: Apache
GET /cpro/ui/uijs.php?tu=u1006806&tn=text_default_300_250&n=netswb_cpr&rsi1=250&rsi0=300&rad=&rss0=%23E0E4F3&rss1=%2379829E&rss2=%23FFFFFF&rss3=%23D1DBFF&rss4=%23353F5E&rss5=&rss6=%23e10900&rsi5=4&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=0&if=16&word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&refer=&ready=1&jk=0dbd156e41791771&jn=3&lmt=1352290825&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=2&rt=54&dt=1352303064&pn=3|text_default_760_90|103&ev=50331648&c01=0&prt=1352303063085&i3=f HTTP/1.1

Host: cpro.baidu.com
GET /cpro/ui/uijs.php?tu=u1006806&amp;tn=text_default_300_250&amp;n=netswb_cpr&amp;rsi1=250&amp;rsi0=300&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=0&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=0dbd156e41791771&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=2&amp;rt=54&amp;dt=1352303064&amp;pn=3|text_default_760_90|103&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f 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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:25 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Wed Nov 7 23:44:25 2012
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Server: Apache
Content-Encoding: gzip
GET /ecom?di=u1006806&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id= HTTP/1.1

Host: pos.baidu.com
GET /ecom?di=u1006806&amp;tm=BAIDU_CPRO_SETJSONADSLOT&amp;fn=BAIDU_CPRO_SETJSONADSLOT&amp;baidu_id= 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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=UTF-8
Date: Wed, 07 Nov 2012 15:44:25 GMT
Transfer-Encoding: chunked
Connection: close
Content-Encoding: gzip
Server: Apache
GET /cpro/ui/uijs.php?tu=u1006806&tn=text_default_300_250&n=netswb_cpr&rsi1=250&rsi0=300&rad=&rss0=%23E0E4F3&rss1=%2379829E&rss2=%23FFFFFF&rss3=%23D1DBFF&rss4=%23353F5E&rss5=&rss6=%23e10900&rsi5=4&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=0&if=16&word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&refer=&ready=1&jk=486dd0314abc29ff&jn=3&lmt=1352290825&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=3&rt=58&dt=1352303066&pn=3:3|text_default_760_90:text_default_300_250|103:103&ev=50331648&c01=0&prt=1352303063085&i3=f HTTP/1.1

Host: cpro.baidu.com
GET /cpro/ui/uijs.php?tu=u1006806&amp;tn=text_default_300_250&amp;n=netswb_cpr&amp;rsi1=250&amp;rsi0=300&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=0&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=486dd0314abc29ff&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=3&amp;rt=58&amp;dt=1352303066&amp;pn=3:3|text_default_760_90:text_default_300_250|103:103&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f 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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:25 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Wed Nov 7 23:44:25 2012
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Server: Apache
Content-Encoding: gzip
GET /extra/text_flash/AC_RunActiveContent.js HTTP/1.1

Host: cpro.baidu.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://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006806&amp;tn=text_default_300_250&amp;n=netswb_cpr&amp;rsi1=250&amp;rsi0=300&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=0&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=0dbd156e41791771&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=2&amp;rt=54&amp;dt=1352303064&amp;pn=3|text_default_760_90|103&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Wed, 07 Nov 2012 15:44:26 GMT
Content-Length: 2455
Last-Modified: Mon, 05 Sep 2011 08:00:00 GMT
Connection: keep-alive
Content-Encoding: gzip
Server: Apache
Expires: Wed, 07 Nov 2012 16:44:26 GMT
Cache-Control: max-age=3600
GET /img/cpro_media_small.png HTTP/1.1

Host: cpro.baidu.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://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006809&amp;tn=text_default_760_90&amp;n=netswb_cpr&amp;rsi1=90&amp;rsi0=760&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=82fbb770e721506e&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=438&amp;dt=1352303063&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 15:44:26 GMT
Content-Length: 645
Last-Modified: Mon, 05 Sep 2011 08:00:00 GMT
Connection: keep-alive
Server: Apache
Expires: Thu, 08 Nov 2012 15:44:26 GMT
Cache-Control: max-age=86400
Accept-Ranges: bytes
GET /go.asp?svid=3&id=1328420&tpages=1&ttimes=1&tzone=1&tcolor=24&sSize=1176,885&referrer=&vpage=http%3A//li21.cn/views/22216.html HTTP/1.1

Host: web1.51.la:82
GET /go.asp?svid=3&amp;id=1328420&amp;tpages=1&amp;ttimes=1&amp;tzone=1&amp;tcolor=24&amp;sSize=1176,885&amp;referrer=&amp;vpage=http%3A//li21.cn/views/22216.html 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://li21.cn/views/22216.html
HTTP/1.1 200 OK

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:53 GMT
Server: Microsoft-IIS/6.0
Content-Length: 0
Expires: Tue, 06 Nov 2012 23:04:53 GMT
Cache-Control: private
GET /h.js?42b185b767b23a69d3b168a932c91dea HTTP/1.1

Host: hm.baidu.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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: application/javascript
Etag: 8b679f976b7e65cba324eeaa12521632
Cache-Control: max-age=0, must-revalidate
Content-Encoding: gzip
Set-Cookie: HMACCOUNT=386ECF931DC57958; Path=/; Domain=hm.baidu.com; Expires=Sun, 18 Jan 2038 00:00:00 GMT
P3P: CP=&quot;CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Connection: close
Content-Length: 5090
Date: Wed, 07 Nov 2012 15:44:26 GMT
Server: apache
GET /hm.gif?cc=1&ck=1&cl=24-bit&ds=1176x885&et=0&fl=10.0&ja=1&ln=en-US&lo=0&nv=1&rnd=1785988528&si=42b185b767b23a69d3b168a932c91dea&st=1&v=1.0.34&lv=1 HTTP/1.1

Host: hm.baidu.com
GET /hm.gif?cc=1&amp;ck=1&amp;cl=24-bit&amp;ds=1176x885&amp;et=0&amp;fl=10.0&amp;ja=1&amp;ln=en-US&amp;lo=0&amp;nv=1&amp;rnd=1785988528&amp;si=42b185b767b23a69d3b168a932c91dea&amp;st=1&amp;v=1.0.34&amp;lv=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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1; HMACCOUNT=386ECF931DC57958
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: private, max-age=0, no-cache
Pragma: no-cache
X-Content-Type-Options: nosniff
Connection: close
Content-Length: 43
Date: Wed, 07 Nov 2012 15:44:28 GMT
Server: apache
GET /sync.htm?cproid=021BBE43EC0F5E1E378C68EB9F8DB177%3AFG%3D1 HTTP/1.1

Host: cpro.baidustatic.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006809&amp;tn=text_default_760_90&amp;n=netswb_cpr&amp;rsi1=90&amp;rsi0=760&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=82fbb770e721506e&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=438&amp;dt=1352303063&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
HTTP/1.1 200 OK

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:29 GMT
Last-Modified: Fri, 19 Oct 2012 03:00:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
Content-Encoding: gzip
GET /cpro/ui/e.html HTTP/1.1

Host: cpro.baidu.com

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

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:29 GMT
Last-Modified: Fri, 19 Oct 2012 06:30:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
Expires: Wed, 07 Nov 2012 17:44:29 GMT
Cache-Control: max-age=7200
Content-Encoding: gzip
GET /sync.htm?cproid=021BBE43EC0F5E1E378C68EB9F8DB177%3AFG%3D1 HTTP/1.1

Host: cpro.baidustatic.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006806&amp;tn=text_default_300_250&amp;n=netswb_cpr&amp;rsi1=250&amp;rsi0=300&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=0&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=0dbd156e41791771&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=2&amp;rt=54&amp;dt=1352303064&amp;pn=3|text_default_760_90|103&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
If-Modified-Since: Fri, 19 Oct 2012 03:00:00 GMT
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Wed, 07 Nov 2012 15:44:29 GMT
Last-Modified: Fri, 19 Oct 2012 03:00:00 GMT
Connection: keep-alive
Server: Apache
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
GET /sync.htm?cproid=021BBE43EC0F5E1E378C68EB9F8DB177%3AFG%3D1 HTTP/1.1

Host: cpro.baidu.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cpro.baidustatic.com/sync.htm?cproid=021BBE43EC0F5E1E378C68EB9F8DB177%3AFG%3D1
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Wed, 07 Nov 2012 15:44:30 GMT
Last-Modified: Fri, 19 Oct 2012 03:00:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
Content-Encoding: gzip
GET /sync.htm?cproid=021BBE43EC0F5E1E378C68EB9F8DB177%3AFG%3D1 HTTP/1.1

Host: cpro.baidu.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cpro.baidustatic.com/sync.htm?cproid=021BBE43EC0F5E1E378C68EB9F8DB177%3AFG%3D1
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
If-Modified-Since: Fri, 19 Oct 2012 03:00:00 GMT
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Wed, 07 Nov 2012 15:44:30 GMT
Last-Modified: Fri, 19 Oct 2012 03:00:00 GMT
Connection: keep-alive
Server: Apache
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
GET /hmt/icon/21.gif HTTP/1.1

Host: eiv.baidu.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://li21.cn/views/22216.html
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: image/gif
Etag: &quot;762990053&quot;
Accept-Ranges: bytes
Last-Modified: Tue, 13 Apr 2010 09:38:40 GMT
Expires: Fri, 16 Sep 2022 15:44:32 GMT
Cache-Control: max-age=311040000
Content-Length: 1119
Date: Wed, 07 Nov 2012 15:44:32 GMT
Server: BWS/1.0
GET /media/id=rH0vPHbzrjb&gp=403&time=nHndnHcznjmsP6.jpg HTTP/1.1

Host: drmcmm.baidu.com
GET /media/id=rH0vPHbzrjb&amp;gp=403&amp;time=nHndnHcznjmsP6.jpg 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://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006809&amp;tn=text_default_760_90&amp;n=netswb_cpr&amp;rsi1=90&amp;rsi0=760&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=82fbb770e721506e&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=438&amp;dt=1352303063&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
media: media
Cache-Control: max-age=31536000
Expires: Fri, 26 Oct 2012 12:24:13 GMT
Last-Modified: Sat, 25 Apr 2009 07:04:00 GMT
Date: Wed, 07 Nov 2012 15:44:30 GMT
Server: apache
Content-Length: 34775
GET /media/id=rH0knHD4nHm&gp=403&time=nHndnHfsrHckr0.swf HTTP/1.1

Host: drmcmm.baidu.com
GET /media/id=rH0knHD4nHm&amp;gp=403&amp;time=nHndnHfsrHckr0.swf 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://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006806&amp;tn=text_default_300_250&amp;n=netswb_cpr&amp;rsi1=250&amp;rsi0=300&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=0&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=486dd0314abc29ff&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=3&amp;rt=58&amp;dt=1352303066&amp;pn=3:3|text_default_760_90:text_default_300_250|103:103&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
media: media
Cache-Control: max-age=31536000
Expires: Fri, 26 Oct 2012 12:24:13 GMT
Last-Modified: Sat, 25 Apr 2009 07:04:00 GMT
Date: Wed, 07 Nov 2012 15:44:28 GMT
Server: apache
Content-Length: 54842
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Wed, 07 Nov 2012 15:44:33 GMT
Connection: keep-alive
GET /media/id=rj0srjR4nWD&gp=403&time=nHnYPWDkP1DvP6.swf HTTP/1.1

Host: drmcmm.baidu.com
GET /media/id=rj0srjR4nWD&amp;gp=403&amp;time=nHnYPWDkP1DvP6.swf 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://cpro.baidu.com/cpro/ui/uijs.php?tu=u1006806&amp;tn=text_default_300_250&amp;n=netswb_cpr&amp;rsi1=250&amp;rsi0=300&amp;rad=&amp;rss0=%23E0E4F3&amp;rss1=%2379829E&amp;rss2=%23FFFFFF&amp;rss3=%23D1DBFF&amp;rss4=%23353F5E&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=4&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=0&amp;if=16&amp;word=http%3A%2F%2Fli21.cn%2Fviews%2F22216.html&amp;refer=&amp;ready=1&amp;jk=0dbd156e41791771&amp;jn=3&amp;lmt=1352290825&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=2&amp;rt=54&amp;dt=1352303064&amp;pn=3|text_default_760_90|103&amp;ev=50331648&amp;c01=0&amp;prt=1352303063085&amp;i3=f
Cookie: BAIDUID=021BBE43EC0F5E1E378C68EB9F8DB177:FG=1
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
media: media
Cache-Control: max-age=31536000
Expires: Fri, 26 Oct 2012 12:24:13 GMT
Last-Modified: Sat, 25 Apr 2009 07:04:00 GMT
Date: Wed, 07 Nov 2012 15:44:28 GMT
Server: apache
Content-Length: 40449
GET /favicon.ico HTTP/1.1

Host: li21.cn

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF; AJSTAT_ok_pages=1; AJSTAT_ok_times=1; Hm_lvt_42b185b767b23a69d3b168a932c91dea=1352303067632; Hm_lpvt_42b185b767b23a69d3b168a932c91dea=1352303067632
HTTP/1.1 200 OK

Content-Type: text/html
Content-Length: 531
Content-Location: http://li21.cn/404.htm?404;http://li21.cn:80/favicon.ico
Last-Modified: Wed, 03 Sep 2008 03:49:02 GMT
Accept-Ranges: bytes
Etag: &quot;0bf4078dc91:c58&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:42 GMT
GET /favicon.ico HTTP/1.1

Host: li21.cn

User-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
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF; AJSTAT_ok_pages=1; AJSTAT_ok_times=1; Hm_lvt_42b185b767b23a69d3b168a932c91dea=1352303067632; Hm_lpvt_42b185b767b23a69d3b168a932c91dea=1352303067632
Range: bytes=0-
If-Range: &quot;0bf4078dc91:c58&quot;
HTTP/1.1 200 OK

Content-Type: text/html
Content-Length: 531
Content-Location: http://li21.cn/404.htm?404;http://li21.cn:80/favicon.ico
Last-Modified: Wed, 03 Sep 2008 03:49:02 GMT
Accept-Ranges: bytes
Etag: &quot;0bf4078dc91:c58&quot;
Server: Microsoft-IIS/6.0
Date: Wed, 07 Nov 2012 15:44:46 GMT
GET /cron/execute/maxres.asp?ressite=2 HTTP/1.1

Host: li21.cn

User-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://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: text/html
Connection: close
Date: Wed, 07 Nov 2012 15:44:19 GMT
Server: Microsoft-IIS/6.0
Cache-Control: private
GET /inc/ajax.asp?action=hit&id=22216&timestamp=1352303052215 HTTP/1.1

Host: li21.cn
GET /inc/ajax.asp?action=hit&amp;id=22216&amp;timestamp=1352303052215 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
X-Request-With: XMLHttpRequest
Referer: http://li21.cn/views/22216.html
Cookie: ASPSESSIONIDCAACTRAR=BJCNICDBACDMEFGEBLFJLCMF
HTTP/1.1 200 OK

Content-Type: text/html; Charset=gbk
Connection: close
Date: Wed, 07 Nov 2012 15:44:37 GMT
Server: Microsoft-IIS/6.0
Cache-Control: private