Overview

URLhttp://msg.ukzip.com/ulldT0xJnI9MTkmbT01NCZ0eXBlPWEmcD1lMWYwNjkwNiZsPTcz
IP46.4.54.168
ASNAS24940 Hetzner Online AG RZ
Location Germany
Report completed2012-11-11 06:13:59 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 No alerts detected


Recent reports on same IP/ASN/Domain

Last 4 reports on IP: 46.4.54.168

Date Alerts / IDS URL IP
2013-02-18 01:08:200 / 2http://msg.ukzip.com/ulldT0xJnI9MTkmbT01NCZ0eXBlPWEmcD1lMWYwNjkwNiZsPTcz46.4.54.168
2013-02-14 01:34:180 / 0http://msg.ukzip.com/blldT0yJnI9NjQmbT0xMzczJnR5cGU9YiZwPThiMzcwZDY2Jmw9MjUwMw==46.4.54.168
2012-11-11 06:17:570 / 1http://msg.ukzip.com/ulldT0xJnI9MTkmbT0zNzImdHlwZT1hJnA9ZTFmMDY5MDYmbD01Mjc=46.4.54.168
2012-11-11 06:11:110 / 0http://msg.ukzip.com/ulldT0xJnI9MTkmbT00MzQmdHlwZT1hJnA9ZTFmMDY5MDYmbD01ODk=46.4.54.168

Last 6 reports on ASN: AS24940 Hetzner Online AG RZ

Date Alerts / IDS URL IP
2013-01-12 18:02:481 / 1http://virtuoso-luxury.info/go.php?sid=1176.9.70.221
2013-01-12 17:58:500 / 2http://ftp.indexdata.dk/pub/yaz/win32/yaz_4.2.48.exe78.47.209.209
2013-01-12 17:45:160 / 1http://img96-imageshack.us/img96/613451234/ToplessAshley.jpg46.4.236.152
2013-01-12 17:39:311 / 4http://tattoo-info.ru/blog/tag/film/176.9.0.75
2013-01-12 17:27:460 / 3http://zxstat105.info/wxc/set2.exe188.40.91.80
2013-01-12 17:11:392 / 0http://curryhouseexpress.com/Rozwoj--wlasne-cztery-katy.html176.9.44.184

Last 4 reports on domain: msg.ukzip.com

Date Alerts / IDS URL IP
2013-02-18 01:08:200 / 2http://msg.ukzip.com/ulldT0xJnI9MTkmbT01NCZ0eXBlPWEmcD1lMWYwNjkwNiZsPTcz46.4.54.168
2013-02-14 01:34:180 / 0http://msg.ukzip.com/blldT0yJnI9NjQmbT0xMzczJnR5cGU9YiZwPThiMzcwZDY2Jmw9MjUwMw==46.4.54.168
2012-11-11 06:17:570 / 1http://msg.ukzip.com/ulldT0xJnI9MTkmbT0zNzImdHlwZT1hJnA9ZTFmMDY5MDYmbD01Mjc=46.4.54.168
2012-11-11 06:11:110 / 0http://msg.ukzip.com/ulldT0xJnI9MTkmbT00MzQmdHlwZT1hJnA9ZTFmMDY5MDYmbD01ODk=46.4.54.168



JavaScript

Executed Scripts (46)


Executed Evals (2)

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

/*@cc_on!@*/
false

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

