Overview

URLhttp://www.egydown.com/gx/sap+bw+full+video+training.html
IP89.185.228.46
ASNAS24971 Master Internet s.r.o / Czech Republic / www.master.cz
Location Czech Republic
Report completed2012-11-10 18:20:11 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

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


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-10 18:19:36 89.185.228.46 urlQuery Client3ET RBN Known Russian Business Network IP (410)
2012-11-10 18:19:39 urlQuery Client 199.59.166.861ET CNC Zeus/Spyeye/Palevo Tracker Reported CnC Server (group 9)
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 2 reports on IP: 89.185.228.46

Date Alerts / IDS URL IP
2012-11-03 18:12:560 / 2http://www.egydown.com/gx/Archpr+4.53+registration+code.html89.185.228.46
2012-10-31 18:42:420 / 1http://www.egydown.com/gx/NEED+FOR+SPEED+HOT+PURSUIT+ACTIVATION+SERIAL+NUMBER.html89.185.228.46

Last 6 reports on ASN: AS24971 Master Internet s.r.o / Czech Republic / www.master.cz

Date Alerts / IDS URL IP
2013-03-23 18:05:560 / 1http://www.xvideos.com.br77.93.210.69
2013-03-23 11:33:051 / 2http://pro.cartman.cz/index.php?publikace_razeni=nazev77.93.211.206
2013-03-22 22:28:550 / 2http://www.children-festivals.com/cs/77.93.207.161
2013-03-22 19:26:050 / 0http://37.205.9.13137.205.9.131
2013-03-22 17:03:590 / 0http://www.rebex.net/download/GetFile.aspx?f=RebexFtp-Trial-3.0.4086.0-DotNet2.0.exe80.79.26.77
2013-03-22 10:27:570 / 2http://www.children-festivals.com/cs/77.93.207.161

Last 2 reports on domain: www.egydown.com

Date Alerts / IDS URL IP
2012-11-03 18:12:560 / 2http://www.egydown.com/gx/Archpr+4.53+registration+code.html89.185.228.46
2012-10-31 18:42:420 / 1http://www.egydown.com/gx/NEED+FOR+SPEED+HOT+PURSUIT+ACTIVATION+SERIAL+NUMBER.html89.185.228.46



JavaScript

Executed Scripts (20)


Executed Evals (2)

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

function showBusyLayer() {
    var busyLayer = document.getElementById("busy_layer");
    if (busyLayer != null) {
        busyLayer.style.visibility = "visible";
        busyLayer.style.height = getPageSize().pageHeight + 'px'
    }
};

function getPageSize() {
    var d = document,
        w = window,
        iebody = d.compatMode && d.compatMode != 'BackCompat' ? d.documentElement : d.body;
    var b = d.body;
    var yScroll = (w.innerHeight && window.scrollMaxY) ? w.innerHeight + w.scrollMaxY : Math.max(b.scrollHeight, b.offsetHeight),
        pageHeight = (document.all && !window.opera) ? Math.max(iebody.scrollHeight, iebody.clientHeight) : (d.documentElement.clientHeight || self.innerHeight);
    var height = (document.all && !window.opera) ? iebody.clientHeight : self.innerHeight;
    return {
        pageHeight: Math.max(pageHeight, yScroll),
        height: height,
        scrollTop: (document.all && !window.opera) ? iebody.scrollTop : pageYOffset
    }
};

function hideBusyLayer() {
    var busyLayer = document.getElementById("busy_layer");
    if (busyLayer != null) {
        busyLayer.style.visibility = "hidden";
        busyLayer.style.height = "0px"
    }
};

function _get_obj_toppos(obj) {
    var top = obj.offsetTop;
    while ((obj = obj.offsetParent) != null) {
        top += obj.offsetTop
    }
    return top
};

function center_div() {
    this.divname = '';
    this.divobj = ''
};
center_div.prototype.clear_div = function() {
    try {
        if (!this.divobj) {
            return
        } else {
            this.divobj.style.display = 'none'
        }
    } catch (e) {
        return
    }
};
center_div.prototype.Ywindow = function() {
    var scrollY = 0;
    if (document.documentElement && document.documentElement.scrollTop) {
        scrollY = document.documentElement.scrollTop
    } else if (document.body && document.body.scrollTop) {
        scrollY = document.body.scrollTop
    } else if (window.pageYOffset) {
        scrollY = window.pageYOffset
    } else if (window.scrollY) {
        scrollY = window.scrollY
    }
    return scrollY
};
center_div.prototype.move_div = function() {
    try {
        this.divobj = document.getElementById(this.divname)
    } catch (e) {
        return
    }
    var my_width = 0;
    var my_height = 0;
    if (typeof(window.innerWidth) == 'number') {
        my_width = window.innerWidth;
        my_height = window.innerHeight
    } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
        my_width = document.documentElement.clientWidth;
        my_height = document.documentElement.clientHeight
    } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) {
        my_width = document.body.clientWidth;
        my_height = document.body.clientHeight
    }
    this.divobj.style.position = 'absolute';
    this.divobj.style.display = 'block';
    this.divobj.style.zIndex = 99;
    var divheight = parseInt(this.divobj.style.Height);
    var divwidth = parseInt(this.divobj.style.Width);
    divheight = divheight ? divheight : 50;
    divwidth = divwidth ? divwidth : 200;
    var scrolly = this.Ywindow();
    var setX = (my_width - divwidth) / 2;
    var setY = (my_height - divheight) / 2 + scrolly;
    setX = (setX < 0) ? 0 : setX;
    setY = (setY < 0) ? 0 : setY;
    this.divobj.style.left = setX + "px";
    this.divobj.style.top = setY + "px"
};

