Overview

URLhttp://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
IP210.51.185.19
ASNAS9929 China Netcom Corp.
Location China
Report completed2012-11-06 07:09:02 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 No alerts detected
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-06 07:08:22 123.125.115.126 urlQuery Client1BROWSER-IE Microsoft Internet Explorer userdata behavior memory corruption attempt


Recent reports on same IP/ASN/Domain

Last 1 reports on IP: 210.51.185.19

Date Alerts / IDS URL IP
2012-12-07 06:29:530 / 1http://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http (...)210.51.185.19

Last 6 reports on ASN: AS9929 China Netcom Corp.

Date Alerts / IDS URL IP
2013-02-18 02:15:410 / 2http://big5.ifeng.com/gate/big5/blog.ifeng.com/article/18099187.html210.51.19.38
2013-02-16 21:14:580 / 2http://www.cnw.com.cn/210.51.3.45
2013-02-16 21:14:460 / 2http://newtest.cnw.cn/210.51.3.45
2013-02-14 16:42:361 / 0http://210.51.166.119/arend_psy/load.php?spl=mdac210.51.166.119
2013-02-14 15:03:590 / 0http://softdown.driversdown.com/mozzie.exe210.51.17.217
2013-02-14 15:01:460 / 0http://softdown.driversdown.com//0.713292744555532210.51.17.217

Last 1 reports on domain: big5.chinabroadcast.cn

Date Alerts / IDS URL IP
2012-12-07 06:29:530 / 1http://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri. (...)210.51.185.19



JavaScript

Executed Scripts (35)


Executed Evals (9)

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

 if (typeof(DiscuzCloud) == 'undefined') DiscuzCloud = new Object();

#2 JavaScript::Eval (size: 49, repeated: 3)

document.getElementById('led1').className = 'slt1';

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

document.getElementById('led1').className = 'slt2';

#4 JavaScript::Eval (size: 49, repeated: 3)

document.getElementById('led2').className = 'slt1';

#5 JavaScript::Eval (size: 49, repeated: 1)

document.getElementById('led2').className = 'slt2';

#6 JavaScript::Eval (size: 49, repeated: 3)

document.getElementById('led3').className = 'slt1';

#7 JavaScript::Eval (size: 49, repeated: 1)

document.getElementById('led3').className = 'slt2';

#8 JavaScript::Eval (size: 49, repeated: 3)

document.getElementById('led4').className = 'slt1';

#9 JavaScript::Eval (size: 8682, repeated: 1)

