in WebPortal/Scripts/speedtest.js [1001:1014]
function i(n) {
var f = {},
h = n.split("#"),
e = h.length > 1 ? h[1] : null,
i, o, r, t, s, u;
if (e !== null && e.length > 0)
for (i = decodeURIComponent, o = e.split("&"), r = 0; r < o.length; r++)
if (t = o[r].split("="), t.length == 2) f[t[0]] = i(t[1]);
else if (t.length > 2) {
for (s = [], u = 1; u < t.length; u++) s.push(i(t[u]));
f[t[0]] = i(s.join("="))
}
return f
}