Overview
| URL | http://www.isaw.co.uk/ |
|
| IP | 108.162.193.157 | |
| ASN | AS13335 CloudFlare, Inc. | |
| Location | ||
| Report completed | 2012-10-26 12:14:43 CET | |
| Status | Loading report.. ![]() |
|
| urlQuery Alerts |
No alerts detected |
Settings
| UserAgent | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 |
| Referer | |
| Adobe Reader | 8.0 |
| Java | 1.6.0_26 |
Intrusion Detection Systems
| Suricata /w Emerging Threats Pro |
| ||||||||||
| Snort /w Sourcefire VRT | No alerts detected |
Recent reports on same IP/ASN/Domain
Last 6 reports on IP: 108.162.193.157
| Date | Alerts / IDS | URL | IP |
|---|---|---|---|
| 2013-01-09 09:40:33 | 0 / 3 | http://www.outertech.com/downloads/lkmn871.exe | |
| 2013-01-07 10:07:18 | 0 / 2 | http://www.outertech.com/downloads/lkmn871.exe | |
| 2013-01-06 23:30:07 | 0 / 3 | http://www.outertech.com/downloads/lkmn871.exe | |
| 2013-01-01 13:14:45 | 0 / 2 | http://www.outertech.com/downloads/cachm760.exe | |
| 2012-12-08 18:42:40 | 0 / 2 | http://www.outertech.com/downloads/stedl550.exe | |
| 2012-12-01 11:19:32 | 0 / 2 | http://www.outertech.com/downloads/lkmn871.exe |
Last 6 reports on ASN: AS13335 CloudFlare, Inc.
| Date | Alerts / IDS | URL | IP |
|---|---|---|---|
| 2013-02-14 08:16:37 | 0 / 0 | http://www.docbig.com/fundamentals/fundamentals-of-fluid-mechanics-7th-edition-solutions-manual (...) | |
| 2013-02-14 06:56:27 | 0 / 0 | http://hackhound.org | |
| 2013-02-14 06:52:35 | 0 / 0 | http://scanner.hackhound.org | |
| 2013-02-14 06:22:57 | 0 / 0 | http://lp.ncdownloader.com | |
| 2013-02-14 05:03:13 | 1 / 0 | http://thefolsomchiropractor.com/tag/around-the-world/ | |
| 2013-02-14 05:02:27 | 1 / 0 | http://digitaldownloadnow.com/tag/making/ |
JavaScript
Executed Scripts (89)
Executed Evals (5)
#1 JavaScript::Eval (size: 40677, repeated: 1)/*
Includes:
Sizzle CSS Selector Engine
Copyright 2011, The Dojo Foundation
Released under the MIT, BSD, and GPL Licenses.
More information: http://sizzlejs.com/
VigLink JavaScript Library -- http://www.viglink.com
Permission is hereby granted to create derivative works, but only for use
with the VigLink web service.
Copyright (c) 2012 VigLink. Rights reserved and patent(s) pending.
*/
(function(h) {
var f, c;
c = {
each: function(a, b) {
var d, c;
for (d = 0, c = a.length; d < c; d++) b(a[d], d)
},
extend: function(a) {
var b, d, c, e, j = arguments.length,
a = a || {};
for (d = 1; d < j; d++) if (e = arguments[d], void 0 !== e && null !== e) for (c in e) b = e[c], a !== b && void 0 !== b && (a[c] = b);
return a
}
};
c.extend(c, {
addClass: function(a, b) {
c.hasClass(a, b) || (a.className = (a.className ? a.className + " " : "") + b)
},
attrValues: function(a, b, d) {
return (b = a[b]) ? b.split(d || " ") : []
},
bind: function(a, b) {
return function() {
return a.apply(b, arguments)
}
},
browser: function() {
var a = {},
b, d = navigator.userAgent.toLowerCase().replace(/\s*[()]\s*/g, "; ").replace(/(\/[\w.]+)\s+/g, "$1; ").replace(/\;\s*$/, "").split(/;\s*/);
c.each(d, function(d) {
b = (/[\/ :]([^\/ :]+)$/.exec(d) || [])[1];
a[b ? d.substr(0, d.length - b.length - 1).replace(/\d*$/, "") : d] = b || !0
});
return {
aol: a.aol,
blackberry: a.blackberry,
ie: a.msie,
ios: a.mobile && a.safari,
opera: a.opera,
playstation: a.playstation,
version: parseFloat(a.version) || !1
}
}(),
cache: function() {
var a = {},
b = "vglnk_" + (new Date).getTime(),
d = 0;
return function(c, e, j) {
if (c) {
var k = c[b];
if (k || void 0 !== j) return k || (k = ++d), a[k] || (c[b] = k, a[k] = {}), void 0 !== j && (a[k][e] = j), "string" === typeof e ? a[k][e] : a[k]
}
}
}(),
canonicalizeHostname: function(a) {
"string" === typeof a && (a = c.createA(a));
return a.hostname ? a.hostname.toString().toLowerCase().replace(/^www\./, "").replace(/:.*$/, "") : ""
},
clone: function(a) {
return c.extend({}, a)
},
contains: function(a, b) {
return -1 !== c.indexOf(a, b)
},
contextIsAncestor: function(a) {
for (var b = window.self; b.parent && b.parent !== b;) if (b = b.parent, b === a) return !0;
return !1
},
cors: function(a) {
var b, d = function() {
eval(b.responseText)
};
b = new window.XMLHttpRequest;
b.onreadystatechange = function() {
4 === b.readyState && 200 === b.status && d()
};
b.open("GET", a);
b.withCredentials = !0;
b.send()
},
createA: function(a, b) {
return c.createEl("a", {
href: a,
target: b
})
},
createEl: function(a, b, d, o) {
var e, a = (o || document).createElement(a),
b = b || {},
d = d || {};
for (e in b) void 0 !== b[e] && (a[e] = b[e]);
c.css(a, d);
return a
},
css: function(a, b) {
for (var d in b) try {
a.style[d] = b[d]
} catch (c) {}
return a
},
destructing: function(a) {
return function(a) {
var d = !1,
c;
return function() {
d || (c = a.apply(null, arguments), d = !0);
return c
}
}(a)
},
escapeRegExp: function() {
var a;
return function(b) {
a = a || RegExp("([.*+?^${}()|[\\]\\\\])", "g");
return b.replace(a, "\\$1")
}
}(),
eventLink: function(a) {
var b, d = a.target || a.srcElement;
do {
try {
b = d.nodeType
} catch (c) {
break
}
if (1 === b && (a = d.tagName.toUpperCase(), "A" === a || "AREA" === a)) return d;
d = d.parentNode
} while (d)
},
exceptionLogger: function() {
var a = !1,
b = function() {};
return function(d, c) {
if (void 0 !== c) a = c, b = d;
else return function() {
if (a) try {
return d.apply(this, arguments)
} catch (c) {
b(c)
} else return d.apply(this, arguments)
}
}
}(),
fromQuery: function(a) {
"?" === a.substr(0, 1) && (a = a.substr(1));
var a = a.split("&"),
b = {};
c.each(a, function(a) {
a = a.split("=");
b[decodeURIComponent(a[0])] = decodeURIComponent(a[1])
});
return b
},
geometry: function() {
var a, b = arguments.length,
d = Infinity,
o = Infinity,
e = -Infinity,
j = -Infinity,
k;
for (a = 0; a < b; a++) k = c.position(arguments[a]), d = Math.min(d, k.x), o = Math.min(o, k.y), e = Math.max(e, k.x + arguments[a].offsetWidth), j = Math.max(j, k.y + arguments[a].offsetHeight);
return {
x: d,
y: o,
w: e - d,
h: j - o,
x1: d,
y1: o,
x2: e,
y2: j
}
},
hasAttrValue: function(a, b, d, o) {
return b ? c.contains(c.attrValues(a, b, o), d) : !1
},
hasClass: function(a, b) {
return c.hasAttrValue(a, "className", b)
},
hasRel: function(a, b) {
return c.hasAttrValue(a, "rel", b)
},
indexOf: function() {
return Array.prototype.indexOf ?
function(a, b) {
return Array.prototype.indexOf.call(a, b)
} : function(a, b) {
var d, c;
for (d = 0, c = a.length; d < c; d++) if (a[d] === b) return d;
return -1
}
}(),
isArray: function(a) {
return "array" === c.type(a)
},
isDefaultPrevented: function(a) {
return a.isDefaultPrevented && a.isDefaultPrevented() || !1 === a.returnValue || !0 === a.defaultPrevented
},
jsonp: function(a) {
var b = document.getElementsByTagName("script")[0],
a = c.createEl("script", {
type: "text/javascript",
src: a
});
b.parentNode.insertBefore(a, b)
},
map: function(a, b) {
var d = [];
c.each(a, function(a, c) {
void 0 !== a && (d[c] = b(a))
});
return d
},
on: function() {
var a;
return function(b, d, o) {
var e, j;
if (1 === arguments.length) a = b;
else {
if (2 === arguments.length) {
if (!a) return;
o = d;
d = b;
b = a
}
try {
e = b["on" + d]
} catch (k) {}
"function" === typeof e && (b["on" + d] = c.bind(function(a) {
var a = a || window.event,
d = e.apply(b, arguments);
this.exceptionLogger(function() {
return a ? (void 0 !== d && !1 !== a.returnValue && (a.returnValue = d), c.isDefaultPrevented(a) && "function" === c.type(a.preventDefault) && a.preventDefault(), a.returnValue) : d
})()
}, this));
j = c.exceptionLogger(function() {
if (a.enabled()) return o.apply(null, arguments)
});
b.addEventListener ? b.addEventListener(d, j, !1) : b.attachEvent && b.attachEvent("on" + d, j)
}
}
}(),
position: function(a) {
var b, d = 0,
c = 0,
e = 0,
j = 0;
if (!a.offsetParent) return !1;
b = a;
do d += b.offsetLeft, c += b.offsetTop, b = b.offsetParent;
while (b);
b = a;
do e += b.scrollLeft, j += b.scrollTop, b = b.parentNode;
while (b && b !== document.body);
return {
x: d - e,
y: c - j
}
},
preventDefault: function(a) {
a.preventDefault && a.preventDefault();
return a.returnValue = !1
},
ready: function() {
var a = !1,
b = [],
d = !1,
o, e, j, k, f;
document.addEventListener ? j = function() {
document.removeEventListener("DOMContentLoaded", j, !1);
f()
} : document.attachEvent && (k = function() {
"complete" === document.readyState && (document.detachEvent("onreadystatechange", k), f())
});
o = function() {
if (!a) {
a = !0;
if ("complete" === document.readyState) return f();
if (document.addEventListener) document.addEventListener("DOMContentLoaded", j, !1);
else if (document.attachEvent) {
document.attachEvent("onreadystatechange", k);
var b = !1;
try {
b = null === window.frameElement
} catch (d) {}
document.documentElement.doScroll && b && e()
}
c.on(window, "load", f)
}
};
e = function() {
if (!d) {
try {
document.documentElement.doScroll("left")
} catch (a) {
setTimeout(c.exceptionLogger(e), 1);
return
}
f()
}
};
f = function() {
if (!d) {
if (!document.body) return setTimeout(c.exceptionLogger(f), 13);
d = !0;
b && (c.each(b, function(a) {
a()
}), b = null)
}
};
return function(a) {
o();
d ? a() : b.push(a)
}
}(),
reformatKeys: function(a) {
var b, d, o = function(a) {
return "_" + a.toLowerCase()
};
for (b in a) d = b.replace(/([A-Z])/g, o), "object" === c.type(a[b]) && (a[b] = c.reformatKeys(a[b])), d !== b && (a[d] = a[b], delete a[b]);
return a
},
removeClass: function(a, b) {
if (c.hasClass(a, b)) {
var d, o, e = c.attrValues(a, "className");
for (d = 0, o = e.length; d < o; d++) e[d] === b && delete e[d];
a.className = e.join(" ")
}
},
request: function(a, b, d) {
var o, e, d = c.extend({
fn: function() {},
"return": !1,
timeout: null
}, d);
"string" === typeof d.fn ? b = c.extend(b, {
jsonp: d.fn
}) : "function" === typeof d.fn && (o = c.destructing(d.fn), e = c.uniqid("vglnk_jsonp_"), b = c.extend(b, {
jsonp: e
}), window[e] = c.exceptionLogger(function() {
o.apply(this, arguments);
window[e] = void 0
}), null !== d.timeout && setTimeout(c.exceptionLogger(o), d.timeout));
b = c.extend({
format: "jsonp"
}, b);
b = c.toQuery(b);
a = a + (b.length ? "?" : "") + b;
return d["return"] ? a : c.traits.cors ? c.cors(a) : c.jsonp(a)
},
toQuery: function(a) {
var b, d = "";
for (b in a) null !== a[b] && void 0 !== a[b] && (d += "&" + encodeURIComponent(b) + "=" + encodeURIComponent(a[b]));
return d.substr(1)
},
type: function(a) {
return null === a ? "null" : void 0 === a ? "undefined" : Object.prototype.toString.call(a).slice(8, -1).toLowerCase()
},
updateUrl: function(a, b) {
return c.extend(c.createA(a), b).href
},
uniqid: function() {
var a = 0;
return function(b) {
return (b || "") + (new Date).getTime() + a++
}
}()
});
c.traits = {
basicCompatibility: !(c.browser.blackberry || c.browser.playstation),
cors: window.XMLHttpRequest && void 0 !== (new window.XMLHttpRequest).withCredentials,
crossWindowCommunication: !(c.browser.ios && c.browser.version && (5 > c.browser.version || 5 < c.browser.version)),
jsRedirectSetsReferrer: c.browser.aol || !(c.browser.ie || c.browser.opera),
quirksMode: !Boolean(window.addEventListener),
windowLevelHandlers: Boolean(window.addEventListener)
};
var g, s, n;
f = {
api: function(a, b, d) {
a = g.api_url + "/" + a;
b = c.extend({
cuid: g.cuid,
key: g.key,
drKey: g.key ? null : g.dr_key,
loc: location.href,
subId: g.sub_id,
v: 1
}, b);
b.subId && b.key !== g.key && (b.subId = null);
return c.request(a, b, d)
},
addEventListener: function(a, b) {
this.fire(a, b)
},
click: function() {
var a = function(a) {
if ("_self" === a) return window.self;
if (c.traits.crossWindowCommunication && c.traits.jsRedirectSetsReferrer) return a = window.open("", a), a.focus(), a
},
b = function(a) {
var b = a.previousSibling,
e = a.nextSibling,
j = ["", a.textContent, ""];
void 0 !== j[1] && (j[0] = b && 3 === b.nodeType ? b.data : "", j[2] = e && 3 === e.nodeType ? e.data : "", j = function(a, b, d) {
a = a.replace(/\s+/g, " ");
b = b.replace(/\s+/g, " ");
d = d.replace(/\s+/g, " ");
a = a.replace(/^\s+/, "");
" " === b.substr(0, 1) && (b = b.substr(1), a += " " !== a.substr(a.length - 1, 1) ? " " : "");
" " === b.substr(b.length - 1, 1) && (b = b.substr(0, b.length - 1), d = (" " !== d.substr(0, 1) ? " " : "") + d);
d = d.replace(/\s+$/, "");
return [a, b, d]
}.apply(this, j), "" !== j[0] && "" !== j[2] && (j[0] = j[0].split(" ").reverse().slice(0, 10 + (" " === j[0].substr(j[0].length - 1, 1) ? 1 : 0)).reverse().join(" "), j[2] = j[2].split(" ").slice(0, 10).join(" "), a = {
type: "context",
itype: (c.cache(a, "params") || {}).type,
before: j[0],
after: j[2],
txt: j[1],
loc: location.href,
out: a.href,
v: 2
}, f.log("info", c.toQuery(a))))
};
return function(d, f) {
var f = d.target || f,
f = !f || f === window.name || "_top" === f && window.top === window.self || "_parent" === f && window.parent === window.self ? "_self" : f,
e, j, k = a(f),
h;
if ("_self" !== f && (!c.traits.crossWindowCommunication || !c.traits.jsRedirectSetsReferrer)) h = "go";
else try {
if (void 0 === k.document) throw !0;
h = "jsonp"
} catch (n) {
h = "go"
}
e = c.destructing(c.bind(function() {
g.time_click && arguments.length && this.logTime("clk");
var a = Array.prototype.slice.call(arguments);
a.unshift(d, k, f);
this.onApiClick.apply(this, a)
}, this));
c.cache(this, "link", "string" === typeof d ? d : d.href);
if ("string" === typeof d && (d = c.createA(d, f), !this.preprocessLink(d)) || !g.enabled) return e();
j = this.clickParams(d, h);
this.logTime();
g.log_context && b(d);
if ("go" === h) this.redirect(this.api("click", j, {
"return": !0
}), k, f);
else if (k === window.self) this.api("click", j, {
fn: e,
timeout: g.click_timeout
});
else {
if (c.contextIsAncestor(k)) return this.redirect(d.href, k, f);
e = c.exceptionLogger(e);
setTimeout(function() {
e()
}, g.click_timeout);
k.document.open();
k.callback = e;
k.document.write("<html><head><title>" + d.href + '</title><script type="text/javascript" src="' + this.api("click", j, {
fn: "callback",
"return": !0
}) + '"><\/script></head></html>');
k.document.close()
}
}
}(),
clickParams: function(a, b) {
var d = c.extend(c.cache(a, "params"), {
format: b,
libid: g.library_id,
out: a.href,
ref: document.referrer || null,
reaf: g.reaffiliate || null,
title: document.title,
txt: a.innerHTML
});
128 < d.txt.length && (d.txt = d.txt.replace(/<[^>]+>/g, ""), d.txt = 128 < d.txt.length ? d.txt.substr(0, 125) + "..." : d.txt);
return d
},
enabled: function() {
if (g.enabled && s !== window && window.vglnk && (window.vglnk.key || "function" === typeof window.vglnk)) g.enabled = !1;
return g.enabled
},
expose: function(a, b) {
if (b = b || this[a])"function" === typeof b ? b = c.exceptionLogger(c.bind(b, this)) : "object" === typeof b && (b = c.clone(b)), n[a] || (n[a] = b)
},
fire: function() {
var a = {};
return function(b, d) {
var b = b.toLowerCase(),
f = a[b] || {
fired: !1,
listeners: []
};
"function" === typeof d ? f.fired ? d({
type: b
}) : f.listeners.push(d) : (f.fired = !0, c.each(f.listeners, function(a) {
"function" === typeof a && a({
type: b
})
}), f.listeners = []);
a[b] = f
}
}(),
handleRightClick: function(a, b) {
if (g.rewrite_modified && a && b) switch (b) {
case "setup":
c.cache(a, "href") || c.cache(a, "href", a.href);
a.href = this.api("click", this.clickParams(a, "go"), {
"return": !0
});
setTimeout(c.exceptionLogger(c.bind(function() {
this.handleRightClick(a, "teardown")
}, this)), 0);
break;
case "teardown":
a.href = c.cache(a, "href"), c.cache(a, "href", null)
}
},
harmony: function() {
c.harmony = {
UNSAFE_QUIRKSMODE_HANDLERS: 1
};
return function(a) {
return g.harmony_level < a
}
}(),
init: c.exceptionLogger(function() {
this.initLibEvents();
this.initNamespace();
this.initOptions();
c.exceptionLogger(c.bind(this.logException, this), !g.dev);
this.initDRApi();
this.initApi();
this.enabled() && (this.initLegacyCallbacks(), this.ping())
}),
initApi: function() {
var a, b = {};
if (window.vglnk) for (a in window.vglnk)"_plugin" === a.substr(-7) && (b[a] = window.vglnk[a]);
n = s[h] = function() {};
this.expose("click");
this.expose("link", f.preprocessLink);
this.expose("opt");
this.expose("$", c.clone(c));
c.extend(n, n === window.vglnk ? b : {})
},
initDRApi: function() {
var a = !1;
window.DrivingRevenue = c.exceptionLogger(c.destructing(c.bind(function() {
a = !0;
g.dr_key = window.DR_id;
this.enabled() && this.ping()
}, this)));
c.on("DOMReady", function() {
if (!a) try {
delete window.DrivingRevenue
} catch (b) {
window.DrivingRevenue = void 0
}
})
},
initLibEvents: function() {
c.on(f);
c.ready(c.bind(function() {
this.fire("DOMReady")
}, this))
},
initNamespace: function() {
window.vglnk && window.vglnk.key && (h = "vglnk");
var a = window,
b = h.split("."),
d;
for (h = b.pop(); 0 < b.length;) d = b.shift(), a[d] = a[d] || {}, a = a[d];
s = a;
n = s[h] = s[h] || {}
},
initOptions: function() {
var a;
this.initLegacyOptions();
g = c.extend(this.publicOptions({
api_url: "//api.viglink.com/api",
cuid: null,
dev: !1,
dr_key: null,
enabled: c.traits.basicCompatibility,
key: null,
partner: null,
sub_id: null,
reaffiliate: !1,
harmony_level: 0,
rewrite_original: !0,
rewrite_modified: !1
}), g, n, {
click_timeout: 1E3,
hop_timeout: 2E3,
debug: !1,
library_id: null,
log_context: !0,
nofollow: {},
norewrite: {},
plugins: {
link_affiliation: {},
modified_clicks: {}
},
swap: {},
time_click: !1,
time_ping: !1
});
for (a in g)"_plugin" === a.substr(-7) && delete g[a]
},
initLegacyOptions: function() {
var a, b = {
DR_id: "dr_key",
vglnk_api_key: "key",
vglnk_cuid: "cuid",
vglnk_domain: "api_url",
vglnk_reaf: "reaffiliate",
vglnk_subid: "sub_id"
};
for (a in b) void 0 !== window[a] && (n[b[a]] = window[a], "vglnk_domain" === a && (n[b[a]] += "/api"))
},
initLegacyCallbacks: function() {
var a, b = {
vl_cB: c.bind(this.onApiClick, this),
vl_disable: function() {
g.enabled = !1
}
};
for (a in b) window[a] = b[a]
},
initLinks: function() {
c.each(document.links, c.bind(this.preprocessLink, this))
},
initPlugins: function() {
var a, b = 1,
d = [],
g = function() {
var e = [],
k = function(a) {
return function() {
if (a) {
var b = Array.prototype.slice.call(arguments);
b.unshift("custom", a);
f.log.apply(this, b)
}
}
};
a = null;
c.each(d, function(a) {
var b;
b = a[0];
var d = a[1],
f = a[2];
(b = window.vglnk && window.vglnk[b + "_plugin"]) ? (a = "function" === c.type(b.run) ? b.run : b, b = "function" === c.type(b.setup) ? b.setup : null, d && 1 === d.mode ? (b && b(d, c.clone(c), n, k(d.key)), delete d.mode) : a && (b && !f && b(d, c.clone(c), n, k(d.key)), a(d, c.clone(c), n, k(d.key)))) : e.push(a)
});
d = e;
0 < d.length && (a = setTimeout(c.exceptionLogger(g), Math.min(Math.max(Math.pow(2, ++b), 100), 5E3)))
},
e = function(c, f) {
return function(c, f) {
return function() {
d.push([c, f, !0]);
b = 1;
clearTimeout(a);
g()
}
}(c, f)
};
return function(a) {
for (var b in a)"object" === typeof a[b] && !1 !== a[b].enabled && (d.push([b, a[b]]), 1 === a[b].mode && this.expose("init_" + b, e(b, a[b])));
g()
}
}(),
isRewritable: function() {
var a = c.canonicalizeHostname(document.location);
return function(b) {
var d, f = "";
try {
d = b.hostname, f = b.protocol, d.charAt(0)
} catch (e) {
return !1
}
"" !== d && (d = c.canonicalizeHostname(b));
return !("" === d || a === d || !f.match(/^https?:$/i) || g.norewrite[d] || !g.rewrite_original && !c.cache(b, "type") || c.hasRel(b, "norewrite") || c.hasRel(b, "noskim"))
}
}(),
initEvents: c.destructing(function() {
var a = c.traits.windowLevelHandlers ? window : document;
c.on(a, "mousedown", function(a) {
a = a || window.event;
if ((a = c.eventLink(a)) && !c.cache(a, "evented")) c.on(a, "click", function() {}), c.cache(a, "evented", !0)
});
if (!c.traits.quirksMode || f.harmony(c.harmony.UNSAFE_QUIRKSMODE_HANDLERS)) c.on(a, "click", c.bind(f.onClick, f)), c.on(a, "contextmenu", c.bind(f.onContextmenu, f))
}),
log: function(a, b, d, f) {
var e = c.toQuery({
nocache: c.uniqid()
}),
h = "pixel.gif";
if ("custom" === a) e += "&" + c.toQuery({
key: b,
type: d
}), c.each("array" === c.type(f) ? f : [f], function(a) {
c.each(["e", "i", "o"], function(b) {
delete a[b]
});
e += "&" + c.toQuery(a)
});
else {
e += "&" + c.toQuery({
key: g.key,
drKey: g.key ? null : g.dr_key
});
if ("time" === a) h = "time.gif", a = {
libId: g.library_id,
time: d,
type: b
};
else if ("exception" === a) a = {
e: b,
o: d
};
else if ("info" === a) a = {
i: b
};
else return;
e += "&" + c.toQuery(a)
}
c.createEl("img").src = g.api_url + "/" + h + "?" + e
},
logException: function(a) {
if (g.debug) {
var b = {
link: c.cache(this, "link"),
loc: document.location.href,
UA: navigator.userAgent
};
"string" === typeof a ? b.message = a : b = c.extend(b, a);
this.log("exception", a, c.toQuery(b))
}
},
logTime: function() {
var a;
return function(b) {
0 === arguments.length ? a = (new Date).getTime() : this.log("time", b, (new Date).getTime() - a)
}
}(),
onApiClick: function(a, b, d, f, e) {
var h = f || a.href,
f = c.bind(function() {
this.redirect(h, b, d)
}, this);
"object" === typeof e && (e.tracking || e.image) ? (a = c.createEl(e.tracking ? "iframe" : "img", {
src: e.tracking || e.image
}, {
height: 0,
width: 0,
visibility: "hidden"
}), document.body.appendChild(a), setTimeout(c.exceptionLogger(f), e.timeout || g.hop_timeout)) : f()
},
onApiPing: function(a, b, d, h, e, j) {
g.rewrite_original = !1;
var e = c.reformatKeys(e || {}),
k, n, s;
n = function(a) {
var b = {},
l = function(a) {
c.isArray(a) ? b[a[0]] = a[1] : b[a] = 1
};
c.isArray(a) && c.each(a, l);
return b
};
s = c.extend(g.plugins, e.plugins);
g = c.extend(g, e);
delete g.plugins;
g.library_id = a;
g.click_timeout = b;
g.time_ping && this.logTime("png");
c.extend(g.norewrite, n(d));
c.extend(g.swap, n(h));
c.extend(g.nofollow, n(j));
for (k in g)"on" === k.toLowerCase().substr(0, 2) && 2 < k.length && "function" === c.type(g[k]) && (c.on(f, k.toLowerCase().substr(2), c.bind(g[k], window)), delete g[k]);
this.initPlugins(s);
this.initLinks();
this.initEvents();
this.fire("libready")
},
onClick: function(a) {
var a = a || window.event,
b = a.ctrlKey || a.metaKey || a.altKey || a.shiftKey,
d = a.which && 1 === a.which || 0 === a.button,
f = c.eventLink(a);
if (f && this.isRewritable(f) && !b && d && !c.isDefaultPrevented(a)) return this.click(f), c.preventDefault(a)
},
onContextmenu: function(a) {
(a = c.eventLink(a || window.event)) && this.isRewritable(a) && this.handleRightClick(a, "setup")
},
opt: function(a, b) {
void 0 !== b && void 0 !== this.publicOptions()[a] && (g[a] = b);
return g[a]
},
ping: function() {
var a = !1;
return function() {
if (!a && (g.key || g.dr_key)) a = !0, this.logTime(), this.api("ping", null, {
fn: c.bind(this.onApiPing, this)
})
}
}(),
preprocessLink: function(a) {
if (this.isRewritable(a)) {
var b;
b = c.createA(g.api_url);
if ("/api/click" === a.pathname && (a.hostname === b.hostname || a.hostname.match(/(^|\.)(api|cdn|apicdn)\.viglink\.com$/))) b = c.fromQuery(a.search), void 0 !== b.out && (a.href = b.out, delete b.out, c.cache(a, "params", b));
g.swap[a.href] && (a.href = g.swap[a.href]);
g.nofollow[a.href] && !c.hasRel(a, "nofollow") && (a.rel = (a.rel ? a.rel + " " : "") + "nofollow");
window.IPBoard && window.IPBoard.prototype && window.IPBoard.prototype.delegate && c.hasRel(a, "external") && (a.rel = a.rel.replace(/(^| )external( |$)/, ""), a.target = "_blank");
return a
}
},
publicOptions: function() {
var a = {};
return function(b) {
"object" === c.type(b) && (a = b);
return c.extend({}, a)
}
}(),
redirect: function(a, b, d) {
!c.traits.crossWindowCommunication && !b ? (d = window.open(a, d), d.focus()) : c.traits.jsRedirectSetsReferrer ? setTimeout(c.exceptionLogger(function() {
!b || b === window.self ? window.location = a : c.contextIsAncestor(b) ? b.location = a : b.location.replace(a)
}), 0) : ("_blank" === d && (d = c.uniqid("win_")), d = c.createA(a, d), d.rel = "norewrite", document.body.appendChild(d), d.click(), d.parentNode.removeChild(d))
}
};
f.init()
})("undefined" === typeof vglnk_self ? "vglnk" : vglnk_self);
window.vglnk = window.vglnk || {};
window.vglnk.link_affiliation_plugin = {
run: function(h, f, c) {
c.opt("rewrite_original", !0)
}
};
window.vglnk = window.vglnk || {};
window.vglnk.modified_clicks_plugin = {
run: function(h, f, c) {
c.opt("rewrite_modified", !0)
}
};
window.vglnk = window.vglnk || {};
window.vglnk.dr_search_box_plugin = {
run: function(h, f, c) {
if (h.key) {
var g = {
init: function() {
f.each(this.getDRSearchForms(), function(c) {
var h = c.p,
a = function() {
h.value || f.css(h, {
"background-image": "url(http://cdn.viglink.com/images/ebay_watermark.gif)"
})
};
c.onsubmit = null;
h.onfocus = null;
h.onblur = null;
f.on(h, "focus", function() {
f.css(h, {
"background-image": "none"
})
});
f.on(h, "blur", a);
a();
f.on(c, "submit", function(a) {
g.onSubmit(a, c)
})
})
},
getDRSearchForms: function() {
var c = [];
f.each(document.getElementsByTagName("form"), function(f) {
f.p && f.id.match(/^DR-ebay-search(CSS|2)?$/i) && c.push(f)
});
return c
},
onSubmit: function(g, n) {
var g = g || window.event,
a = "http://shop.ebay.com/i.html?" + f.toQuery({
_nkw: n.p.value
}),
a = f.createA(a, "_blank");
f.cache(a, "params", {
key: h.key
});
c.click(a);
return f.preventDefault(g)
}
};
f.on("DOMReady", f.bind(g.init, g))
}
}
};
window.vglnk = window.vglnk || {};
window.vglnk.page_harmony_plugin = {
run: function(h, f, c) {
h = Math.abs(parseInt(h.level, 10));
isFinite(h) && c.opt("harmony_level", h)
}
};
window.vglnk = window.vglnk || {};
window.vglnk.product_linker_plugin = function() {
var h, f, c, g, s, n, a = null,
b = {},
d, o = 0,
e = 0,
j = 0,
k = 0,
y = {
setup: function(v, u, x, l) {
f = u;
c = x;
g = l;
h = f.extend({
cat: null,
platform: null,
api_url: f.updateUrl(c.opt("api_url"), {
pathname: "/api/insert"
}),
key: null,
link_phrases: !0,
link_urls: !0,
link_target: null,
per_page: null,
per_phrase: 5,
product_source: null,
proximity: null,
same_proximity: 100,
scope: null,
type: 1,
ui: !0
}, v);
!h.api_url || !h.key || !(h.platform && 2 === h.type || 1 === h.type || 3 === h.type) ? y.run = function() {} : (f = f.extend(f, {
createWrapper: function(a) {
var b, l = f.createEl("div");
if (l.outerHTML) return b = f.createEl("div"), l.appendChild(b), b.outerHTML = "<pre>" + a + "</pre>", l.childNodes[0];
l.innerHTML = a;
return l
},
select: window.vglnk.Sizzle ||
function() {
return []
}
}), s = {
bbp: {
id_finder: ["li", /^post-(\d+)$/],
scope: "li .post"
},
hdlr: {
id_finder: ["div", /^post_(\d+)$/],
scope: ".post-content-area"
},
ipb: {
id_finder: ["div", /^post_id_(\d+)$/],
scope: ".post_body .post"
},
phpb: {
id_finder: ["div.post", /^p(\d+)$/],
scope: ".postbody .content, .postbody .signature"
},
ubb: {
id_finder: ["a", /^Post(\d+)$/, "name"],
scope: ".post_inner *[id^='body'], .post_inner .signature"
},
vb3: {
id_finder: ["td", /^td_post_(\d+)$/],
scope: "td[id^='td_post_'] div[id^='post_message_'],td[id^='td_post_'] div[id^='post_message_'] ~ div:not([class])"
},
vb4: {
id_finder: ["li", /^post_(\d+)$/],
scope: ".postbody .content, .postbody .signature, .post-content, ul.conversation-list .list-item-body"
},
wppr: {
id_finder: ["div", /^post-(\d+)$/],
scope: null
}
}[h.platform] || {}, n = {
addPhrasesToMatcher: function(a) {
var b = "";
"regexp" === f.type(a) ? b = a.source : "array" === f.type(a) && (b = "(?:^|[\\s\"'\\(])(" + f.map(a, f.escapeRegExp).join("|") + ")(?=\\s|\\W*$|\\W{2})");
"" !== b && (d = RegExp(d ? "(?:" + b + "|" + d.source + ")" : b, "i"))
},
focusLink: function(a) {
a.id || (a.id = f.uniqid("vl-link-"));
location.href.hash = "#" + a.id;
window.scrollBy(0, -150)
},
getPhrases: function(a) {
f.request(h.api_url, f.extend(n.getPartnerParams(), {
cat: h.cat,
key: h.key,
mode: h.mode,
pt: h.platform,
ps: h.product_source,
i: a ? a.join("|") : null,
u: location.href,
type: h.type
}), {
fn: f.bind(n.onInsertApi, n)
})
},
getPartnerParams: function() {
var a, b, l = c.opt("partner"),
d = {};
for (a in l) break;
if (a) for (b in l[a]) d[a + "_" + b] = l[a][b];
return d
},
getPostIDs: function() {
var a = [],
b = s ? s.id_finder : null;
b && f.each(f.select(b[0]), function(l) {
var d = b[2] || "id";
(l = l[d] ? l[d].match(b[1]) : null) && a.push(l[1])
});
return a.length ? a : null
},
initLink: function(b, l, d) {
if (d = h.link_target || d) b.target = d;
b.rel = "nofollow";
b.href || (b.href = l.url);
f.cache(b, "params", {
exp: a,
key: h.key,
merchant: l.merchant,
mid: l.mid,
type: l.type || null
});
c.link(b)
},
insertLinks: function() {
var a = {
timing: !1,
data: h.link_phrases ? !1 : h.link_urls
},
l = function(a, b) {
var l;
l = f.createEl("a");
l.innerHTML = a.replace(/([a-z0-9]+ *|[^a-z0-9]+)/ig, "<span>$1</span>");
l.className = "vglnk";
f.cache(l, "type", "inserted");
f.cache(l, "phrase", a);
h.ui && (l.title = "Link added by VigLink");
n.initLink(l, b);
return l
},
c = function(a, c) {
for (var p, m, q, i, g = function(a) {
var b, a = !a || !h.per_phrase || !a.count || a.count < h.per_phrase;
b = !h.per_page || o < h.per_page;
return a && b
}, n = function(a, l) {
var d, c, p, m, t, q, i, e, w, g, z = function(b) {
w.parentNode.insertBefore(a, w);
w.parentNode.removeChild(w);
return b
},
k = function(a, b, l) {
a.x1 -= l;
a.y1 -= l;
a.x2 += l;
a.y2 += l;
return a.x1 < b.x2 && a.x2 > b.x1 && a.y1 < b.y2 && a.y2 > b.y1
};
w = f.createEl("span");
a.parentNode.insertBefore(w, a);
w.appendChild(a);
g = f.geometry(w);
if (h.proximity || h.same_proximity) for (q in b) if ((i = b[q].links) && !(b[q] === l && !h.same_proximity || b[q] !== l && !h.proximity)) {
e = b[q] === l ? Math.max(h.same_proximity, h.proximity) : h.proximity;
for (d = 0, c = i.length; d < c; d++) {
t = i[d].segments;
for (p = 0, m = t.length; p < m; p++) if (k(t[p].geometry, g, e)) return z(!1)
}
}
return z(!0)
}, s = function(a, b) {
var l, d, c, p, m = {
el: a,
segments: []
},
t = a.getElementsByTagName("span"),
q = {
els: []
};
for (l = 0, d = t.length; l < d; l++) c = t[l], void 0 === p || c.offsetTop === p.offsetTop ? q.els.push(c) : (m.segments.push(q), q = {
els: [c]
}), p = c;
q.geometry = f.geometry.apply(f, q.els);
m.segments.push(q);
b.links = b.links || [];
b.links.push(m);
return b
}; a && a.data && Boolean(q = a.data.match(d));) m = q[0], i = q.slice(1).join(""), p = b[i.toLowerCase()], m = a.data.indexOf(m) + m.length - i.length, 0 < m && (a = a.splitText(m)), m = a.length <= i.length ? null : a.splitText(i.length), i && g(p) && n(a, p) && (p ? "L" === p.type.toUpperCase() ? e++ : j++ : (p = {
url: i.match(/^https?:\/\//i) ? i : "http://" + i,
type: "U"
}, k++), i = l(i, p), c(i, a), s(i, p), p.count++, o++), a = m
},
m = function(a) {
var b = d.test(a.data),
l = a.parentNode;
b && c(a, function(a, b) {
l.insertBefore(a, b);
l.removeChild(b)
})
},
i = function(a) {
var b, l = function(a) {
return -1 !== ",a,applet,embed,object,head,img,input,link,map,meta,param,select,button,iframe,option,script,style,svg,textarea,title,".indexOf("," + a.nodeName.toLowerCase() + ",") || f.hasClass(a, "nolinks") || f.hasClass(a, "atma-nolink") || f.hasClass(a, "atma-no-link")
};
if (a) {
if (!l(a)) for (b = a.firstChild; b;) a = b.nextSibling, 1 === b.nodeType ? i(b) : 3 === b.nodeType && m(b), b = a
} else f.each(f.select(h.scope), function(a) {
var b;
a: for (var d = a; d.parentNode;) if (d = d.parentNode, 1 === d.nodeType && l(d)) {
b = !0;
break a
}
b || i(a)
})
};
return function(b) {
a = f.extend(a, b);
a.timing && a.data && d && (i(), n.log())
}
}(),
loadPhrases: function(a) {
var l, d, c, i = [];
for (l = 0, d = a.results.length; l < d; l++) c = a.results[l], c.phrase && c.url && (c.phrase = c.phrase.toLowerCase(), b[c.phrase] || (i.push(c.phrase), b[c.phrase] = {
count: b[c.phrase] ? b[c.phrase].count : 0,
phrase: c.phrase,
merchant: c.merchant,
mid: c.mid,
url: c.url,
type: c.type || ""
}));
0 < i.length && this.addPhrasesToMatcher(i);
this.insertLinks({
data: !0
})
},
log: function() {
var l, d, c = {
heavy: [],
lite: []
},
m = function(a, b) {
return b.split(",")[0] - a.split(",")[0]
};
for (l in b) d = parseInt(b[l].count, 10), 0 < d && (d = [d, l.replace(/\|/g, "%7C")].join(), c["L" === b[l].type.toUpperCase() ? "lite" : "heavy"].push(d));
c.lite.sort(m);
c.heavy.sort(m);
g("insert", [{
ct: o,
cl: e,
ch: j,
cu: k,
exp: a
}, {
pl: c.lite.join("|")
}, {
ph: c.heavy.join("|")
}])
},
onInsertApi: function(b) {
"object" === f.type(b) && b.results && (a = b.exp, this.loadPhrases(b))
},
setup: function() {
var a = f.bind(function() {
this.getPhrases(this.getPostIDs())
}, this);
h.scope = h.scope || s.scope || "body";
h.link_urls && this.addPhrasesToMatcher(RegExp("(?:(?:\\b(https?://)|(?:^|\\s)\\W*(www\\d{0,3}\\.|(?:[a-z0-9-]+\\.)+[a-z]{2,4}/))((?:[^\\s()<>]+|\\((?:[^\\s()<>]|(?:\\([^\\s()<>]+\\)))*\\))+(?:\\((?:[^\\s()<>]|(?:\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?\u00ab\u00bb\u201c\u201d\u2018\u2019]))|(?:^|\\s)\\W*((?:[a-z0-9-]+\\.)+com(?:/|\\b)))", "i"));
if (h.link_phrases) if (!h.platform || "full" === h.platform) a();
else f.on("DOMReady", a)
}
}, n.setup())
},
run: function() {
f.on("DOMReady", function() {
n.insertLinks({
timing: !0
})
})
}
};
return y
}();
(function() {
function h(a, b, d, c, m, i) {
for (var m = 0, f = c.length; m < f; m++) {
var e = c[m];
if (e) {
for (var g = !1, e = e[a]; e;) {
if (e.sizcache === d) {
g = c[e.sizset];
break
}
1 === e.nodeType && !i && (e.sizcache = d, e.sizset = m);
if (e.nodeName.toLowerCase() === b) {
g = e;
break
}
e = e[a]
}
c[m] = g
}
}
}
function f(a, d, c, q, m, i) {
for (var m = 0, f = q.length; m < f; m++) {
var e = q[m];
if (e) {
for (var g = !1, e = e[a]; e;) {
if (e.sizcache === c) {
g = q[e.sizset];
break
}
if (1 === e.nodeType) if (i || (e.sizcache = c, e.sizset = m), "string" !== typeof d) {
if (e === d) {
g = !0;
break
}
} else if (0 < b.filter(d, [e]).length) {
g = e;
break
}
e = e[a]
}
q[m] = g
}
}
}
var c = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
g = 0,
s = Object.prototype.toString,
n = !1,
a = !0;
[0, 0].sort(function() {
a = !1;
return 0
});
var b = function(a, p, t, q) {
var t = t || [],
m = p = p || document;
if (1 !== p.nodeType && 9 !== p.nodeType) return [];
if (!a || "string" !== typeof a) return t;
var i, f, e, g, h, j = !0,
n = b.isXML(p),
r = [],
u = a;
do
if (c.exec(""), i = c.exec(u)) if (u = i[3], r.push(i[1]), i[2]) {
g = i[3];
break
}
while (i);
if (1 < r.length && o.exec(a)) if (2 === r.length && d.relative[r[0]]) f = x(r[0] + r[1], p);
else for (f = d.relative[r[0]] ? [p] : b(r.shift(), p); r.length;) a = r.shift(), d.relative[a] && (a += r.shift()), f = x(a, f);
else if (!q && 1 < r.length && 9 === p.nodeType && !n && d.match.ID.test(r[0]) && !d.match.ID.test(r[r.length - 1]) && (i = b.find(r.shift(), p, n), p = i.expr ? b.filter(i.expr, i.set)[0] : i.set[0]), p) {
i = q ? {
expr: r.pop(),
set: k(q)
} : b.find(r.pop(), 1 === r.length && ("~" === r[0] || "+" === r[0]) && p.parentNode ? p.parentNode : p, n);
f = i.expr ? b.filter(i.expr, i.set) : i.set;
for (0 < r.length ? e = k(f) : j = !1; r.length;) i = h = r.pop(), d.relative[h] ? i = r.pop() : h = "", null == i && (i = p), d.relative[h](e, i, n)
} else e = [];
e || (e = f);
e || b.error(h || a);
if ("[object Array]" === s.call(e)) if (j) if (p && 1 === p.nodeType) for (a = 0; null != e[a]; a++) e[a] && (!0 === e[a] || 1 === e[a].nodeType && b.contains(p, e[a])) && t.push(f[a]);
else for (a = 0; null != e[a]; a++) e[a] && 1 === e[a].nodeType && t.push(f[a]);
else t.push.apply(t, e);
else k(e, t);
g && (b(g, m, t, q), b.uniqueSort(t));
return t
};
b.uniqueSort = function(b) {
if (v && (n = a, b.sort(v), n)) for (var d = 1; d < b.length; d++) b[d] === b[d - 1] && b.splice(d--, 1);
return b
};
b.matches = function(a, d) {
return b(a, null, null, d)
};
b.matchesSelector = function(a, d) {
return 0 < b(d, null, null, [a]).length
};
b.find = function(a, b, c) {
var q;
if (!a) return [];
for (var m = 0, i = d.order.length; m < i; m++) {
var f, e = d.order[m];
if (f = d.leftMatch[e].exec(a)) {
var g = f[1];
f.splice(1, 1);
if ("\\" !== g.substr(g.length - 1) && (f[1] = (f[1] || "").replace(/\\/g, ""), q = d.find[e](f, b, c), null != q)) {
a = a.replace(d.match[e], "");
break
}
}
}
q || (q = "undefined" !== typeof b.getElementsByTagName ? b.getElementsByTagName("*") : []);
return {
set: q,
expr: a
}
};
b.filter = function(a, c, f, q) {
for (var m, e, g = a, h = [], k = c, j = c && c[0] && b.isXML(c[0]); a && c.length;) {
for (var n in d.filter) if (null != (m = d.leftMatch[n].exec(a)) && m[2]) {
var o, r, s = d.filter[n];
r = m[1];
e = !1;
m.splice(1, 1);
if ("\\" !== r.substr(r.length - 1)) {
k === h && (h = []);
if (d.preFilter[n]) if (m = d.preFilter[n](m, k, f, h, q, j)) {
if (!0 === m) continue
} else e = o = !0;
if (m) for (var u = 0; null != (r = k[u]); u++) if (r) {
o = s(r, m, u, k);
var v = q ^ !! o;
f && null != o ? v ? e = !0 : k[u] = !1 : v && (h.push(r), e = !0)
}
if (void 0 !== o) {
f || (k = h);
a = a.replace(d.match[n], "");
if (!e) return [];
break
}
}
}
if (a === g) if (null == e) b.error(a);
else break;
g = a
}
return k
};
b.error = function(a) {
throw "Syntax error, unrecognized expression: " + a;
};
var d = b.selectors = {
order: ["ID", "NAME", "TAG"],
match: {
ID: /#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,
CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,
NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,
ATTR: /\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,
TAG: /^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,
CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,
POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/
},
leftMatch: {},
attrMap: {
"class": "className",
"for": "htmlFor"
},
attrHandle: {
href: function(a) {
return a.getAttribute("href")
}
},
relative: {
"+": function(a, d) {
var c = "string" === typeof d,
f = c && !/\W/.test(d),
c = c && !f;
f && (d = d.toLowerCase());
for (var f = 0, e = a.length, i; f < e; f++) if (i = a[f]) {
for (;
(i = i.previousSibling) && 1 !== i.nodeType;);
a[f] = c || i && i.nodeName.toLowerCase() === d ? i || !1 : i === d
}
c && b.filter(d, a, !0)
},
">": function(a, d) {
var c, f = "string" === typeof d,
e = 0,
i = a.length;
if (f && !/\W/.test(d)) for (d = d.toLowerCase(); e < i; e++) {
if (c = a[e]) c = c.parentNode, a[e] = c.nodeName.toLowerCase() === d ? c : !1
} else {
for (; e < i; e++)(c = a[e]) && (a[e] = f ? c.parentNode : c.parentNode === d);
f && b.filter(d, a, !0)
}
},
"": function(a, b, d) {
var c, e = g++,
i = f;
"string" === typeof b && !/\W/.test(b) && (c = b = b.toLowerCase(), i = h);
i("parentNode", b, e, a, c, d)
},
"~": function(a, b, d) {
var c, e = g++,
i = f;
"string" === typeof b && !/\W/.test(b) && (c = b = b.toLowerCase(), i = h);
i("previousSibling", b, e, a, c, d)
}
},
find: {
ID: function(a, b, d) {
if ("undefined" !== typeof b.getElementById && !d) return (a = b.getElementById(a[1])) && a.parentNode ? [a] : []
},
NAME: function(a, b) {
if ("undefined" !== typeof b.getElementsByName) {
for (var d = [], c = b.getElementsByName(a[1]), e = 0, f = c.length; e < f; e++) c[e].getAttribute("name") === a[1] && d.push(c[e]);
return 0 === d.length ? null : d
}
},
TAG: function(a, b) {
if ("undefined" !== typeof b.getElementsByTagName) return b.getElementsByTagName(a[1])
}
},
preFilter: {
CLASS: function(a, b, d, c, e, f) {
a = " " + a[1].replace(/\\/g, "") + " ";
if (f) return a;
for (var f = 0, g; null != (g = b[f]); f++) g && (e ^ (g.className && 0 <= (" " + g.className + " ").replace(/[\t\n\r]/g, " ").indexOf(a)) ? d || c.push(g) : d && (b[f] = !1));
return !1
},
ID: function(a) {
return a[1].replace(/\\/g, "")
},
TAG: function(a) {
return a[1].toLowerCase()
},
CHILD: function(a) {
if ("nth" === a[1]) {
a[2] || b.error(a[0]);
a[2] = a[2].replace(/^\+|\s*/g, "");
var d = /(-?)(\d*)(?:n([+\-]?\d*))?/.exec("even" === a[2] && "2n" || "odd" === a[2] && "2n+1" || !/\D/.test(a[2]) && "0n+" + a[2] || a[2]);
a[2] = d[1] + (d[2] || 1) - 0;
a[3] = d[3] - 0
} else a[2] && b.error(a[0]);
a[0] = g++;
return a
},
ATTR: function(a, b, c, e, f, i) {
b = a[1] = a[1].replace(/\\/g, "");
!i && d.attrMap[b] && (a[1] = d.attrMap[b]);
a[4] = (a[4] || a[5] || "").replace(/\\/g, "");
"~=" === a[2] && (a[4] = " " + a[4] + " ");
return a
},
PSEUDO: function(a, e, f, q, m) {
if ("not" === a[1]) if (1 < (c.exec(a[3]) || "").length || /^\w/.test(a[3])) a[3] = b(a[3], null, null, e);
else return a = b.filter(a[3], e, f, 1 ^ m), f || q.push.apply(q, a), !1;
else if (d.match.POS.test(a[0]) || d.match.CHILD.test(a[0])) return !0;
return a
},
POS: function(a) {
a.unshift(!0);
return a
}
},
filters: {
enabled: function(a) {
return !1 === a.disabled && "hidden" !== a.type
},
disabled: function(a) {
return !0 === a.disabled
},
checked: function(a) {
return !0 === a.checked
},
selected: function(a) {
return !0 === a.selected
},
parent: function(a) {
return !!a.firstChild
},
empty: function(a) {
return !a.firstChild
},
has: function(a, d, c) {
return !!b(c[3], a).length
},
header: function(a) {
return /h\d/i.test(a.nodeName)
},
text: function(a) {
return "text" === a.type
},
radio: function(a) {
return "radio" === a.type
},
checkbox: function(a) {
return "checkbox" === a.type
},
file: function(a) {
return "file" === a.type
},
password: function(a) {
return "password" === a.type
},
submit: function(a) {
return "submit" === a.type
},
image: function(a) {
return "image" === a.type
},
reset: function(a) {
return "reset" === a.type
},
button: function(a) {
return "button" === a.type || "button" === a.nodeName.toLowerCase()
},
input: function(a) {
return /input|select|textarea|button/i.test(a.nodeName)
}
},
setFilters: {
first: function(a, b) {
return 0 === b
},
last: function(a, b, d, c) {
return b === c.length - 1
},
even: function(a, b) {
return 0 === b % 2
},
odd: function(a, b) {
return 1 === b % 2
},
lt: function(a, b, d) {
return b < d[3] - 0
},
gt: function(a, b, d) {
return b > d[3] - 0
},
nth: function(a, b, d) {
return d[3] - 0 === b
},
eq: function(a, b, d) {
return d[3] - 0 === b
}
},
filter: {
PSEUDO: function(a, c, e, f) {
var m = c[1],
i = d.filters[m];
if (i) return i(a, e, c, f);
if ("contains" === m) return 0 <= (a.textContent || a.innerText || b.getText([a]) || "").indexOf(c[3]);
if ("not" === m) {
c = c[3];
e = 0;
for (f = c.length; e < f; e++) if (c[e] === a) return !1;
return !0
}
b.error(m)
},
CHILD: function(a, b) {
var d = b[1],
c = a;
switch (d) {
case "only":
case "first":
for (; c = c.previousSibling;) if (1 === c.nodeType) return !1;
if ("first" === d) return !0;
c = a;
case "last":
for (; c = c.nextSibling;) if (1 === c.nodeType) return !1;
return !0;
case "nth":
var d = b[2],
e = b[3];
if (1 === d && 0 === e) return !0;
var f = b[0],
g = a.parentNode;
if (g && (g.sizcache !== f || !a.nodeIndex)) {
for (var h = 0, c = g.firstChild; c; c = c.nextSibling) 1 === c.nodeType && (c.nodeIndex = ++h);
g.sizcache = f
}
c = a.nodeIndex - e;
return 0 === d ? 0 === c : 0 === c % d && 0 <= c / d
}
},
ID: function(a, b) {
return 1 === a.nodeType && a.getAttribute("id") === b
},
TAG: function(a, b) {
return "*" === b && 1 === a.nodeType || a.nodeName.toLowerCase() === b
},
CLASS: function(a, b) {
return -1 < (" " + (a.className || a.getAttribute("class")) + " ").indexOf(b)
},
ATTR: function(a, b) {
var c = b[1],
c = d.attrHandle[c] ? d.attrHandle[c](a) : null != a[c] ? a[c] : a.getAttribute(c),
e = c + "",
f = b[2],
i = b[4];
return null == c ? "!=" === f : "=" === f ? e === i : "*=" === f ? 0 <= e.indexOf(i) : "~=" === f ? 0 <= (" " + e + " ").indexOf(i) : !i ? e && !1 !== c : "!=" === f ? e !== i : "^=" === f ? 0 === e.indexOf(i) : "$=" === f ? e.substr(e.length - i.length) === i : "|=" === f ? e === i || e.substr(0, i.length + 1) === i + "-" : !1
},
POS: function(a, b, c, e) {
var f = d.setFilters[b[2]];
if (f) return f(a, c, b, e)
}
}
},
o = d.match.POS,
e = function(a, b) {
return "\\" + (b - 0 + 1)
},
j;
for (j in d.match) d.match[j] = RegExp(d.match[j].source + /(?![^\[]*\])(?![^\(]*\))/.source), d.leftMatch[j] = RegExp(/(^(?:.|\r|\n)*?)/.source + d.match[j].source.replace(/\\(\d+)/g, e));
var k = function(a, b) {
a = Array.prototype.slice.call(a, 0);
return b ? (b.push.apply(b, a), b) : a
};
try {
Array.prototype.slice.call(document.documentElement.childNodes, 0)
} catch (y) {
k = function(a, b) {
var c = 0,
d = b || [];
if ("[object Array]" === s.call(a)) Array.prototype.push.apply(d, a);
else if ("number" === typeof a.length) for (var e = a.length; c < e; c++) d.push(a[c]);
else for (; a[c]; c++) d.push(a[c]);
return d
}
}
var v, u;
document.documentElement.compareDocumentPosition ? v = function(a, b) {
return a === b ? (n = !0, 0) : !a.compareDocumentPosition || !b.compareDocumentPosition ? a.compareDocumentPosition ? -1 : 1 : a.compareDocumentPosition(b) & 4 ? -1 : 1
} : (v = function(a, b) {
var c, d, e = [],
f = [];
c = a.parentNode;
d = b.parentNode;
var g = c;
if (a === b) return n = !0, 0;
if (c === d) return u(a, b);
if (c) {
if (!d) return 1
} else return -1;
for (; g;) e.unshift(g), g = g.parentNode;
for (g = d; g;) f.unshift(g), g = g.parentNode;
c = e.length;
d = f.length;
for (g = 0; g < c && g < d; g++) if (e[g] !== f[g]) return u(e[g], f[g]);
return g === c ? u(a, f[g], -1) : u(e[g], b, 1)
}, u = function(a, b, c) {
if (a === b) return c;
for (a = a.nextSibling; a;) {
if (a === b) return -1;
a = a.nextSibling
}
return 1
});
b.getText = function(a) {
for (var c = "", d, e = 0; a[e]; e++) d = a[e], 3 === d.nodeType || 4 === d.nodeType ? c += d.nodeValue : 8 !== d.nodeType && (c += b.getText(d.childNodes));
return c
};
(function() {
var a = document.createElement("div"),
b = "script" + (new Date).getTime(),
c = document.documentElement;
a.innerHTML = "<a name='" + b + "'/>";
c.insertBefore(a, c.firstChild);
document.getElementById(b) && (d.find.ID = function(a, b, c) {
if ("undefined" !== typeof b.getElementById && !c) return (b = b.getElementById(a[1])) ? b.id === a[1] || "undefined" !== typeof b.getAttributeNode && b.getAttributeNode("id").nodeValue === a[1] ? [b] : void 0 : []
}, d.filter.ID = function(a, b) {
var c = "undefined" !== typeof a.getAttributeNode && a.getAttributeNode("id");
return 1 === a.nodeType && c && c.nodeValue === b
});
c.removeChild(a);
c = a = null
})();
(function() {
var a = document.createElement("div");
a.appendChild(document.createComment(""));
0 < a.getElementsByTagName("*").length && (d.find.TAG = function(a, b) {
var c = b.getElementsByTagName(a[1]);
if ("*" === a[1]) {
for (var d = [], e = 0; c[e]; e++) 1 === c[e].nodeType && d.push(c[e]);
c = d
}
return c
});
a.innerHTML = "<a href='#'></a>";
a.firstChild && "undefined" !== typeof a.firstChild.getAttribute && "#" !== a.firstChild.getAttribute("href") && (d.attrHandle.href = function(a) {
return a.getAttribute("href", 2)
});
a = null
})();
document.querySelectorAll &&
function() {
var a = b,
c = document.createElement("div");
c.innerHTML = "<p class='TEST'></p>";
if (!(c.querySelectorAll && 0 === c.querySelectorAll(".TEST").length)) {
b = function(c, e, f, g) {
e = e || document;
if (!g && !b.isXML(e)) {
var h = /^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(c);
if (h && (1 === e.nodeType || 9 === e.nodeType)) {
if (h[1]) return k(e.getElementsByTagName(c), f);
if (h[2] && d.find.CLASS && e.getElementsByClassName) return k(e.getElementsByClassName(h[2]), f)
}
if (9 === e.nodeType) {
if ("body" === c && e.body) return k([e.body], f);
if (h && h[3]) {
var j = e.getElementById(h[3]);
if (j && j.parentNode) {
if (j.id === h[3]) return k([j], f)
} else return k([], f)
}
try {
return k(e.querySelectorAll(c), f)
} catch (p) {}
} else if (1 === e.nodeType && "object" !== e.nodeName.toLowerCase()) {
var j = (h = e.getAttribute("id")) || "__sizzle__",
n = e.parentNode,
o = /^\s*[+~]/.test(c);
h ? j = j.replace(/'/g, "\\$&") : e.setAttribute("id", j);
o && n && (e = e.parentNode);
try {
if (!o || n) return k(e.querySelectorAll("[id='" + j + "'] " + c), f)
} catch (r) {} finally {
h || e.removeAttribute("id")
}
}
}
return a(c, e, f, g)
};
for (var e in a) b[e] = a[e];
c = null
}
}();
(function() {
var a = document.documentElement,
c = a.matchesSelector || a.mozMatchesSelector || a.webkitMatchesSelector || a.msMatchesSelector,
e = !1;
try {
c.call(document.documentElement, "[test!='']:sizzle")
} catch (f) {
e = !0
}
c && (b.matchesSelector = function(a, f) {
f = f.replace(/\=\s*([^'"\]]*)\s*\]/g, "='$1']");
if (!b.isXML(a)) try {
if (e || !d.match.PSEUDO.test(f) && !/!=/.test(f)) return c.call(a, f)
} catch (g) {}
return 0 < b(f, null, null, [a]).length
})
})();
(function() {
var a = document.createElement("div");
a.innerHTML = "<div class='test e'></div><div class='test'></div>";
a.getElementsByClassName && 0 !== a.getElementsByClassName("e").length && (a.lastChild.className = "e", 1 !== a.getElementsByClassName("e").length && (d.order.splice(1, 0, "CLASS"), d.find.CLASS = function(a, b, c) {
if ("undefined" !== typeof b.getElementsByClassName && !c) return b.getElementsByClassName(a[1])
}, a = null))
})();
b.contains = document.documentElement.contains ?
function(a, b) {
return a !== b && (a.contains ? a.contains(b) : !0)
} : document.documentElement.compareDocumentPosition ?
function(a, b) {
return !!(a.compareDocumentPosition(b) & 16)
} : function() {
return !1
};
b.isXML = function(a) {
return (a = (a ? a.ownerDocument || a : 0).documentElement) ? "HTML" !== a.nodeName : !1
};
var x = function(a, c) {
for (var e, f = [], g = "", h = c.nodeType ? [c] : c; e = d.match.PSEUDO.exec(a);) g += e[0], a = a.replace(d.match.PSEUDO, "");
a = d.relative[a] ? a + "*" : a;
e = 0;
for (var j = h.length; e < j; e++) b(a, h[e], f);
return b.filter(g, f)
};
window.vglnk.Sizzle = b
})(); |
#2 JavaScript::Eval (size: 690, repeated: 1)CloudFlare.define('vig_key', ['vig_key/config', 'cloudflare/deferred'], function(config, deferred) {
var viglink = window.vglnk = {
api_url: '//api.viglink.com/api',
key: '9b4efad421c8b103b2c94b796db973b0',
sub_id: config.sid
},
result = deferred.defer();
if (config.vig_uk) viglink.key = data.vig_uk;
CloudFlare.require([('https:' === document.location.protocol ? viglink.api_url : '//cdn.viglink.com/api') + '/vglnk.js'], function() {
result.resolve();
});
return result.promise;
}); |
#3 JavaScript::Eval (size: 19353, repeated: 1)(function(a) {
a.fn.layerSlider = function(c) {
if ((typeof c).match("object|undefined")) {
return this.each(function(a) {
new b(this, c)
})
} else {
if (c == "data") {
var d = a(this).data("LayerSlider");
if (d) {
return d
}
} else {
return this.each(function(b) {
var d = a(this).data("LayerSlider");
if (d) {
if (!d.g.isAnimating) {
if (typeof c == "number") {
if (c > 0 && c < d.g.layersNum + 1 && c != d.g.curLayerIndex) {
d.change(c)
}
} else {
switch (c) {
case "prev":
d.o.cbPrev();
d.prev("clicked");
break;
case "next":
d.o.cbNext();
d.next("clicked");
break;
case "start":
if (!d.g.autoSlideshow) {
d.o.cbStart();
d.g.originalAutoSlideshow = true;
d.start()
}
break
}
}
}
if ((d.g.autoSlideshow || !d.g.autoSlideshow && d.g.originalAutoSlideshow) && c == "stop") {
d.o.cbStop();
d.g.originalAutoSlideshow = false;
d.g.curLayer.find('iframe[src*="www.youtu"], iframe[src*="player.vimeo"]').each(function() {
clearTimeout(a(this).data("videoTimer"))
});
d.stop()
}
}
})
}
}
};
var b = function(c, d) {
var e = this;
e.$el = a(c).addClass("ls-container");
e.$el.data("LayerSlider", e);
e.init = function() {
e.o = a.extend({}, b.options, d);
e.g = a.extend({}, b.global);
if (a(c).find(".ls-layer").length == 1) {
e.o.autoStart = false;
e.o.navPrevNext = false;
e.o.navStartStop = false;
e.o.navButtons = false;
e.o.loops = 0;
e.o.forceLoopNum = false;
e.o.autoPauseSlideshow = true;
e.o.firstLayer = 1
}
e.g.sliderOriginalWidth = a(c)[0].style.width;
a(c).find('.ls-layer, *[class*="ls-s"]').each(function() {
if (a(this).attr("rel") || a(this).attr("style")) {
if (a(this).attr("rel")) {
var b = a(this).attr("rel").toLowerCase().split(";")
} else {
var b = a(this).attr("style").toLowerCase().split(";")
}
for (x = 0; x < b.length; x++) {
param = b[x].split(":");
if (param[0].indexOf("easing") != -1) {
param[1] = e.ieEasing(param[1])
}
a(this).data(a.trim(param[0]), a.trim(param[1]))
}
}
a(this).data("originalLeft", a(this)[0].style.left);
a(this).data("originalTop", a(this)[0].style.top)
});
a(c).find('*[class*="ls-linkto-"]').each(function() {
var b = a(this).attr("class").split(" ");
for (var d = 0; d < b.length; d++) {
if (b[d].indexOf("ls-linkto-") != -1) {
var e = parseInt(b[d].split("ls-linkto-")[1]);
a(this).click(function(b) {
b.preventDefault();
a(c).layerSlider(e)
})
}
}
});
e.g.layersNum = a(c).find(".ls-layer").length;
e.o.firstLayer = e.o.firstLayer < e.g.layersNum + 1 ? e.o.firstLayer : 1;
e.o.firstLayer = e.o.firstLayer < 1 ? 1 : e.o.firstLayer;
e.g.nextLoop = 1;
if (e.o.animateFirstLayer) {
e.g.nextLoop = 0
}
a(c).find('iframe[src*="www.youtu"]').each(function() {
if (a(this).parent('[class*="ls-s"]')) {
var b = a(this);
a.getJSON("http://gdata.youtube.com/feeds/api/videos/" + a(this).attr("src").split("embed/")[1].split("?")[0] + "?v=2&alt=json&callback=?", function(a) {
b.data("videoDuration", parseInt(a["entry"]["media$group"]["yt$duration"]["seconds"]) * 1e3)
});
var c = a("<div>").addClass("ls-vpcontainer").appendTo(a(this).parent());
a("<img>").appendTo(c).addClass("ls-videopreview").attr("src", "http://img.youtube.com/vi/" + a(this).attr("src").split("embed/")[1].split("?")[0] + "/" + e.o.youtubePreview);
a("<div>").appendTo(c).addClass("ls-playvideo");
a(this).parent().css({
width: a(this).width(),
height: a(this).height()
}).click(function() {
e.g.isAnimating = true;
if (e.g.paused) {
if (e.o.autoPauseSlideshow != false) {
e.g.paused = false
}
e.g.originalAutoSlideshow = true
} else {
e.g.originalAutoSlideshow = e.g.autoSlideshow
}
if (e.o.autoPauseSlideshow != false) {
e.stop()
}
e.g.pausedByVideo = true;
a(this).find("iframe").attr("src", a(this).find("iframe").data("videoSrc"));
a(this).find(".ls-vpcontainer").delay(e.g.v.d).fadeOut(e.g.v.fo, function() {
if (e.o.autoPauseSlideshow == "auto" && e.g.originalAutoSlideshow == true) {
var a = setTimeout(function() {
e.start()
}, b.data("videoDuration") - e.g.v.d);
b.data("videoTimer", a)
}
e.g.isAnimating = false
})
});
var d = "&";
if (a(this).attr("src").indexOf("?") == -1) {
d = "?"
}
a(this).data("videoSrc", a(this).attr("src") + d + "autoplay=1");
a(this).attr("src", "")
}
});
a(c).find('iframe[src*="player.vimeo"]').each(function() {
if (a(this).parent('[class*="ls-s"]')) {
var b = a(this);
var c = a("<div>").addClass("ls-vpcontainer").appendTo(a(this).parent());
a.getJSON("http://vimeo.com/api/v2/video/" + a(this).attr("src").split("video/")[1].split("?")[0] + ".json?callback=?", function(d) {
a("<img>").appendTo(c).addClass("ls-videopreview").attr("src", d[0]["thumbnail_large"]);
b.data("videoDuration", parseInt(d[0]["duration"]) * 1e3);
a("<div>").appendTo(c).addClass("ls-playvideo")
});
a(this).parent().css({
width: a(this).width(),
height: a(this).height()
}).click(function() {
e.g.isAnimating = true;
if (e.g.paused) {
if (e.o.autoPauseSlideshow != false) {
e.g.paused = false
}
e.g.originalAutoSlideshow = true
} else {
e.g.originalAutoSlideshow = e.g.autoSlideshow
}
if (e.o.autoPauseSlideshow != false) {
e.stop()
}
e.g.pausedByVideo = true;
a(this).find("iframe").attr("src", a(this).find("iframe").data("videoSrc"));
a(this).find(".ls-vpcontainer").delay(e.g.v.d).fadeOut(e.g.v.fo, function() {
if (e.o.autoPauseSlideshow == "auto" && e.g.originalAutoSlideshow == true) {
var a = setTimeout(function() {
e.start()
}, b.data("videoDuration") - e.g.v.d);
b.data("videoTimer", a)
}
e.g.isAnimating = false
})
});
var d = "&";
if (a(this).attr("src").indexOf("?") == -1) {
d = "?"
}
a(this).data("videoSrc", a(this).attr("src") + d + "autoplay=1");
a(this).attr("src", "")
}
});
if (e.o.animateFirstLayer) {
e.o.firstLayer = e.o.firstLayer - 1 == 0 ? e.g.layersNum : e.o.firstLayer - 1
}
e.g.curLayerIndex = e.o.firstLayer;
e.g.curLayer = a(c).find(".ls-layer:eq(" + (e.g.curLayerIndex - 1) + ")");
e.g.sliderWidth = function() {
return a(c).width()
};
e.g.sliderHeight = function() {
return a(c).height()
};
if (e.o.yourLogo) {
var f = a("<img>").appendTo(a(c)).attr("src", e.o.yourLogo).attr("style", e.o.yourLogoStyle);
if (e.o.yourLogoLink != false) {
a("<a>").appendTo(a(c)).attr("href", e.o.yourLogoLink).attr("target", e.o.yourLogoTarget).css({
textDecoration: "none",
outline: "none"
}).append(f)
}
}
a(c).find(".ls-layer").wrapAll('<div class="ls-inner"></div>');
if (a(c).css("position") == "static") {
a(c).css("position", "relative")
}
a(c).find(".ls-inner").css({
backgroundColor: e.o.globalBGColor
});
if (e.o.globalBGImage) {
a(c).find(".ls-inner").css({
backgroundImage: "url(" + e.o.globalBGImage + ")"
})
}
a(c).find(".ls-bg").css({
marginLeft: -(e.g.sliderWidth() / 2) + "px",
marginTop: -(e.g.sliderHeight() / 2) + "px"
});
if (e.o.navPrevNext) {
a('<a class="ls-nav-prev" href="#" />').click(function(b) {
b.preventDefault();
a(c).layerSlider("prev")
}).appendTo(a(c));
a('<a class="ls-nav-next" href="#" />').click(function(b) {
b.preventDefault();
a(c).layerSlider("next")
}).appendTo(a(c))
}
if (e.o.navStartStop || e.o.navButtons) {
a('<div class="ls-bottom-nav-wrapper" />').appendTo(a(c));
if (e.o.navButtons) {
a('<span class="ls-bottom-slidebuttons" />').appendTo(a(c).find(".ls-bottom-nav-wrapper"));
for (x = 1; x < e.g.layersNum + 1; x++) {
a('<a href="#"></a>').appendTo(a(c).find(".ls-bottom-slidebuttons")).click(function(b) {
b.preventDefault();
a(c).layerSlider(a(this).index() + 1)
})
}
a(c).find(".ls-bottom-slidebuttons a:eq(" + (e.o.firstLayer - 1) + ")").addClass("ls-nav-active")
}
if (e.o.navStartStop) {
a('<a class="ls-nav-start" href="#" />').click(function(b) {
b.preventDefault();
a(c).layerSlider("start")
}).prependTo(a(c).find(".ls-bottom-nav-wrapper"));
a('<a class="ls-nav-stop" href="#" />').click(function(b) {
b.preventDefault();
a(c).layerSlider("stop")
}).appendTo(a(c).find(".ls-bottom-nav-wrapper"))
} else {
a('<span class="ls-nav-sides ls-nav-sideleft" />').prependTo(a(c).find(".ls-bottom-nav-wrapper"));
a('<span class="ls-nav-sides ls-nav-sideright" />').appendTo(a(c).find(".ls-bottom-nav-wrapper"))
}
}
if (e.o.keybNav && a(c).find(".ls-layer").length > 1) {
a("body").bind("keydown", function(a) {
if (!e.g.isAnimating) {
if (a.which == 37) {
e.o.cbPrev();
e.prev("clicked")
} else if (a.which == 39) {
e.o.cbNext();
e.next("clicked")
}
}
})
}
if ("ontouchstart" in window && a(c).find(".ls-layer").length > 1 && e.o.touchNav) {
a(c).bind("touchstart", function(a) {
var b = a.touches ? a.touches : a.originalEvent.touches;
if (b.length == 1) {
e.g.touchStartX = e.g.touchEndX = b[0].clientX
}
});
a(c).bind("touchmove", function(a) {
var b = a.touches ? a.touches : a.originalEvent.touches;
if (b.length == 1) {
e.g.touchEndX = b[0].clientX
}
if (Math.abs(e.g.touchStartX - e.g.touchEndX) > 45) {
a.preventDefault()
}
});
a(c).bind("touchend", function(b) {
if (Math.abs(e.g.touchStartX - e.g.touchEndX) > 45) {
if (e.g.touchStartX - e.g.touchEndX > 0) {
e.o.cbNext();
a(c).layerSlider("next")
} else {
e.o.cbPrev();
a(c).layerSlider("prev")
}
}
})
}
if (e.o.pauseOnHover == true && a(c).find(".ls-layer").length > 1) {
a(c).find(".ls-inner").hover(function() {
e.o.cbPause();
if (e.g.autoSlideshow) {
e.stop();
e.g.paused = true
}
}, function() {
if (e.g.paused == true) {
e.start();
e.g.paused = false
}
})
}
a(c).addClass("ls-" + e.o.skin);
var g = e.o.skinsPath + e.o.skin + "/skin.css";
if (document.createStyleSheet) {
document.createStyleSheet(g)
} else {
a('<link rel="stylesheet" href="' + g + '" type="text/css" />').appendTo(a("head"))
}
if (e.o.animateFirstLayer == true) {
if (e.o.autoStart) {
e.g.autoSlideshow = true
}
e.next()
} else {
e.imgPreload(e.g.curLayer, function() {
e.g.curLayer.fadeIn(1e3, function() {
a(this).addClass("ls-active");
if (e.o.autoPlayVideos) {
a(this).delay(a(this).data("delayin") + 25).queue(function() {
a(this).find(".ls-videopreview").click();
a(this).dequeue()
})
}
});
if (e.o.autoStart) {
e.start()
}
})
}
a(window).resize(function() {
e.makeResponsive(e.g.curLayer, function() {
return
})
});
a(c).delay(150).queue(function() {
e.makeResponsive(e.g.curLayer, function() {
return
}, true)
});
e.o.cbInit(a(c))
};
e.start = function() {
if (e.g.autoSlideshow) {
if (e.g.prevNext == "prev" && e.o.twoWaySlideshow) {
e.prev()
} else {
e.next()
}
} else {
e.g.autoSlideshow = true;
e.timer()
}
};
e.timer = function() {
var b = a(c).find(".ls-active").data("slidedelay") ? parseInt(a(c).find(".ls-active").data("slidedelay")) : e.o.slideDelay;
clearTimeout(e.g.slideTimer);
e.g.slideTimer = window.setTimeout(function() {
e.start()
}, b)
};
e.stop = function() {
clearTimeout(e.g.slideTimer);
e.g.autoSlideshow = false
};
e.ieEasing = function(b) {
if (a.trim(b.toLowerCase()) == "swing" || a.trim(b.toLowerCase()) == "linear") {
return b.toLowerCase()
} else {
return b.replace("easeinout", "easeInOut").replace("easein", "easeIn").replace("easeout", "easeOut").replace("quad", "Quad").replace("quart", "Quart").replace("cubic", "Cubic").replace("quint", "Quint").replace("sine", "Sine").replace("expo", "Expo").replace("circ", "Circ").replace("elastic", "Elastic").replace("back", "Back").replace("bounce", "Bounce")
}
};
e.prev = function(a) {
if (e.g.curLayerIndex < 2) {
e.g.nextLoop += 1
}
if (e.g.nextLoop > e.o.loops && e.o.loops > 0 && !a) {
e.g.nextLoop = 0;
e.stop();
if (e.o.forceLoopNum == false) {
e.o.loops = 0
}
} else {
var b = e.g.curLayerIndex < 2 ? e.g.layersNum : e.g.curLayerIndex - 1;
e.g.prevNext = "prev";
e.change(b, e.g.prevNext)
}
};
e.next = function(a) {
if (!(e.g.curLayerIndex < e.g.layersNum)) {
e.g.nextLoop += 1
}
if (e.g.nextLoop > e.o.loops && e.o.loops > 0 && !a) {
e.g.nextLoop = 0;
e.stop();
if (e.o.forceLoopNum == false) {
e.o.loops = 0
}
} else {
var b = e.g.curLayerIndex < e.g.layersNum ? e.g.curLayerIndex + 1 : 1;
e.g.prevNext = "next";
e.change(b, e.g.prevNext)
}
};
e.change = function(b, d) {
if (e.g.pausedByVideo == true) {
e.g.pausedByVideo = false;
e.g.autoSlideshow = e.g.originalAutoSlideshow;
e.g.curLayer.find('iframe[src*="www.youtu"], iframe[src*="player.vimeo"]').each(function() {
a(this).parent().find(".ls-vpcontainer").fadeIn(e.g.v.fi, function() {
a(this).parent().find("iframe").attr("src", "")
})
})
}
a(c).find('iframe[src*="www.youtu"], iframe[src*="player.vimeo"]').each(function() {
clearTimeout(a(this).data("videoTimer"))
});
clearTimeout(e.g.slideTimer);
e.g.nextLayerIndex = b;
e.g.nextLayer = a(c).find(".ls-layer:eq(" + (e.g.nextLayerIndex - 1) + ")");
if (!d) {
if (e.g.curLayerIndex < e.g.nextLayerIndex) {
e.g.prevNext = "next"
} else {
e.g.prevNext = "prev"
}
}
var f = 0;
if (a(c).find('iframe[src*="www.youtu"], iframe[src*="player.vimeo"]').length) {
f = e.g.v.fi
}
setTimeout(function() {
e.imgPreload(e.g.nextLayer, function() {
e.animate()
})
}, f)
};
e.imgPreload = function(b, c) {
if (e.o.imgPreload) {
var d = [];
var f = 0;
if (b.css("background-image") != "none" && b.css("background-image").indexOf("url") != -1) {
var g = b.css("background-image");
g = g.match(/url\((.*)\)/)[1].replace(/"/gi, "");
d.push(g)
}
b.find("img").each(function() {
d.push(a(this).attr("src"))
});
b.find("*").each(function() {
if (a(this).css("background-image") != "none" && a(this).css("background-image").indexOf("url") != -1) {
var b = a(this).css("background-image");
b = b.match(/url\((.*)\)/)[1].replace(/"/gi, "");
d.push(b)
}
});
if (d.length == 0) {
e.makeResponsive(b, c)
} else {
for (x = 0; x < d.length; x++) {
a("<img>").load(function() {
if (++f == d.length) {
e.makeResponsive(b, c)
}
}).attr("src", d[x])
}
}
} else {
e.makeResponsive(b, c)
}
};
e.makeResponsive = function(b, c, d) {
if (!d) {
b.css({
display: "block",
visibility: "hidden"
})
}
e.resizeSlider();
for (var f = 0; f < b.children().length; f++) {
var g = b.children(":eq(" + f + ")");
var h = g.data("originalLeft");
var i = g.data("originalTop");
if (h && h.indexOf("%") != -1) {
g.css({
left: e.g.sliderWidth() / 100 * parseInt(h) - g.outerWidth() / 2
})
}
if (i && i.indexOf("%") != -1) {
g.css({
top: e.g.sliderHeight() / 100 * parseInt(i) - g.outerHeight() / 2
})
}
}
if (!d) {
b.css({
display: "none",
visibility: "visible"
})
}
c();
a(this).dequeue()
};
e.resizeSlider = function() {
if (a(c).closest(".ls-wp-forceresponsive-container").length) {
a(c).closest(".ls-wp-forceresponsive-helper").css({
height: a(c).outerHeight(true)
});
a(c).closest(".ls-wp-forceresponsive-container").css({
height: a(c).outerHeight(true)
});
a(c).closest(".ls-wp-forceresponsive-helper").css({
width: a(window).width(),
left: -a(window).width() / 2
});
if (e.g.sliderOriginalWidth.split("%") != -1) {
var b = parseInt(e.g.sliderOriginalWidth);
var d = a("body").width() / 100 * b - (a(c).outerWidth() - a(c).width());
a(c).width(d)
}
}
a(c).find(".ls-inner").css({
width: e.g.sliderWidth(),
height: e.g.sliderHeight()
});
if (e.g.curLayer && e.g.nextLayer) {
e.g.curLayer.css({
width: e.g.sliderWidth(),
height: e.g.sliderHeight()
});
e.g.nextLayer.css({
width: e.g.sliderWidth(),
height: e.g.sliderHeight()
})
} else {
a(c).find(".ls-layer").css({
width: e.g.sliderWidth(),
height: e.g.sliderHeight()
})
}
a(c).find(".ls-bg").css({
marginLeft: -(e.g.sliderWidth() / 2) + "px",
marginTop: -(e.g.sliderHeight() / 2) + "px"
})
};
e.animate = function() {
e.o.cbAnimStart();
e.g.isAnimating = true;
e.g.nextLayer.addClass("ls-animating");
var b = curLayerRight = curLayerTop = curLayerBottom = nextLayerLeft = nextLayerRight = nextLayerTop = nextLayerBottom = layerMarginLeft = layerMarginRight = layerMarginTop = layerMarginBottom = "auto";
var d = nextLayerWidth = e.g.sliderWidth();
var f = nextLayerHeight = e.g.sliderHeight();
var g = e.g.prevNext == "prev" ? e.g.curLayer : e.g.nextLayer;
var h = g.data("slidedirection") ? g.data("slidedirection") : e.o.slideDirection;
var i = e.g.slideDirections[e.g.prevNext][h];
if (i == "left" || i == "right") {
d = curLayerTop = nextLayerWidth = nextLayerTop = 0;
layerMarginTop = 0
}
if (i == "top" || i == "bottom") {
f = b = nextLayerHeight = nextLayerLeft = 0;
layerMarginLeft = 0
}
switch (i) {
case "left":
curLayerRight = nextLayerLeft = 0;
layerMarginLeft = -e.g.sliderWidth();
break;
case "right":
b = nextLayerRight = 0;
layerMarginLeft = e.g.sliderWidth();
break;
case "top":
curLayerBottom = nextLayerTop = 0;
layerMarginTop = -e.g.sliderHeight();
break;
case "bottom":
curLayerTop = nextLayerBottom = 0;
layerMarginTop = e.g.sliderHeight89;
break
}
e.g.curLayer.css({
left: b,
right: curLayerRight,
top: curLayerTop,
bottom: curLayerBottom
});
e.g.nextLayer.css({
width: nextLayerWidth,
height: nextLayerHeight,
left: nextLayerLeft,
right: nextLayerRight,
top: nextLayerTop,
bottom: nextLayerBottom
});
var j = e.g.curLayer.data("delayout") ? parseInt(e.g.curLayer.data("delayout")) : e.o.delayOut;
var k = e.g.curLayer.data("durationout") ? parseInt(e.g.curLayer.data("durationout")) : e.o.durationOut;
var l = e.g.curLayer.data("easingout") ? e.g.curLayer.data("easingout") : e.o.easingOut;
e.g.curLayer.delay(j + k / 80).animate({
width: d,
height: f
}, k, l, function() {
e.g.curLayer = e.g.nextLayer;
e.g.curLayerIndex = e.g.nextLayerIndex;
a(c).find(".ls-layer").removeClass("ls-active");
a(c).find(".ls-layer:eq(" + (e.g.curLayerIndex - 1) + ")").addClass("ls-active").removeClass("ls-animating");
a(c).find(".ls-bottom-slidebuttons a").removeClass("ls-nav-active");
a(c).find(".ls-bottom-slidebuttons a:eq(" + (e.g.curLayerIndex - 1) + ")").addClass("ls-nav-active");
e.g.isAnimating = false;
e.o.cbAnimStop();
if (e.g.autoSlideshow) {
e.timer()
}
});
e.g.curLayer.find(' > *[class*="ls-s"]').each(function() {
var b = a(this).data("slidedirection") ? a(this).data("slidedirection") : i;
var c, d;
switch (b) {
case "left":
c = -e.g.sliderWidth();
d = 0;
break;
case "right":
c = e.g.sliderWidth();
d = 0;
break;
case "top":
d = -e.g.sliderHeight();
c = 0;
break;
case "bottom":
d = e.g.sliderHeight();
c = 0;
break
}
var f = a(this).data("slideoutdirection") ? a(this).data("slideoutdirection") : false;
switch (f) {
case "left":
c = e.g.sliderWidth();
d = 0;
break;
case "right":
c = -e.g.sliderWidth();
d = 0;
break;
case "top":
d = e.g.sliderHeight();
c = 0;
break;
case "bottom":
d = -e.g.sliderHeight();
c = 0;
break
}
var g = e.g.curLayer.data("parallaxout") ? parseInt(e.g.curLayer.data("parallaxout")) : e.o.parallaxOut;
var h = parseInt(a(this).attr("class").split("ls-s")[1]) * g;
var j = a(this).data("delayout") ? parseInt(a(this).data("delayout")) : e.o.delayOut;
var k = a(this).data("durationout") ? parseInt(a(this).data("durationout")) : e.o.durationOut;
var l = a(this).data("easingout") ? a(this).data("easingout") : e.o.easingOut;
if (f == "fade" || !f && b == "fade") {
a(this).delay(j).fadeOut(k, l)
} else {
a(this).stop().delay(j).animate({
marginLeft: -c * h,
marginTop: -d * h
}, k, l)
}
});
var m = e.g.nextLayer.data("delayin") ? parseInt(e.g.nextLayer.data("delayin")) : e.o.delayIn;
var n = e.g.nextLayer.data("durationin") ? parseInt(e.g.nextLayer.data("durationin")) : e.o.durationIn;
var o = e.g.nextLayer.data("easingin") ? e.g.nextLayer.data("easingin") : e.o.easingIn;
e.g.nextLayer.delay(j + m).animate({
width: e.g.sliderWidth(),
height: e.g.sliderHeight()
}, n, o);
e.g.nextLayer.find(' > *[class*="ls-s"]').each(function() {
var b = a(this).data("slidedirection") ? a(this).data("slidedirection") : i;
var c, d;
switch (b) {
case "left":
c = -e.g.sliderWidth();
d = 0;
break;
case "right":
c = e.g.sliderWidth();
d = 0;
break;
case "top":
d = -e.g.sliderHeight();
c = 0;
break;
case "bottom":
d = e.g.sliderHeight();
c = 0;
break;
case "fade":
d = 0;
c = 0;
break
}
var f = e.g.nextLayer.data("parallaxin") ? parseInt(e.g.nextLayer.data("parallaxin")) : e.o.parallaxIn;
var g = parseInt(a(this).attr("class").split("ls-s")[1]) * f;
var h = a(this).data("delayin") ? parseInt(a(this).data("delayin")) : e.o.delayIn;
var k = a(this).data("durationin") ? parseInt(a(this).data("durationin")) : e.o.durationIn;
var l = a(this).data("easingin") ? a(this).data("easingin") : e.o.easingIn;
if (b == "fade") {
a(this).css({
display: "none",
marginLeft: 0,
marginTop: 0
}).delay(j + h).fadeIn(k, l, function() {
if (e.o.autoPlayVideos == true) {
a(this).find(".ls-videopreview").click()
}
})
} else {
a(this).css({
display: "block",
marginLeft: c * g,
marginTop: d * g
}).stop().delay(j + h).animate({
marginLeft: 0,
marginTop: 0
}, k, l, function() {
if (e.o.autoPlayVideos == true) {
a(this).find(".ls-videopreview").click()
}
})
}
})
};
e.init()
};
b.options = {
autoStart: true,
firstLayer: 1,
twoWaySlideshow: false,
keybNav: true,
touchNav: true,
imgPreload: true,
navPrevNext: true,
navStartStop: true,
navButtons: true,
skin: "lightskin",
skinsPath: "/layerslider/skins/",
pauseOnHover: true,
globalBGColor: "transparent",
globalBGImage: false,
animateFirstLayer: false,
yourLogo: false,
yourLogoStyle: "position: absolute; z-index: 1001; left: 10px; top: 10px;",
yourLogoLink: false,
yourLogoTarget: "_blank",
loops: 0,
forceLoopNum: true,
autoPlayVideos: true,
autoPauseSlideshow: "auto",
youtubePreview: "maxresdefault.jpg",
cbInit: function() {},
cbStart: function() {},
cbStop: function() {},
cbPause: function() {},
cbAnimStart: function() {},
cbAnimStop: function() {},
cbPrev: function() {},
cbNext: function() {},
slideDirection: "right",
slideDelay: 4e3,
parallaxIn: .45,
parallaxOut: .45,
durationIn: 1500,
durationOut: 1500,
easingIn: "easeInOutQuint",
easingOut: "easeInOutQuint",
delayIn: 0,
delayOut: 0
};
b.global = {
version: "2.0",
paused: false,
autoSlideshow: false,
isAnimating: false,
layersNum: null,
prevNext: "next",
slideTimer: null,
sliderWidth: null,
sliderHeight: null,
slideDirections: {
prev: {
left: "right",
right: "left",
top: "bottom",
bottom: "top"
},
next: {
left: "left",
right: "right",
top: "top",
bottom: "bottom"
}
},
v: {
d: 500,
fo: 750,
fi: 500
}
}
})(jQuery) |
#4 JavaScript::Eval (size: 217, repeated: 1)vglnk_jsonp_13512464480390(1351246448202, 2000, [], [], {
"plugins": {
"productLinker": {
"platform": "wppr",
"linkTarget": "_blank",
"key": "d2cc27b1321fc2ae5ad8aedf4a0896af"
}
},
"timeClick": true,
"debug": false,
"timePing": false
}, []); |
#5 JavaScript::Eval (size: 22404, repeated: 1)vglnk_jsonp_13512464534231({
"results": [{
"phrase": "microsoft security essentials",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=microsoft+security+essentials&rh=i%3Aaps%2Ck%3Amicrosoft+security+essentials"
}, {
"phrase": "office 2010 professional plus",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=office+2010+professional+plus&rh=i%3Aaps%2Ck%3Aoffice+2010+professional+plus"
}, {
"phrase": "office professional plus 2010",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=office+professional+plus+2010&rh=i%3Aaps%2Ck%3Aoffice+professional+plus+2010"
}, {
"phrase": "windows security essentials",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=windows+security+essentials&rh=i%3Aaps%2Ck%3Awindows+security+essentials"
}, {
"phrase": "forefront client security",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=forefront+client+security&rh=i%3Aaps%2Ck%3Aforefront+client+security"
}, {
"phrase": "pirates of the caribbean",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1313&_nkw=pirates+of+the+caribbean&_sacat=See-All-Categories"
}, {
"phrase": "windows home server 2011",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=windows+home+server+2011&rh=i%3Aaps%2Ck%3Awindows+home+server+2011"
}, {
"phrase": "windows server 2008 r2",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=windows+server+2008+r2&rh=i%3Aaps%2Ck%3Awindows+server+2008+r2"
}, {
"phrase": "super mario brothers",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=super+mario+brothers&x=0&y=0"
}, {
"phrase": "windows 7 enterprise",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=windows+7+enterprise&rh=i%3Aaps%2Ck%3Awindows+7+enterprise"
}, {
"phrase": "home theater system",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=home+theater+system&x=0&y=0"
}, {
"phrase": "microsoft windows 7",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=microsoft+windows+7&rh=i%3Aaps%2Ck%3Amicrosoft+windows+7"
}, {
"phrase": "windows home server",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=windows+home+server&rh=i%3Aaps%2Ck%3Awindows+home+server"
}, {
"phrase": "windows server 2003",
"type": "L",
"url": "https://www.google.com/search?q=windows+server+2003&hl=en&client=firefox-a&hs=Jl6&rls=org.mozilla:en-US:official&prmd=imvnsab&source=univ&tbm=shop&tbo=u&sa=X&ei=1HwuUIS5B9KtyAHnpoEI&ved=0CHQQsxg&biw=1336&bih=919"
}, {
"phrase": "windows server 2008",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=windows+server+2008"
}, {
"phrase": "windows server 2012",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=windows+server+2012&rh=i%3Aaps%2Ck%3Awindows+server+2012"
}, {
"phrase": ".net framework 3.5",
"type": "L",
"url": "http://www.microsoft.com/en-us/download/details.aspx?id=21"
}, {
"phrase": "rca cablerca cable",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=rca+cable&rh=i%3Aaps%2Ck%3Arca+cable"
}, {
"phrase": "vmware workstation",
"type": "L",
"url": "https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/8_0?cc=www&client=VMware_Site&entqr=0&ud=1&num=20&output=xml_no_dtd&proxystylesheet=VMware_gsa_Site&site=VMware_Site&ie=UTF-8&oe=UTF-8&q=vmware%20workstation&x=10&y=2"
}, {
"phrase": "windows 7 ultimate",
"type": "L",
"url": "http://www.amazon.com/dp/B002DHGMVY"
}, {
"phrase": "microsoft toolkit",
"type": "L",
"url": "http://www.microsoftstore.com/store?defaultKeyword=Search+Microsoft+Store&SiteID=msstore&Action=list&categoryID=38336300&keywords=microsoft+toolkit&result="
}, {
"phrase": "modern warfare 3",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=modern+warefare+3&x=0&y=0"
}, {
"phrase": "samsung galaxy s",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=samsung+galaxy+s&rh=i%3Aaps%2Ck%3Asamsung+galaxy+s"
}, {
"phrase": "super mario bros",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=node%3D166461011&field-keywords=super+mario+brothers&x=0&y=0"
}, {
"phrase": "canon rebel t2i",
"type": "L",
"url": "http://www.amazon.com/dp/B0035FZJHQ"
}, {
"phrase": "musiciansfriend",
"type": "L",
"url": "http://www.musiciansfriend.com/"
}, {
"phrase": "network decoder",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=network+decoder&rh=i%3Aaps%2Ck%3Anetwork+decoder"
}, {
"phrase": "usb flash drive",
"type": "L",
"url": "http://www.newegg.com/Store/SubCategory.aspx?SubCategory=522&Tpk=usb%20flash%20drive|usb%20flash"
}, {
"phrase": "virgin atlantic",
"type": "L",
"url": "http://www.virgin-atlantic.com/"
}, {
"phrase": "android tablet",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=android+tablet&x=0&y=0"
}, {
"phrase": "inspiron n5010",
"type": "L",
"url": "http://www.dell.com/us/p/inspiron-15r/pd"
}, {
"phrase": "lego star wars",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=lego+star+wars&_sacat=See-All-Categories"
}, {
"phrase": "need for speed",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=need+for+speed&x=0&y=0"
}, {
"phrase": "power inserter",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=power+inserter&rh=i%3Aaps%2Ck%3Apower+inserter"
}, {
"phrase": "radar detector",
"type": "L",
"url": "http://motors.shop.ebay.com/eBay-Motors-/6000/i.html?_nkw=radar+detector&_trksid=p5197.m570.l1313&_rdc=1"
}, {
"phrase": "samsung galaxy",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=samsung+galaxy&rh=i%3Aaps%2Ck%3Asamsung+galaxy"
}, {
"phrase": "service pack 1",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=node%3D229655&field-keywords=windows+service+pack+1"
}, {
"phrase": "service pack 2",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=node%3D229655&field-keywords=windows+service+pack+2"
}, {
"phrase": "service pack 3",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_nkw=service+pack+3"
}, {
"phrase": "hotspotshield",
"type": "L",
"url": "http://www.newegg.com/Product/Product.aspx?Item=N82E16832714030&Tpk=hotspotshield"
}, {
"phrase": "htc sensation",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=htc+sensation&x=0&y=0"
}, {
"phrase": "laser printer",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=laser+printer&x=0&y=0"
}, {
"phrase": "motorola xoom",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=motorola+xoom&x=0&y=0"
}, {
"phrase": "photoshop cs3",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=photoshop+cs3&rh=i%3Aaps%2Ck%3Aphotoshop+cs3"
}, {
"phrase": "playstation 3",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=playstation+3"
}, {
"phrase": "sharper image",
"type": "L",
"url": "http://www.sharperimage.com/"
}, {
"phrase": "virgin mobile",
"type": "L",
"url": "http://www.virginmobileusa.com/"
}, {
"phrase": "windows 7 sp1",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=windows+7+sp1&rh=i%3Aaps%2Ck%3Awindows+7+sp1"
}, {
"phrase": "call of duty",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=modern+warefare+3&x=0&y=0"
}, {
"phrase": "galaxy nexus",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=galaxy+nexus&rh=i%3Aaps%2Ck%3Agalaxy+nexus"
}, {
"phrase": "gears of war",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=gears+of+war&x=0&y=0"
}, {
"phrase": "iview 760tpc",
"type": "L",
"url": "http://www.newegg.com/Product/Product.aspx?Item=N82E16858683003&Tpk=iview%20760tpc"
}, {
"phrase": "ployer momo9",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=ployer+momo9&rh=i%3Aaps%2Ck%3Aployer+momo9&ajr=0"
}, {
"phrase": "target store",
"type": "L",
"url": "http://www.target.com/"
}, {
"phrase": "transformers",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1313&_nkw=transformers&_sacat=See-All-Categories"
}, {
"phrase": "vmware tools",
"type": "L",
"url": "http://www.amazon.com/s/field-keywords=vmware+tools"
}, {
"phrase": "windows 2000",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_nkw=windows+2000"
}, {
"phrase": "bitdefender",
"type": "L",
"url": "http://www.bitdefender.com/"
}, {
"phrase": "crutchfield",
"type": "L",
"url": "http://www.crutchfield.com/"
}, {
"phrase": "dollar tree",
"type": "L",
"url": "http://www.dollartree.com/"
}, {
"phrase": "ebay motors",
"type": "L",
"url": "http://www.motors.ebay.com/"
}, {
"phrase": "kindle fire",
"type": "L",
"url": "http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2"
}, {
"phrase": "nintendo ds",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=nintendo+ds&rh=i%3Aaps%2Ck%3Anintendo+ds"
}, {
"phrase": "office 2007",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=office+2007"
}, {
"phrase": "office 2010",
"type": "L",
"url": "http://www.amazon.com/dp/B00337D8U6"
}, {
"phrase": "playstation",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=playstation+3"
}, {
"phrase": "cube u30gt",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=cube+u30gt"
}, {
"phrase": "ipod touch",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=ipod+touch&x=0&y=0"
}, {
"phrase": "sennheiser",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=sennheiser&x=0&y=0"
}, {
"phrase": "vaporgenie",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=vaporgenie&rh=i%3Aaps%2Ck%3Avaporgenie"
}, {
"phrase": "behringer",
"type": "L",
"url": "http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&N=-1&isNodeId=1&Description=behringer&x=11&y=13"
}, {
"phrase": "brownells",
"type": "L",
"url": "http://www.brownells.com/"
}, {
"phrase": "canon t2i",
"type": "L",
"url": "http://www.amazon.com/dp/B0035FZJHQ"
}, {
"phrase": "extreme q",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=extreme+q&rh=i%3Aaps%2Ck%3Aextreme+q"
}, {
"phrase": "hauppauge",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=hauppauge&rh=i%3Aaps%2Ck%3Ahauppauge"
}, {
"phrase": "hdhomerun",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=hdhomerun&rh=i%3Aaps%2Ck%3Ahdhomerun"
}, {
"phrase": "iphone 3g",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_ss_c_2_13?url=search-alias%3Dmobile&field-keywords=iphone+3gs+16gb&x=0&y=0&sprefix=iphone+3gs+16"
}, {
"phrase": "iphone 4s",
"type": "L",
"url": "http://www.ebay.com/electronics/iphone?_trksid=p3286.c0.m567"
}, {
"phrase": "ipod nano",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=ipod+nano&x=0&y=0"
}, {
"phrase": "mastercam",
"type": "L",
"url": "http://www.newegg.com/Product/Product.aspx?Item=9SIA00Y0BY2494&Tpk=mastercam"
}, {
"phrase": "tablet pc",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=tablet+pc&x=0&y=0"
}, {
"phrase": "thinkgeek",
"type": "L",
"url": "http://www.thinkgeek.com/"
}, {
"phrase": "usb drive",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=usb+drive&rh=i%3Aaps%2Ck%3Ausb+drive"
}, {
"phrase": "windows 7",
"type": "L",
"url": "http://www.amazon.com/dp/B004Q0PT3I"
}, {
"phrase": "windows 8",
"type": "L",
"url": "http://www.amazon.com/gp/product/B008H3SW4I"
}, {
"phrase": "xbox live",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=xbox+live&x=0&y=0"
}, {
"phrase": "audyssey",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=audyssey&rh=i%3Aaps%2Ck%3Aaudyssey"
}, {
"phrase": "aurora 2",
"type": "L",
"url": "http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&N=-1&isNodeId=1&Description=aurora+2&x=14&y=18"
}, {
"phrase": "gamestop",
"type": "L",
"url": "http://www.gamestop.com/"
}, {
"phrase": "gt-i9000",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=gt-i9000&rh=i%3Aaps%2Ck%3Agt-i9000"
}, {
"phrase": "iphone 5",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_nkw=iphone+5"
}, {
"phrase": "logitech",
"type": "L",
"url": "http://www.logitech.com/"
}, {
"phrase": "mac os x",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=mac+os+x&rh=i%3Aaps%2Ck%3Amac+os+x"
}, {
"phrase": "modcloth",
"type": "L",
"url": "http://www.modcloth.com/"
}, {
"phrase": "motorola",
"type": "L",
"url": "http://www.motorola.com/"
}, {
"phrase": "otterbox",
"type": "L",
"url": "http://www.otterbox.com/"
}, {
"phrase": "petsmart",
"type": "L",
"url": "http://www.petsmart.com/"
}, {
"phrase": "sheraton",
"type": "L",
"url": "http://www.sheraton.com/"
}, {
"phrase": "stickies",
"type": "L",
"url": "http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&N=-1&isNodeId=1&Description=stickies&x=16&y=18"
}, {
"phrase": "wiremold",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=wiremold&rh=i%3Aaps%2Ck%3Awiremold"
}, {
"phrase": "xbox 360",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=xbox+360&x=0&y=0"
}, {
"phrase": "yokohama",
"type": "L",
"url": "http://motors.shop.ebay.com/eBay-Motors-/6000/i.html?_nkw=yokohama&_trksid=p5197.m570.l1313&_rdc=1"
}, {
"phrase": "android",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=android&rh=i%3Aaps%2Ck%3Aandroid"
}, {
"phrase": "bestbuy",
"type": "L",
"url": "http://www.bestbuy.com/"
}, {
"phrase": "crosman",
"type": "L",
"url": "http://crosman.com/"
}, {
"phrase": "ebay uk",
"type": "L",
"url": "http://www.ebay.uk/"
}, {
"phrase": "expedia",
"type": "L",
"url": "http://www.expedia.com/"
}, {
"phrase": "groupon",
"type": "L",
"url": "http://www.groupon.com/"
}, {
"phrase": "hankook",
"type": "L",
"url": "http://motors.shop.ebay.com/eBay-Motors-/6000/i.html?_nkw=hankook&_trksid=p5197.m570.l1313&_rdc=1"
}, {
"phrase": "hotwire",
"type": "L",
"url": "http://www.hotwire.com/"
}, {
"phrase": "htc evo",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=htc+evo+phone&x=0&y=0"
}, {
"phrase": "htc hd2",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=htc+hd2&rh=i%3Aaps%2Ck%3Ahtc+hd2"
}, {
"phrase": "ixtreme",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Delectronics&field-keywords=ixtreme"
}, {
"phrase": "klipsch",
"type": "L",
"url": "http://www.klipsch.com/"
}, {
"phrase": "lexmark",
"type": "L",
"url": "http://www.lexmark.com/"
}, {
"phrase": "minolta",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1313&_nkw=minolta&_sacat=625"
}, {
"phrase": "podcast",
"type": "L",
"url": "http://itunes.apple.com/"
}, {
"phrase": "realtek",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=realtek&rh=i%3Aaps%2Ck%3Arealtek"
}, {
"phrase": "teclast",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=teclast&rh=i%3Aaps%2Ck%3Ateclast"
}, {
"phrase": "viglink",
"type": "L",
"url": "http://www.viglink.com/"
}, {
"phrase": "walmart",
"type": "L",
"url": "http://www.walmart.com/"
}, {
"phrase": "amazon",
"type": "L",
"url": "http://www.amazon.com/"
}, {
"phrase": "batman",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dvideogames&field-keywords=batman%3A+arkham+city&x=0&y=0"
}, {
"phrase": "emusic",
"type": "L",
"url": "http://www.emusic.com/"
}, {
"phrase": "hp usb",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=hp+usb&rh=i%3Aaps%2Ck%3Ahp+usb"
}, {
"phrase": "i9100g",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=i9100g&rh=i%3Aaps%2Ck%3Ai9100g"
}, {
"phrase": "ipad 2",
"type": "L",
"url": "http://www.ebay.com/sch/iPads-Tablets-eReaders-/171485/i.html?LH_BIN=1&_nkw=ipad+2&_catref=1&_dmpt=US_Tablet_Accessories&_npmv=3&_trksid=p3286.c0.m1538"
}, {
"phrase": "ipad 3",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1311&_nkw=ipad+3rd+generation&_sacat=See-All-Categories"
}, {
"phrase": "kindle",
"type": "L",
"url": "http://www.amazon.com/gp/product/B005890G8Y"
}, {
"phrase": "kinect",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=kinect&x=0&y=0"
}, {
"phrase": "lutron",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=lutron"
}, {
"phrase": "mattel",
"type": "L",
"url": "http://mattelshop.com/"
}, {
"phrase": "newegg",
"type": "L",
"url": "http://www.newegg.com/"
}, {
"phrase": "novo 7",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=novo+7&rh=i%3Aaps%2Ck%3Anovo+7"
}, {
"phrase": "nvidia",
"type": "L",
"url": "http://www.nvidia.com/"
}, {
"phrase": "rk3066",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=rk3066&rh=i%3Aaps%2Ck%3Ark3066"
}, {
"phrase": "rs-232",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=rs-232&rh=i%3Aaps%2Ck%3Ars-232"
}, {
"phrase": "sdcard",
"type": "L",
"url": "http://www.amazon.com/s/ref=a9_sc_1?rh=i%3Aaps%2Ck%3Asd+card&keywords=sd+card&ie=UTF8&qid=1345221579"
}, {
"phrase": "skyrim",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=skyrim&rh=i%3Aaps%2Ck%3Askyrim"
}, {
"phrase": "tomtom",
"type": "L",
"url": "http://www.tomtom.com/"
}, {
"phrase": "vmware",
"type": "L",
"url": "http://www.amazon.com/s/field-keywords=vmware"
}, {
"phrase": "webcam",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Delectronics&field-keywords=webcam"
}, {
"phrase": "xiaomi",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=xiaomi&rh=i%3Aaps%2Ck%3Axiaomi"
}, {
"phrase": "3d tv",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=3d+tv&x=0&y=0"
}, {
"phrase": "adobe",
"type": "L",
"url": "http://www.adobe.com/"
}, {
"phrase": "ainol",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=ainol&rh=i%3Aaps%2Ck%3Aainol"
}, {
"phrase": "avchd",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=avchd"
}, {
"phrase": "canon",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1313&_nkw=canon&_sacat=625"
}, {
"phrase": "forza",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=forza&x=0&y=0"
}, {
"phrase": "gopro",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1313&_nkw=gopro&_sacat=See-All-Categories"
}, {
"phrase": "i9100",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=i9100&rh=i%3Aaps%2Ck%3Ai9100"
}, {
"phrase": "ipad2",
"type": "L",
"url": "http://www.ebay.com/sch/iPads-Tablets-eReaders-/171485/i.html?LH_BIN=1&_nkw=ipad+2&_catref=1&_dmpt=US_Tablet_Accessories&_npmv=3&_trksid=p3286.c0.m1538"
}, {
"phrase": "kmart",
"type": "L",
"url": "http://www.kmart.com/"
}, {
"phrase": "nikon",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1313&_nkw=nikon&_sacat=625"
}, {
"phrase": "roxio",
"type": "L",
"url": "http://www.roxio.com/"
}, {
"phrase": "sears",
"type": "L",
"url": "http://www.sears.com/"
}, {
"phrase": "skype",
"type": "L",
"url": "http://www.skype.com/"
}, {
"phrase": "vizio",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=vizio+tv&x=0&y=0"
}, {
"phrase": "asos",
"type": "L",
"url": "http://us.asos.com/"
}, {
"phrase": "bose",
"type": "L",
"url": "http://www.bose.com/"
}, {
"phrase": "dell",
"type": "L",
"url": "http://www.dell.com/"
}, {
"phrase": "divx",
"type": "L",
"url": "http://www.divx.com/"
}, {
"phrase": "ebay",
"type": "L",
"url": "http://www.ebay.com"
}, {
"phrase": "g540",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=g540&rh=i%3Aaps%2Ck%3Ag540"
}, {
"phrase": "hd15",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=hd15&rh=i%3Aaps%2Ck%3Ahd15"
}, {
"phrase": "hr34",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=hr34&rh=i%3Aaps%2Ck%3Ahr34"
}, {
"phrase": "htpc",
"type": "L",
"url": "http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&N=-1&isNodeId=1&Description=htpc&x=19&y=19"
}, {
"phrase": "ipad",
"type": "L",
"url": "http://www.ebay.com/sch/i.html?_from=R40&_trksid=p5197.m570.l1311&_nkw=ipad+3rd+generation&_sacat=See-All-Categories"
}, {
"phrase": "iptv",
"type": "L",
"url": "http://bit.ly/IPTVConnection"
}, {
"phrase": "msdn",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=msdn&rh=i%3Aaps%2Ck%3Amsdn"
}, {
"phrase": "nike",
"type": "L",
"url": "http://www.nike.com/"
}, {
"phrase": "nook",
"type": "L",
"url": "http://www.barnesandnoble.com/"
}, {
"phrase": "rf45",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=rf45&rh=i%3Aaps%2Ck%3Arf45"
}, {
"phrase": "roku",
"type": "L",
"url": "http://www.roku.com/"
}, {
"phrase": "st50",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=st50&rh=i%3Aaps%2Ck%3Ast50"
}, {
"phrase": "w211",
"type": "L",
"url": "http://motors.shop.ebay.com/Car-Truck-Parts-/6030/i.html?Make=Mercedes%252DBenz&_nkw=w211&_catref=1"
}, {
"phrase": "wdtv",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=wdtv&rh=i%3Aaps%2Ck%3Awdtv"
}, {
"phrase": "xbmc",
"type": "L",
"url": "http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=xbmc&rh=i%3Aaps%2Ck%3Axbmc"
}]
}); |
Executed Writes (3)
#1 JavaScript::Write (size: 282, repeated: 1) |
#2 JavaScript::Write (size: 165, repeated: 1) |
#3 JavaScript::Write (size: 610, repeated: 1) |
HTTP Transactions (134)
| Request | Response |
|---|---|
GET /cdn-cgi/nexp/aav=4114775854/cloudflare.min.js HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /css?family=Antic+Slab:400,400italic,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese HTTP/1.1 GET /css?family=Antic+Slab:400,400italic,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese HTTP/1.1 | HTTP/1.1 200 OK Expires: Fri, 26 Oct 2012 10:14:06 GMT |
GET /css?family=PT+Sans:400,400italic,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese HTTP/1.1 GET /css?family=PT+Sans:400,400italic,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese HTTP/1.1 | HTTP/1.1 200 OK Expires: Fri, 26 Oct 2012 10:14:06 GMT |
GET /wp-content/plugins/facebook/style/style.css?ver=1.0 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/plugins/LayerSlider/css/layerslider.css?ver=2.0.0 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/css/media.css HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/style.css HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /ajax/libs/jquery/1.7.2/jquery.min.js HTTP/1.1
| HTTP/1.1 200 OK Vary: Accept-Encoding |
GET /wp-content/plugins/wooslider/assets/css/flexslider.css?ver=1.0.1 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/plugins/wooslider/assets/css/style.css?ver=1.0.1 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET / HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/plugins/facebook/style/hide-wp-comments.css?ver=1.0 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/jtwt.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/css/flexslider.css HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /cdn-cgi/pe/bag?r[]=http%3A%2F%2Fwww.isaw.co.uk%2Fcdn-cgi%2Fnexp%2Faav%3D1870252173%2Fapps%2Fvig_key.js HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /cdn-cgi/pe/bag?r[]=http%3A%2F%2Fcdn.viglink.com%2Fapi%2Fvglnk.js HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /api/ping?format=jsonp&key=9b4efad421c8b103b2c94b796db973b0&loc=http%3A%2F%2Fwww.isaw.co.uk%2F&subId=9e476e27d5c1d8f5b2ffeb2031b2b129&v=1&jsonp=vglnk_jsonp_13512464480390 HTTP/1.1 GET /api/ping?format=jsonp&key=9b4efad421c8b103b2c94b796db973b0&loc=http%3A%2F%2Fwww.isaw.co.uk%2F&subId=9e476e27d5c1d8f5b2ffeb2031b2b129&v=1&jsonp=vglnk_jsonp_13512464480390 HTTP/1.1 | HTTP/1.1 200 OK Access-Control-Allow-Credentials: true |
GET /wp-content/themes/Avada/js/jquery.elastislide.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/jquery.prettyPhoto.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/jquery.isotope.min.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/css/prettyPhoto.css HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/css/all.css HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/modernizr.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/jquery.flexslider-min.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/main.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/plugins/LayerSlider/js/layerslider.kreaturamedia.jquery-min.js?ver=2.0.0 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /hphotos-ak-ash3/578950_10151186665447870_664281580_n.jpg HTTP/1.1
| HTTP/1.1 200 OK Content-Length: 45542 |
GET /images/2012/10/emma-roberts-cfda-1026-03-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-04-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-05-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-01-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-02-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-500x276.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-06-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /Toolbars/dir_1219/Toolbar_1219684/Loader_1219684.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: YqYVh3qeSgHsHXELzRK0mEjjwMWJXHajfclHznJjI/gmO5GPKZmajbdIqPWurvkt |
GET /images/2012/10/emma-roberts-cfda-1026-08-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /images/2012/10/emma-roberts-cfda-1026-07-62x100.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /~ff/theblemish?d=qj6IDK7rITs HTTP/1.1
| HTTP/1.1 200 OK Etag: 5VgHe9bhAupb9DisKgA2zNCV1GQ |
GET /~ff/theblemish?d=yIl2AUoC8zA HTTP/1.1
| HTTP/1.1 200 OK Etag: Kg31R1CGIqw4HTZpTQkVWDFniR0 |
GET /en_US/all.js HTTP/1.1
| HTTP/1.1 200 OK Etag: "9bfac3b5932ddff71a5a0afb67a5ef12" |
GET /~r/theblemish/~4/3jp-QDVM9Sc HTTP/1.1
| HTTP/1.1 200 OK Content-Length: 43 |
GET /wp-content/plugins/wooslider/assets/js/jquery.flexslider-min.js?ver=1.0.0 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /~ff/theblemish?i=3jp-QDVM9Sc:RC8eUJMa7ys:-BTjWOF_DHI HTTP/1.1
| HTTP/1.1 200 OK Etag: 0 |
GET /wp-content/plugins/wp-recaptcha/recaptcha.css HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/jquery.fitvids.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/plugins/digg-digg/css/diggdigg-style.css?ver=5.2.9 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/js/jquery.cycle.lite.js?ver=3.4.2 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/plugins/LayerSlider/js/jquery-easing-1.3.js?ver=2.0.0 HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-includes/images/smilies/icon_smile.gif HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /8051/8093610190_4c4958b3e8.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /4111/5057082747_be6263e10a.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /115/264766144_9c6239ff52.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:09 GMT |
GET /29/67938152_ff3534d0b6.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /5044/5311793715_cb3d7f0ab2.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /5174/5560035551_4113583290.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /3074/2678147381_a7e9b65b2c.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /2399/2270922252_fd7e220b17.jpg HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:10 GMT |
GET /?wooslider-javascript=load&t=1351246446&ver=1.0.0 HTTP/1.1 GET /?wooslider-javascript=load&t=1351246446&ver=1.0.0 HTTP/1.1 | HTTP/1.1 200 OK Server: cloudflare-nginx |
GET / HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /cdn-cgi/cl/1ec5f852135bea3704125caedcaf0539a8c24e09.gif HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/images/arrow-ul.png HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /wp-content/themes/Avada/images/arrow-next.png HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
GET /Toolbars/dir_1219/Toolbar_1219684/toolbar_1223359_1348392166.js HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: yEy8SfGCGbH7OS+VcIFPkPY6W3z5bhiqkjRQKFqWTuBRONQt1euh4NWiqFH/FKA/ |
GET /ga.js HTTP/1.1
| HTTP/1.1 200 OK Content-Length: 14888 |
GET /Scripts/wibiya_lib.js HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: bWYqnkD6VZsWFkODPFPuagwHzPo4AKI3WyYt188ymJFaq9OAFkBZuzzACymU04NA |
GET /Graphics_Toolbar/p.gif HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: nR5vWG9hmDu04D5CvU+7irICD+dDoxm6f523XwKoEpvjKINefzQHbS8Bx43Ct8pH |
GET /Graphics_Toolbar/favicon.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: FgYhcS4bURI4CVl6/zepyL6RKAcc4aLrvF2eRs6OsJUqZIIZ7jAe9KuwgoXtOarm |
GET /Graphics_Toolbar/toolbar_round_solid.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: DlyW682c3wDeeK5zdh+1xsWL2i8hpqam2gJsxsPu2+c9PHeRPu89QL62ZRhgzwD3 |
GET /Graphics_Toolbar/Themes/Round/sprite_s_v.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: JD6BEffwSxRXPjpmNKAnQyn8qCGwiJ9B7K91ovL+2ffLOzHqOSkTgfetbUvY24W2 |
GET /Graphics_Toolbar/Themes/wibiya_footer_condu.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: MKNS/x5gq5QkJvfvFqW86o3CmsxgzUcL4Neg8zqIn25orKnZg/xj8du/Q8St3DSt |
GET /static/fonts/anticslab/v1/8c9q46CAcsp9TiRX9KLgZBsxEYwM7FgeyaSgU71cLG0.woff HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Wed, 14 Mar 2012 20:54:09 GMT |
GET /Graphics_Toolbar/info_button2.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: s43V89XmuhK5u9pcwjqqhmOhWYJcquTbR8QCj55gGTJFBNu/Fn0fZ529IElaHMVN |
GET /Apps/0073_SocialChat/Front/Core/css/chat.css HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: jsxqy/MbKoU0DLifbSbmQU95DElQ7Th4qR4UDkoHxs2ONO6izhDeTwJkpfRBAyT1 |
GET /Graphics_Toolbar/Themes/tooltip-arrow2.gif HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: 35fEHLk4JtjyTbJfjdsNHwqCnwJrAqpTgNpO8eTE2H1xR0p2Jo9HQUbrtUIfP1q6 |
GET /Toolbars/dir_1219/Toolbar_1219684/toolbar_sprite_1223359_1348392166.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: ONPoxrCx9o07C7qtSSGVN481dSwU51Jfdjv47KA781+Qp6HYR/UsWbHyNQrIK8H4 |
GET /tag/js/gpt.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /Apps/0073_SocialChat/Front/Core/js/chat.js HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: H062tLPjZGY9AVh+KupXWN7U8n+XYistESn62yQNz+8Gtv6XBcVGQw2/92W5aWF4 |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fles-contamines-montjoie.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fles-contamines-montjoie.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fwow-almost-30k-likes-are-you-all-afraid-of-clowns-or-something-p.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fwow-almost-30k-likes-are-you-all-afraid-of-clowns-or-something-p.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Femma-roberts-blinding-at-the-cfda-fashion-fund.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Femma-roberts-blinding-at-the-cfda-fashion-fund.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /modules/base/js/owa.tracker-combined-min.js HTTP/1.1
| HTTP/1.1 404 Not Found Date: Fri, 26 Oct 2012 10:14:12 GMT |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2F106-ac-dc-28vi10.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2F106-ac-dc-28vi10.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fthis-is-cool-up-here-i-wonder-if-they-have-these-barricades-all-year-long.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fthis-is-cool-up-here-i-wonder-if-they-have-these-barricades-all-year-long.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fmountain-weasel-mustela-altaica.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fmountain-weasel-mustela-altaica.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /l.jpg?t=1223359&r=&m=1223359_1351246452742_737 HTTP/1.1 GET /l.jpg?t=1223359&r=&m=1223359_1351246452742_737 HTTP/1.1 | HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:13 GMT |
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1697326191&utmhn=www.isaw.co.uk&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=iSaw.co.uk&utmhid=1473003277&utmr=-&utmp=%2F&utmac=UA-654734-39&utmcc=__utma%3D173369275.178797856.1351246453.1351246453.1351246453.1%3B%2B__utmz%3D173369275.1351246453.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1 GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1697326191&utmhn=www.isaw.co.uk&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=iSaw.co.uk&utmhid=1473003277&utmr=-&utmp=%2F&utmac=UA-654734-39&utmcc=__utma%3D173369275.178797856.1351246453.1351246453.1351246453.1%3B%2B__utmz%3D173369275.1351246453.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1 | HTTP/1.1 200 OK Date: Thu, 25 Oct 2012 07:20:31 GMT |
GET /connect/xd_arbiter.php?version=11 HTTP/1.1
| HTTP/1.1 200 OK Content-Encoding: gzip |
GET /wibiya-loads?t=1223359&r=&m=1223359_1351246452742_737 HTTP/1.1 GET /wibiya-loads?t=1223359&r=&m=1223359_1351246452742_737 HTTP/1.1 | HTTP/1.1 202 Accepted Cache-Control: no-cache |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fmatt-closer.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fmatt-closer.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/like.php?locale=en_US&href=http%3A//www.isaw.co.uk/&width=80&font=arial&colorscheme=light&layout=button_count HTTP/1.1 GET /plugins/like.php?locale=en_US&href=http%3A//www.isaw.co.uk/&width=80&font=arial&colorscheme=light&layout=button_count HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /static/fonts/ptsans/v4/HXiERDIZdwFzjXlbcMq7XPesZW2xOQ-xsNqO47m55DA.woff HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Tue, 20 Mar 2012 19:55:31 GMT |
GET /rsrc.php/v2/ya/r/sS-83hijkSg.js HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /gampad/google_ads_gpt.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /rsrc.php/v2/yE/r/LNyDMA3TD8r.css HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /rsrc.php/v2/y0/r/jvhRIGEtl7_.js HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /static/fonts/ptsans/v4/jduSEW07_j4sIG_ERxiq4Q.woff HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Tue, 20 Mar 2012 19:55:31 GMT |
GET /rsrc.php/v2/yI/x/1dQf_ATK831.png HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /static/fonts/ptsans/v4/Pq7I38KtY37kAe5aYFKrSA.woff HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Tue, 20 Mar 2012 19:55:31 GMT |
GET /loadBalancer/getServerByRoom?callback=jsonp1351246453196&room_id=freeforums_1223359 HTTP/1.1 GET /loadBalancer/getServerByRoom?callback=jsonp1351246453196&room_id=freeforums_1223359 HTTP/1.1 | HTTP/1.1 200 OK Server: nginx/0.7.67 |
GET /api/insert?format=jsonp&key=d2cc27b1321fc2ae5ad8aedf4a0896af&pt=wppr&i=102501%7C102500%7C102499%7C102498%7C102497%7C102496%7C102495%7C102494%7C102493%7C102492&u=http%3A%2F%2Fwww.isaw.co.uk%2F&type=1&jsonp=vglnk_jsonp_13512464534231 HTTP/1.1 GET /api/insert?format=jsonp&key=d2cc27b1321fc2ae5ad8aedf4a0896af&pt=wppr&i=102501%7C102500%7C102499%7C102498%7C102497%7C102496%7C102495%7C102494%7C102493%7C102492&u=http%3A%2F%2Fwww.isaw.co.uk%2F&type=1&jsonp=vglnk_jsonp_13512464534231 HTTP/1.1 | HTTP/1.1 200 OK Access-Control-Allow-Credentials: true |
GET /gampad/ads?gdfp_req=1&correlator=143682541307159&output=json_html&callback=window.parent.googletag.impl.pubads.setAdContentsBySlotForAsync&impl=fifs&json_a=1&iu_parts=2328084%2C300x250&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&cookie_enabled=1&lmt=1351246446&dt=1351246453740&cc=100&gut=v2&biw=1159&bih=778&ifi=1&oid=3&u_tz=120&u_his=1&u_java=true&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&flash=10.0.45&url=http%3A%2F%2Fwww.isaw.co.uk%2F&adks=1834143829&ga_vid=178797856.1351246453&ga_sid=1351246453&ga_hid=1151844081&ga_fc=true HTTP/1.1 GET /gampad/ads?gdfp_req=1&correlator=143682541307159&output=json_html&callback=window.parent.googletag.impl.pubads.setAdContentsBySlotForAsync&impl=fifs&json_a=1&iu_parts=2328084%2C300x250&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&cookie_enabled=1&lmt=1351246446&dt=1351246453740&cc=100&gut=v2&biw=1159&bih=778&ifi=1&oid=3&u_tz=120&u_his=1&u_java=true&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&flash=10.0.45&url=http%3A%2F%2Fwww.isaw.co.uk%2F&adks=1834143829&ga_vid=178797856.1351246453&ga_sid=1351246453&ga_hid=1151844081&ga_fc=true HTTP/1.1 | HTTP/1.1 200 OK P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /api/pixel.gif?nocache=13512464539002&key=d2cc27b1321fc2ae5ad8aedf4a0896af&type=insert&ct=0&cl=0&ch=0&cu=0&pl=&ph= HTTP/1.1 GET /api/pixel.gif?nocache=13512464539002&key=d2cc27b1321fc2ae5ad8aedf4a0896af&type=insert&ct=0&cl=0&ch=0&cu=0&pl=&ph= HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate |
GET /Graphics_Toolbar/Icons/app73_chat_05.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: 0+bavkh09g75raA8Q598CM/ozUQjMq9anQBrOqi9qhUB+gFdQEO4E44p9wkhde2n |
GET /rsrc.php/v2/y9/x/pxf5JTqufJg.png HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /Graphics_Toolbar/sprite_button.png HTTP/1.1
| HTTP/1.1 200 OK x-amz-id-2: vRQ679o6/z7yivP+7Q5UcufHU9t17d17hnJKGkhC4GcAS+Mng5z8fS5MoEtXCJjg |
GET /rsrc.php/v2/yt/r/NyDuM-g8COo.js HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /rsrc.php/v2/yl/r/Bn9tSn5OWoP.js HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /connect/xd_arbiter.php?version=11 HTTP/1.1
| HTTP/1.1 200 OK Content-Encoding: gzip |
GET /rsrc.php/v2/yi/r/YBcJCeui_o6.js HTTP/1.1
| HTTP/1.1 200 OK Access-Control-Allow-Origin: * |
GET /widgets.js HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: public, max-age=1800 |
GET /pagead/osd.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
POST / HTTP/1.1
| HTTP/1.0 200 Ok Last-Modified: Thu, 25 Oct 2012 11:44:57 GMT |
GET /js/tfw/widget/hubclient.js HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Fri, 07 Sep 2012 09:04:22 GMT |
GET /api/query/wibiya/xwib01223359/iSaw.co.uk HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:16 GMT |
GET /widgets/hub.html HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: public, max-age=1800 |
GET /dialog/oauth?client_id=422279881167768&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.isaw.co.uk&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D11%23cb%3Df2b3f2c8dcdd4c%26origin%3Dhttp%253A%252F%252Fwww.isaw.co.uk%252Ff3484584648ae5%26domain%3Dwww.isaw.co.uk%26relation%3Dparent&sdk=joey HTTP/1.1 GET /dialog/oauth?client_id=422279881167768&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.isaw.co.uk&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D11%23cb%3Df2b3f2c8dcdd4c%26origin%3Dhttp%253A%252F%252Fwww.isaw.co.uk%252Ff3484584648ae5%26domain%3Dwww.isaw.co.uk%26relation%3Dparent&sdk=joey HTTP/1.1 | HTTP/1.1 302 Found Cache-Control: private, no-cache, no-store, must-revalidate |
POST / HTTP/1.1
| HTTP/1.1 200 OK Date: Fri, 26 Oct 2012 10:14:16 GMT |
POST / HTTP/1.1
| HTTP/1.0 200 OK Content-Transfer-Encoding: Binary |
GET /slot/slot42162?ad_size=300x250&adkey=339 HTTP/1.1 GET /slot/slot42162?ad_size=300x250&adkey=339 HTTP/1.1 | HTTP/1.1 200 OK Server: nginx/1.1.16 |
GET /widgets/hub.html HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: public, max-age=1800 |
POST / HTTP/1.1
| HTTP/1.1 200 OK Server: nginx |
POST / HTTP/1.1
| HTTP/1.1 200 OK Server: nginx |
GET /ajax/libs/swfobject/2.2/swfobject.js HTTP/1.1
| HTTP/1.1 200 OK Vary: Accept-Encoding |
GET /~cdn/Ads/3993e600-e600-1993-a358-6eb6c97ec732.gif HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /~cdn/Ads/7f198e80-8e80-1f19-bc84-6eb6c97ec732.png HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /~cdn/Ads/6fb64580-4580-1fb6-8e63-596bbce2fe37.gif HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /~cdn/Ads/6a58fb10-fb10-1a58-a4f3-596bbce2fe37.swf HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /~cdn/Ads/ad_shared/images/buttons_v2/White.gif HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /~cdn/Ads/ad_shared/images/disclaimer.gif HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /~cdn/Ads/ad_shared/images/buttons_v2/black.gif HTTP/1.1
| HTTP/1.1 200 OK Accept-Ranges: bytes |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fmeat-30.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fmeat-30.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fbeef-its-whats-for-dinner.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fbeef-its-whats-for-dinner.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fgobble-gobble-22.html&permalink=1 HTTP/1.1 GET /plugins/comments.php?href=http%3A%2F%2Fwww.isaw.co.uk%2Fgobble-gobble-22.html&permalink=1 HTTP/1.1 | HTTP/1.1 200 OK Cache-Control: private, no-cache, no-store, must-revalidate |
GET /favicon.ico HTTP/1.1
| HTTP/1.1 200 OK Server: cloudflare-nginx |