function dle_ajax(file) {
    this.AjaxFailedAlert = "AJAX not supported.\n";
    this.requestFile = file;
    this.method = "POST";
    this.URLString = "";
    this.encodeURIString = true;
    this.execute = false;
    this.add_html = false;
    this.loading_fired = 0;
    this.centerdiv = null;
    this.onLoading = function() {};
    this.onLoaded = function() {};
    this.onInteractive = function() {};
    this.onCompletion = function() {};
    this.onShow = function(message) {
        if (!this.loading_fired) {
            this.loading_fired = 1;
            if (message) {
                document.getElementById('loading-layer-text').innerHTML = message
            }
            this.centerdiv = new center_div();
            this.centerdiv.divname = 'loading-layer';
            this.centerdiv.move_div()
        }
        return
    };
    this.onHide = function() {
        try {
            if (this.centerdiv && this.centerdiv.divobj) {
                this.centerdiv.clear_div()
            }
        } catch (e) {}
        this.loading_fired = 0;
        return
    };
    this.createAJAX = function() {
        try {
            this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP")
        } catch (e) {
            try {
                this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP")
            } catch (err) {
                this.xmlhttp = null
            }
        }
        if (!this.xmlhttp && typeof XMLHttpRequest != "undefined") this.xmlhttp = new XMLHttpRequest();
        if (!this.xmlhttp) {
            this.failed = true
        }
    };
    this.setVar = function(name, value) {
        if (this.URLString.length < 3) {
            this.URLString = name + "=" + value
        } else {
            this.URLString += "&" + name + "=" + value
        }
    };
    this.encVar = function(name, value) {
        var varString = encodeURIComponent(name) + "=" + encodeURIComponent(value);
        return varString
    };
    this.encodeURLString = function(string) {
        varArray = string.split('&');
        for (i = 0; i < varArray.length; i++) {
            urlVars = varArray[i].split('=');
            if (urlVars[0].indexOf('amp;') != -1) {
                urlVars[0] = urlVars[0].substring(4)
            }
            varArray[i] = this.encVar(urlVars[0], urlVars[1])
        }
        return varArray.join('&')
    };
    this.encodeVAR = function(url) {
        url = url.toString();
        url = url.replace(/\+/g, "%2B");
        url = url.replace(/\=/g, "%3D");
        url = url.replace(/\?/g, "%3F");
        url = url.replace(/\&/g, "%26");
        return url
    };
    this.runResponse = function() {
        var milisec = new Date;
        var jsfound = false;
        milisec = milisec.getTime();
        var js_reg = /<script.*?>(.|[\r\n])*?<\/script>/ig;
        var js_str = js_reg.exec(this.response);
        if (js_str != null) {
            var js_arr = new Array(js_str.shift());
            var jsfound = true;
            while (js_str) {
                js_str = js_reg.exec(this.response);
                if (js_str != null) js_arr.push(js_str.shift())
            }
            for (var i = 0; i < js_arr.length; i++) {
                this.response = this.response.replace(js_arr[i], '<span id="' + milisec + i + '" style="display:none;"></span>')
            }
        }
        if (this.add_html) {
            this.elementObj.innerHTML += this.response
        } else {
            this.elementObj.innerHTML = this.response
        }
        if (jsfound) {
            var js_content_reg = /<script.*?>((.|[\r\n])*?)<\/script>/ig;
            for (i = 0; i < js_arr.length; i++) {
                var mark_node = document.getElementById(milisec + '' + i);
                var mark_parent_node = mark_node.parentNode;
                mark_parent_node.removeChild(mark_node);
                js_content_reg.lastIndex = 0;
                var js_content = js_content_reg.exec(js_arr[i]);
                var script_node = mark_parent_node.appendChild(document.createElement('script'));
                script_node.text = js_content[1];
                var script_params_str = js_arr[i].substring(js_arr[i].indexOf(' ', 0), js_arr[i].indexOf('>', 0));
                var params_arr = script_params_str.split(' ');
                if (params_arr.length > 1) {
                    for (var j = 0; j < params_arr.length; j++) {
                        if (params_arr[j].length > 0) {
                            var param_arr = params_arr[j].split('=');
                            param_arr[1] = param_arr[1].substr(1, (param_arr[1].length - 2));
                            script_node.setAttribute(param_arr[0], param_arr[1])
                        }
                    }
                }
            }
        }
    };
    this.sendAJAX = function(urlstring) {
        this.responseStatus = new Array(2);
        if (this.failed && this.AjaxFailedAlert) {
            alert(this.AjaxFailedAlert)
        } else {
            if (urlstring) {
                if (this.URLString.length) {
                    this.URLString = this.URLString + "&" + urlstring
                } else {
                    this.URLString = urlstring
                }
            }
            if (this.encodeURIString) {
                var timeval = new Date().getTime();
                this.URLString = this.encodeURLString(this.URLString);
                this.setVar("rndval", timeval)
            }
            if (this.element) {
                this.elementObj = document.getElementById(this.element)
            }
            if (this.xmlhttp) {
                var self = this;
                if (this.method == "GET") {
                    var totalurlstring = this.requestFile + "?" + this.URLString;
                    this.xmlhttp.open(this.method, totalurlstring, true)
                } else {
                    this.xmlhttp.open(this.method, this.requestFile, true)
                }
                if (this.method == "POST") {
                    try {
                        this.xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded')
                    } catch (e) {}
                }
                this.xmlhttp.send(this.URLString);
                this.xmlhttp.onreadystatechange = function() {
                    switch (self.xmlhttp.readyState) {
                    case 1:
                        self.onLoading();
                        break;
                    case 2:
                        self.onLoaded();
                        break;
                    case 3:
                        self.onInteractive();
                        break;
                    case 4:
                        self.response = self.xmlhttp.responseText;
                        self.responseXML = self.xmlhttp.responseXML;
                        self.responseStatus[0] = self.xmlhttp.status;
                        self.responseStatus[1] = self.xmlhttp.statusText;
                        self.onHide();
                        self.onCompletion();
                        if (self.elementObj) {
                            var elemNodeName = self.elementObj.nodeName;
                            elemNodeName = elemNodeName.toLowerCase();
                            if (elemNodeName == "input" || elemNodeName == "select" || elemNodeName == "option" || elemNodeName == "textarea") {
                                if (self.response == 'error') {
                                    alert('Access denied')
                                } else {
                                    if (self.add_html) {
                                        self.elementObj.value += self.response
                                    } else {
                                        self.elementObj.value = self.response
                                    }
                                }
                            } else {
                                if (self.response == 'error') {
                                    alert('Access denied')
                                } else {
                                    if (self.execute) {
                                        self.runResponse()
                                    } else {
                                        if (self.add_html) {
                                            self.elementObj.innerHTML += self.response
                                        } else {
                                            self.elementObj.innerHTML = self.response
                                        }
                                    }
                                }
                            }
                        }
                        self.URLString = "";
                        break
                    }
                }
            }
        }
    };
    this.createAJAX()
};

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

var n_cache = new Array();
var c_cache = new Array();
var comm_id;
var comm_edit_id;
var s_id;
var e_id;

function IPMenu(m_ip, l1, l2, l3) {
    var menu = new Array();
    menu[0] = '<a href="http://www.nic.ru/whois/?ip=' + m_ip + '" target="_blank">' + l1 + '</a>';
    menu[1] = '<a href="' + dle_root + dle_admin + '?mod=iptools&ip=' + m_ip + '" target="_blank">' + l2 + '</a>';
    menu[2] = '<a href="' + dle_root + dle_admin + '?mod=blockip&ip=' + m_ip + '" target="_blank">' + l3 + '</a>';
    return menu
};

function ajax_cancel_for_edit(news_id) {
    if (n_cache[news_id] != "") {
        document.getElementById('news-id-' + news_id).innerHTML = n_cache[news_id]
    }
    return false
};

function whenCompletedSave() {
    n_cache[e_id] = ''
};

function ajax_save_for_edit(news_id, event) {
    var ajax = new dle_ajax();
    var allow_br = 0;
    var news_txt = '';
    if (document.getElementById('allow_br_' + news_id).checked) {
        allow_br = 1
    }
    e_id = news_id;
    ajax.onShow('');
    if (quick_wysiwyg == "1") {
        news_txt = ajax.encodeVAR(tinyMCE.get('dleeditnews' + news_id).getContent())
    } else {
        news_txt = ajax.encodeVAR(document.getElementById('dleeditnews' + news_id).value)
    }
    var news_title = ajax.encodeVAR(document.getElementById('edit-title-' + news_id).value);
    var varsString = "news_txt=" + news_txt;
    ajax.setVar("id", news_id);
    ajax.setVar("allow_br", allow_br);
    ajax.setVar("title", news_title);
    ajax.setVar("reason", ajax.encodeVAR(document.getElementById('edit-reason-' + news_id).value));
    ajax.setVar("field", event);
    ajax.setVar("action", "save");
    ajax.requestFile = dle_root + "engine/ajax/editnews.php";
    ajax.method = 'POST';
    ajax.element = 'news-id-' + news_id;
    ajax.onCompletion = whenCompletedSave;
    ajax.sendAJAX(varsString);
    return false
};