QTObject = function(_1, id, w, h) {
    this.mov = _1;
    this.id = id;
    this.width = w;
    this.height = h;
    this.redirect = "";
    this.sq = document.location.search.split("?")[1] || "";
    this.altTxt = "This content requires the QuickTime Plugin. <a href='http://www.apple.com/quicktime/download/'>Download QuickTime Player</a>.";
    this.bypassTxt = "<p>Already have QuickTime Player? <a href='?detectqt=false&" + this.sq + "'>Click here.</a></p>";
    this.params = new Object();
    this.doDetect = getQueryParamValue("detectqt")
};
QTObject.prototype.addParam = function(_5, _6) {
    this.params[_5] = _6
};
QTObject.prototype.getParams = function() {
    return this.params
};
QTObject.prototype.getParam = function(_7) {
    return this.params[_7]
};
QTObject.prototype.getParamTags = function() {
    var _8 = "";
    for (var _9 in this.getParams()) {
        _8 += "<param name=\"" + _9 + "\" value=\"" + this.getParam(_9) + "\" />"
    }
    if (_8 == "") {
        _8 = null
    }
    return _8
};
QTObject.prototype.getHTML = function() {
    var _a = "";
    if (navigator.plugins && navigator.plugins.length) {
        _a += "<embed type=\"video/quicktime\" src=\"" + this.mov + "\" width=\"" + this.width + "\" height=\"" + this.height + "\" id=\"" + this.id + "\"";
        for (var _b in this.getParams()) {
            _a += " " + _b + "=\"" + this.getParam(_b) + "\""
        }
        _a += "></embed>"
    } else {
        _a += "<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" width=\"" + this.width + "\" height=\"" + this.height + "\" id=\"" + this.id + "\">";
        this.addParam("src", this.mov);
        if (this.getParamTags() != null) {
            _a += this.getParamTags()
        }
        _a += "</object>"
    }
    return _a
};
QTObject.prototype.getVariablePairs = function() {
    var _c = new Array();
    for (var _d in this.getVariables()) {
        _c.push(_d + "=" + escape(this.getVariable(_d)))
    }
    if (_c.length > 0) {
        return _c.join("&")
    } else {
        return null
    }
};
QTObject.prototype.write = function(_e) {
    if (isQTInstalled() || this.doDetect == "false") {
        if (_e) {
            document.getElementById(_e).innerHTML = this.getHTML()
        } else {
            document.write(this.getHTML())
        }
    } else {
        if (this.redirect != "") {
            document.location.replace(this.redirect)
        } else {
            if (_e) {
                document.getElementById(_e).innerHTML = this.altTxt + "" + this.bypassTxt
            } else {
                document.write(this.altTxt + "" + this.bypassTxt)
            }
        }
    }
};

function isQTInstalled() {
    var _f = false;
    qtObj = false;
    if (navigator.plugins && navigator.plugins.length) {
        for (var i = 0; i < navigator.plugins.length; i++) {
            var _11 = navigator.plugins[i];
            if (_11.name.indexOf("QuickTime") > -1) {
                _f = true
            }
        }
    } else {
        execScript("on error resume next: qtObj = IsObject(CreateObject(\"QuickTimeCheckObject.QuickTimeCheck.1\"))", "VBScript");
        _f = qtObj
    }
    return _f
}
function getQueryParamValue(_12) {
    var q = document.location.search;
    var _14 = q.indexOf(_12);
    var _15 = (q.indexOf("&", _14) != -1) ? q.indexOf("&", _14) : q.length;
    if (q.length > 1 && _14 != -1) {
        return q.substring(q.indexOf("=", _14) + 1, _15)
    } else {
        return ""
    }
}

Executed Writes (2)

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

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

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

Norway


HTTP Transactions (98)


Request Response
GET /?tid=SGEM1 HTTP/1.1

Host: 63cf24s6j4jkms2d1yjx-nm5s7.hop.clickbank.net

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

Content-Type: text/html;charset=UTF-8
Date: Sun, 11 Nov 2012 05:13:17 GMT
Server: Apache/2.2.22 (FreeBSD) mod_jk/1.2.31 mod_ssl/2.2.22 OpenSSL/0.9.8q
Cache-Control: no-store
Pragma: no-cache
Expires: 0
P3P: CP=&quot;ADM OUR IND COM&quot;
Set-Cookie: p=01.24ABDBBC926B5C9272EF21E844624BF3B405A87E657A5BA3CD8CAB9115EBCDC0CFFDF1B0C7B39A418BC78E7A2AE4751E76DDD5E61238E0136CE05B97EF479E3F2B1FD43B; Domain=.clickbank.net; Expires=Fri, 10-May-2013 05:13:17 GMT; Path=/ q=01.4031EE9D5175B36D5D02109E7AE6A0D126ECBEB4ADEA3E8B1A5E36456154675E6ECE6AA18F8E869E782C6D3C29556A287CFA688B; Domain=.clickbank.net; Expires=Fri, 10-Nov-2017 05:13:17 GMT; Path=/
Location: http://63cf24s6j4jkms2d1yjx-nm5s7.hop.clickbank.net/hop/?CBRehoppp2=http%3A%2F%2Fpaidsocialmediajobs.com%2Fredirects%2Fclickbank.php%3Fhop%3Dgoldbarjv&amp;hstr=1352610797629%7Cgoldbarjv.sgem1%7C%7Cbrgsw9en5v%7Csocialpaid&amp;code=%7B%7D&amp;key=72E19E30&amp;parms=&amp;s=default&amp;ds=2
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /hop/?CBRehoppp2=http%3A%2F%2Fpaidsocialmediajobs.com%2Fredirects%2Fclickbank.php%3Fhop%3Dgoldbarjv&hstr=1352610797629%7Cgoldbarjv.sgem1%7C%7Cbrgsw9en5v%7Csocialpaid&code=%7B%7D&key=72E19E30&parms=&s=default&ds=2 HTTP/1.1