var clearTips;
DiscuzCloudNameSpace = new Object();
DiscuzCloudNameSpace.register = function(fullName) {
    try {
        var nsArray = fullName.split(".");
        var strNS = "";
        var strEval = "";
        for (var i = 0; i < nsArray.length; i++) {
            if (strNS.length > 0) strNS += ".";
            strNS += nsArray[i];
            strEval += " if (typeof(" + strNS + ") =='undefined') " + strNS + " = new Object(); "
        };
        if (strEval != "") eval(strEval)
    } catch (e) {
        alert(e.message)
    }
};
DiscuzCloudNameSpace.register('DiscuzCloud');
DiscuzCloud.JSONP = (function() {
    var counter = 0,
        head, query, key, window = this;

    function load(url) {
        script = document.createElement('script'), done = false;
        script.src = url;
        script.charset = 'UTF-8';
        script.async = true;
        script.onload = script.onreadystatechange = function() {
            if (!done && (!this.readyState || this.readyState === "loaded" || this.readyState === "complete")) {
                done = true;
                script.onload = script.onreadystatechange = null;
                if (script && script.parentNode) {
                    script.parentNode.removeChild(script)
                }
            }
        };
        if (!head) {
            head = document.getElementsByTagName('head')[0]
        };
        head.appendChild(script)
    };

    function jsonp(url, params, callback) {
        if (url.indexOf('?') > -1) {
            query = '&'
        } else {
            query = '?'
        };
        params = params || {};
        for (key in params) {
            if (params.hasOwnProperty(key)) {
                query += encodeURIComponent(key) + "=" + encodeURIComponent(params[key]) + "&"
            }
        };
        var jsonp = 'discuzTipsCallback';
        window[jsonp] = function(data) {
            callback(data);
            try {
                delete window[jsonp]
            } catch (e) {}
            window[jsonp] = null
        };
        load(url + query + "callback=" + jsonp);
        return jsonp
    };
    return {
        get: jsonp
    }
}());
DiscuzCloud.htmlspecialchars = function(string, quote_style, charset, double_encode) {
    var optTemp = 0,
        i = 0,
        noquotes = false;
    if (typeof quote_style === 'undefined' || quote_style === null) {
        quote_style = 2
    };
    string = string.toString();
    if (double_encode !== false) {
        string = string.replace(/&/g, '&amp;')
    };
    string = string.replace(/</g, '&lt;').replace(/>/g, '&gt;');
    var OPTS = {
        'ENT_NOQUOTES': 0,
        'ENT_HTML_QUOTE_SINGLE': 1,
        'ENT_HTML_QUOTE_DOUBLE': 2,
        'ENT_COMPAT': 2,
        'ENT_QUOTES': 3,
        'ENT_IGNORE': 4
    };
    if (quote_style === 0) {
        noquotes = true
    };
    if (typeof quote_style !== 'number') {
        quote_style = [].concat(quote_style);
        for (i = 0; i < quote_style.length; i++) {
            if (OPTS[quote_style[i]] === 0) {
                noquotes = true
            } else if (OPTS[quote_style[i]]) {
                optTemp = optTemp | OPTS[quote_style[i]]
            }
        };
        quote_style = optTemp
    };
    if (quote_style & OPTS.ENT_HTML_QUOTE_SINGLE) {
        string = string.replace(/'/g, '&#039;')
    };
    if (!noquotes) {
        string = string.replace(/"/g, '&quot;')
    };
    return string
};
DiscuzCloud.setCookie = function(name, value, sec) {
    if (typeof(sec) == 'undefined') {
        sec = 86400000;
    } else {
        sec = sec * 1000
    };
    var expires = new Date();
    expires.setTime(expires.getTime() + sec);
    document.cookie = name + '=' + escape(value) + '; expires=' + expires.toGMTString()
};
DiscuzCloud.getCookie = function(name) {
    var cookie_start = document.cookie.indexOf(name);
    var cookie_end = document.cookie.indexOf(';', cookie_start);
    return cookie_start == -1 ? '' : unescape(document.cookie.substring(cookie_start + name.length + 1, (cookie_end > cookie_start ? cookie_end : document.cookie.length)))
};
DiscuzCloud.$ = function(id) {
    return document.getElementById(id)
};
DiscuzCloud.Tips = function(sId, version, release, api, founder, fix, sUrl, sCharset, ts, sig, adminId, groupId, uid, openId) {
    this.sId = sId;
    this.sUrl = sUrl;
    this.version = version;
    this.release = release;
    this.api = api;
    this.founder = founder;
    this.fix = fix;
    this.clientWidth = document.documentElement.clientWidth;
    this.clientHeight = document.documentElement.clientHeight;
    this.discuzTips = DiscuzCloud.$('discuz_tips');
    newDate = new Date();
    this.url = 'http://cp.discuz.qq.com/tips/get?rand=' + newDate.getDate() + newDate.getHours();
    this.secret = '';
    this.tipsId = '';
    this.cacheKey = '';
    this.sendTime = '';
    this.sCharset = sCharset;
    if (typeof(document.characterSet) == 'undefined') {
        this.browserCharset = document.charset
    } else {
        this.browserCharset = document.characterSet
    };
    if (discuzTipsCVersion == '2') {
        this.adminId = adminId;
        this.groupId = groupId;
        this.uid = uid;
        this.openId = openId
    };
    this.ts = ts;
    this.sig = sig
};
DiscuzCloud.Tips.prototype.show = function() {
    if (discuzTipsCVersion == '2' && this.uid == 0) {
        return false
    };
    if (discuzTipsCVersion == '2' && this.adminId == 0) {
        now = new Date();
        ctrlTime = DiscuzCloud.getCookie('tjpctrl');
        if (now.getTime() < ctrlTime) {
            return false
        }
    };
    if (this.checkManyou()) {
        return false
    };
    var callback = function(data) {
            tipsCtrlTime = new Date();
            DiscuzCloud.setCookie('tjpctrl', tipsCtrlTime.getTime() + 1800000, 1800);
            if (typeof(data.errorCode) != 'undefined' && data.errorCode != 0) {
                return false
            };
            if (typeof(data.css) != 'undefined' && data.css) {
                tips.css(data.css)
            };
            if (typeof(data.secret) != 'undefined' && data.secret) {
                tips.secret = data.secret
            };
            if (typeof(data.tipsId) != 'undefined' && data.tipsId) {
                tips.tipsId = data.tipsId
            };
            if (typeof(data.tscKey) != 'undefined' && data.tscKey) {
                tips.tscKey = data.tscKey
            };
            if (typeof(data.html) != 'undefined') {
                tips.discuzTips.innerHTML = tips.analysis(data.html)
            };
            if (typeof(data.beforeJS) != 'undefined' && data.beforeJS) {
                eval(data.beforeJS)
            };
            if (typeof(data.afterJS) != 'undefined' && data.afterJS) {
                eval(data.afterJS)
            };
            if (typeof(data.sendTime) != 'undefined' && data.sendTime) {
                tips.sendTime = data.sendTime
            };
            if (typeof(data.viewPermission) != 'undefined' && data.viewPermission) {
                tips.viewPermission = data.viewPermission
            };
            tips.open();
            if (typeof(data.keepTime) != 'undefined' && data.keepTime > 0) {
                clearTips = setTimeout(function() {
                    tips.close(data.tipsId, data.tscKey, data.viewPermission, true)
                }, data.keepTime * 1000)
            }
        };
    var cookie = DiscuzCloud.getCookie('dctips');
    if (discuzTipsCVersion == '2') {
        var params = {
            's_id': this.sId,
            'product_version': this.version,
            'product_release': this.release,
            'fix_bug': this.fix,
            'is_founder': this.founder,
            's_url': this.sUrl,
            'last_send_time': cookie,
            'ts': this.ts,
            'sig': this.sig,
            'admin_id': this.adminId,
            'group_id': this.groupId,
            'open_id': this.openId,
            'uid': this.uid
        }
    } else {
        var params = {
            's_id': this.sId,
            'product_version': this.version,
            'product_release': this.release,
            'fix_bug': this.fix,
            'is_founder': this.founder,
            's_url': this.sUrl,
            'last_send_time': cookie,
            'ts': this.ts,
            'sig': this.sig
        }
    };
    DiscuzCloud.JSONP.get(this.url, params, callback)
};
DiscuzCloud.Tips.prototype.css = function(url) {
    try {
        document.createStyleSheet(url)
    } catch (e) {
        var cssLink = document.createElement('link');
        cssLink.rel = 'stylesheet';
        cssLink.type = 'text/css';
        cssLink.href = url;
        var head = document.getElementsByTagName('head')[0];
        head.appendChild(cssLink)
    }
};
DiscuzCloud.Tips.prototype.checkManyou = function() {
    if (DiscuzCloud.$('my_notify_wrap')) {
        return true
    };
    return false
};
DiscuzCloud.Tips.prototype.markAsRead = function(taskId, cacheKey, viewPermission) {
    var newDate = new Date();
    var time = Math.floor(newDate.getTime() / 1000);
    var sig = this.encode(taskId, this.secret);
    DiscuzCloud.setCookie('dctips', this.sendTime, 86400 * 30);
    var url = 'http://cp.discuz.qq.com/tips/mark?rand=' + Math.random();
    var callback = function() {};
    var params = {
        'id': taskId,
        'key': cacheKey,
        'is_founder': this.founder,
        'view_permission': viewPermission,
        'sig': sig
    };
    DiscuzCloud.JSONP.get(url, params, callback)
};
DiscuzCloud.Tips.prototype.encode = function(id, key) {
    var num = id % 8;
    if (num == 0) {
        num = 8
    };
    return key.substr(num) + key.substr(0, num)
};
DiscuzCloud.Tips.prototype.open = function() {
    this.discuzTips.style.display = '';
};
DiscuzCloud.Tips.prototype.close = function(taskId, cacheKey, viewPermission, passive) {
    clearTimeout(clearTips);
    this.discuzTips.style.display = 'none';
    if (typeof(taskId) == 'undefined') {
        taskId = 0
    };
    this.markAsRead(taskId, cacheKey, viewPermission);
    if (typeof(passive) != 'undefined' && passive == true) {
        this.stats('passiveClose', taskId, cacheKey)
    } else {
        this.stats('close', taskId, cacheKey)
    }
};
DiscuzCloud.Tips.prototype.stats = function(action, taskId, cacheKey) {
    var statsUrl = 'http://cp.discuz.qq.com/tips/stats?rand=' + Math.random();
    var sig = this.encode(taskId, this.secret);
    var params = {
        'action': action,
        'tt_id': taskId,
        'sig': sig,
        'cache_key': cacheKey
    };
    var callback = function() {};
    DiscuzCloud.JSONP.get(statsUrl, params, callback)
};
DiscuzCloud.Tips.prototype.analysis = function(html) {
    tipsId = parseInt(this.tipsId);
    sId = parseInt(this.sId);
    sUrl = DiscuzCloud.htmlspecialchars(this.sUrl);
    sVersion = DiscuzCloud.htmlspecialchars(this.version);
    sCharset = DiscuzCloud.htmlspecialchars(this.sCharset);
    tempUrl = this.sUrl.split('//');
    tempUrl = tempUrl[1].split('/');
    sDomain = DiscuzCloud.htmlspecialchars(tempUrl[0]);
    tempUrl = tempUrl[0].split('.');
    tempUrl.shift();
    sMasterDomain = DiscuzCloud.htmlspecialchars(tempUrl.join('.'));
    html = html.replace(/#TipsID#/, tipsId);
    html = html.replace(/#SId#/, sId);
    html = html.replace(/#SiteUrl#/, sUrl);
    html = html.replace(/#SiteVersion#/, sVersion);
    html = html.replace(/#SiteCharset#/, sCharset);
    html = html.replace(/#SiteDomain#/, sDomain);
    html = html.replace(/#SiteMasterDomain#/, sMasterDomain);
    return html
};
window.onload = function(e) {
    if (typeof(discuzTipsCVersion) == 'undefined') {
        discuzTipsCVersion = '0'
    };
    if (discuzTipsCVersion == '2') {
        tips = new DiscuzCloud.Tips(discuzSId, discuzVersion, discuzRelease, discuzApi, discuzIsFounder, discuzFixbug, SITEURL, charset, ts, sig, discuzAdminId, discuzGroupId, discuzUid, discuzOpenId)
    } else {
        tips = new DiscuzCloud.Tips(discuzSId, discuzVersion, discuzRelease, discuzApi, discuzIsFounder, discuzFixbug, SITEURL, charset, ts, sig)
    };
    tips.show()
}

Executed Writes (12)

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

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

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

<div class="zdtjbj" align="center"><a href="/gate/big5/www.chinesecity.com.cn/" target="_blank">-
β</a>

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

<p class="alert_btnleft"><a href="/gate/big5/bbs.cri.cn">[ ›Ú
ÖÇ – ]</a></p>

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

<p id=text align=center>,(<strong id=tt></strong>ŒóIó<span id=link></span></p>

#5 JavaScript::Write (size: 109, repeated: 2)

<script src=' /gate/big5/hm.baidu.com/h.js?f7a62ed849991e4bdf1774fcb62e9f31' type='text/javascript'></script>

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

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

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

<script type="text/javascript" src="http://afp.csbew.com/a.htm?pv=1&sp=50559,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=8492886578&seq=1" id="ac_js86_$7707242792"></script>

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

<script type="text/javascript" src="http://afp.csbew.com/a.htm?pv=1&sp=50563,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=7840938052&seq=5" id="ac_js86_$1885803204"></script>

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

<script type="text/javascript" src="http://afp.csbew.com/a.htm?pv=1&sp=55285,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=9751564276&seq=4" id="ac_js86_$8488490066"></script>

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

<script type="text/javascript" src="http://afp.csbew.com/a.htm?pv=1&sp=55293,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=1291361929&seq=2" id="ac_js86_$7570723380"></script>

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

<script type="text/javascript" src="http://afp.csbew.com/a.htm?pv=1&sp=55295,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=446920646&seq=3" id="ac_js86_$690561053"></script>

#12 JavaScript::Write (size: 329, repeated: 1)

<script type="text/javascript" src="http://afp.csbew.com/a.htm?pv=1&sp=56151,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=1518961703&seq=6" id="ac_js86_$5802163436"></script>


HTTP Transactions (171)


Request Response
GET /gate/big5/discuz.gtimg.cn/cloud/scripts/discuz_tips.js?v=1@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:28 GMT
Location: http://discuz.gtimg.cn/cloud/scripts/discuz_tips.js?v=1
Content-Length: 0
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /static/image/common/logo.png HTTP/1.1

Host: bbs.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 05:54:26 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Wed, 11 Jul 2012 05:17:06 GMT
Etag: &quot;1a37-4c486f53e3880&quot;
Accept-Ranges: bytes
Content-Length: 6711
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /cloud/scripts/discuz_tips.js?v=1 HTTP/1.1

Host: discuz.gtimg.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: NWS_HY_P91
Connection: keep-alive
Date: Tue, 06 Nov 2012 06:08:19 GMT
Cache-Control: max-age=7200
Expires: Tue, 06 Nov 2012 08:08:19 GMT
Last-Modified: Mon, 16 Jul 2012 03:39:26 GMT
Content-Length: 3173
Content-Encoding: gzip
GET /gate/big5/bbs.cri.cn/static/image/common/background.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Mon, 29 Oct 2012 11:51:18 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;48e-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 1166
Age: 32787
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/px.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Mon, 29 Oct 2012 11:51:21 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;d2-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 210
Age: 174170
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/pn.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Mon, 29 Oct 2012 11:51:21 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;250-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 592
Age: 32817
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/nv.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Mon, 29 Oct 2012 11:51:21 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;793-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 1939
Age: 32787
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/nv_a.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Mon, 29 Oct 2012 11:51:21 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;81c-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 2076
Age: 77891
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/qmenu.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 18:10:56 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;6d0-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 1744
Age: 32787
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/hm.baidu.com/h.js?f7a62ed849991e4bdf1774fcb62e9f31 HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:31 GMT
Location: http://hm.baidu.com/h.js?f7a62ed849991e4bdf1774fcb62e9f31
Content-Length: 0
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/search.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/png
Date: Sat, 27 Oct 2012 05:37:54 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;be7-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 3047
Age: 32787
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/arrwd.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Mon, 29 Oct 2012 11:51:21 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;33-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 51
Age: 78076
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/image/common/error.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Wed, 24 Oct 2012 08:01:34 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;6ad-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 1709
Age: 73180
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /h.js?f7a62ed849991e4bdf1774fcb62e9f31 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: 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
HTTP/1.1 200 OK

Content-Type: application/javascript
Etag: fecfa88d2839b24b03e686eac8bf7c27
Cache-Control: max-age=0, must-revalidate
Content-Encoding: gzip
Set-Cookie: HMACCOUNT=5369D4C16EB2F855; 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: 5093
Date: Tue, 06 Nov 2012 06:08:22 GMT
Server: apache
GET /gate/big5/bbs.cri.cn/static/image/common/scrolltop.png HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C
Cookie: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/png
Date: Mon, 29 Oct 2012 11:51:29 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Fri, 27 Apr 2012 06:30:22 GMT
Etag: &quot;432-4bea33d2abb80&quot;
Accept-Ranges: bytes
Content-Length: 1074
Age: 32818
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/hm.baidu.com/h.js?f7a62ed849991e4bdf1774fcb62e9f31 HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:34 GMT
Location: http://hm.baidu.com/h.js?f7a62ed849991e4bdf1774fcb62e9f31
Content-Length: 0
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
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=2056644912&si=f7a62ed849991e4bdf1774fcb62e9f31&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=2056644912&amp;si=f7a62ed849991e4bdf1774fcb62e9f31&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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: HMACCOUNT=5369D4C16EB2F855
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: Tue, 06 Nov 2012 06:08:23 GMT
Server: apache
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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
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: Thu, 15 Sep 2022 06:08:24 GMT
Cache-Control: max-age=311040000
Content-Length: 1119
Date: Tue, 06 Nov 2012 06:08:24 GMT
Server: BWS/1.0
GET /h.js?f7a62ed849991e4bdf1774fcb62e9f31 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: 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: HMACCOUNT=5369D4C16EB2F855
If-None-Match: fecfa88d2839b24b03e686eac8bf7c27
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Etag: fecfa88d2839b24b03e686eac8bf7c27
Cache-Control: max-age=0, must-revalidate
Connection: close
Date: Tue, 06 Nov 2012 06:08:24 GMT
Server: apache
GET /favicon.ico HTTP/1.1

Host: big5.chinabroadcast.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: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/x-icon
Date: Tue, 06 Nov 2012 05:52:45 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Wed, 11 Jul 2012 03:04:10 GMT
Etag: &quot;47e-4c48519d61e80&quot;
Accept-Ranges: bytes
Content-Length: 1150
Age: 771
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /images/spacer.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Tue, 06 May 2008 06:10:46 GMT
Accept-Ranges: bytes
Content-Length: 49
Cache-Control: max-age=74604
Expires: Wed, 07 Nov 2012 02:51:54 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /images/index091116nav_14.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 16 Nov 2009 05:15:22 GMT
Accept-Ranges: bytes
Content-Length: 584
Cache-Control: max-age=49957
Expires: Tue, 06 Nov 2012 20:01:07 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /images/index091116nav_08.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 16 Nov 2009 05:15:22 GMT
Accept-Ranges: bytes
Content-Length: 4042
Cache-Control: max-age=51946
Expires: Tue, 06 Nov 2012 20:34:16 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /images/index091116nav_12.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 16 Nov 2009 05:15:22 GMT
Accept-Ranges: bytes
Content-Length: 573
Cache-Control: max-age=53973
Expires: Tue, 06 Nov 2012 21:08:03 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /images/index091116nav_03.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 16 Nov 2009 05:15:22 GMT
Accept-Ranges: bytes
Content-Length: 4513
Cache-Control: max-age=53968
Expires: Tue, 06 Nov 2012 21:07:58 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /gbimages/spacer.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Sat, 02 Jul 2005 03:49:39 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: max-age=5438
Expires: Tue, 06 Nov 2012 07:39:08 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/02/lxj20121102012.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 02 Nov 2012 07:56:24 GMT
Accept-Ranges: bytes
Content-Length: 11442
Cache-Control: max-age=24588
Expires: Tue, 06 Nov 2012 12:58:18 GMT
Date: Tue, 06 Nov 2012 06:08:30 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/02/bw201211025004.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 02 Nov 2012 01:15:33 GMT
Accept-Ranges: bytes
Content-Length: 9791
Cache-Control: max-age=86313
Expires: Wed, 07 Nov 2012 06:07:04 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /bbs/images/2007bbs_18.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 1917
Cache-Control: max-age=86400
Expires: Wed, 07 Nov 2012 06:08:31 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121105020.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 00:52:34 GMT
Accept-Ranges: bytes
Content-Length: 13181
Cache-Control: max-age=86400
Expires: Wed, 07 Nov 2012 06:08:31 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121106002.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 00:54:58 GMT
Accept-Ranges: bytes
Content-Length: 10817
Cache-Control: max-age=86346
Expires: Wed, 07 Nov 2012 06:07:37 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /images/index091116nav_02.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Last-Modified: Mon, 16 Nov 2009 05:15:20 GMT
Accept-Ranges: bytes
Content-Length: 1105
X-Pad: avoid browser bug
Date: Tue, 06 Nov 2012 05:43:02 GMT
Server: Apache
Expires: Tue, 13 Nov 2012 05:43:02 GMT
Cache-Control: max-age=604800
Age: 1359
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /images/index091116nav_04.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Last-Modified: Mon, 16 Nov 2009 05:15:22 GMT
Accept-Ranges: bytes
Content-Length: 866
X-Pad: avoid browser bug
Date: Tue, 06 Nov 2012 05:58:53 GMT
Server: Apache
Expires: Tue, 13 Nov 2012 05:58:53 GMT
Cache-Control: max-age=604800
Age: 437
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/static.csbew.com/k.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:41 GMT
Location: http://static.csbew.com/k.js
Content-Length: 0
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /bbs/images/2007bbs_15.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 1363
Cache-Control: max-age=86386
Expires: Wed, 07 Nov 2012 06:08:17 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121106004.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:07:06 GMT
Accept-Ranges: bytes
Content-Length: 31452
Cache-Control: max-age=86356
Expires: Wed, 07 Nov 2012 06:07:47 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /bbs/images/2007bbs_20.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 1983
Cache-Control: max-age=86400
Expires: Wed, 07 Nov 2012 06:08:31 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /images/search1206.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Wed, 20 Jun 2012 05:59:36 GMT
Accept-Ranges: bytes
Content-Length: 782
Cache-Control: max-age=80635
Expires: Wed, 07 Nov 2012 04:32:26 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121106003.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:01:24 GMT
Accept-Ranges: bytes
Content-Length: 31335
Cache-Control: max-age=86400
Expires: Wed, 07 Nov 2012 06:08:31 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/wf2012110612.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 02:02:52 GMT
Accept-Ranges: bytes
Content-Length: 7493
Cache-Control: max-age=73296
Expires: Wed, 07 Nov 2012 02:30:07 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/wf2012110613.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 02:01:25 GMT
Accept-Ranges: bytes
Content-Length: 10382
Cache-Control: max-age=73259
Expires: Wed, 07 Nov 2012 02:29:30 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/wf201211064.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:26:22 GMT
Accept-Ranges: bytes
Content-Length: 9628
Cache-Control: max-age=70639
Expires: Wed, 07 Nov 2012 01:45:50 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/10/16/ln20121016002.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 16 Oct 2012 07:33:55 GMT
Accept-Ranges: bytes
Content-Length: 29819
Cache-Control: max-age=55232
Expires: Tue, 06 Nov 2012 21:29:03 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/01/09/lxj20110109089.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 09 Jan 2012 08:28:29 GMT
Accept-Ranges: bytes
Content-Length: 30101
Cache-Control: max-age=84440
Expires: Wed, 07 Nov 2012 05:35:51 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/wf201211063.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:17:51 GMT
Accept-Ranges: bytes
Content-Length: 9515
Cache-Control: max-age=70756
Expires: Wed, 07 Nov 2012 01:47:47 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/wf201211055.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 01:35:06 GMT
Accept-Ranges: bytes
Content-Length: 9714
Cache-Control: max-age=84454
Expires: Wed, 07 Nov 2012 05:36:05 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/04/wf201211047.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Sun, 04 Nov 2012 03:19:33 GMT
Accept-Ranges: bytes
Content-Length: 10178
Cache-Control: max-age=84552
Expires: Wed, 07 Nov 2012 05:37:43 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /bbs/images/07bbs_2_07.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 17 Mar 2008 07:17:59 GMT
Accept-Ranges: bytes
Content-Length: 1895
Cache-Control: max-age=84519
Expires: Wed, 07 Nov 2012 05:37:10 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/bw201211053019.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:10:01 GMT
Accept-Ranges: bytes
Content-Length: 9472
Cache-Control: max-age=70730
Expires: Wed, 07 Nov 2012 01:47:21 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/bw201211053018.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:07:18 GMT
Accept-Ranges: bytes
Content-Length: 10185
Cache-Control: max-age=70762
Expires: Wed, 07 Nov 2012 01:47:53 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /bbs/images/2007bbs_34.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 2229
Cache-Control: max-age=84417
Expires: Wed, 07 Nov 2012 05:35:29 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/bw201211053017.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:05:19 GMT
Accept-Ranges: bytes
Content-Length: 9921
Cache-Control: max-age=70759
Expires: Wed, 07 Nov 2012 01:47:51 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/wf201211069.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:42:51 GMT
Accept-Ranges: bytes
Content-Length: 7435
Cache-Control: max-age=84432
Expires: Wed, 07 Nov 2012 05:35:44 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121105019.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 00:50:17 GMT
Accept-Ranges: bytes
Content-Length: 12449
Cache-Control: max-age=70432
Expires: Wed, 07 Nov 2012 01:42:24 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /bbs/images/2007bbs_28.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 17 Sep 2007 02:16:39 GMT
Accept-Ranges: bytes
Content-Length: 11085
Cache-Control: max-age=84429
Expires: Wed, 07 Nov 2012 05:35:41 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /bbs/images/2007bbs_41.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 1008
Cache-Control: max-age=84360
Expires: Wed, 07 Nov 2012 05:34:32 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/bw201211053015.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 00:55:29 GMT
Accept-Ranges: bytes
Content-Length: 10094
Cache-Control: max-age=70704
Expires: Wed, 07 Nov 2012 01:46:56 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/bw201211053002.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 00:31:26 GMT
Accept-Ranges: bytes
Content-Length: 9670
Cache-Control: max-age=84459
Expires: Wed, 07 Nov 2012 05:36:11 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/wf201211067.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:31:40 GMT
Accept-Ranges: bytes
Content-Length: 4223
Cache-Control: max-age=70737
Expires: Wed, 07 Nov 2012 01:47:29 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/wf201211051.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 00:56:35 GMT
Accept-Ranges: bytes
Content-Length: 4120
Cache-Control: max-age=84439
Expires: Wed, 07 Nov 2012 05:35:51 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/bw201211064000.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 00:35:57 GMT
Accept-Ranges: bytes
Content-Length: 28538
Cache-Control: max-age=86400
Expires: Wed, 07 Nov 2012 06:08:31 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/08/22/ln20120822004.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Wed, 22 Aug 2012 07:15:06 GMT
Accept-Ranges: bytes
Content-Length: 10459
Cache-Control: max-age=84459
Expires: Wed, 07 Nov 2012 05:36:11 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /bbs/images/2007bbshd_10.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:47 GMT
Accept-Ranges: bytes
Content-Length: 878
Cache-Control: max-age=84407
Expires: Wed, 07 Nov 2012 05:35:19 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/10/10/ln20121010004.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Wed, 10 Oct 2012 09:04:18 GMT
Accept-Ranges: bytes
Content-Length: 11592
Cache-Control: max-age=84492
Expires: Wed, 07 Nov 2012 05:36:44 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/10/10/ln20121010003.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Wed, 10 Oct 2012 09:01:04 GMT
Accept-Ranges: bytes
Content-Length: 10128
Cache-Control: max-age=84419
Expires: Wed, 07 Nov 2012 05:35:31 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/bw201211064001.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 00:39:08 GMT
Accept-Ranges: bytes
Content-Length: 41943
Cache-Control: max-age=86366
Expires: Wed, 07 Nov 2012 06:07:57 GMT
Date: Tue, 06 Nov 2012 06:08:31 GMT
Connection: keep-alive
GET /mmsource/images/2012/08/28/ln20120828004.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 28 Aug 2012 08:21:11 GMT
Accept-Ranges: bytes
Content-Length: 4624
Cache-Control: max-age=84430
Expires: Wed, 07 Nov 2012 05:35:42 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/08/28/ln20120828002.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 28 Aug 2012 06:09:34 GMT
Accept-Ranges: bytes
Content-Length: 8851
Cache-Control: max-age=84464
Expires: Wed, 07 Nov 2012 05:36:16 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/08/28/ln20120828001.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 28 Aug 2012 03:04:35 GMT
Accept-Ranges: bytes
Content-Length: 7265
Cache-Control: max-age=84497
Expires: Wed, 07 Nov 2012 05:36:49 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2011/11/18/lqs201111180001.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 18 Nov 2011 03:17:39 GMT
Accept-Ranges: bytes
Content-Length: 15173
Cache-Control: max-age=84395
Expires: Wed, 07 Nov 2012 05:35:07 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/07/26/91e3f91d7961455b8db31fe6f9b40497.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Thu, 26 Jul 2012 02:32:41 GMT
Accept-Ranges: bytes
Content-Length: 9345
Cache-Control: max-age=84481
Expires: Wed, 07 Nov 2012 05:36:33 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/07/24/2012.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Tue, 24 Jul 2012 02:35:07 GMT
Accept-Ranges: bytes
Content-Length: 8648
Cache-Control: max-age=84456
Expires: Wed, 07 Nov 2012 05:36:08 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /bbs/images/2007bbs_46.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:47 GMT
Accept-Ranges: bytes
Content-Length: 11610
Cache-Control: max-age=84490
Expires: Wed, 07 Nov 2012 05:36:42 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/08/06/b.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Mon, 06 Aug 2012 03:35:49 GMT
Accept-Ranges: bytes
Content-Length: 8769
Cache-Control: max-age=84497
Expires: Wed, 07 Nov 2012 05:36:49 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/10/19/ln20121019002.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 19 Oct 2012 01:56:30 GMT
Accept-Ranges: bytes
Content-Length: 22136
Cache-Control: max-age=84434
Expires: Wed, 07 Nov 2012 05:35:46 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/10/19/ln20121019003.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 19 Oct 2012 02:03:06 GMT
Accept-Ranges: bytes
Content-Length: 25964
Cache-Control: max-age=84502
Expires: Wed, 07 Nov 2012 05:36:54 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121106006.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 02:24:49 GMT
Accept-Ranges: bytes
Content-Length: 15341
Cache-Control: max-age=73284
Expires: Wed, 07 Nov 2012 02:29:56 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/06/lxj20121106008.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Tue, 06 Nov 2012 02:23:36 GMT
Accept-Ranges: bytes
Content-Length: 10534
Cache-Control: max-age=73226
Expires: Wed, 07 Nov 2012 02:28:58 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/lxj20121105001.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 09:23:32 GMT
Accept-Ranges: bytes
Content-Length: 9466
Cache-Control: max-age=13738
Expires: Tue, 06 Nov 2012 09:57:30 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/lxj20121105013.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 05:22:02 GMT
Accept-Ranges: bytes
Content-Length: 7502
Cache-Control: max-age=78057
Expires: Wed, 07 Nov 2012 03:49:29 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/02/lxj20121102006.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 02 Nov 2012 05:47:40 GMT
Accept-Ranges: bytes
Content-Length: 8154
Cache-Control: max-age=60775
Expires: Tue, 06 Nov 2012 23:01:27 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/lxj20121105012.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 02:44:36 GMT
Accept-Ranges: bytes
Content-Length: 10748
Cache-Control: max-age=84463
Expires: Wed, 07 Nov 2012 05:36:15 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/10/19/ln20121019001.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 19 Oct 2012 01:50:54 GMT
Accept-Ranges: bytes
Content-Length: 25361
Cache-Control: max-age=84406
Expires: Wed, 07 Nov 2012 05:35:18 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/03/bw201211038001.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Sat, 03 Nov 2012 00:17:58 GMT
Accept-Ranges: bytes
Content-Length: 10236
Cache-Control: max-age=84425
Expires: Wed, 07 Nov 2012 05:35:37 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/lxj20121105011.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 02:37:33 GMT
Accept-Ranges: bytes
Content-Length: 10984
Cache-Control: max-age=67771
Expires: Wed, 07 Nov 2012 00:58:03 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/lxj20121105009.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 02:22:38 GMT
Accept-Ranges: bytes
Content-Length: 8736
Cache-Control: max-age=64478
Expires: Wed, 07 Nov 2012 00:03:10 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/05/lxj20121105002.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 05 Nov 2012 01:23:03 GMT
Accept-Ranges: bytes
Content-Length: 9046
Cache-Control: max-age=61269
Expires: Tue, 06 Nov 2012 23:09:41 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /mmsource/images/2012/11/02/lxj20121102011.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Fri, 02 Nov 2012 07:29:34 GMT
Accept-Ranges: bytes
Content-Length: 14005
Cache-Control: max-age=62148
Expires: Tue, 06 Nov 2012 23:24:20 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /images/09copyright.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Wed, 31 Dec 2008 02:51:27 GMT
Accept-Ranges: bytes
Content-Length: 1420
Cache-Control: max-age=60804
Expires: Tue, 06 Nov 2012 23:01:56 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /include/images/gongshang.gif HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Tue, 20 Jun 2006 09:04:10 GMT
Accept-Ranges: bytes
Content-Length: 803
Cache-Control: max-age=69441
Expires: Wed, 07 Nov 2012 01:25:53 GMT
Date: Tue, 06 Nov 2012 06:08:32 GMT
Connection: keep-alive
GET /k.js HTTP/1.1

Host: static.csbew.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: CHINACACHE/CCN-BJ-3-57J
Date: Tue, 06 Nov 2012 06:05:36 GMT
Last-Modified: Thu, 12 Jul 2012 10:26:56 GMT
Expires: Tue, 06 Nov 2012 06:35:36 GMT
Cache-Control: max-age=1800
Via: CCN-BJ-3-57J
Content-Encoding: gzip
Age: 177
Content-Length: 3188
Powered-By-ChinaCache: HIT from 06035113C8
GET /a.htm?pv=1&sp=50559,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=8492886578&seq=1 HTTP/1.1

Host: afp.csbew.com
GET /a.htm?pv=1&amp;sp=50559,1,0,0,0,1,1,10&amp;ec=Big5&amp;re=1176,885&amp;purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;jsv=7&amp;cb=8492886578&amp;seq=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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.65
Date: Tue, 06 Nov 2012 06:08:35 GMT
Transfer-Encoding: chunked
Connection: keep-alive
P3P: CP=&quot;NOI CURa ADMa DEVa OUR IND UNI COM NAV INT&quot;
Set-Cookie: ver=7; expires=Thu, 06-Nov-2042 06:08:34 GMT; path=/ afpv=afpid=188158913900962009; expires=Thu, 06-Nov-2042 06:08:34 GMT; path=/
Cache-Control: private
Content-Encoding: gzip
GET /bbs/images/07bbsbutton_07.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 17 Sep 2007 07:47:23 GMT
Accept-Ranges: bytes
Content-Length: 1689
Cache-Control: max-age=84496
Expires: Wed, 07 Nov 2012 05:36:51 GMT
Date: Tue, 06 Nov 2012 06:08:35 GMT
Connection: keep-alive
GET /bbs/images/07bbsbutton_05.jpg HTTP/1.1

Host: gb.cri.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 17 Sep 2007 07:47:23 GMT
Accept-Ranges: bytes
Content-Length: 1677
Cache-Control: max-age=84380
Expires: Wed, 07 Nov 2012 05:34:55 GMT
Date: Tue, 06 Nov 2012 06:08:35 GMT
Connection: keep-alive
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_09.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 15:44:03 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 556
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:03 GMT
X-Pad: avoid browser bug
Age: 93165
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_08.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:01 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 572
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:01 GMT
X-Pad: avoid browser bug
Age: 93165
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbs_04.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 02:23:01 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 11199
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 02:23:01 GMT
Age: 88352
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_05.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:01 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 588
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:01 GMT
X-Pad: avoid browser bug
Age: 93195
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_03.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 28 Sep 2012 09:07:31 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:50 GMT
Accept-Ranges: bytes
Content-Length: 803
Cache-Control: max-age=604800
Expires: Fri, 05 Oct 2012 09:07:31 GMT
X-Pad: avoid browser bug
Age: 366231
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_06.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 15:44:03 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 586
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:03 GMT
X-Pad: avoid browser bug
Age: 359298
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_10.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:16 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 553
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:16 GMT
X-Pad: avoid browser bug
Age: 85012
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_12.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:16 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 548
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:16 GMT
X-Pad: avoid browser bug
Age: 93165
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_11.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:16 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 552
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:16 GMT
X-Pad: avoid browser bug
Age: 93195
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/static.csbew.com/k.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:47 GMT
Location: http://static.csbew.com/k.js
Content-Length: 0
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_14.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:02 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 544
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:02 GMT
X-Pad: avoid browser bug
Age: 320833
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_13.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:02 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 544
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:02 GMT
X-Pad: avoid browser bug
Age: 320867
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /a.htm?pv=1&sp=55293,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=1291361929&seq=2 HTTP/1.1

Host: afp.csbew.com
GET /a.htm?pv=1&amp;sp=55293,1,0,0,0,1,1,10&amp;ec=Big5&amp;re=1176,885&amp;purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;jsv=7&amp;cb=1291361929&amp;seq=2 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: ver=7; afpv=afpid=188158913900962009
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.65
Date: Tue, 06 Nov 2012 06:08:37 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Content-Encoding: gzip
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_19.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:02 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 550
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:02 GMT
X-Pad: avoid browser bug
Age: 320834
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_15.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 15:44:04 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 544
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:04 GMT
X-Pad: avoid browser bug
Age: 423925
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_16.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:18 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 542
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:18 GMT
X-Pad: avoid browser bug
Age: 88354
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_18.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:18 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 552
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:18 GMT
X-Pad: avoid browser bug
Age: 320867
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_17.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:02 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 541
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:02 GMT
X-Pad: avoid browser bug
Age: 320835
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_20.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:02 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 557
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:02 GMT
X-Pad: avoid browser bug
Age: 320867
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_21.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:19 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 568
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:19 GMT
X-Pad: avoid browser bug
Age: 320834
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/static.csbew.com/k.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:49 GMT
Location: http://static.csbew.com/k.js
Content-Length: 0
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_22.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:04 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 569
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:04 GMT
X-Pad: avoid browser bug
Age: 320868
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_23.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:14 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:54:48 GMT
Accept-Ranges: bytes
Content-Length: 586
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:14 GMT
X-Pad: avoid browser bug
Age: 320868
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_24.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 02:23:01 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:55:06 GMT
Accept-Ranges: bytes
Content-Length: 592
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 02:23:01 GMT
X-Pad: avoid browser bug
Age: 93166
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_25.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 15:44:05 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:55:06 GMT
Accept-Ranges: bytes
Content-Length: 582
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:05 GMT
X-Pad: avoid browser bug
Age: 320833
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /a.htm?pv=1&sp=55295,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=446920646&seq=3 HTTP/1.1

Host: afp.csbew.com
GET /a.htm?pv=1&amp;sp=55295,1,0,0,0,1,1,10&amp;ec=Big5&amp;re=1176,885&amp;purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;jsv=7&amp;cb=446920646&amp;seq=3 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: ver=7; afpv=afpid=188158913900962009
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.65
Date: Tue, 06 Nov 2012 06:08:39 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Content-Encoding: gzip
GET /gate/big5/gb.cri.cn/bbs/images/07index_tt12.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Fri, 19 Oct 2012 17:34:22 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 11:12:25 GMT
Accept-Ranges: bytes
Content-Length: 99
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:22 GMT
Age: 85045
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_tt11.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Fri, 19 Oct 2012 15:44:06 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 11:12:24 GMT
Accept-Ranges: bytes
Content-Length: 205
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:06 GMT
X-Pad: avoid browser bug
Age: 320868
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbs_17.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:13 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 435
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:13 GMT
X-Pad: avoid browser bug
Age: 93167
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbsdaohang_26.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:03 GMT
Server: Apache
Last-Modified: Thu, 13 Sep 2007 12:55:06 GMT
Accept-Ranges: bytes
Content-Length: 673
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:03 GMT
X-Pad: avoid browser bug
Age: 93167
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbs_08_01b.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:04 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 09:21:30 GMT
Accept-Ranges: bytes
Content-Length: 17371
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:04 GMT
Age: 88385
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbs_08_02b.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:21 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 09:21:27 GMT
Accept-Ranges: bytes
Content-Length: 17057
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:21 GMT
Age: 93166
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_ttb1.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Tue, 30 Oct 2012 05:51:02 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 11:12:25 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:02 GMT
Age: 320835
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/static.csbew.com/k.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:50 GMT
Location: http://static.csbew.com/k.js
Content-Length: 0
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_tt13.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Fri, 19 Oct 2012 15:44:06 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 11:12:25 GMT
Accept-Ranges: bytes
Content-Length: 312
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:06 GMT
X-Pad: avoid browser bug
Age: 320834
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_tt14.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Fri, 19 Oct 2012 15:44:06 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 11:12:25 GMT
Accept-Ranges: bytes
Content-Length: 101
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:06 GMT
X-Pad: avoid browser bug
Age: 93167
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbs_12.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:12 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:46 GMT
Accept-Ranges: bytes
Content-Length: 6968
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:12 GMT
X-Pad: avoid browser bug
Age: 320834
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /a.htm?pv=1&sp=55285,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=9751564276&seq=4 HTTP/1.1

Host: afp.csbew.com
GET /a.htm?pv=1&amp;sp=55285,1,0,0,0,1,1,10&amp;ec=Big5&amp;re=1176,885&amp;purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;jsv=7&amp;cb=9751564276&amp;seq=4 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: ver=7; afpv=afpid=188158913900962009
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.65
Date: Tue, 06 Nov 2012 06:08:40 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Content-Encoding: gzip
GET /gate/big5/gb.cri.cn/bbs/images/07bbs_2_03.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:25 GMT
Server: Apache
Last-Modified: Mon, 17 Mar 2008 03:35:16 GMT
Accept-Ranges: bytes
Content-Length: 10133
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:25 GMT
Age: 581047
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07bbs001.gif HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/gif
Date: Fri, 19 Oct 2012 15:44:06 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:50 GMT
Accept-Ranges: bytes
Content-Length: 165
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 15:44:06 GMT
X-Pad: avoid browser bug
Age: 88356
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07bbs_2_10.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:13 GMT
Server: Apache
Last-Modified: Mon, 17 Mar 2008 03:35:14 GMT
Accept-Ranges: bytes
Content-Length: 8759
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:13 GMT
X-Pad: avoid browser bug
Age: 93168
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbshd_03.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Mon, 15 Oct 2012 18:14:19 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:47 GMT
Accept-Ranges: bytes
Content-Length: 8509
Cache-Control: max-age=604800
Expires: Mon, 22 Oct 2012 18:14:19 GMT
X-Pad: avoid browser bug
Age: 93198
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbshd_06.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:11 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:47 GMT
Accept-Ranges: bytes
Content-Length: 440
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:11 GMT
X-Pad: avoid browser bug
Age: 320835
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/static.csbew.com/k.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:52 GMT
Location: http://static.csbew.com/k.js
Content-Length: 0
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07bbs_2_12.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:26 GMT
Server: Apache
Last-Modified: Mon, 17 Mar 2008 07:11:08 GMT
Accept-Ranges: bytes
Content-Length: 19599
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:26 GMT
Age: 93168
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_ttb2.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:28 GMT
Server: Apache
Last-Modified: Mon, 10 Sep 2007 11:12:25 GMT
Accept-Ranges: bytes
Content-Length: 12058
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:28 GMT
Age: 320868
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /a.htm?pv=1&sp=50563,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=7840938052&seq=5 HTTP/1.1

Host: afp.csbew.com
GET /a.htm?pv=1&amp;sp=50563,1,0,0,0,1,1,10&amp;ec=Big5&amp;re=1176,885&amp;purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;jsv=7&amp;cb=7840938052&amp;seq=5 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: ver=7; afpv=afpid=188158913900962009
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.65
Date: Tue, 06 Nov 2012 06:08:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Content-Encoding: gzip
GET /gate/big5/gb.cri.cn/bbs/images/07index_138.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:22 GMT
Server: Apache
Last-Modified: Tue, 04 Sep 2007 01:02:53 GMT
Accept-Ranges: bytes
Content-Length: 672
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:22 GMT
X-Pad: avoid browser bug
Age: 88383
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/2007bbs_43.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:18 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2007 14:37:47 GMT
Accept-Ranges: bytes
Content-Length: 20164
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:18 GMT
Age: 93169
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_140.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 02:23:02 GMT
Server: Apache
Last-Modified: Tue, 04 Sep 2007 01:02:54 GMT
Accept-Ranges: bytes
Content-Length: 515
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 02:23:02 GMT
X-Pad: avoid browser bug
Age: 88387
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_143.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:34 GMT
Server: Apache
Last-Modified: Tue, 04 Sep 2007 01:02:54 GMT
Accept-Ranges: bytes
Content-Length: 398
Cache-Control: max-age=604800
Expires: Fri, 26 Oct 2012 17:34:34 GMT
X-Pad: avoid browser bug
Age: 92034
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_145.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:21 GMT
Server: Apache
Last-Modified: Tue, 04 Sep 2007 01:02:54 GMT
Accept-Ranges: bytes
Content-Length: 583
Cache-Control: max-age=604800
Expires: Tue, 06 Nov 2012 05:51:21 GMT
X-Pad: avoid browser bug
Age: 320869
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/static.csbew.com/k.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:53 GMT
Location: http://static.csbew.com/k.js
Content-Length: 0
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /a.htm?pv=1&sp=56151,1,0,0,0,1,1,10&ec=Big5&re=1176,885&purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&jsv=7&cb=1518961703&seq=6 HTTP/1.1

Host: afp.csbew.com
GET /a.htm?pv=1&amp;sp=56151,1,0,0,0,1,1,10&amp;ec=Big5&amp;re=1176,885&amp;purl=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;jsv=7&amp;cb=1518961703&amp;seq=6 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: ver=7; afpv=afpid=188158913900962009
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.65
Date: Tue, 06 Nov 2012 06:08:43 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Content-Encoding: gzip
GET /b/ss/cri-online-gb/1/H.24.1/s22413465796435?AQB=1&ndh=1&t=6%2F10%2F2012%207%3A8%3A43%202%20-60&ce=UTF-8&ns=cri&pageName=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&g=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&r=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&cc=CNY&events=event11&c1=big5.chinabroadcast.cn&v1=big5.chinabroadcast.cn&v11=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&c12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&v12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&c16=Tuesday%2C%202%3A00PM&v16=Tuesday%2C%202%3A00PM&c24=No&v24=No&h1=big5.chinabroadcast.cn%3A%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&s=1176x885&c=24&j=1.7&v=Y&k=Y&bw=1176&bh=778&p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava(TM)%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%C2%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&AQE=1 HTTP/1.1

Host: cri.d1.sc.omtrdc.net
GET /b/ss/cri-online-gb/1/H.24.1/s22413465796435?AQB=1&amp;ndh=1&amp;t=6%2F10%2F2012%207%3A8%3A43%202%20-60&amp;ce=UTF-8&amp;ns=cri&amp;pageName=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;g=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;r=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;cc=CNY&amp;events=event11&amp;c1=big5.chinabroadcast.cn&amp;v1=big5.chinabroadcast.cn&amp;v11=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;c12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;v12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;c16=Tuesday%2C%202%3A00PM&amp;v16=Tuesday%2C%202%3A00PM&amp;c24=No&amp;v24=No&amp;h1=big5.chinabroadcast.cn%3A%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;s=1176x885&amp;c=24&amp;j=1.7&amp;v=Y&amp;k=Y&amp;bw=1176&amp;bh=778&amp;p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava(TM)%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%C2%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&amp;AQE=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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 302 Found

Content-Type: text/plain
Date: Tue, 06 Nov 2012 06:08:43 GMT
Server: Omniture DC/2.0.0
Access-Control-Allow-Origin: *
Set-Cookie: s_vi=[CS]v1|284C54B585312FCD-40000108A0048715[CE]; Expires=Sun, 5 Nov 2017 06:08:43 GMT; Domain=cri.d1.sc.omtrdc.net; Path=/
Location: http://cri.d1.sc.omtrdc.net/b/ss/cri-online-gb/1/H.24.1/s22413465796435?AQB=1&amp;pccr=true&amp;vidn=284C54B585312FCD-40000108A0048715&amp;&amp;ndh=1&amp;t=6%2F10%2F2012%207%3A8%3A43%202%20-60&amp;ce=UTF-8&amp;ns=cri&amp;pageName=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;g=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;r=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;cc=CNY&amp;events=event11&amp;c1=big5.chinabroadcast.cn&amp;v1=big5.chinabroadcast.cn&amp;v11=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;c12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;v12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;c16=Tuesday%2C%202%3A00PM&amp;v16=Tuesday%2C%202%3A00PM&amp;c24=No&amp;v24=No&amp;h1=big5.chinabroadcast.cn%3A%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;s=1176x885&amp;c=24&amp;j=1.7&amp;v=Y&amp;k=Y&amp;bw=1176&amp;bh=778&amp;p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava(TM)%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%C2%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&amp;AQE=1
X-C: ms-4.4.9
Expires: Mon, 05 Nov 2012 06:08:43 GMT
Last-Modified: Wed, 07 Nov 2012 06:08:43 GMT
Cache-Control: no-cache, no-store, max-age=0, no-transform, private
Pragma: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA OUR IND COM NAV STA&quot;
xserver: www69
Content-Length: 0
Keep-Alive: timeout=15
Connection: Keep-Alive
GET /b/ss/cri-online-gb/1/H.24.1/s22413465796435?AQB=1&pccr=true&vidn=284C54B585312FCD-40000108A0048715&&ndh=1&t=6%2F10%2F2012%207%3A8%3A43%202%20-60&ce=UTF-8&ns=cri&pageName=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&g=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&r=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&cc=CNY&events=event11&c1=big5.chinabroadcast.cn&v1=big5.chinabroadcast.cn&v11=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&c12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&v12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&c16=Tuesday%2C%202%3A00PM&v16=Tuesday%2C%202%3A00PM&c24=No&v24=No&h1=big5.chinabroadcast.cn%3A%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&s=1176x885&c=24&j=1.7&v=Y&k=Y&bw=1176&bh=778&p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava(TM)%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%C2%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&AQE=1 HTTP/1.1

Host: cri.d1.sc.omtrdc.net
GET /b/ss/cri-online-gb/1/H.24.1/s22413465796435?AQB=1&amp;pccr=true&amp;vidn=284C54B585312FCD-40000108A0048715&amp;&amp;ndh=1&amp;t=6%2F10%2F2012%207%3A8%3A43%202%20-60&amp;ce=UTF-8&amp;ns=cri&amp;pageName=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;g=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;r=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2Finclude%2Fwrating.js%40oldurl%3B%40js%3Bhttp%3A%2Fbbs.cri.cn%2Fshowtopic-1205858.aspx&amp;cc=CNY&amp;events=event11&amp;c1=big5.chinabroadcast.cn&amp;v1=big5.chinabroadcast.cn&amp;v11=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;c12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;v12=http%3A%2F%2Fbig5.chinabroadcast.cn%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;c16=Tuesday%2C%202%3A00PM&amp;v16=Tuesday%2C%202%3A00PM&amp;c24=No&amp;v24=No&amp;h1=big5.chinabroadcast.cn%3A%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;s=1176x885&amp;c=24&amp;j=1.7&amp;v=Y&amp;k=Y&amp;bw=1176&amp;bh=778&amp;p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava(TM)%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%C2%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&amp;AQE=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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: s_vi=[CS]v1|284C54B585312FCD-40000108A0048715[CE]
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 06:08:44 GMT
Server: Omniture DC/2.0.0
Access-Control-Allow-Origin: *
Set-Cookie: s_vi=[CS]v1|284C54B585312FCD-40000108A0048715[CE]; Expires=Sun, 5 Nov 2017 06:08:44 GMT; Domain=cri.d1.sc.omtrdc.net; Path=/
X-C: ms-4.4.9
Expires: Mon, 05 Nov 2012 06:08:44 GMT
Last-Modified: Wed, 07 Nov 2012 06:08:44 GMT
Cache-Control: no-cache, no-store, max-age=0, no-transform, private
Pragma: no-cache
Etag: &quot;5098A96C-6B87-185B7473&quot;
Vary: *
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA OUR IND COM NAV STA&quot;
xserver: www43
Content-Length: 43
Keep-Alive: timeout=15
Connection: Keep-Alive
GET /gate/big5/gb.cri.cn/bbs/images/07index_138.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
If-Modified-Since: Tue, 04 Sep 2007 01:02:53 GMT
HTTP/1.0 304 Not Modified

Content-Type: image/jpeg
Date: Tue, 30 Oct 2012 05:51:22 GMT
Expires: Tue, 06 Nov 2012 05:51:22 GMT
Last-Modified: Tue, 04 Sep 2007 01:02:53 GMT
Age: 88384
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_143.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
If-Modified-Since: Tue, 04 Sep 2007 01:02:54 GMT
HTTP/1.0 304 Not Modified

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 17:34:34 GMT
Expires: Fri, 26 Oct 2012 17:34:34 GMT
Last-Modified: Tue, 04 Sep 2007 01:02:54 GMT
Age: 92035
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/images/07index_140.jpg HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/css/07bbs.css
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
If-Modified-Since: Tue, 04 Sep 2007 01:02:54 GMT
HTTP/1.0 304 Not Modified

Content-Type: image/jpeg
Date: Fri, 19 Oct 2012 02:23:02 GMT
Expires: Fri, 26 Oct 2012 02:23:02 GMT
Last-Modified: Tue, 04 Sep 2007 01:02:54 GMT
Age: 88388
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/www.google-analytics.com/ga.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; s_cc=true; s_sq=%5B%5BB%5D%5D
HTTP/1.0 302 Moved Temporarily

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:05:54 GMT
Location: http://www.google-analytics.com/ga.js
Content-Length: 0
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
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: 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
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:21:26 GMT
Expires: Tue, 06 Nov 2012 13:21:26 GMT
Vary: Accept-Encoding
Age: 17238
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1271937855&utmhn=big5.chinabroadcast.cn&utmcs=Big5&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&utmhid=1594079144&utmr=0&utmp=%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&utmac=UA-9273642-1&utmcc=__utma%3D128077599.1131241739.1352182125.1352182125.1352182125.1%3B%2B__utmz%3D128077599.1352182125.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=D~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1271937855&amp;utmhn=big5.chinabroadcast.cn&amp;utmcs=Big5&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=%E5%9C%8B%E9%9A%9B%E7%B7%9A%E4%B8%8A%E8%AB%96%E5%A3%87&amp;utmhid=1594079144&amp;utmr=0&amp;utmp=%2Fgate%2Fbig5%2Fbbs.cri.cn%2F&amp;utmac=UA-9273642-1&amp;utmcc=__utma%3D128077599.1131241739.1352182125.1352182125.1352182125.1%3B%2B__utmz%3D128077599.1352182125.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=D~ 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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:09:14 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: 449970
Server: GFE/2.0
GET /gate/big5/gb.cri.cn/js/search1206.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/javascript;charset=big5
Date: Sat, 13 Oct 2012 08:33:23 GMT
Server: Apache
Last-Modified: Wed, 18 Jul 2012 09:13:40 GMT
Accept-Ranges: bytes
Cache-Control: max-age=604800
Expires: Sat, 20 Oct 2012 08:33:23 GMT
Vary: Accept-Encoding
Age: 102972
Warning: 113 big5c1.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/js/common.js?x9C@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: application/javascript;charset=big5
Date: Tue, 06 Nov 2012 06:05:28 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Wed, 11 Jul 2012 07:07:32 GMT
Etag: &quot;fe92-4c488802ef500&quot;
Accept-Ranges: bytes
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/data/cache/style_1_common.css?x9C HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: text/css;charset=big5
Date: Tue, 06 Nov 2012 06:05:28 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Thu, 18 Oct 2012 03:19:09 GMT
Etag: &quot;ea63-4cc4cd9b5e540&quot;
Accept-Ranges: bytes
Set-Cookie: Referer=/gate/big5/bbs.cri.cn/;Path=/
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/css/07bbs.css HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/css;charset=big5
Last-Modified: Tue, 21 Aug 2012 01:28:02 GMT
Accept-Ranges: bytes
Date: Tue, 06 Nov 2012 06:05:39 GMT
Server: Apache
Expires: Tue, 06 Nov 2012 08:05:39 GMT
Cache-Control: max-age=7200
Vary: Accept-Encoding
Age: 30
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/js/forum.js?x9C@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: application/javascript;charset=big5
Date: Tue, 06 Nov 2012 06:05:28 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Wed, 11 Jul 2012 07:07:32 GMT
Etag: &quot;3b3c-4c488802ef500&quot;
Accept-Ranges: bytes
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/static/js/logging.js?x9C@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: application/javascript;charset=big5
Date: Tue, 06 Nov 2012 06:05:28 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Wed, 11 Jul 2012 07:07:32 GMT
Etag: &quot;1ff-4c488802ef500&quot;
Accept-Ranges: bytes
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/data/cache/style_1_forum_viewthread.css?x9C HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/
HTTP/1.0 200 OK

Content-Type: text/css;charset=big5
Date: Tue, 06 Nov 2012 06:05:28 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
Last-Modified: Thu, 18 Oct 2012 03:19:18 GMT
Etag: &quot;8689-4cc4cda3f3980&quot;
Accept-Ranges: bytes
Set-Cookie: Referer=/gate/big5/bbs.cri.cn/;Path=/
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /gate/big5/bbs.cri.cn/ HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/html;charset=big5
Date: Tue, 06 Nov 2012 06:05:39 GMT
Server: Apache/2.4.3 (Unix) PHP/5.4.6
X-Powered-By: PHP/5.4.6
Set-Cookie: Referer=/gate/big5/bbs.cri.cn/;Path=/
X-Cache: MISS from big5c2.cri.cn
X-Cache-Lookup: MISS from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/css/07global.css HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 404 Not Found

Content-Type: text/html;charset=big5
Date: Tue, 06 Nov 2012 06:05:39 GMT
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Set-Cookie: Referer=/gate/big5/gb.cri.cn/;Path=/
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: MISS from big5c1.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/bbs/include/2012bbs_yqlj.html HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/html;charset=big5
Date: Tue, 06 Nov 2012 06:05:52 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=600
Expires: Tue, 06 Nov 2012 06:15:52 GMT
Vary: Accept-Encoding
Set-Cookie: Referer=/gate/big5/gb.cri.cn/;Path=/
X-Cache: MISS from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close
GET /hm.gif?cc=1&ck=1&cl=24-bit&ds=1176x885&ep=4933%2C4933&et=3&fl=10.0&ja=1&ln=en-US&lo=0&nv=1&rnd=472094436&si=f7a62ed849991e4bdf1774fcb62e9f31&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;ep=4933%2C4933&amp;et=3&amp;fl=10.0&amp;ja=1&amp;ln=en-US&amp;lo=0&amp;nv=1&amp;rnd=472094436&amp;si=f7a62ed849991e4bdf1774fcb62e9f31&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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/include/wrating.js@oldurl;@js;http:/bbs.cri.cn/showtopic-1205858.aspx
Cookie: HMACCOUNT=5369D4C16EB2F855


GET /gate/big5/gb.cri.cn/bbs/js/2007bbs.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/bbs.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/javascript;charset=big5
Date: Mon, 15 Oct 2012 04:06:03 GMT
Server: Apache
Last-Modified: Tue, 11 Sep 2007 01:56:38 GMT
Accept-Ranges: bytes
Cache-Control: max-age=604800
Expires: Mon, 22 Oct 2012 04:06:03 GMT
Vary: Accept-Encoding
Age: 264311
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/css/07global.css HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/gb.cri.cn/bbs/include/2012bbs_yqlj.html
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/css;charset=big5
Last-Modified: Wed, 20 Jun 2012 07:17:54 GMT
Accept-Ranges: bytes
Date: Tue, 06 Nov 2012 05:55:38 GMT
Server: Apache
Expires: Tue, 06 Nov 2012 07:55:38 GMT
Cache-Control: max-age=7200
Vary: Accept-Encoding
Age: 644
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/js/s_code.js@OldUrl;@JS;http://bbs.cri.cn/_.js HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/javascript;charset=big5
Date: Mon, 15 Oct 2012 09:46:31 GMT
Server: Apache
Last-Modified: Mon, 18 Jun 2012 09:35:17 GMT
Accept-Ranges: bytes
Cache-Control: max-age=604800
Expires: Mon, 22 Oct 2012 09:46:31 GMT
Vary: Accept-Encoding
Age: 263785
Warning: 113 big5c2.cri.cn (squid/3.1.20) This cache hit is still fresh and more than 1 day old
X-Cache: HIT from big5c2.cri.cn
X-Cache-Lookup: HIT from big5c2.cri.cn:89
Connection: close
GET /gate/big5/gb.cri.cn/include/css/copyright.css HTTP/1.1

Host: big5.chinabroadcast.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://big5.chinabroadcast.cn/gate/big5/bbs.cri.cn/
Cookie: Referer=/gate/big5/gb.cri.cn/; Hm_lvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150; Hm_lpvt_f7a62ed849991e4bdf1774fcb62e9f31=1352182103150
HTTP/1.0 200 OK

Content-Type: text/css;charset=big5
Last-Modified: Fri, 03 Jul 2009 05:30:33 GMT
Accept-Ranges: bytes
Date: Tue, 06 Nov 2012 06:05:41 GMT
Server: Apache
Expires: Tue, 06 Nov 2012 08:05:41 GMT
Cache-Control: max-age=7200
Vary: Accept-Encoding
X-Cache: HIT from big5c1.cri.cn
X-Cache-Lookup: HIT from big5c1.cri.cn:89
Connection: close