function whenCompleted() {
    var post_main_obj = document.getElementById('news-id-' + s_id);
    var post_box_top = _get_obj_toppos(post_main_obj);
    if (post_box_top) {
        scroll(0, post_box_top - 70)
    }
};

function ajax_prep_for_edit(news_id, event) {
    if (!n_cache[news_id] || n_cache[news_id] == '') {
        n_cache[news_id] = document.getElementById('news-id-' + news_id).innerHTML
    }
    var ajax = new dle_ajax();
    s_id = news_id;
    ajax.onShow('');
    var varsString = "";
    ajax.setVar("id", news_id);
    ajax.setVar("field", event);
    ajax.setVar("action", "edit");
    ajax.requestFile = dle_root + "engine/ajax/editnews.php";
    ajax.method = 'GET';
    ajax.element = 'news-id-' + news_id;
    ajax.execute = true;
    ajax.onCompletion = whenCompleted;
    ajax.sendAJAX(varsString);
    return false
};

function whenCompletedCommentsEdit() {
    var post_main_obj = document.getElementById('comm-id-' + comm_id);
    var post_box_top = _get_obj_toppos(post_main_obj);
    if (post_box_top) {
        scroll(0, post_box_top - 70)
    }
};

function MenuCommBuild(m_id) {
    var menu = new Array();
    menu[0] = '<a onclick="ajax_comm_edit(\'' + m_id + '\'); return false;" href="#">' + menu_short + '</a>';
    menu[1] = '<a href="' + dle_root + '?do=comments&action=comm_edit&id=' + m_id + '">' + menu_full + '</a>';
    return menu
};

function ajax_comm_edit(c_id) {
    if (!c_cache[c_id] || c_cache[c_id] == '') {
        c_cache[c_id] = document.getElementById('comm-id-' + c_id).innerHTML
    }
    var ajax = new dle_ajax();
    comm_id = c_id;
    ajax.onShow('');
    var varsString = "";
    ajax.setVar("id", c_id);
    ajax.setVar("action", "edit");
    ajax.requestFile = dle_root + "engine/ajax/editcomments.php";
    ajax.method = 'GET';
    ajax.element = 'comm-id-' + c_id;
    ajax.execute = true;
    ajax.onCompletion = whenCompletedCommentsEdit;
    ajax.sendAJAX(varsString);
    return false
};

function ajax_cancel_comm_edit(c_id) {
    if (n_cache[c_id] != "") {
        document.getElementById('comm-id-' + c_id).innerHTML = c_cache[c_id]
    }
    return false
};

function whenCompletedSaveComments() {
    c_cache[comm_edit_id] = ''
}
function ajax_save_comm_edit(c_id) {
    var ajax = new dle_ajax();
    var comm_txt = '';
    comm_edit_id = c_id;
    ajax.onShow('');
    if (dle_wysiwyg == "yes") {
        comm_txt = ajax.encodeVAR(tinyMCE.get('dleeditcomments' + c_id).getContent())
    } else {
        comm_txt = ajax.encodeVAR(document.getElementById('dleeditcomments' + c_id).value)
    }
    var varsString = "comm_txt=" + comm_txt;
    ajax.setVar("id", c_id);
    ajax.setVar("action", "save");
    ajax.requestFile = dle_root + "engine/ajax/editcomments.php";
    ajax.method = 'POST';
    ajax.element = 'comm-id-' + c_id;
    ajax.onCompletion = whenCompletedSaveComments;
    ajax.sendAJAX(varsString);
    return false
};

function doFavorites(fav_id, event) {
    var ajax = new dle_ajax();
    ajax.onShow('');
    var varsString = "fav_id=" + fav_id;
    ajax.setVar("action", event);
    ajax.setVar("skin", dle_skin);
    ajax.requestFile = dle_root + "engine/ajax/favorites.php";
    ajax.method = 'GET';
    ajax.element = 'fav-id-' + fav_id;
    ajax.sendAJAX(varsString);
    return false
};

function CheckLogin() {
    var ajax = new dle_ajax();
    var name = ajax.encodeVAR(document.getElementById('name').value);
    ajax.onShow('');
    var varsString = "name=" + name;
    ajax.requestFile = dle_root + "engine/ajax/registration.php";
    ajax.method = 'POST';
    ajax.element = 'result-registration';
    ajax.sendAJAX(varsString);
    return false
};

function doCalendar(month, year) {
    var ajax = new dle_ajax();
    ajax.onShow('');
    var varsString = "";
    ajax.setVar("year", year);
    ajax.setVar("month", month);
    ajax.requestFile = dle_root + "engine/ajax/calendar.php";
    ajax.method = 'GET';
    ajax.element = 'calendar-layer';
    ajax.sendAJAX(varsString)
};

function ShowBild(sPicURL) {
    window.open(dle_root + 'engine/modules/imagepreview.php?image=' + sPicURL, '', 'resizable=1,HEIGHT=200,WIDTH=200, top=0, left=0, scrollbars=yes')
};

function doRate(rate, id) {
    var ajax = new dle_ajax();
    ajax.onShow('');
    var varsString = "go_rate=" + rate;
    ajax.setVar("news_id", id);
    ajax.setVar("skin", dle_skin);
    ajax.requestFile = dle_root + "engine/ajax/rating.php";
    ajax.method = 'GET';
    ajax.element = 'ratig-layer';
    ajax.sendAJAX(varsString)
};

function dleRate(rate, id) {
    var ajax = new dle_ajax();
    ajax.onShow('');
    var varsString = "go_rate=" + rate;
    ajax.setVar("news_id", id);
    ajax.setVar("skin", dle_skin);
    ajax.setVar("mode", "short");
    ajax.requestFile = dle_root + "engine/ajax/rating.php";
    ajax.method = 'GET';
    ajax.element = 'ratig-layer-' + id;
    ajax.sendAJAX(varsString)
};

function doAddComments() {
    var form = document.getElementById('dle-comments-form');
    var dle_comments_ajax = new dle_ajax();
    if (dle_wysiwyg == "yes") {
        document.getElementById('comments').value = tinyMCE.get('comments').getContent();
        dle_comments_ajax.setVar("editor_mode", 'wysiwyg')
    }
    if (form.comments.value == '' || form.name.value == '') {
        alert(dle_req_field);
        return false
    }
    dle_comments_ajax.onShow('');
    var varsString = "post_id=" + form.post_id.value;
    dle_comments_ajax.setVar("comments", dle_comments_ajax.encodeVAR(form.comments.value));
    dle_comments_ajax.setVar("name", dle_comments_ajax.encodeVAR(form.name.value));
    dle_comments_ajax.setVar("mail", dle_comments_ajax.encodeVAR(form.mail.value));
    dle_comments_ajax.setVar("skin", dle_skin);
    if (form.sec_code) {
        dle_comments_ajax.setVar("sec_code", form.sec_code.value)
    }
    dle_comments_ajax.requestFile = dle_root + "engine/ajax/addcomments.php";
    dle_comments_ajax.method = 'POST';
    dle_comments_ajax.execute = true;
    dle_comments_ajax.element = 'dle-ajax-comments';
    dle_comments_ajax.sendAJAX(varsString)
};