Host: 63cf24s6j4jkms2d1yjx-nm5s7.hop.clickbank.net
GET /hop/?CBRehoppp2=http%3A%2F%2Fpaidsocialmediajobs.com%2Fredirects%2Fclickbank.php%3Fhop%3Dgoldbarjv&amp;hstr=1352610797629%7Cgoldbarjv.sgem1%7C%7Cbrgsw9en5v%7Csocialpaid&amp;code=%7B%7D&amp;key=72E19E30&amp;parms=&amp;s=default&amp;ds=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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: p=01.24ABDBBC926B5C9272EF21E844624BF3B405A87E657A5BA3CD8CAB9115EBCDC0CFFDF1B0C7B39A418BC78E7A2AE4751E76DDD5E61238E0136CE05B97EF479E3F2B1FD43B; q=01.4031EE9D5175B36D5D02109E7AE6A0D126ECBEB4ADEA3E8B1A5E36456154675E6ECE6AA18F8E869E782C6D3C29556A287CFA688B
HTTP/1.1 301 Moved Permanently

Content-Type: text/html;charset=UTF-8
Date: Sun, 11 Nov 2012 05:13:17 GMT
Server: Apache/2.2.22 (FreeBSD) mod_jk/1.2.31 mod_ssl/2.2.22 OpenSSL/0.9.8q
Cache-Control: no-store
Pragma: no-cache
Expires: 0
P3P: CP=&quot;ADM OUR IND COM&quot;
Connection: close
Location: http://paidsocialmediajobs.com/redirects/clickbank.php?hop=goldbarjv
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
GET /redirects/clickbank.php?hop=goldbarjv HTTP/1.1

Host: paidsocialmediajobs.com

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

Content-Type: text/html; charset=utf-8
Date: Sun, 11 Nov 2012 05:13:17 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Location: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Content-Length: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/launch003d-style.css HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 5111
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /sales/wp-content/plugins/OptinSkin/skins/css/design_11.css?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 24 Apr 2012 21:35:47 GMT
Accept-Ranges: bytes
Content-Length: 8433
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /sales/join/?hop=goldbarjv HTTP/1.1

Host: paidsocialmediajobs.com

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

Content-Type: text/html; charset=UTF-8
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://paidsocialmediajobs.com/sales/xmlrpc.php
P3P: CP=&quot;CAO IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT&quot;
Set-Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; path=/ wp_split_test_v=1; expires=Tue, 11-Dec-2012 05:13:18 GMT; path=/ wp_split_test_v_8084=1352610798; expires=Sun, 11-Nov-2012 06:13:18 GMT; path=/
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /sales/wp-content/plugins/slidedeck-lite-for-wordpress/skins/default/skin.css?v=1.1 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sat, 28 Jul 2012 09:16:35 GMT
Accept-Ranges: bytes
Content-Length: 4365
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /sales/wp-content/plugins/OptinSkin/skins/css/ois_reset.css?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 24 Apr 2012 21:35:47 GMT
Accept-Ranges: bytes
Content-Length: 2579
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /css?family=Luckiest+Guy&ver=3.4.2 HTTP/1.1

Host: fonts.googleapis.com
GET /css?family=Luckiest+Guy&amp;ver=3.4.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: 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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:18 GMT
Date: Sun, 11 Nov 2012 05:13:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 282
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Dancing+Script&ver=3.4.2 HTTP/1.1

Host: fonts.googleapis.com
GET /css?family=Dancing+Script&amp;ver=3.4.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: 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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:18 GMT
Date: Sun, 11 Nov 2012 05:13:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 282
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Ropa+Sans&ver=3.4.2 HTTP/1.1

Host: fonts.googleapis.com
GET /css?family=Ropa+Sans&amp;ver=3.4.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: 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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:18 GMT
Date: Sun, 11 Nov 2012 05:13:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 270
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Francois+One&ver=3.4.2 HTTP/1.1

Host: fonts.googleapis.com
GET /css?family=Francois+One&amp;ver=3.4.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: 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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:18 GMT
Date: Sun, 11 Nov 2012 05:13:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 290
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Lora&ver=3.4.2 HTTP/1.1

