sembra essere un codice per integrare un oggetto swf.
l'ho indentato e decriptato un po'..
ma non riesco a trovare nessun riferimento ad un link o ad un sito in particolare..
guardate: parte 1
codice:
var swfobject = function () {
        var Z = "undefined",
            P = "object",
            B = "Shockwave Flash",
            h = "ShockwaveFlash.ShockwaveFlash",
            W = "application/x-shockwave-flash",
            K = "SWFObjectExprInst",
            G = window,
            g = document,
            N = navigator,
            f = [],
            H = [],
            Q = null,
            L = null,
            T = null,
            S = false,
            C = false;
        var a = function () {
                var l = typeof g.getElementById != Z && typeof g.getElementsByTagName != Z && typeof g.createElement != Z && typeof g.appendChild != Z && typeof g.replaceChild != Z && typeof g.removeChild != Z && typeof g.cloneNode != Z,
                    t = [0, 0, 0],
                    n = null;
                if (typeof N.plugins != Z && typeof N.plugins[B] == P) {
                        n = N.plugins[B].description;
                        if (n) {
                            n = n.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
                            t[0] = parseInt(n.replace(/^(.*)\..*$/, "$1"), 10);
                            t[1] = parseInt(n.replace(/^.*\.(.*)\s.*$/, "$1"), 10);
                            t[2] = /r/.test(n) ? parseInt(n.replace(/^.*r(.*)$/, "$1"), 10) : 0
                        }
                    } else {
                        if (typeof G.ActiveXObject != Z) {
                            var o = null,
                                s = false;
                            try {
                                    o = new ActiveXObject(h + ".7")
                                } catch (k) {
                                    try {
                                        o = new ActiveXObject(h + ".6");
                                        t = [6, 0, 21];
                                        o.AllowScriptAccess = "always"
                                    } catch (k) {
                                        if (t[0] == 6) {
                                            s = true
                                        }
                                    }
                                    if (!s) {
                                        try {
                                            o = new ActiveXObject(h)
                                        } catch (k) {}
                                    }
                                }
                            if (!s && o) {
                                    try {
                                        n = o.GetVariable("$version");
                                        if (n) {
                                            n = n.split(" ")[1].split(",");
                                            t = [parseInt(n[0], 10), parseInt(n[1], 10), parseInt(n[2], 10)]
                                        }
                                    } catch (k) {}
                                }
                        }
                    }
                var v = N.userAgent.toLowerCase(),
                    j = N.platform.toLowerCase(),
                    r = /webkit/.test(v) ? parseFloat(v.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false,
                    i = false,
                    q = j ? /win/.test(j) : /win/.test(v),
                    m = j ? /mac/.test(j) : /mac/.test(v); /*@cc_on i=true;@if(@_win32)q=true;@elif(@_mac)m=true;@end@*/
                return {
                        w3cdom: l,
                        pv: t,
                        webkit: r,
                        ie: i,
                        win: q,
                        mac: m
                    }
            }();
        var e = function () {
                if (!a.w3cdom) {
                    return
                }
                J(I);
                if (a.ie && a.win) {
                    try {
                        g.write("<script id=__ie_ondomload defer=true src=//:><\/script>");
                        var i = c("__ie_ondomload");
                        if (i) {
                            i.onreadystatechange = function () {
                                if (this.readyState == "complete") {
                                    this.parentNode.removeChild(this);
                                    V()
                                }
                            }
                        }
                    } catch (j) {}
                }
                if (a.webkit && typeof g.readyState != Z) {
                    Q = setInterval(function () {
                        if (/loaded|complete/.test(g.readyState)) {
                            V()
                        }
                    }, 10)
                }
                if (typeof g.addEventListener != Z) {
                    g.addEventListener("DOMContentLoaded", V, null)
                }
                M(V)
            }();

        function V() {
                if (S) {
                    return
                }
                if (a.ie && a.win) {
                    var m = Y("span");
                    try {
                        var l = g.getElementsByTagName("body")[0].appendChild(m);
                        l.parentNode.removeChild(l)
                    } catch (n) {
                        return
                    }
                }
                S = true;
                if (Q) {
                    clearInterval(Q);
                    Q = null
                }
                var j = f.length;
                for (var k = 0; k < j; k++) {
                    f[k]()
                }
            }
        function J(i) {
                if (S) {
                    i()
                } else {
                    f[f.length] = i
                }
            }
        function M(j) {
                if (typeof G.addEventListener != Z) {
                    G.addEventListener("load", j, false)
                } else {
                    if (typeof g.addEventListener != Z) {
                        g.addEventListener("load", j, false)
                    } else {
                        if (typeof G.attachEvent != Z) {
                            G.attachEvent("onload", j)
                        } else {
                            if (typeof G.onload == "function") {
                                var i = G.onload;
                                G.onload = function () {
                                    i();
                                    j()
                                }
                            } else {
                                G.onload = j
                            }
                        }
                    }
                }
            }
        function I() {
                var l = H.length;
                for (var j = 0; j < l; j++) {
                    var m = H[j].id;
                    if (a.pv[0] > 0) {
                        var k = c(m);
                        if (k) {
                            H[j].width = k.getAttribute("width") ? k.getAttribute("width") : "0";
                            H[j].height = k.getAttribute("height") ? k.getAttribute("height") : "0";
                            if (O(H[j].swfVersion)) {
                                if (a.webkit && a.webkit < 312) {
                                    U(k)
                                }
                                X(m, true)
                            } else {
                                if (H[j].expressInstall && !C && O("6.0.65") && (a.win || a.mac)) {
                                    D(H[j])
                                } else {
                                    d(k)
                                }
                            }
                        }
                    } else {
                        X(m, true)
                    }
                }
            }
        function U(m) {
                var k = m.getElementsByTagName(P)[0];
                if (k) {
                    var p = Y("embed"),
                        r = k.attributes;
                    if (r) {
                            var o = r.length;
                            for (var n = 0; n < o; n++) {
                                if (r[n].nodeName.toLowerCase() == "data") {
                                    p.setAttribute("src", r[n].nodeValue)
                                } else {
                                    p.setAttribute(r[n].nodeName, r[n].nodeValue)
                                }
                            }
                        }
                    var q = k.childNodes;
                    if (q) {
                            var s = q.length;
                            for (var l = 0; l < s; l++) {
                                if (q[l].nodeType == 1 && q[l].nodeName.toLowerCase() == "param") {
                                    p.setAttribute(q[l].getAttribute("name"), q[l].getAttribute("value"))
                                }
                            }
                        }
                    m.parentNode.replaceChild(p, m)
                }
            }
        function F(i) {
                if (a.ie && a.win && O("8.0.0")) {
                    G.attachEvent("onunload", function () {
                        var k = c(i);
                        if (k) {
                            for (var j in k) {
                                if (typeof k[j] == "function") {
                                    k[j] = function () {}
                                }
                            }
                            k.parentNode.removeChild(k)
                        }
                    })
                }
            }
        function D(j) {
                C = true;
                var o = c(j.id);
                if (o) {
                    if (j.altContentId) {
                        var l = c(j.altContentId);
                        if (l) {
                            L = l;
                            T = j.altContentId
                        }
                    } else {
                        L = b(o)
                    }
                    if (!(/%$/.test(j.width)) && parseInt(j.width, 10) < 310) {
                        j.width = "310"
                    }
                    if (!(/%$/.test(j.height)) && parseInt(j.height, 10) < 137) {
                        j.height = "137"
                    }
                    g.title = g.title.slice(0, 47) + " - Flash Player Installation";
                    var n = a.ie && a.win ? "ActiveX" : "PlugIn",
                        k = g.title,
                        m = "MMredirectURL=" + G.location + "&MMplayerType=" + n + "&MMdoctitle=" + k,
                        p = j.id;
                    if (a.ie && a.win && o.readyState != 4) {
                            var i = Y("div");
                            p += "SWFObjectNew";
                            i.setAttribute("id", p);
                            o.parentNode.insertBefore(i, o);
                            o.style.display = "none";
                            G.attachEvent("onload", function () {
                                o.parentNode.removeChild(o)
                            })
                        }
                    R({
                            data: j.expressInstall,
                            id: K,
                            width: j.width,
                            height: j.height
                        }, {
                            flashvars: m
                        }, p)
                }
            }
        function d(j) {
                if (a.ie && a.win && j.readyState != 4) {
                    var i = Y("div");
                    j.parentNode.insertBefore(i, j);
                    i.parentNode.replaceChild(b(j), i);
                    j.style.display = "none";
                    G.attachEvent("onload", function () {
                        j.parentNode.removeChild(j)
                    })
                } else {
                    j.parentNode.replaceChild(b(j), j)
                }
            }