function dle_copy_quote(qname) {
    dle_txt = '';
    if (window.getSelection) {
        dle_txt = window.getSelection()
    } else if (document.selection) {
        dle_txt = document.selection.createRange().text
    }
    if (dle_txt != "") {
        dle_txt = '[quote=' + qname + ']' + dle_txt + '[/quote]\n'
    }
};

function dle_ins(name) {
    var input = document.getElementById('dle-comments-form').comments;
    var finalhtml = "";
    if (dle_wysiwyg == "no") {
        if (dle_txt != "") {
            input.value += dle_txt
        } else {
            input.value += "[b]" + name + "[/b]," + "\n"
        }
    } else {
        if (dle_txt != "") {
            finalhtml = dle_txt
        } else {
            finalhtml = "<b>" + name + "</b>," + "<br />"
        }
        tinyMCE.execInstanceCommand('comments', 'mceInsertContent', false, finalhtml, true)
    }
};

function ShowOrHide(d1) {
    if (d1 != '') DoDiv(d1)
};

function DoDiv(id) {
    var item = null;
    if (document.getElementById) {
        item = document.getElementById(id)
    } else if (document.all) {
        item = document.all[id]
    } else if (document.layers) {
        item = document.layers[id]
    }
    if (!item) {} else if (item.style) {
        if (item.style.display == "none") {
            item.style.display = ""
        } else {
            item.style.display = "none"
        }
    } else {
        item.visibility = "show"
    }
};

function ckeck_uncheck_all() {
    var frm = document.pmlist;
    for (var i = 0; i < frm.elements.length; i++) {
        var elmnt = frm.elements[i];
        if (elmnt.type == 'checkbox') {
            if (frm.master_box.checked == true) {
                elmnt.checked = false
            } else {
                elmnt.checked = true
            }
        }
    }
    if (frm.master_box.checked == true) {
        frm.master_box.checked = false
    } else {
        frm.master_box.checked = true
    }
};

function confirmDelete(url) {
    var agree = confirm(dle_del_agree);
    if (agree) document.location = url
};

function dle_smiley(text) {
    doInsert(' ' + text + ' ', '', false);
    document.getElementById('dle_emo').style.visibility = "hidden";
    document.getElementById('dle_emo').style.display = "none";
    ie_range_cache = null
};

function DlePageCompleted() {
    hideBusyLayer();
    var post_main_obj = document.getElementById('dle-content');
    var post_box_top = _get_obj_toppos(post_main_obj);
    if (post_box_top) {
        scroll(0, post_box_top - 70)
    }
};

function DlePage(varsString) {
    showBusyLayer();
    if (document.getElementById('dle-info').innerHTML != '') {
        document.getElementById('dle-info').innerHTML = ''
    }
    var ajax = new dle_ajax();
    ajax.onShow('');
    ajax.requestFile = dle_root + "engine/ajax/pages.php";
    ajax.method = 'GET';
    ajax.execute = true;
    ajax.element = 'dle-content';
    ajax.onCompletion = DlePageCompleted;
    ajax.sendAJAX(varsString)
};

function setNewField(which, formname) {
    if (which != selField) {
        fombj = formname;
        selField = which
    }
};

function UserMenu(url, m_id, group) {
    var menu = new Array();
    menu[0] = '<a ' + url + ' >' + menu_profile + '</a>';
    menu[1] = '<a href="' + dle_root + 'index.php?do=pm&doaction=newpm&user=' + m_id + '">' + menu_send + '</a>';
    menu[2] = '<a href="' + dle_root + 'index.php?do=lastcomments&userid=' + m_id + '">' + menu_fcomments + '</a>';
    if (group == '1') {
        menu[3] = '<a onclick="window.open(\'' + dle_root + dle_admin + '?mod=editusers&action=edituser&id=' + m_id + '\', \'User\',\'toolbar=0,location=0,status=0, left=0, top=0, menubar=0,scrollbars=yes,resizable=0,width=540,height=500\'); return false;" href="#">' + menu_uedit + '</a>'
    }
    return menu
};

function UserNewsMenu(url, news_url, m_id, group) {
    var menu = new Array();
    menu[0] = '<a ' + url + ' >' + menu_profile + '</a>';
    menu[1] = '<a ' + news_url + ' >' + menu_fnews + '</a>';
    menu[2] = '<a href="' + dle_root + 'index.php?do=pm&doaction=newpm&username=' + m_id + '">' + menu_send + '</a>';
    if (group == '1') {
        menu[3] = '<a onclick="window.open(\'' + dle_root + dle_admin + '?mod=editusers&action=edituser&user=' + m_id + '\', \'User\',\'toolbar=0,location=0,status=0, left=0, top=0, menubar=0,scrollbars=yes,resizable=0,width=540,height=500\'); return false;" href="#">' + menu_uedit + '</a>'
    }
    return menu
};

function dle_news_delete(m_id) {
    var agree = confirm(dle_del_agree);
    if (agree) document.location = dle_root + 'index.php?do=deletenews&id=' + m_id + '&hash=' + dle_login_hash
};

function MenuNewsBuild(m_id, event) {
    var menu = new Array();
    menu[0] = '<a onclick="ajax_prep_for_edit(\'' + m_id + '\', \'' + event + '\'); return false;" href="#">' + menu_short + '</a>';
    menu[1] = '<a href="' + dle_root + dle_admin + '?mod=editnews&action=editnews&id=' + m_id + '" target="_blank">' + menu_full + '</a>';
    if (allow_dle_delete_news) {
        menu[2] = '<a onclick="dle_news_delete (\'' + m_id + '\'); return false;" href="#">' + dle_del_news + '</a>'
    }
    return menu
};

Executed Writes (4)

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

<a href='http://www.liveinternet.ru/click' target=_blank><img src='//counter.yadro.ru/hit?t50.6;r;s1176*885*24;uhttp%3A//www.egydown.com/gx/sap+bw+full+video+training.html;0.7257898514471912' alt='' title='LiveInternet' border='0' width='31' height='31'></a>

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