Host: fonts.googleapis.com
GET /css?family=Lora&amp;ver=3.4.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: 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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:18 GMT
Date: Sun, 11 Nov 2012 05:13:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 208
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /sales/wp-content/plugins/OptinSkin/skins/css/design_1.css?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 24 Apr 2012 21:35:47 GMT
Accept-Ranges: bytes
Content-Length: 1919
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/css/jcarousel.css?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 1070
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/css/nivoslider.css?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 1598
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /sales/wp-content/plugins/styles-with-shortcodes/css/style.css?ver=1.0.1 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 28 Aug 2012 10:33:50 GMT
Accept-Ranges: bytes
Content-Length: 50
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/typography.css HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 68718
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /sales/wp-content/plugins/OptinSkin/skins/css/design_17.css?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 24 Apr 2012 21:35:47 GMT
Accept-Ranges: bytes
Content-Length: 15717
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /sales/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.3.1 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 22 Oct 2012 07:35:55 GMT
Accept-Ranges: bytes
Content-Length: 887
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /sales/wp-content/plugins/styles-with-shortcodes/editorplugin/css/rh_columns.css?ver=1.0.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 28 Aug 2012 10:33:50 GMT
Accept-Ranges: bytes
Content-Length: 5627
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/css/style.css?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 15782
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /sales/wp-includes/js/swfobject.js?ver=2.2-20120417 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sun, 24 Jun 2012 21:44:43 GMT
Accept-Ranges: bytes
Content-Length: 10231
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /sales/wp-content/plugins/a10-imaio/js/wpfb.js?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sat, 06 Oct 2012 07:13:26 GMT
Accept-Ranges: bytes
Content-Length: 13344
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/js/jcarousel.js?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 15650
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/js/init.js?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 1860
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /sales/wp-content/plugins/styles-with-shortcodes/js/sws_frontend.js?ver=1.0.0 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 28 Aug 2012 10:33:50 GMT
Accept-Ranges: bytes
Content-Length: 530
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/js/nivoslider.js?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 15919
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/js_cookie.js?ver=1.0 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 613
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /sales/wp-content/plugins/OptinSkin/front/js/optin.js?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 24 Apr 2012 21:35:47 GMT
Accept-Ranges: bytes
Content-Length: 11049
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /sales/wp-content/plugins/OptinSkin/front/js/sticky.js?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 24 Apr 2012 21:35:47 GMT
Accept-Ranges: bytes
Content-Length: 608
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /sales/wp-content/plugins/slidedeck-lite-for-wordpress/lib/jquery-mousewheel/jquery.mousewheel.min.js?ver=1.4.7 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sat, 28 Jul 2012 09:16:35 GMT
Accept-Ranges: bytes
Content-Length: 1392
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /sales/wp-content/plugins/shortcodes-ultimate/js/jwplayer.js?ver=3.9.5 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 06:50:31 GMT
Accept-Ranges: bytes
Content-Length: 93588
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /sales/wp-content/plugins/slidedeck-lite-for-wordpress/lib/slidedeck.jquery.lite.pack.js?ver=1.4.7 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sat, 28 Jul 2012 09:16:35 GMT
Accept-Ranges: bytes
Content-Length: 15934
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /sales/wp-content/plugins/a10-imaio/styles/globalStyles.css HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sat, 06 Oct 2012 07:13:26 GMT
Accept-Ranges: bytes
Content-Length: 2055
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /sales/wp-content/plugins/styles-with-shortcodes/editorplugin/css/rh_columns.css HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/wp-content/plugins/styles-with-shortcodes/css/style.css?ver=1.0.1
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Tue, 28 Aug 2012 10:33:50 GMT
Accept-Ranges: bytes
Content-Length: 5627
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /sales/wp-includes/js/jquery/jquery.js?ver=1.7.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:18 GMT
Server: Apache
Last-Modified: Sun, 24 Jun 2012 21:44:43 GMT
Accept-Ranges: bytes
Content-Length: 94861
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /sales/wp-content/plugins/styles-with-shortcodes/js/lightbox/themes/default/jquery.lightbox.css HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Tue, 28 Aug 2012 10:33:50 GMT
Accept-Ranges: bytes
Content-Length: 5844
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/flowplayer.ipad-3.2.9.min.js HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 11641
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/cufon-yui.js HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 18258
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/qtobject.js HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 2354
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/flowplayer-3.2.10.min.js HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 16109
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /connect.php/js/FB.Share HTTP/1.1