<div class="dtree">
<div class="dTreeNode"><img id="id0" src="/templates/windowz/images/category/base.gif" alt="" />Downloads Categories<br></a></div><div id="dd0" class="clip" style="display:block;"><div class="dTreeNode"><a href="javascript: d.o(2);"><img id="jd2" src="/templates/windowz/images/category/plus.gif" alt="" /></a><img id="id2" src="/templates/windowz/images/category/folder.gif" alt="" /><a id="sd2" class="node" href="http://www.egydown.com/programmes/" title="Download Full Free Programs With Crack, keygen, serial, patch" onclick="javascript: d.s(2);">Programmes</a></div><div id="dd2" class="clip" style="display:none;"><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id1" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd1" class="node" href="http://www.egydown.com/utilities/" title="Download Full Free System Utilities / Office Software With Crack, serial | Rapidshare - Megaupload" onclick="javascript: d.s(1);">Utilities / Office</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id9" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd9" class="node" href="http://www.egydown.com/multimedia/" title="Download Full Free Multimedia / Design Software With Crack, serial | Rapidshare - Megaupload" onclick="javascript: d.s(9);">Multimedia / Design</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id10" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd10" class="node" href="http://www.egydown.com/internet_network/" title="Download Full Free Internet And Network Software With Crack, serial | Rapidshare - Megaupload" onclick="javascript: d.s(10);">Internet / Network</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id12" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd12" class="node" href="http://www.egydown.com/security/" title="Download Full Free Security Software With Crack, keygen, serial, patch" onclick="javascript: d.s(12);">Security</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id13" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd13" class="node" href="http://www.egydown.com/operating-system/" title="Download Full Free Operating Systems With serials" onclick="javascript: d.s(13);">Operating Systems</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/joinbottom.gif" alt="" /><img id="id14" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd14" class="node" href="http://www.egydown.com/desktop-tools/" title="Download Full Free Desktop Tools With Crack, keygen, serial, patch" onclick="javascript: d.s(14);">Desktop Tools</a></div></div><div class="dTreeNode"><a href="javascript: d.o(3);"><img id="jd3" src="/templates/windowz/images/category/plus.gif" alt="" /></a><img id="id3" src="/templates/windowz/images/category/folder.gif" alt="" /><a id="sd3" class="node" href="http://www.egydown.com/pc_games/" title="Download Free Full PC Games With Crack, keygen, serial, patch" onclick="javascript: d.s(3);">PC Games</a></div><div id="dd3" class="clip" style="display:none;"><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id4" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd4" class="node" href="http://www.egydown.com/iso/" title="Download Free Full ISO PC Games With Crack, keygen, serial, patch" onclick="javascript: d.s(4);">ISO Games</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/line.gif" alt="" /><img src="/templates/windowz/images/category/joinbottom.gif" alt="" /><img id="id5" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd5" class="node" href="http://www.egydown.com/casual/" title="Download Free Full Casual PC Games With Crack, keygen, serial, patch" onclick="javascript: d.s(5);">Casual Games</a></div></div><div class="dTreeNode"><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id6" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd6" class="node" href="http://www.egydown.com/tv_show/" title="Download free Tv Shows from Rapidshare Megaupload" onclick="javascript: d.s(6);">TV Show</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id7" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd7" class="node" href="http://www.egydown.com/movies/" title="Download Movies Dvdrips axxo diamond cam ts from rapidshare and megaupload" onclick="javascript: d.s(7);">Movies</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/join.gif" alt="" /><img id="id8" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd8" class="node" href="http://www.egydown.com/music/" title="Download Music free from Rapidshare and Megaupload" onclick="javascript: d.s(8);">Music</a></div><div class="dTreeNode"><img src="/templates/windowz/images/category/joinbottom.gif" alt="" /><img id="id11" src="/templates/windowz/images/category/page.gif" alt="" /><a id="sd11" class="node" href="http://www.egydown.com/console-games/" title="console-games on rapidshare megaupload crack serial download" onclick="javascript: d.s(11);">Console-Games</a></div></div></div>

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

<div id="dropmenudiv" style="visibility:hidden;position:absolute;z-index:100;width:165px;" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>

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

<img src=http://e1.extreme-dm.com/s10.g?login=egydown1&amp;jv=y&amp;j=y&amp;srw=1176&amp;srb=24&amp;l= height=1 width=1>


HTTP Transactions (89)


Request Response
GET /templates/windowz/css/dtree.css HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:55:34 GMT
Etag: &quot;1a10005-1bf-4742ffb39d980&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 253
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /engine/ajax/menu.js HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Tue, 05 May 2009 09:25:45 GMT
Etag: &quot;1990011-d28-46926dd0af840&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1121
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/windowz/css/3.css HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Sun, 13 Dec 2009 21:10:11 GMT
Etag: &quot;1a10004-6345-47aa2951032c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 5495
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /engine/ajax/loading.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Tue, 05 May 2009 09:25:44 GMT
Etag: &quot;1990010-2de-46926dcfbb600&quot;
Accept-Ranges: bytes
Content-Length: 734
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /engine/ajax/dle_ajax.js HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Tue, 05 May 2009 09:25:35 GMT
Etag: &quot;1990007-142f-46926dc7261c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 2808
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /gx/sap+bw+full+video+training.html HTTP/1.1

Host: www.egydown.com

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

Content-Type: text/html
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
X-Powered-By: PHP/5.2.13
Set-Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4; path=/ dle_user_id=deleted; expires=Fri, 11-Nov-2011 17:19:35 GMT; path=/; domain=.egydown.com; httponly dle_password=deleted; expires=Fri, 11-Nov-2011 17:19:35 GMT; path=/; domain=.egydown.com; httponly dle_hash=deleted; expires=Fri, 11-Nov-2011 17:19:35 GMT; path=/; domain=.egydown.com; httponly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Last-Modified: Sat, 10 Nov 2012 09:19:36 +0200 GMT
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 17489
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/windowz/css/dtree.js HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:55:36 GMT
Etag: &quot;1a10006-283e-4742ffb585e00&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 2712
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/windowz/images/FB.png HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:29 GMT
Etag: &quot;1a18007-d0c-4742ffe811540&quot;
Accept-Ranges: bytes
Content-Length: 3340
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /engine/ajax/js_edit.js HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sat, 10 Nov 2012 17:19:36 GMT
Server: Apache/2
Last-Modified: Tue, 05 May 2009 09:25:41 GMT
Etag: &quot;199000e-1b85-46926dccdef40&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 3058
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/windowz/images/rss.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:55 GMT
Etag: &quot;1a1803c-435-47430000dcfc0&quot;
Accept-Ranges: bytes
Content-Length: 1077
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/windowz/images/body-bg.gif HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:00 GMT
Etag: &quot;1a1800b-175-4742ffcc69400&quot;
Accept-Ranges: bytes
Content-Length: 373
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/windowz/images/spacer.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 220
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_rs.png HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:32 GMT
Etag: &quot;1a18065-8e-4743002426300&quot;
Accept-Ranges: bytes
Content-Length: 142
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_ls.png HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:29 GMT
Etag: &quot;1a18062-88-4743002149c40&quot;
Accept-Ranges: bytes
Content-Length: 136
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_ls.png HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:21 GMT
Etag: &quot;1a18058-1cb-47430019a8a40&quot;
Accept-Ranges: bytes
Content-Length: 459
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_rs.png HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:23 GMT
Etag: &quot;1a1805a-1dd-4743001b90ec0&quot;
Accept-Ranges: bytes
Content-Length: 477
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/windowz/images/icon_clock.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:34 GMT
Etag: &quot;1a18024-13e-4742ffecd6080&quot;
Accept-Ranges: bytes
Content-Length: 318
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/windowz/images/icon_list.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:37 GMT
Etag: &quot;1a18025-89-4742ffefb2740&quot;
Accept-Ranges: bytes
Content-Length: 137
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_bg_container_lr.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:09 GMT
Etag: &quot;1a1804b-b43-4743000e36f40&quot;
Accept-Ranges: bytes
Content-Length: 2883
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_navbar.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:15 GMT
Etag: &quot;1a18051-d0-47430013efcc0&quot;
Accept-Ranges: bytes
Content-Length: 208
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /Norton_Safe_Web_Logo.png HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Thu, 24 Feb 2011 15:17:21 GMT
Etag: &quot;1980008-3be7-49d08b5b9e240&quot;
Accept-Ranges: bytes
Content-Length: 15335
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_brr_bottom.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:12 GMT
Etag: &quot;1a1804e-e49-4743001113600&quot;
Accept-Ranges: bytes
Content-Length: 3657
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/windowz/images/icon_search.gif HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:39 GMT
Etag: &quot;1a18028-229-4742fff19abc0&quot;
Accept-Ranges: bytes
Content-Length: 553
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_bg_container_top.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:10 GMT
Etag: &quot;1a1804c-1126-4743000f2b180&quot;
Accept-Ranges: bytes
Content-Length: 4390
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /img/2011/02/04/mini_110204013256291808.jpg HTTP/1.1

Host: nsa25.casimages.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sat, 10 Nov 2012 17:20:58 GMT
Server: Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8o
Last-Modified: Thu, 13 Sep 2012 08:13:47 GMT
Etag: &quot;86101d4-2270-4c990e2f4a4c0&quot;
Accept-Ranges: bytes
Content-Length: 8816
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /144prt.jpg HTTP/1.1

Host: i33.tinypic.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Server: Apache
Location: http://tinypic.com/images/404.gif
Expires: Sat, 10 Nov 2012 17:20:47 GMT
Cache-Control: max-age=300
Content-Length: 217
Accept-Ranges: bytes
Date: Sat, 10 Nov 2012 17:19:37 GMT
X-Varnish: 3926858153 3926781727
Age: 230
Via: 1.1 varnish
Connection: keep-alive
X-Varnish-Server: den2tpv03
X-Cache: HIT
GET /templates/windowz/images/windowzru_bg_sidebar.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:10 GMT
Etag: &quot;1a1804d-b18-4743000f2b180&quot;
Accept-Ranges: bytes
Content-Length: 2840
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_tl.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:34 GMT
Etag: &quot;1a18068-123-474300260e780&quot;
Accept-Ranges: bytes
Content-Length: 291
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_tr.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:35 GMT
Etag: &quot;1a18069-e7e-47430027029c0&quot;
Accept-Ranges: bytes
Content-Length: 3710
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /15pqple.jpg HTTP/1.1

Host: i50.tinypic.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Server: Apache
Location: http://tinypic.com/images/404.gif
Expires: Sat, 10 Nov 2012 17:22:42 GMT
Cache-Control: max-age=300
Content-Length: 217
Accept-Ranges: bytes
Date: Sat, 10 Nov 2012 17:19:37 GMT
X-Varnish: 3029723817 3029689444
Age: 115
Via: 1.1 varnish
Connection: keep-alive
X-Varnish-Server: den2tpv15
X-Cache: HIT
GET /templates/windowz/images/windowzru_wm_t.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:33 GMT
Etag: &quot;1a18067-3a8-474300251a540&quot;
Accept-Ranges: bytes
Content-Length: 936
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /hit?t50.6;r;s1176*885*24;uhttp%3A//www.egydown.com/gx/sap+bw+full+video+training.html;0.7257898514471912 HTTP/1.1

Host: counter.yadro.ru

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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: 0W/0.8c
Location: http://counter.yadro.ru/hit?q;t50.6;r;s1176*885*24;uhttp%3A//www.egydown.com/gx/sap+bw+full+video+training.html;0.7257898514471912
Content-Length: 32
Expires: Thu, 10 Nov 2011 20:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;UNI&quot;
Set-Cookie: FTID=1Gdeog141En2; path=/; expires=Sat, 09 Nov 2013 20:00:00 GMT; domain=.yadro.ru
GET /templates/windowz/images/windowzru_wm_ls_bg.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:30 GMT
Etag: &quot;1a18063-88-474300223de80&quot;
Accept-Ranges: bytes
Content-Length: 136
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/windowz/images/category/base.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:09 GMT
Etag: &quot;1a1c003-3e4-4742ffd4fe840&quot;
Accept-Ranges: bytes
Content-Length: 996
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /templates/windowz/images/category/plus.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:19 GMT
Etag: &quot;1a1c00f-5a-4742ffde87ec0&quot;
Accept-Ranges: bytes
Content-Length: 90
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/windowz/images/category/folder.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:11 GMT
Etag: &quot;1a1c005-254-4742ffd6e6cc0&quot;
Accept-Ranges: bytes
Content-Length: 596
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /hit?q;t50.6;r;s1176*885*24;uhttp%3A//www.egydown.com/gx/sap+bw+full+video+training.html;0.7257898514471912 HTTP/1.1

Host: counter.yadro.ru

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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: FTID=1Gdeog141En2
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: 0W/0.8c
Connection: Close
Content-Length: 132
Expires: Thu, 10 Nov 2011 20:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;UNI&quot;
Set-Cookie: VID=3TBYIO0glen2; path=/; expires=Sat, 09 Nov 2013 20:00:00 GMT; domain=.yadro.ru
GET /templates/windowz/images/category/line.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:14 GMT
Etag: &quot;1a1c009-43-4742ffd9c3380&quot;
Accept-Ranges: bytes
Content-Length: 67
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/windowz/images/category/page.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:18 GMT
Etag: &quot;1a1c00e-246-4742ffdd93c80&quot;
Accept-Ranges: bytes
Content-Length: 582
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /templates/windowz/images/category/join.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:14 GMT
Etag: &quot;1a1c007-44-4742ffd9c3380&quot;
Accept-Ranges: bytes
Content-Length: 68
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /img/2010/08/13/100813111244820884.jpg HTTP/1.1

Host: nsa16.casimages.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sat, 10 Nov 2012 17:20:35 GMT
Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8o
Last-Modified: Fri, 30 Sep 2011 16:51:24 GMT
Etag: &quot;1613233-3703-4ae2b6f7afb00&quot;
Accept-Ranges: bytes
Content-Length: 14083
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /img/2010/12/15/101215050303886763.jpg HTTP/1.1