Host: static.ak.fbcdn.net

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

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;1ed8cd6ab2d79034dfb3f706c09fff98&quot;
Vary: Accept-Encoding
Content-Encoding: gzip
X-FB-Debug: DXCFhEDS4zVyFIUzhP/OWVFpUS2QH0Xi64f9uyFheaE=
Content-Length: 59134
Cache-Control: public, max-age=946
Expires: Sun, 11 Nov 2012 05:29:05 GMT
Date: Sun, 11 Nov 2012 05:13:19 GMT
Connection: keep-alive
GET /sales/wp-content/uploads/businessmansocialmedia.jpg HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 01:39:12 GMT
Accept-Ranges: bytes
Content-Length: 63388
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /sales/wp-content/uploads/likeusonfacebook.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 01:05:28 GMT
Accept-Ranges: bytes
Content-Length: 114042
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /sales/wp-content/uploads/socialmediajobsingoogle.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 01:27:12 GMT
Accept-Ranges: bytes
Content-Length: 115871
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /sales/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.18 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Mon, 22 Oct 2012 07:35:55 GMT
Accept-Ranges: bytes
Content-Length: 15021
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /sales/wp-content/uploads/aolsocialmediajobs.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 01:30:20 GMT
Accept-Ranges: bytes
Content-Length: 168707
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /sales/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.3.1 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Mon, 22 Oct 2012 07:35:55 GMT
Accept-Ranges: bytes
Content-Length: 6859
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /sales/wp-content/plugins/wp-headline/js/libs/jquery-outline/jquery-outline-1.1.js?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 1815
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /sales/wp-content/uploads/BeaSocialMediaManager.jpg HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 05:56:50 GMT
Accept-Ranges: bytes
Content-Length: 150257
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /sales/wp-content/uploads/helpwantedgoldman.jpeg HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 01:10:22 GMT
Accept-Ranges: bytes
Content-Length: 47379
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /sales/wp-content/plugins/wp-headline/js/libs/gradient-text/jquery.gradienttext-0.1.min.js?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 1519
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /sales/wp-content/plugins/wp-headline/js/init.js?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 47
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/fonts/Impact_400.font.js HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 29815
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /sales/wp-content/uploads/197.jpg HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Mon, 03 Sep 2012 20:44:58 GMT
Accept-Ranges: bytes
Content-Length: 7908
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /sales/wp-content/uploads/SMMtoolkit.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 06:11:58 GMT
Accept-Ranges: bytes
Content-Length: 55062
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/images/addtocart-style1.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 22577
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /sales/wp-content/uploads/womanquestion1.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Sat, 05 May 2012 06:24:12 GMT
Accept-Ranges: bytes
Content-Length: 88688
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
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: Sat, 10 Nov 2012 20:33:27 GMT
Expires: Sun, 11 Nov 2012 08:33:27 GMT
Vary: Accept-Encoding
Age: 31192
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /embed/BuJtBFbBhCI?&autohide=1&autoplay=1&controls=0&hd=0&rel=0&showinfo=0 HTTP/1.1

Host: www.youtube.com
GET /embed/BuJtBFbBhCI?&amp;autohide=1&amp;autoplay=1&amp;controls=0&amp;hd=0&amp;rel=0&amp;showinfo=0 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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /sales/wp-content/themes/OptimizePress/images/launch2headertop.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/themes/OptimizePress/launch003d-style.css
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 506
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/js/fonts/Hand_Of_Sean_400.font.js HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 40254
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/images/launch2bk.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/themes/OptimizePress/launch003d-style.css
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 221
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/images/style3.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/themes/OptimizePress/typography.css
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 1147
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /sales/wp-content/themes/OptimizePress/images/launch2footer.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/themes/OptimizePress/launch003d-style.css
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 28 Sep 2012 09:37:50 GMT
Accept-Ranges: bytes
Content-Length: 721
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /sales/wp-content/uploads/viplogo.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Fri, 04 May 2012 09:52:23 GMT
Accept-Ranges: bytes
Content-Length: 176790
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /sales/wp-content/plugins/traffic_player_free/images/skin4.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
Last-Modified: Tue, 24 Jul 2012 13:07:01 GMT
Accept-Ranges: bytes
Content-Length: 61768
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=223559809&utmhn=paidsocialmediajobs.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmhid=1849970382&utmr=-&utmp=%2Fsales%2Fjoin%2F%3Fhop%3Dgoldbarjv&utmac=UA-7836202-9&utmcc=__utma%3D181510822.2140192162.1352610800.1352610800.1352610800.1%3B%2B__utmz%3D181510822.1352610800.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=H~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=223559809&amp;utmhn=paidsocialmediajobs.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmhid=1849970382&amp;utmr=-&amp;utmp=%2Fsales%2Fjoin%2F%3Fhop%3Dgoldbarjv&amp;utmac=UA-7836202-9&amp;utmcc=__utma%3D181510822.2140192162.1352610800.1352610800.1352610800.1%3B%2B__utmz%3D181510822.1352610800.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=H~ HTTP/1.1

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

Content-Type: image/gif
Date: Fri, 09 Nov 2012 20:33:28 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: 117591
Server: GFE/2.0
GET /yts/img/pixel-vfl3z5WfW.gif HTTP/1.1

Host: s.ytimg.com

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

Content-Type: image/gif
Last-Modified: Tue, 16 Oct 2012 23:01:29 GMT
Date: Fri, 09 Nov 2012 20:33:28 GMT
Expires: Sat, 09 Nov 2013 20:33:28 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 43
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 117592
GET /sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /yts/cssbin/www-embed-vflflJV0P.css HTTP/1.1

Host: s.ytimg.com

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

Content-Type: text/css
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Tue, 06 Nov 2012 19:57:53 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 28808
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 117593
GET /yts/jsbin/www-embed_core_module-vflZkW0CI.js HTTP/1.1

Host: s.ytimg.com

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

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Tue, 06 Nov 2012 20:01:53 GMT
Date: Fri, 09 Nov 2012 20:33:29 GMT
Expires: Sat, 09 Nov 2013 20:33:29 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 44003
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 117591
GET /css?family=Eater|Londrina+Sketch|Butterfly+Kids|Dynalight|Annie+Use+Your+Telescope|Codystar|Monofett|Ribeye+Ewert|Swanky+and+Moo+Moo HTTP/1.1

Host: fonts.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:20 GMT
Date: Sun, 11 Nov 2012 05:13:20 GMT
Cache-Control: private, max-age=86400
Content-Encoding: gzip
Content-Length: 680
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Titan+One|Concert+One|Russo+One|Henny+Penny|Changa+One|Cagliostro|Shadows+Into+Light|Londrina+Sketch|Belgrano|Shojumaru|Boogaloo|Condiment|Fredericka+the+Great|Waiting+for+the+Sunrise|Gochi+Hand HTTP/1.1

Host: fonts.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Sun, 11 Nov 2012 05:13:20 GMT
Date: Sun, 11 Nov 2012 05:13:20 GMT
Cache-Control: private, max-age=86400
Content-Encoding: gzip
Content-Length: 1017
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /sales/wp-content/plugins/wp-headline/plugins/heading/images/yellow-bg-start.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798; __utma=181510822.2140192162.1352610800.1352610800.1352610800.1; __utmb=181510822.1.10.1352610800; __utmc=181510822; __utmz=181510822.1352610800.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:20 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 5580
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /sales/wp-content/plugins/wp-headline/plugins/heading/images/yellow-bg-center.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798; __utma=181510822.2140192162.1352610800.1352610800.1352610800.1; __utmb=181510822.1.10.1352610800; __utmc=181510822; __utmz=181510822.1352610800.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:20 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 21647
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /sales/wp-content/plugins/wp-headline/plugins/heading/images/yellow-bg-end.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798; __utma=181510822.2140192162.1352610800.1352610800.1352610800.1; __utmb=181510822.1.10.1352610800; __utmc=181510822; __utmz=181510822.1352610800.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:20 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 5157
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /sales/wp-content/plugins/wp-headline/plugins/background_pac_1/images/img2.png HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798; __utma=181510822.2140192162.1352610800.1352610800.1352610800.1; __utmb=181510822.1.10.1352610800; __utmc=181510822; __utmz=181510822.1352610800.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:13:20 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 14:04:46 GMT
Accept-Ranges: bytes
Content-Length: 44452
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.verisign.com

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

Content-Type: application/ocsp-response
Last-Modified: Thu, 08 Nov 2012 09:27:17 GMT
Expires: Thu, 15 Nov 2012 09:27:17 GMT
Content-Transfer-Encoding: binary
Content-Length: 1596
Cache-Control: max-age=360837, public, no-transform, must-revalidate
Date: Sun, 11 Nov 2012 05:13:20 GMT
nncoection: close
Connection: Keep-Alive
GET /yts/imgbin/www-refresh-vflrvDBWB.png HTTP/1.1