Host: nsa19.casimages.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sat, 10 Nov 2012 17:20:35 GMT
Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8o
Last-Modified: Wed, 09 May 2012 12:23:07 GMT
Etag: &quot;12631313-5ded-4bf9990cb80c0&quot;
Accept-Ranges: bytes
Content-Length: 24045
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/windowz/images/category/joinbottom.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:13 GMT
Etag: &quot;1a1c008-42-4742ffd8cf140&quot;
Accept-Ranges: bytes
Content-Length: 66
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/windowz/images/logo.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:37 GMT
Server: Apache/2
Last-Modified: Mon, 17 May 2010 02:14:30 GMT
Etag: &quot;1a18030-751e-486c0c8f22d80&quot;
Accept-Ranges: bytes
Content-Length: 29982
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_rs_bg.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:32 GMT
Etag: &quot;1a18066-8e-4743002426300&quot;
Accept-Ranges: bytes
Content-Length: 142
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /i16/3c8dcc.jpg HTTP/1.1

Host: lulzimg.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 17:19:38 GMT
Content-Length: 154
Connection: keep-alive
Location: http://www.lulzimg.com/i16/3c8dcc.jpg
GET /templates/windowz/images/windowzru_wm_bl.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:28 GMT
Etag: &quot;1a18060-ee-4743002055a00&quot;
Accept-Ranges: bytes
Content-Length: 238
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_b.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:27 GMT
Etag: &quot;1a1805f-8a-4743001f617c0&quot;
Accept-Ranges: bytes
Content-Length: 138
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wm_br.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:29 GMT
Etag: &quot;1a18061-e42-4743002149c40&quot;
Accept-Ranges: bytes
Content-Length: 3650
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/windowz/images/bttn_bbcodes.gif HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:01 GMT
Etag: &quot;1a1800c-2e-4742ffcd5d640&quot;
Accept-Ranges: bytes
Content-Length: 46
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/404.gif HTTP/1.1

Host: tinypic.com

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

Content-Type: image/gif
Server: Apache
Last-Modified: Tue, 29 Jan 2008 14:46:30 GMT
Etag: &quot;a29-444dd7d731d80&quot;
Cache-Control: max-age=21600
Expires: Sat, 10 Nov 2012 17:43:02 GMT
Content-Length: 2601
Accept-Ranges: bytes
Date: Sat, 10 Nov 2012 17:19:38 GMT
X-Varnish: 2479479623 2473376496
Age: 20196
Via: 1.1 varnish
Connection: keep-alive
X-Varnish-Server: den2tpv13
X-Cache: HIT
GET /js/plusone.js HTTP/1.1

Host: apis.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: */*
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.egydown.com/gx/sap+bw+full+video+training.html
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: application/javascript; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Etag: &quot;529104c25e723e726505bee2aa12dd85&quot;
Expires: Sat, 10 Nov 2012 17:19:37 GMT
Date: Sat, 10 Nov 2012 17:19:37 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /templates/windowz/images/windowzru_wc_tl.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:25 GMT
Etag: &quot;1a1805d-158-4743001d79340&quot;
Accept-Ranges: bytes
Content-Length: 344
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_t.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:25 GMT
Etag: &quot;1a1805c-848-4743001d79340&quot;
Accept-Ranges: bytes
Content-Length: 2120
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_ls_bg.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:23 GMT
Etag: &quot;1a18059-84-4743001b90ec0&quot;
Accept-Ranges: bytes
Content-Length: 132
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /templates/windowz/images/sblk_bl.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:59 GMT
Etag: &quot;1a1803d-97-47430004ad8c0&quot;
Accept-Ranges: bytes
Content-Length: 151
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_tr.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:27 GMT
Etag: &quot;1a1805e-e61-4743001f617c0&quot;
Accept-Ranges: bytes
Content-Length: 3681
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /templates/windowz/images/sblk_tl.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:00 GMT
Etag: &quot;1a1803f-9f-47430005a1b00&quot;
Accept-Ranges: bytes
Content-Length: 159
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /templates/windowz/images/sblk_tr.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:01 GMT
Etag: &quot;1a18040-9b-4743000695d40&quot;
Accept-Ranges: bytes
Content-Length: 155
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/windowz/images/sblk_br.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:38 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:56:59 GMT
Etag: &quot;1a1803e-99-47430004ad8c0&quot;
Accept-Ranges: bytes
Content-Length: 153
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_rs_bg.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:23 GMT
Etag: &quot;1a1805b-83-4743001b90ec0&quot;
Accept-Ranges: bytes
Content-Length: 131
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_bl.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:18 GMT
Etag: &quot;1a18056-d0-47430016cc380&quot;
Accept-Ranges: bytes
Content-Length: 208
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /i16/3c8dcc.jpg HTTP/1.1

Host: lulzimg.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 17:19:38 GMT
Content-Length: 154
Connection: keep-alive
Location: http://www.lulzimg.com/i16/3c8dcc.jpg
GET /templates/windowz/images/windowzru_wc_b.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:21 GMT
Etag: &quot;1a18055-84-47430019a8a40&quot;
Accept-Ranges: bytes
Content-Length: 132
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_wc_br.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:20 GMT
Etag: &quot;1a18057-cf-47430018b4800&quot;
Accept-Ranges: bytes
Content-Length: 207
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=_e5sBiVlCeg.no./sv=1/am=!SYcw6mesaJeITQu65A/d=1/rs=AItRSTOZgCimta2adf4sTddtgi9KbqWbOQ/cb=gapi.loaded_0 HTTP/1.1

Host: apis.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: */*
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.egydown.com/gx/sap+bw+full+video+training.html
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/javascript; charset=UTF-8
Etag: &quot;217158210&quot;
Expires: Mon, 10 Dec 2012 17:02:52 GMT
Date: Sat, 10 Nov 2012 17:02:52 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 26141
Age: 1006
GET /templates/windowz/images/windowzru_infobar.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:13 GMT
Etag: &quot;1a18050-a95-4743001207840&quot;
Accept-Ranges: bytes
Content-Length: 2709
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /templates/windowz/images/windowzru_bg_container_bottom.png HTTP/1.1

Host: www.egydown.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.egydown.com/templates/windowz/css/3.css
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Tue, 22 Sep 2009 19:57:07 GMT
Etag: &quot;1a1804a-10d6-4743000c4eac0&quot;
Accept-Ranges: bytes
Content-Length: 4310
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /a/img268/2557/120922053953518966.png HTTP/1.1

Host: imageshack.us

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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.4
Date: Sat, 10 Nov 2012 17:19:38 GMT
Connection: keep-alive
Last-Modified: Sat, 22 Sep 2012 16:21:22 GMT
X-Server-Name-And-Port: _:14000
Content-Length: 30912
X-Varnish: 2110518473 2109710353
Via: 1.1 varnish
Age: 0
X-Varnish-Hits: 15
X-Varnish-IP: 10.101.8.10
X-Varnish-Port: 17001
GET /uploads/download.gif HTTP/1.1

Host: www.egydown.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.egydown.com/gx/sap+bw+full+video+training.html
Cookie: PHPSESSID=1fa9df946da3cfb90cc415d3942f31f4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sat, 10 Nov 2012 17:19:39 GMT
Server: Apache/2
Last-Modified: Thu, 23 Sep 2010 23:17:57 GMT
Etag: &quot;1a20003-4d36-490f578ec9340&quot;
Accept-Ranges: bytes
Content-Length: 19766
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /Himg16/scaled.php?server=16&filename=h3jm5.jpg&res=landing HTTP/1.1