Host: s.ytimg.com

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

Content-Type: image/png
Last-Modified: Tue, 06 Nov 2012 19:58:12 GMT
Date: Fri, 09 Nov 2012 20:33:26 GMT
Expires: Sat, 09 Nov 2013 20:33:26 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 40884
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 117594
GET /sales/wp-content/plugins/wp-headline/framework/groove/loader/load-script.php?ver=3.4.2 HTTP/1.1

Host: paidsocialmediajobs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /sales/wp-content/plugins/plugin-simplesplitpro/convtrack.php?postid=IRABJtVXwXT%2F%2F5GGnhjqnVHgsF%2BKa5BAVwJMO2WAX%2BQ%3D HTTP/1.1

Host: paidsocialmediajobs.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Sun, 11 Nov 2012 05:13:19 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 0
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /killerfonts/hand-of-sean.woff HTTP/1.1

Host: wpheadline.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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
Origin: http://paidsocialmediajobs.com
HTTP/1.1 200 OK

Content-Type: application/x-woff
Server: nginx admin
Date: Sun, 11 Nov 2012 05:13:20 GMT
Content-Length: 21244
Connection: keep-alive
Last-Modified: Thu, 17 May 2012 10:10:39 GMT
Etag: &quot;bba0070-52fc-4c038a5c9a5c0&quot;
Accept-Ranges: bytes
Cache-Control: max-age=290304000, public
Expires: Wed, 09 Nov 2022 05:13:20 GMT
Access-Control-Allow-Origin: *
X-Cache: HIT from Backend
GET /killerfonts/top_secret.woff HTTP/1.1

Host: wpheadline.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://paidsocialmediajobs.com/sales/wp-content/plugins/wp-headline/framework/groove/loader/load-style.php?ver=3.4.2
Origin: http://paidsocialmediajobs.com
HTTP/1.1 200 OK

Content-Type: application/x-woff
Server: nginx admin
Date: Sun, 11 Nov 2012 05:13:20 GMT
Content-Length: 24708
Connection: keep-alive
Last-Modified: Thu, 17 May 2012 10:12:39 GMT
Etag: &quot;bba00ba-6084-4c038acf0b3c0&quot;
Accept-Ranges: bytes
Cache-Control: max-age=290304000, public
Expires: Wed, 09 Nov 2022 05:13:20 GMT
Access-Control-Allow-Origin: *
X-Cache: HIT from Backend
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: static.ak.facebook.com

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

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: QpUXNDPC4a/ZS9XMuzc2WDBWEZ8S2oHPsfImau8uouU=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=31443777
Expires: Sun, 10 Nov 2013 03:36:19 GMT
Date: Sun, 11 Nov 2012 05:13:22 GMT
Connection: keep-alive
GET /yts/swfbin/watch_as3-vflry7sRc.swf HTTP/1.1

Host: s.ytimg.com

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

Content-Type: application/x-shockwave-flash
Last-Modified: Thu, 08 Nov 2012 16:50:30 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 279966
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 117594
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: s-static.ak.facebook.com

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

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: JS4qOSg1Dl3AgVtg3MyBP4whcr8SZapA/Vud9cBlDwY=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=31443801
Expires: Sun, 10 Nov 2013 03:36:43 GMT
Date: Sun, 11 Nov 2012 05:13:22 GMT
Connection: keep-alive
GET /PaidSocialMediaJobs_/Images/salespage/vipjobdatabase.jpg HTTP/1.1

Host: s3.amazonaws.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: image/jpeg
x-amz-id-2: cfeo0LmkWil1O8JV98Nr7kQropItGyP9V+jLAK0f62zZJyQEXnaeicJh5YylBBST
x-amz-request-id: 3DFF35D9856E279F
Date: Sun, 11 Nov 2012 05:13:23 GMT
Last-Modified: Mon, 03 Sep 2012 18:53:37 GMT
Etag: &quot;344da737b6882f719118c221c8908e58&quot;
Accept-Ranges: bytes
Content-Length: 74925
Server: AmazonS3
GET /PaidSocialMediaJobs_/Images/logo/logo.png HTTP/1.1

Host: s3.amazonaws.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: image/png
x-amz-id-2: 7mdurEg2vRHcxTN/WqUz/7waCH5Mu0vRCuN/sj94gFKnDMk8tBFNo1QvMIOv3Egy
x-amz-request-id: 3DF25E5D4C082B07
Date: Sun, 11 Nov 2012 05:13:23 GMT
Last-Modified: Sun, 26 Aug 2012 13:49:45 GMT
Etag: &quot;758dbb084adc61b148ff9352e0dd43b1&quot;
Accept-Ranges: bytes
Content-Length: 11521
Server: AmazonS3
GET /PaidSocialMediaJobs_/Images/salespage/bg.jpg HTTP/1.1

Host: s3.amazonaws.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: image/jpeg
x-amz-id-2: CEIak/wRX2QkPjxgBidJOahJtjImu2JpqRSF83T4nSMqGhuCPmRVz+mryqxikxyg
x-amz-request-id: CB9FF81526FC4414
Date: Sun, 11 Nov 2012 05:13:23 GMT
Last-Modified: Tue, 07 Aug 2012 09:49:52 GMT
Etag: &quot;7b2617a4da9200c74dfa4ffef105e5c7&quot;
Accept-Ranges: bytes
Content-Length: 33664
Server: AmazonS3
GET /PaidSocialMediaJobs_/Images/salespage/headlines/mainsalespageheadline.png HTTP/1.1

Host: s3.amazonaws.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://paidsocialmediajobs.com/sales/join/?hop=goldbarjv
HTTP/1.1 200 OK

Content-Type: image/png
x-amz-id-2: Om4Y5tqCN57pLfdQvN69Snz6XlOHr927qRgdBWxZZOhX0cXVbvwvzURYD+kvHwUa
x-amz-request-id: D2237572F98FF813
Date: Sun, 11 Nov 2012 05:13:23 GMT
Last-Modified: Thu, 01 Nov 2012 18:10:51 GMT
Etag: &quot;d027bdd2db65983ad8ce6c411664226f&quot;
Accept-Ranges: bytes
Content-Length: 185138
Server: AmazonS3
GET /favicon.ico HTTP/1.1

Host: paidsocialmediajobs.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
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798; __utma=181510822.2140192162.1352610800.1352610800.1352610800.1; __utmb=181510822.1.10.1352610800; __utmc=181510822; __utmz=181510822.1352610800.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/vnd.microsoft.icon
Date: Sun, 11 Nov 2012 05:13:23 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Content-Length: 0
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

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

Host: www.youtube.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
If-Modified-Since: Mon, 02 Apr 2012 00:13:23 GMT
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Sat, 10 Nov 2012 20:33:31 GMT
Expires: Sun, 11 Nov 2012 20:33:31 GMT
Age: 31192
Server: GFE/2.0
GET /get_video_info?video_id=BuJtBFbBhCI&el=embedded&eurl=http%3A%2F%2Fpaidsocialmediajobs.com%2Fsales%2Fjoin%2F%3Fhop%3Dgoldbarjv&asv=3&hl=en_US HTTP/1.1

Host: www.youtube.com
GET /get_video_info?video_id=BuJtBFbBhCI&amp;el=embedded&amp;eurl=http%3A%2F%2Fpaidsocialmediajobs.com%2Fsales%2Fjoin%2F%3Fhop%3Dgoldbarjv&amp;asv=3&amp;hl=en_US 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
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 402 Payment Required

Content-Type: text/html; charset=utf-8
Date: Sun, 11 Nov 2012 05:13:23 GMT
Server: gwiseguy/2.0
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
P3P: CP=&quot;This is not a P3P policy! See //support.google.com/accounts/bin/answer.py?answer=151657&amp;hl=en-US for more info.&quot;
X-Frame-Options: SAMEORIGIN
Content-Length: 0
X-XSS-Protection: 1; mode=block
GET /favicon.ico HTTP/1.1

Host: paidsocialmediajobs.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
Cookie: PHPSESSID=eda56aa96e029770d7b15eda09b3ceef; wp_split_test_v=1; wp_split_test_v_8084=1352610798; __utma=181510822.2140192162.1352610800.1352610800.1352610800.1; __utmb=181510822.1.10.1352610800; __utmc=181510822; __utmz=181510822.1352610800.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/vnd.microsoft.icon
Date: Sun, 11 Nov 2012 05:13:26 GMT
Server: Apache
X-Powered-By: PHP/5.3.16
Content-Length: 0
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /app/country.js HTTP/1.1

Host: j.maxmind.com

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

Content-Type: text/javascript; charset=ISO-8859-1
Expires: Sun, 11 Nov 2012 05:43:19 GMT
Cache-Control: private
Access-Control-Allow-Origin: *