Host: desmond.imageshack.us
GET /Himg16/scaled.php?server=16&amp;filename=h3jm5.jpg&amp;res=landing HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx/1.0.4
Date: Sat, 10 Nov 2012 17:19:38 GMT
Connection: keep-alive
X-Powered-By: PHP/5.2.9
Cache-Control: max-age=5184000,max-stale
Content-Disposition: inline; filename=h3jm5.jpg
Content-Length: 23045
Accept-Ranges: bytes
X-Varnish: 2001776008 1993933719
Via: 1.1 varnish
Age: 0
X-Varnish-Hits: 33
X-Varnish-IP: 208.94.0.210
X-Varnish-Port: 17001
GET /img32/7859/fc844b.jpg HTTP/1.1

Host: img32.imageshack.us

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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.4
Date: Sat, 10 Nov 2012 17:19:38 GMT
Connection: close
Content-Length: 24529
Last-Modified: Tue, 12 Jul 2011 01:23:24 GMT
Accept-Ranges: bytes
X-Server-Name-And-Port: _:14000
GET /i.gif HTTP/1.1

Host: t1.extreme-dm.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/gif
Server: extremetracking.com
Date: Sat, 10 Nov 2012 17:19:37 GMT
Content-Length: 1004
Last-Modified: Thu, 26 Feb 2004 13:56:07 GMT
Connection: close
Expires: Sun, 11 Nov 2012 17:19:37 GMT
Cache-Control: max-age=86400
Accept-Ranges: bytes
GET /img834/5661/evs7p.jpg HTTP/1.1

Host: img834.imageshack.us

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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.4
Date: Sat, 10 Nov 2012 17:19:37 GMT
Connection: close
Content-Length: 51819
Last-Modified: Tue, 20 Mar 2012 18:14:10 GMT
Accept-Ranges: bytes
X-Server-Name-And-Port: _:14000
GET /_/+1/fastbutton?bsv&hl=en-US&origin=http%3A%2F%2Fwww.egydown.com&url=http%3A%2F%2Fwww.egydown.com%2Fgx%2Fsap%2Bbw%2Bfull%2Bvideo%2Btraining.html&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D_e5sBiVlCeg.no.%2Fsv%3D1%2Fam%3D!SYcw6mesaJeITQu65A%2Fd%3D1%2Frs%3DAItRSTOZgCimta2adf4sTddtgi9KbqWbOQ HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.egydown.com&amp;url=http%3A%2F%2Fwww.egydown.com%2Fgx%2Fsap%2Bbw%2Bfull%2Bvideo%2Btraining.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D_e5sBiVlCeg.no.%2Fsv%3D1%2Fam%3D!SYcw6mesaJeITQu65A%2Fd%3D1%2Frs%3DAItRSTOZgCimta2adf4sTddtgi9KbqWbOQ 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.egydown.com/gx/sap+bw+full+video+training.html
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/html; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Sat, 10 Nov 2012 17:19:39 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.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.egydown.com/gx/sap+bw+full+video+training.html
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 74772
GET /s10.g?login=egydown1&jv=y&j=y&srw=1176&srb=24&l= HTTP/1.1

Host: e1.extreme-dm.com
GET /s10.g?login=egydown1&amp;jv=y&amp;j=y&amp;srw=1176&amp;srb=24&amp;l= HTTP/1.1

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

Content-Type: image/gif
Server: nginx/0.7.67
Date: Sat, 10 Nov 2012 17:19:40 GMT
Content-Length: 43
Last-Modified: Mon, 28 Sep 1970 06:00:00 GMT
Connection: close
Cache-Control: private,no-cache,no-store
Pragma: no-cache
Expires: Mon, 28 Sep 1970 06:00:00 GMT
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=_e5sBiVlCeg.no./sv=1/am=!SYcw6mesaJeITQu65A/d=1/rs=AItRSTOZgCimta2adf4sTddtgi9KbqWbOQ/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.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/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: https://plusone.google.com/_/+1/fastbutton?bsv&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.egydown.com&amp;url=http%3A%2F%2Fwww.egydown.com%2Fgx%2Fsap%2Bbw%2Bfull%2Bvideo%2Btraining.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D_e5sBiVlCeg.no.%2Fsv%3D1%2Fam%3D!SYcw6mesaJeITQu65A%2Fd%3D1%2Frs%3DAItRSTOZgCimta2adf4sTddtgi9KbqWbOQ
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/javascript; charset=UTF-8
Etag: &quot;517713313&quot;
Expires: Mon, 10 Dec 2012 13:22:57 GMT
Date: Sat, 10 Nov 2012 13:22:57 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 32489
Age: 14203
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=f7MXio8F2xs.en_US./sv=1/am=!OafhWFDgH72F4k9x-Q/d=1/rs=AItRSTMlCw9I4a4HA2PnpsOHCUYVxcjlxA/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.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/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: https://plusone.google.com/_/+1/fastbutton?bsv&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.egydown.com&amp;url=http%3A%2F%2Fwww.egydown.com%2Fgx%2Fsap%2Bbw%2Bfull%2Bvideo%2Btraining.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D_e5sBiVlCeg.no.%2Fsv%3D1%2Fam%3D!SYcw6mesaJeITQu65A%2Fd%3D1%2Frs%3DAItRSTOZgCimta2adf4sTddtgi9KbqWbOQ
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/javascript; charset=UTF-8
Etag: &quot;326614287&quot;
Expires: Mon, 10 Dec 2012 04:28:58 GMT
Date: Sat, 10 Nov 2012 04:28:58 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 21224
Age: 46242
GET /favicon.ico HTTP/1.1

Host: www.egydown.com

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

Content-Type: image/x-icon
Date: Sat, 10 Nov 2012 17:19:58 GMT
Server: Apache/2
Last-Modified: Mon, 21 Sep 2009 23:48:06 GMT
Etag: &quot;198000d-47e-4741f1cfd1980&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 857
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/bmbtfi1dqmypgg1doap.jpg HTTP/1.1

Host: img.nattawat.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.egydown.com/gx/sap+bw+full+video+training.html


GET /i16/3c8dcc.jpg HTTP/1.1

Host: www.lulzimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.egydown.com/gx/sap+bw+full+video+training.html


GET /wH5iE.jpg HTTP/1.1

Host: f

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.egydown.com/gx/sap+bw+full+video+training.html


GET /8a0d6f7202.png HTTP/1.1

Host: i2.lulzimg.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.egydown.com/gx/sap+bw+full+video+training.html


GET /m28B4.jpg HTTP/1.1

Host: d

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.egydown.com/gx/sap+bw+full+video+training.html


GET /9129d4fff9.png HTTP/1.1

Host: i.lulzimg.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.egydown.com/gx/sap+bw+full+video+training.html


GET /UigYm.png HTTP/1.1

Host: e

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.egydown.com/gx/sap+bw+full+video+training.html


GET /images/bmbtfi1dqmypgg1doap.jpg HTTP/1.1

Host: img.nattawat.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.egydown.com/gx/sap+bw+full+video+training.html


GET /bmi//d/m28B4.jpg HTTP/1.1

Host: 1.1.1.5

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.egydown.com/gx/sap+bw+full+video+training.html