Overview

URLhttp://www.sanjose-ibiza.net/
IP69.28.212.220
ASNAS13768 Peer 1 Network Inc.
Location United States
Report completed2012-11-06 02:28:20 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-06 02:27:40 69.28.212.220 urlQuery Client1ET CURRENT_EVENTS c3284d Malware Network Compromised Redirect (comments 2)
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on ASN: AS13768 Peer 1 Network Inc.

Date Alerts / IDS URL IP
2013-02-17 20:23:330 / 1http://studyshared.com/logos.gif?23d71=1321209176.74.176.167
2013-02-17 20:23:310 / 1http://studyshared.com/logos.gif?2056c=927220176.74.176.167
2013-02-17 19:57:160 / 0http://beatfiltering.com2fhttp3awww.niazsanje.squarespace.com65.39.205.54
2013-02-17 19:39:550 / 0http://internal.squarespace.com65.39.205.54
2013-02-17 19:32:130 / 0http://65.39.205.5465.39.205.54
2013-02-17 19:12:330 / 0http://telegraciabrasil.com65.39.205.54



JavaScript

Executed Scripts (16)


Executed Evals (2)

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

Element.extend({
    'show': function() {
        return this.setStyle('display', '')
    },
    'hide': function() {
        return this.setStyle('display', 'none')
    }
});
String.extend({
    'sameDomain': function() {
        var a = /^(http|https):\/\/([a-z-.0-9]+)[\/]{0,1}/i.exec(window.location);
        var b = /^(http|https):\/\/([a-z-.0-9]+)[\/]{0,1}/i.exec(this);
        return a[2] === b[2]
    }
});
var RokBox = new Class({
    version: '2.0',
    options: {
        'className': 'rokbox',
        'theme': 'default',
        'transition': Fx.Transitions.Quad.easeOut,
        'duration': 200,
        'chase': 40,
        'effect': 'quicksilver',
        'captions': true,
        'captionsDelay': 800,
        'scrolling': false,
        'keyEvents': true,
        overlay: {
            'background': '#000',
            'opacity': 0.85,
            'zIndex': 65550,
            'duration': 200,
            'transition': Fx.Transitions.Quad.easeInOut
        },
        'frame-border': 0,
        'content-padding': 0,
        'arrows-height': 50,
        defaultSize: {
            'width': 640,
            'height': 460
        },
        'autoplay': 'true',
        'controller': 'false',
        'bgcolor': '#f3f3f3',
        'youtubeAutoplay': false,
        'vimeoColor': '00adef',
        'vimeoPortrait': false,
        'vimeoTitle': false,
        'vimeoFullScreen': true,
        'vimeoByline': false
    },
    initialize: function(a) {
        this.setOptions(a);
        var b = new RegExp("^" + this.options.className),
            cls = this.options.className,
            self = this;
        this.current = [];
        this.groups = new Hash({});
        this.changeGroup = false;
        this.swtch = false;
        this.elements = $$('a').filter(this.isRokBoxElement.bind(this));
        var c = $merge(this.options.overlay, {
            'id': cls + '-overlay',
            'class': cls + '-overlay'
        });
        this.overlayObj = new Rokverlay(false, c).addEvent('onShow', function() {
            self.open(self.current)
        }).addEvent('onHide', function() {
            if (self.changeGroup) {
                self.changeGroup = false;
                var e = self.nextGroup[0],
                    selfLink = self.nextGroup[1],
                    list = self.nextGroup[2],
                    index = self.nextGroup[3],
                    what;
                if (selfLink.getProperty('id').test('next')) what = list[index];
                else what = list[index - 2];
                self.click.delay(100, self, [false, what.title, what.href, what.rel, self, what])
            }
        });
        this.overlay = this.overlayObj.overlay.addEvent('click', function() {
            self.swtch = false;
            self.close()
        });
        this.wrapper = new Element('div', {
            'id': cls + '-wrapper',
            'class': cls + '-' + this.options.theme
        }).inject(document.body).setStyles({
            'position': 'absolute',
            'zIndex': 65555,
            'opacity': 0
        }).hide();
        var d = new Element('div', {
            'id': cls + '-top',
            'class': cls + '-left'
        }).inject(this.wrapper);
        var f = new Element('div', {
            'class': cls + '-right'
        }).inject(d);
        var g = new Element('div', {
            'class': cls + '-center'
        }).inject(f);
        var h = new Element('div', {
            'id': cls + '-middle',
            'class': cls + '-left'
        }).inject(this.wrapper);
        var i = new Element('div', {
            'class': cls + '-right'
        }).inject(h);
        this.center = new Element('div', {
            'class': cls + '-center'
        }).inject(i);
        var j = new Element('div', {
            'id': cls + '-bottom',
            'class': cls + '-left'
        }).inject(this.wrapper);
        var k = new Element('div', {
            'class': cls + '-right'
        }).inject(j);
        var l = new Element('div', {
            'class': cls + '-center'
        }).inject(k);
        new Element('div', {
            'class': 'clr'
        }).inject(this.wrapper);
        this.closeButton = new Element('a', {
            'id': cls + '-close',
            'href': '#'
        }).setHTML('<span>[x] close</span>').inject(this.center);
        this.closeButton.addEvent('click', function(e) {
            new Event(e).stop();
            self.swtch = false;
            self.close(e)
        });
        this.fx = {
            'wrapper': new Fx.Styles(this.wrapper, {
                'duration': this.options.duration,
                wait: true,
                'transition': this.options.transition,
                onComplete: function() {
                    if (self.type == 'image') return;
                    if (!this.now.opacity && self.overlayObj.open) {
                        self.wrapper.hide();
                        if (!self.swtch) {
                            self.overlayObj.hide()
                        } else {
                            if (self.changeGroup) {
                                self.changeGroup = false;
                                var e = self.nextGroup[0],
                                    selfLink = self.nextGroup[1],
                                    list = self.nextGroup[2],
                                    index = self.nextGroup[3],
                                    what;
                                if (selfLink.getProperty('id').test('next')) what = list[index];
                                else what = list[index - 2];
                                self.click.delay(100, self, [false, what.title, what.href, what.rel, self, what])
                            }
                        }
                    } else {
                        self.loadVideo.delay(50, self)
                    }
                }
            }),
            'center': new Fx.Styles(this.center, {
                'duration': this.options.duration,
                wait: true,
                'transition': this.options.transition
            }),
            'height': new Fx.Style(this.center, 'height', {
                'duration': this.options.duration,
                wait: true,
                'transition': this.options.transition
            })
        };
        window.addEvent('resize', function() {
            self.reposition(self.wrapper);
            self.overlayObj.reposition()
        });
        if (this.options.scrolling) window.addEvent('scroll', function() {
            self.reposition(self.wrapper)
        })
    },
    isRokBoxElement: function(a) {
        var b = a.getProperty('rel'),
            group = false,
            len = false,
            module = false;
        if (a.isRokBox) return false;
        var c = (b || '').test(new RegExp("^" + this.options.className));
        if (c) {
            a.isRokBox = true;
            if (b) group = b.match(/\([a-z0-9A-Z]+\)/g) || false;
            if (b) module = b.match(/\[module\=(.+)+\]/) || false;
            if (module[1]) {
                a.module = module[1]
            } else {
                a.module = false
            };
            if (group[0]) {
                group = group[0].replace("(", "").replace(")", "");
                if (!this.groups.hasKey(group)) this.groups.set(group, []);
                var d = this.groups.get(group);
                d.push(a);
                len = d.length;
                this.groups.set(group, d)
            };
            a.group = group;
            a.idx = len;
            a.addEvent('click', this.click.bindWithEvent(a, [a.title, a.href, a.rel, this]))
        };
        return c
    },
    refresh: function() {
        this.elements = $$('a').filter(this.isRokBoxElement.bind(this))
    },
    click: function(e, a, b, c, d, f) {
        if (e) new Event(e).stop();
        var g = '';
        var h = c.match(/([0-9]+\s?[0-9]+)/g) || [''];
        h = h[0].split(" ");
        var h = c.match(/([0-9%]+\s?[0-9%]+)/g) || [''];
        g = h[0].split(" ");
        h = h[0].split(" ");
        if (c.match(/fullscreen/g)) g = 'fullscreen';
        var i = d.overflow();
        if (!f) f = false;
        var j = this.group || f.group;
        var k = d.closeButton.getStyle('height').toInt() || d.closeButton.getSize().size.y || 0;
        var l = d.options['arrows-height'] || 0;
        h[0] = (h[0]) ? h[0] : '';
        h[1] = (h[1]) ? h[1] : '';
        if ((!h[0].contains("%") && !h[1].contains("%")) && !h[0].length || !h[1].length) {
            if (b.match(/youtube\.com\/watch/i)) {
                h[0] = 640;
                h[1] = 385
            } else if (b.match(/dailymotion\./i)) {
                h[0] = 420;
                h[1] = 339
            } else if (b.match(/metacafe\.com\/watch/i)) {
                h[0] = 400;
                h[1] = 345
            } else if (b.match(/google\.com\/videoplay/i)) {
                h[0] = 400;
                h[1] = 326
            } else if (b.match(/vimeo\.com\/[0-9]{1,}/i)) {
                h[0] = 400;
                h[1] = 225
            } else if (b.match(/\.(mov|qt|mpeg|divx|avi|xvid|mv4|m4v|wmv|wma|wax|wvx|asx|asf)$/i)) {
                h[0] = 504;
                h[1] = 336
            } else if (b.match(/\.(mp3|wav|m4a)$/i)) {
                h[0] = 320;
                h[1] = 45
            }
        };
        var m = window.getSize().size;
        if (h[0] > ((window.opera) ? window.innerWidth : m.x) || g == 'fullscreen') h[0] = ((window.opera) ? window.innerWidth : m.x) - d.overflow(true) - 20;
        if (h[1] > ((window.opera) ? window.innerHeight : m.y) || g == 'fullscreen') h[1] = ((window.opera) ? window.innerHeight : m.y) - d.overflow() - k - l - 20;
        if ($type(h[0]) != 'number' && $type(h[1]) != 'number') {
            if (h[0].contains("%") && h[1].contains("%")) {
                var n = (window.opera) ? window.innerWidth : m.x;
                var o = (window.opera) ? window.innerHeight : m.y;
                h[0] = h[0].replace("%", "").toInt();
                h[1] = h[1].replace("%", "").toInt();
                h[0] = h[0] > 100 ? 100 : h[0];
                h[1] = h[1] > 100 ? 100 : h[1];
                h[0] = n * h[0] / 100;
                h[1] = o * h[1] / 100;
                h[0] = h[0] - d.overflow(true) - 20;
                h[1] = h[1] - d.overflow() - k - l - 20
            }
        }
        c = {
            width: (h[0] || d.options.defaultSize.width).toInt(),
            height: (h[1] || d.options.defaultSize.height).toInt()
        };
        options2 = {
            width: (h[0] || d.options.defaultSize.width).toInt() + d.overflow(true),
            height: (h[1] || d.options.defaultSize.height).toInt() + d.overflow() + k
        };
        d.current = [this, a, b, c, j, this.idx || f.idx, options2, this.module];
        if (!d.swtch) d.overlayObj.toggle();
        else d.open(d.current)
    },
    overflow: function(a) {
        var b = (this.options['frame-border'] * 2) + (this.options['content-padding'] * 2);
        return b
    },
    open: function() {
        arguments = arguments[0];
        var b = arguments;
        var d = arguments[0],
            j = arguments[1],
            href = arguments[2],
            size = arguments[3],
            options = arguments[6],
            module = arguments[7],
            self = this;
        this.closeButton.setStyle('visibility', 'visible');
        var e = self.closeButton.getStyle('height').toInt() || self.closeButton.getSize().size.y || self.closeButton.currentStyle.height.toInt() || 0;
        if (self.closeButton.getStyle('position') == 'absolute') e = 0;
        var g = self.options['arrows-height'] || 0;
        this.wrapper.setStyles({
            'width': options.width,
            'height': options.height + g + e
        }).show();
        this.center.setStyles({
            'width': size.width,
            'height': size.height + e + g
        });
        if (self.options.captions && !this.caption) {
            var i = self.getCaption(j) || [false, false];
            var j = i[0],
                description = i[1];
            this.caption = new Element('div', {
                'id': this.options.className + '-caption'
            }).inject(this.center).setStyle('opacity', 0).adopt(j, description)
        };
        if (self.options.captions && this.caption) this.caption.hide().setStyle('height', 0);
        if (self.container) self.container.empty();
        var k = this.reposition(this.wrapper, options)[1];
        this.fx.wrapper.start(this.effects(this.options.effect, k).start).chain(function() {
            if (self.options.captions && self.caption) {
                (function() {
                    var a = self.caption.getSize().size.y || 0;
                    var b = self.center.getStyle('height').toInt();
                    var c = self.caption.getText().trim().length;
                    self.fx.height.start(b + a - e).chain(function() {
                        self.caption.effect('opacity').start(1);
                        if (self.options.keyEvents) {
                            self.evt = self.keyEvents.bindWithEvent(self);
                            document.addEvent('keyup', self.evt)
                        }
                    })
                }).delay(self.options.captionsDelay)
            }
        });
        var h = size.height + e + g;
        var f = this.effects(this.options.effect, k).start;
        if (f.width || f.height) this.fx.center.start({
            'width': ($type(f.width) == 'array') ? [0, size.width] : size.width,
            'height': ($type(f.height) == 'array') ? [0, h] : h
        });
        else this.center.setStyles({
            'width': size.width,
            'height': h
        })
    },
    close: function(a, b) {
        var c = this,
            effect;
        var d = {
            'left': this.wrapper.getStyle('left').toInt(),
            'top': this.wrapper.getStyle('top').toInt()
        };
        this.closeButton.setStyle('visibility', 'hidden');
        this.container.removeClass('spinner');
        this.unloadVideo();
        effect = this.effects((b) ? b : this.options.effect, d).end;
        if (this.options.captions) this.caption.effect('opacity').set(0);
        if (this.options.keyEvents) document.removeEvent('keyup', c.evt);
        if (this.arrows) this.arrows.remove();
        this.arrows = false;
        var e = {};
        if ($chk(effect.width)) e.width = Math.abs(effect.width - c.overflow());
        if ($chk(effect.height)) e.height = Math.abs(effect.height);
        this.fx.center.start(e).chain(function() {
            c.fx.height.stop();
            if (c.caption) c.caption.setStyle('height', '');
            c.center.setStyles({
                'width': '',
                'height': ''
            });
            c.container.setStyles({
                'width': '',
                'height': ''
            })
        });
        this.fx.wrapper.start(effect);
        return this
    },
    keyEvents: function(e) {
        new Event(e);
        switch (e.key) {
        case 'left':
            if (this.arrows) this.prevArrow.fireEvent('click', e);
            break;
        case 'right':
            if (this.arrows) this.nextArrow.fireEvent('click', e);
            break;
        case 'esc':
            this.swtch = false;
            this.close(e, 'growl')
        }
    },
    reposition: function(a, b) {
        var c = window.getSize();
        if (!a) a = $(this.wrapper);
        if (!b) {
            var d = a.getSize().size;
            b = {
                'width': d.x,
                'height': d.y
            }
        };
        var e = this.options['arrows-height'];
        var f = c.scroll.x + (((window.opera) ? window.innerWidth : c.size.x) / 2) - (b.width / 2) - a.getStyle('padding-left').toInt();
        var g = c.scroll.y + (((window.opera) ? window.innerHeight : c.size.y) / 2) - (b.height / 2) - a.getStyle('padding-top').toInt() - (e / 2);
        var h = {
            'top': (g > 0) ? g : 0,
            'left': (f > 0) ? f : 0
        };
        return [a.setStyles(h), h]
    },
    loadVideo: function() {
        if (this.container) this.container.remove();
        if (this.caption) this.caption.hide();
        var d = this.current[1],
            url = this.current[2],
            size = this.current[3],
            group = this.current[4],
            index = this.current[5],
            cls = this.options.className;
        var f = this.current[7];
        var g = this.closeButton.getStyle('height').toInt() || this.closeButton.getSize().size.y || 0;
        var h = this.options['arrows-height'] || 0;
        this.type = false;
        if (f) {
            this.type = 'module';
            this.object = $(f)
        } else if (url.match(/\.(gif|jpg|jpeg|png|bmp)$/i) || this.current[0].alt == 'image') {
            this.type = 'image';
            var i = this;
            this.object = new Asset.image(url, {
                id: 'rokboxobject',
                onerror: function() {
                    i.container.removeClass('liading').addClass('warning');
                    i.container.setHTML('<h1>Image not found.</h1>')
                },
                onload: function() {
                    size.width = this.width;
                    size.height = this.height;
                    i.container.setStyles(size);
                    var a = this,
                        winSize = window.getSize();
                    var b = winSize.scroll.y + (winSize.size.y / 2) - (this.height / 2) - i.wrapper.getStyle('padding-top').toInt();
                    if (b < 0) b = 0;
                    if (i.center.getStyle('width').toInt() != size.width && i.center.getStyle('height').toInt() != size.height) {
                        i.fx.center.start({
                            'width': size.width,
                            'height': size.height + i.overflow(true) + h
                        })
                    };
                    var c = winSize.scroll.x + (winSize.size.x / 2) - (this.width / 2) - (i.overflow(true) / 2) - i.wrapper.getStyle('padding-left').toInt();
                    i.fx.wrapper.start({
                        'left': (c > 0) ? c : 0,
                        'width': this.width + i.overflow(true),
                        'height': this.height + i.overflow() + h + g
                    }).chain(function() {
                        i.container.removeClass('spinner');
                        a.inject(i.container);
                        if (i.arrows) i.arrows.show()
                    })
                }
            })
        } else if (url.match(/\.(mov|qt|mpeg|divx|avi|xvid|mv4|m4v)$/i)) {
            this.type = 'qt';
            if (navigator.plugins && navigator.plugins.length) {
                this.object = '<object id="rokboxobject" standby="loading..." type="video/quicktime" codebase="http://www.apple.com/qtactivex/qtplugin.cab" data="' + url + '" width="' + size.width + '" height="' + size.height + '"><param name="src" value="' + url + '" /><param name="scale" value="aspect" /><param name="controller" value="' + this.options.controller + '" /><param name="autoplay" value="' + this.options.autoplay + '" /><param name="bgcolor" value="' + this.options.bgcolor + '" /><param name="enablejavascript" value="true" /></object>'
            } else {
                this.object = '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" standby="loading..." codebase="http://www.apple.com/qtactivex/qtplugin.cab" type="video/quicktime" width="' + size.width + '" height="' + size.height + '" id="rokboxobject"><param name="src" value="' + url + '" /><param name="scale" value="aspect" /><param name="controller" value="' + this.options.controller + '" /><param name="autoplay" value="' + this.options.autoplay + '" /><param name="bgcolor" value="' + this.options.bgcolor + '" /><param name="enablejavascript" value="true" /></object>'
            }
        } else if (url.match(/\.(wmv|wma|wax|wvx|asx|asf)$/i)) {
            this.type = 'wmv';
            if (navigator.plugins && navigator.plugins.length) {
                this.object = '<object id="rokboxobject" standby="loading..." type="application/x-oleobject" data="' + url + '" width="' + size.width + '" height="' + size.height + '" /><param name="src" value="' + url + '" /><param name="autoStart" value="' + this.options.autoplay + '" /><param name="bgcolor" value="' + this.options.bgcolor + '" /></object>'
            } else {
                this.object = '<object id="rokboxobject" standby="loading..." classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" data="' + url + '" width="' + size.width + '" height="' + size.height + '" /><param name="filename" value="' + url + '" /><param name="showcontrols" value="' + this.options.controller + '"><param name="autoStart" value="' + this.options.autoplay + '" /><param name="bgcolor" value="' + this.options.bgcolor + '" /><param name="stretchToFit" value="true" /></object>'
            }
        } else if (url.match(/youtube\.com\/watch\?v=/i) || url.match(/youtube\-nocookie\.com\/watch\?v=/i)) {
            this.type = 'flash';
            var j = parseUri(url);
            this.videoID = j['queryKey']['v'];
            delete j['queryKey']['v'];
            if (this.options.youtubeAutoplay && !j['queryKey']['autoplay']) j['queryKey']['autoplay'] = 1;
            this.object = new SWFObject("http://www.youtube.com/v/" + this.videoID + '&' + Object.toQueryString(j['queryKey']), "rokboxobject", size.width, size.height, "9", this.options.bgcolor, "wmode", "transparent");
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/dailymotion\./i)) {
            this.type = 'flash';
            var k = url.split("_")[0].split('/');
            this.videoId = k[k.length - 1];
            this.object = new SWFObject("http://www.dailymotion.com/swf/" + this.videoId + "&v3=1&colors=background:DDDDDD;glow:FFFFFF;foreground:333333;special:FFC300;&autoPlay=1&related=0", "rokboxobject", size.width, size.height, "9", this.options.bgcolor);
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/metacafe\.com\/watch/i)) {
            this.type = 'flash';
            var k = url.split('/');
            this.videoID = k[4];
            this.object = new SWFObject("http://www.metacafe.com/fplayer/" + this.videoID + "/.swf", "rokboxobject", size.width, size.height, "9", this.options.bgcolor, "wmode", "transparent");
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/google\.com\/videoplay/i)) {
            this.type = 'flash';
            var k = url.split('=');
            this.videoID = k[1];
            this.object = new SWFObject("http://video.google.com/googleplayer.swf?docId=" + this.videoID + "&autoplay=1&hl=en", "rokboxobject", size.width, size.height, "9", this.options.bgcolor, "wmode", "transparent");
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/vimeo\.com\/[0-9]{1,}/i)) {
            this.type = 'flash';
            var k = url.split('/');
            this.videoID = k[3];
            this.options.vimeoFullScreen = (this.options.vimeoFullScreen) ? 1 : 0;
            this.options.vimeoTitle = (this.options.vimeoTitle) ? 1 : 0;
            this.options.vimeoByline = (this.options.vimeoByline) ? 1 : 0;
            this.options.vimeoPortrait = (this.options.vimeoPortrait) ? 1 : 0;
            this.options.vimeoColor = (this.options.vimeoColor.match(/[0-9]{6}/)) ? this.options.vimeoColor : '00adef';
            this.object = new SWFObject("http://www.vimeo.com/moogaloop.swf?clip_id=" + this.videoID + "&amp;server=www.vimeo.com&amp;fullscreen=" + this.options.vimeoFullScreen + "&amp;show_title=" + this.options.vimeoTitle + "&amp;show_byline=" + this.options.vimeoByline + "&amp;show_portrait=" + this.options.vimeoPortrait + "&amp;color=" + this.options.vimeoColor + "", "rokboxobject", size.width, size.height, "9", this.options.bgcolor);
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/\.swf/i)) {
            this.type = 'flash';
            this.object = new SWFObject(url, "rokboxobject", size.width, size.height, "9", this.options.bgcolor, "wmode", "transparent");
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/\.flv/i) && window.rokboxPath) {
            this.type = 'flash';
            url = window.rokboxPath + 'jwplayer/jwplayer.swf?file=' + url;
            this.object = new SWFObject(url, "rokboxobject", size.width, size.height, "9", this.options.bgcolor, "wmode", "transparent");
            this.object.addParam('allowscriptaccess', 'always');
            this.object.addParam('allowfullscreen', 'true')
        } else if (url.match(/\.(mp3|m4a)$/i)) {
            this.type = 'audio';
            this.object = '<object id="rokboxobject"" width="' + size.width + '" height="' + size.height + '" data="' + url + '"" type="' + ((window.ie) ? 'application/x-mplayer2' : 'audio/mpeg') + '"><param value="' + url + '" name="src"/><param value="' + url + '" name="filename"/><param value="' + ((window.ie) ? 'application/x-mplayer2' : 'audio/mpeg') + '" name="type"/><param name="bgcolor" value="' + this.options.bgcolor + '" /><p>No plugin matched for playing: ' + url + '</p></object>'
        } else if (url.match(/\.wav$/i)) {
            this.type = 'audio';
            this.object = '<object id="rokboxobject"" width="' + size.width + '" height="' + size.height + '" data="' + url + '"" type="' + ((window.ie) ? 'application/x-mplayer2' : 'audio/wav') + '"><param value="' + url + '" name="src"/><param value="' + url + '" name="filename"/><param value="' + ((window.ie) ? 'application/x-mplayer2' : 'audio/wav') + '" name="type"/><param name="bgcolor" value="' + this.options.bgcolor + '" /><p>No plugin matched for playing: ' + url + '</p></object>'
        } else {
            this.type = 'iframe';
            var l = "rokboxobject" + $time() + $random(0, 100);
            this.object = new Element('iframe').setProperties({
                id: l,
                width: size.width,
                height: size.height,
                frameBorder: 0,
                scrolling: 'auto',
                src: url
            });
            var i = this;
            this.object.onload = function() {
                i.container.removeClass('spinner')
            }
        }
        this.movie = $('rokboxobject');
        if (this.type) {
            this.container = new Element('div', {
                'id': cls + '-container',
                'class': cls + '-container'
            }).addClass('spinner').setStyles(size).injectInside(this.center);
            if (this.type == 'flash') this.object.write(this.container);
            else if (this.type == 'module') {
                this.object.clone(true).inject(this.container.removeClass('spinner')).setStyle('display', 'block')
            } else if (this.type == 'html') {
                this.object.inject(this.container);
                new Ajax(url, {
                    'method': 'get',
                    'evalScripts': true,
                    'update': this.object,
                    onComplete: function() {
                        this.container.removeClass('spinner')
                    }.bind(this)
                }).request()
            } else if (this.type == 'iframe') {
                this.object.inject(this.container)
            } else if (this.type != 'image') this.container.removeClass('spinner').setHTML(this.object);
            if (group) {
                var m = this.groups.get(group),
                    i = this;
                if (m.length > 1) {
                    if (!this.arrows) {
                        this.arrows = new Element('div', {
                            'id': this.options.className + '-arrows'
                        }).inject(this.center).hide();
                        if (index != 1) {
                            this.prevArrow = new Element('a', {
                                'id': this.options.className + '-previous'
                            }).inject(this.arrows).setHTML('<span>&lt;previous</span>');
                            this.prevArrow.setProperties({
                                'href': m[index - 2].getProperty('href'),
                                'title': m[index - 2].getProperty('title')
                            })
                        };
                        if (index != m.length) {
                            this.nextArrow = new Element('a', {
                                'id': this.options.className + '-next'
                            }).inject(this.arrows).setHTML('<span>next &gt;</span>');
                            this.nextArrow.setProperties({
                                'href': m[index].getProperty('href'),
                                'title': m[index].getProperty('title')
                            })
                        };
                        if (index == 1) this.prevArrow = new Element('a', {
                            'id': this.options.className + '-previous',
                            'class': 'inactive',
                            'href': '#'
                        }).inject(this.arrows, 'top').setHTML('<span>&lt;previous</span>');
                        if (index == m.length) this.nextArrow = new Element('a', {
                            'id': this.options.className + '-next',
                            'class': 'inactive',
                            'href': '#'
                        }).inject(this.arrows).setHTML('<span>next &gt;</span>');
                        this.prevArrow.addEvent('click', function(e) {
                            e = new Event(e).stop();
                            if (!this.hasClass('inactive')) {
                                i.changeGroup = true;
                                i.nextGroup = [e, this, m, index];
                                i.swtch = true;
                                i.close(e, 'growl')
                            }
                        });
                        this.nextArrow.addEvent('click', function(e) {
                            e = new Event(e).stop();
                            if (!this.hasClass('inactive')) {
                                i.changeGroup = true;
                                i.nextGroup = [e, this, m, index];
                                i.swtch = true;
                                i.close(e, 'growl')
                            }
                        })
                    };
                    this.arrows.show()
                }
            };
            if (this.options.captions) {
                var n = this.getCaption(d) || [false, false];
                var o = n[0],
                    description = n[1];
                if (this.caption) this.caption.empty().remove();
                this.caption = new Element('div', {
                    'id': this.options.className + '-caption'
                }).inject(this.center).setStyle('opacity', 0).adopt(o, description)
            }
        }
    },
    unloadVideo: function() {
        if (this.type) {
            this.container.setStyle('visibility', 'hidden').empty()
        }
        this.movie = null;
        this.type = false
    },
    getCaption: function(a) {
        a = a.split(" :: ") || false;
        switch (a.length) {
        case 0:
            return false;
            break;
        case 1:
            var b = false;
            var c = new Element('p').setText(a[0]);
            break;
        case 2:
            var b = new Element('h2').setText(a[0]);
            var c = new Element('p').setText(a[1]);
            break
        }
        return [b, c]
    },
    getGroup: function(a) {
        var b = a.getProperty('rel'),
            group = false;
        if (b) group = b.match(/\([a-z0-9A-Z]+\)/g) || false;
        if (group[0]) group = group[0].replace("(", "").replace(")", "");
        else group = false;
        return group
    }
});
RokBox.implement(new Options, new Chain);
var Rokverlay = new Class({
    options: {
        'id': false,
        'class': false,
        'background': '#000000',
        'opacity': 0.7,
        'zIndex': 65555,
        'duration': 200,
        'transition': Fx.Transitions.Quad.easeInOut
    },
    initialize: function(a, b) {
        this.where = $(a) || $(document.body);
        this.setOptions(b);
        this.overlay = new Element('div', {
            'id': this.options.id || ('rokverlay-' + $random(1, 1000)),
            'class': this.options.id || ('rokverlay-' + $random(1, 1000)),
            'styles': {
                'opacity': 0,
                'display': 'none',
                'position': 'absolute',
                'top': 0,
                'left': 0,
                'cursor': 'pointer',
                'background-color': this.options.background,
                'z-index': this.options.zIndex
            }
        }).inject(document.body);
        this.fx = new Fx.Style(this.overlay, 'opacity', {
            duration: this.options.duration,
            transition: this.options.transition
        });
        this.open = false;
        return this
    },
    reposition: function(a) {
        var b = this.where;
        a = a || window.getSize().scrollSize;
        this.overlay.setStyles({
            top: b.getPosition().y || 0,
            left: b.getPosition().x || 0,
            width: window.getSize().size.x,
            height: a.y
        });
        return this
    },
    show: function() {
        var a = this.overlay,
            self = this;
        this.overlay.setStyle('display', '');
        this.open = true;
        this.reposition().fx.start(this.options.opacity).chain(function() {
            self.fireEvent('onShow', a)
        });
        return this
    },
    hide: function() {
        var a = this.overlay,
            self = this;
        this.open = false;
        this.reposition().fx.start(0).chain(function() {
            a.setStyle('display', 'none');
            self.fireEvent('onHide', a)
        });
        return this
    },
    toggle: function() {
        this[this.open ? 'hide' : 'show']();
        return this
    }
});
Rokverlay.implement(new Options, new Events);
RokBox.implement({
    effects: function(a, b) {
        var c = {};
        if (!b) b = 0;
        switch (a) {
        case 'growl':
            c = {
                'start': {
                    'top': [b.top - this.options.chase, b.top],
                    'opacity': 1
                },
                'end': {
                    'top': this.wrapper.getStyle('top').toInt() + this.options.chase,
                    'opacity': 0
                }
            };
            break;
        case 'quicksilver':
            var d = this.wrapper.getStyle('height').toInt(),
                width = this.wrapper.getStyle('width').toInt();
            c = {
                'start': {
                    'top': [b.top + (d / 2), b.top],
                    'height': [0, d],
                    'opacity': 1
                },
                'end': {
                    'top': b.top + (d / 2),
                    'left': window.getSize().size.x / 2 - ((window.getSize().scrollSize.x - 10) / 2),
                    'width': window.getSize().scrollSize.x - 30,
                    'height': 0,
                    'opacity': 0
                }
            };
            break;
        case 'explode':
            var d = this.wrapper.getStyle('height').toInt(),
                width = this.wrapper.getStyle('width').toInt();
            c = {
                'start': {
                    'height': [0, d],
                    'width': [0, width],
                    'opacity': 1,
                    'top': [(window.getSize().size.y / 2) + window.getSize().scroll.y, b.top],
                    'left': [(window.getSize().size.x / 2) + window.getSize().scroll.x, b.left]
                },
                'end': {
                    'height': 0,
                    'width': 0,
                    'opacity': 0,
                    'top': (window.getSize().size.y / 2) + window.getSize().scroll.y,
                    'left': (window.getSize().size.x / 2) + window.getSize().scroll.x
                }
            };
            break;
        case 'fade':
            c = {
                'start': {
                    'opacity': 1
                },
                'end': {
                    'opacity': 0
                }
            }
        };
        return c
    }
});

function parseUri(d) {
    var o = parseUri.options,
        m = o.parser[o.strictMode ? "strict" : "loose"].exec(d),
        uri = {},
        i = 14;
    while (i--) uri[o.key[i]] = m[i] || "";
    uri[o.q.name] = {};
    uri[o.key[12]].replace(o.q.parser, function(a, b, c) {
        if (b) uri[o.q.name][b] = c
    });
    return uri
};
parseUri.options = {
    strictMode: false,
    key: ["source", "protocol", "authority", "userInfo", "user", "password", "host", "port", "relative", "path", "directory", "file", "query", "anchor"],
    q: {
        name: "queryKey",
        parser: /(?:^|&)([^&=]*)=?([^&]*)/g
    },
    parser: {
        strict: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
        loose: /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/
    }
};
if (typeof deconcept == "undefined") {
    var deconcept = new Object()
}
if (typeof deconcept.util == "undefined") {
    deconcept.util = new Object()
}
if (typeof deconcept.SWFObjectUtil == "undefined") {
    deconcept.SWFObjectUtil = new Object()
}
deconcept.SWFObject = function(a, b, w, h, d, c, e, f, g, i) {
    if (!document.getElementById) {
        return
    }
    this.DETECT_KEY = i ? i : "detectflash";
    this.skipDetect = deconcept.util.getRequestParameter(this.DETECT_KEY);
    this.params = new Object();
    this.variables = new Object();
    this.attributes = new Array();
    if (a) {
        this.setAttribute("swf", a)
    }
    if (b) {
        this.setAttribute("id", b)
    }
    if (w) {
        this.setAttribute("width", w)
    }
    if (h) {
        this.setAttribute("height", h)
    }
    if (d) {
        this.setAttribute("version", new deconcept.PlayerVersion(d.toString().split(".")))
    }
    this.installedVer = deconcept.SWFObjectUtil.getPlayerVersion();
    if (!window.opera && document.all && this.installedVer.major > 7) {
        deconcept.SWFObject.doPrepUnload = true
    }
    if (c) {
        this.addParam("bgcolor", c)
    }
    var q = e ? e : "high";
    this.addParam("quality", q);
    this.setAttribute("useExpressInstall", false);
    this.setAttribute("doExpressInstall", false);
    var j = (f) ? f : window.location;
    this.setAttribute("xiRedirectUrl", j);
    this.setAttribute("redirectUrl", "");
    if (g) {
        this.setAttribute("redirectUrl", g)
    }
};
deconcept.SWFObject.prototype = {
    useExpressInstall: function(a) {
        this.xiSWFPath = !a ? "expressinstall.swf" : a;
        this.setAttribute("useExpressInstall", true)
    },
    setAttribute: function(a, b) {
        this.attributes[a] = b
    },
    getAttribute: function(a) {
        return this.attributes[a]
    },
    addParam: function(a, b) {
        this.params[a] = b
    },
    getParams: function() {
        return this.params
    },
    addVariable: function(a, b) {
        this.variables[a] = b
    },
    getVariable: function(a) {
        return this.variables[a]
    },
    getVariables: function() {
        return this.variables
    },
    getVariablePairs: function() {
        var a = new Array();
        var b;
        var c = this.getVariables();
        for (b in c) {
            a[a.length] = b + "=" + c[b]
        }
        return a
    },
    getSWFHTML: function() {
        var a = "";
        if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) {
            if (this.getAttribute("doExpressInstall")) {
                this.addVariable("MMplayerType", "PlugIn");
                this.setAttribute("swf", this.xiSWFPath)
            }
            a = "<embed type=\"application/x-shockwave-flash\" src=\"" + this.getAttribute("swf") + "\" width=\"" + this.getAttribute("width") + "\" height=\"" + this.getAttribute("height") + "\" style=\"" + this.getAttribute("style") + "\"";
            a += " id=\"" + this.getAttribute("id") + "\" name=\"" + this.getAttribute("id") + "\" ";
            var b = this.getParams();
            for (var c in b) {
                a += [c] + "=\"" + b[c] + "\" "
            }
            var d = this.getVariablePairs().join("&");
            if (d.length > 0) {
                a += "flashvars=\"" + d + "\""
            }
            a += "/>"
        } else {
            if (this.getAttribute("doExpressInstall")) {
                this.addVariable("MMplayerType", "ActiveX");
                this.setAttribute("swf", this.xiSWFPath)
            }
            a = "<object id=\"" + this.getAttribute("id") + "\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"" + this.getAttribute("width") + "\" height=\"" + this.getAttribute("height") + "\" style=\"" + this.getAttribute("style") + "\">";
            a += "<param name=\"movie\" value=\"" + this.getAttribute("swf") + "\" />";
            var e = this.getParams();
            for (var c in e) {
                a += "<param name=\"" + c + "\" value=\"" + e[c] + "\" />"
            }
            var f = this.getVariablePairs().join("&");
            if (f.length > 0) {
                a += "<param name=\"flashvars\" value=\"" + f + "\" />"
            }
            a += "</object>"
        }
        return a
    },
    write: function(a) {
        if (this.getAttribute("useExpressInstall")) {
            var b = new deconcept.PlayerVersion([6, 0, 65]);
            if (this.installedVer.versionIsValid(b) && !this.installedVer.versionIsValid(this.getAttribute("version"))) {
                this.setAttribute("doExpressInstall", true);
                this.addVariable("MMredirectURL", escape(this.getAttribute("xiRedirectUrl")));
                document.title = document.title.slice(0, 47) + " - Flash Player Installation";
                this.addVariable("MMdoctitle", document.title)
            }
        }
        if (this.skipDetect || this.getAttribute("doExpressInstall") || this.installedVer.versionIsValid(this.getAttribute("version"))) {
            var n = (typeof a == "string") ? document.getElementById(a) : a;
            n.innerHTML = this.getSWFHTML();
            return true
        } else {
            if (this.getAttribute("redirectUrl") != "") {
                document.location.replace(this.getAttribute("redirectUrl"))
            }
        }
        return false
    }
};
deconcept.SWFObjectUtil.getPlayerVersion = function() {
    var a = new deconcept.PlayerVersion([0, 0, 0]);
    if (navigator.plugins && navigator.mimeTypes.length) {
        var x = navigator.plugins["Shockwave Flash"];
        if (x && x.description) {
            a = new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split("."))
        }
    } else {
        if (navigator.userAgent && navigator.userAgent.indexOf("Windows CE") >= 0) {
            var b = 1;
            var c = 3;
            while (b) {
                try {
                    c++;
                    b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash." + c);
                    a = new deconcept.PlayerVersion([c, 0, 0])
                } catch (e) {
                    b = null
                }
            }
        } else {
            try {
                var b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")
            } catch (e) {
                try {
                    var b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                    a = new deconcept.PlayerVersion([6, 0, 21]);
                    b.AllowScriptAccess = "always"
                } catch (e) {
                    if (a.major == 6) {
                        return a
                    }
                }
                try {
                    b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash")
                } catch (e) {}
            }
            if (b != null) {
                a = new deconcept.PlayerVersion(b.GetVariable("$version").split(" ")[1].split(","))
            }
        }
    }
    return a
};
deconcept.PlayerVersion = function(a) {
    this.major = a[0] != null ? parseInt(a[0]) : 0;
    this.minor = a[1] != null ? parseInt(a[1]) : 0;
    this.rev = a[2] != null ? parseInt(a[2]) : 0
};
deconcept.PlayerVersion.prototype.versionIsValid = function(a) {
    if (this.major < a.major) {
        return false
    }
    if (this.major > a.major) {
        return true
    }
    if (this.minor < a.minor) {
        return false
    }
    if (this.minor > a.minor) {
        return true
    }
    if (this.rev < a.rev) {
        return false
    }
    return true
};
deconcept.util = {
    getRequestParameter: function(a) {
        var q = document.location.search || document.location.hash;
        if (a == null) {
            return q
        }
        if (q) {
            var b = q.substring(1).split("&");
            for (var i = 0; i < b.length; i++) {
                if (b[i].substring(0, b[i].indexOf("=")) == a) {
                    return b[i].substring((b[i].indexOf("=") + 1))
                }
            }
        }
        return ""
    }
};
deconcept.SWFObjectUtil.cleanupSWFs = function() {
    var a = document.getElementsByTagName("OBJECT");
    for (var i = a.length - 1; i >= 0; i--) {
        a[i].style.display = "none";
        for (var x in a[i]) {
            if (typeof a[i][x] == "function") {
                a[i][x] = function() {}
            }
        }
    }
};
if (deconcept.SWFObject.doPrepUnload) {
    if (!deconcept.unloadSet) {
        deconcept.SWFObjectUtil.prepUnload = function() {
            __flash_unloadHandler = function() {};
            __flash_savedUnloadHandler = function() {};
            window.attachEvent("onunload", deconcept.SWFObjectUtil.cleanupSWFs)
        };
        window.attachEvent("onbeforeunload", deconcept.SWFObjectUtil.prepUnload);
        deconcept.unloadSet = true
    }
}
if (!document.getElementById && document.all) {
    document.getElementById = function(a) {
        return document.all[a]
    }
}
var getQueryParamValue = deconcept.util.getRequestParameter;
var FlashObject = deconcept.SWFObject;
var SWFObject = deconcept.SWFObject;

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

var RokZoom = new Abstract({
    options: {
        imageDir: 'images/',
        resizeFX: {
            duration: 2000,
            transition: Fx.Transitions.Expo.easeOut,
            wait: false
        },
        opacityFX: {
            wait: false
        },
        shadowFX: {
            duration: 350,
            wait: false
        }
    },
    init: function(a) {
        this.setOptions(a);
        this.getLinks();
        this.createElements();
        this.fx = {
            resize: this.center.effects(this.options.resizeFX),
            bottom: this.bottom.effect('top', this.options.captionFx),
            shadow: this.shadow.effect('opacity', this.options.shadowFx)
        }
    },
    getLinks: function() {
        this.anchors = [];
        $$(document.links).each(function(a) {
            if (a.rel && a.rel.test(/^RokZoom/i)) {
                a.onclick = this.click.bind(this);
                this.anchors.push(a)
            }
        }, this)
    },
    createElements: function() {
        $(document.body).adopt(new Element('div', {
            'id': 'rbCenter'
        }), new Element('div', {
            'id': 'rbLinks'
        }).adopt(new Element('div', {
            'id': 'rbPrevLink',
            'events': {
                'click': this.previous.bind(this)
            }
        }).adopt(new Element('img', {
            'src': this.options.imageDir + 'blank.png',
            'styles': {
                'width': '100%',
                'height': '100%'
            },
            'events': {
                'mouseenter': function() {
                    this.parentNode.addClass('hover')
                },
                'mouseleave': function() {
                    this.parentNode.removeClass('hover')
                }
            }
        })), new Element('div', {
            'id': 'rbNextLink',
            'events': {
                'click': this.next.bind(this)
            }
        }).adopt(new Element('img', {
            'src': this.options.imageDir + 'blank.png',
            'styles': {
                'width': '100%',
                'height': '100%'
            },
            'events': {
                'mouseenter': function() {
                    this.parentNode.addClass('hover')
                },
                'mouseleave': function() {
                    this.parentNode.removeClass('hover')
                }
            }
        }))), new Element('div', {
            'id': 'rbBottom'
        }).adopt(new Element('div', {
            'id': 'rbCloseLink',
            'events': {
                'click': this.close.bind(this)
            }
        }), new Element('div', {
            'id': 'rbCaption'
        }), new Element('div', {
            'id': 'rbNumber'
        }), new Element('div', {
            'styles': {
                'clear': 'both'
            }
        })));
        ['center', 'links', 'prevLink', 'nextLink', 'bottom', 'caption', 'number'].each(function(a) {
            this[a] = $('rb' + a.capitalize());
            if (!(/caption|number|/).test(a)) this[a].setStyle('display', 'none')
        }, this);
        if (!window.ie6) this.createShadows();
        else this.shadow = new Element('div', {
            'id': 'rbShadow'
        }).injectInside(document.body)
    },
    createShadows: function() {
        this.shadow = new Element('div', {
            'id': 'rbShadow',
            'styles': {
                'display': 'none'
            }
        }).adopt(new Element('table', {
            'styles': {
                'width': '100%',
                'height': '100%',
                'border-collapse': 'collapse'
            },
            'cellspacing': 0,
            'cellpadding': 0,
            'border': 0
        }));
        if (window.ie) this.shadow.getElement('table').adopt(new Element('tbody'));
        var a = new Element('img', {
            'width': 1,
            'height': 1,
            'styles': {
                'display': 'block'
            }
        });
        var b = [],
            col, l = 1;
        for (var i = 0; i < 3; i++) {
            b[i] = new Element('tr', {
                'styles': {
                    'height': (i == 0) ? 25 : (i == 2) ? 26 : ''
                }
            });
            for (var j = 1; j <= 3; j++, l++) {
                col = j == 1 || j == 3;
                if (i == 1) col = !col;
                if (i == 1 && j == 2) l--;
                b[i].adopt(new Element('td', {
                    'styles': {
                        'width': (col) ? (i == 2) ? 26 : 27 : '',
                        'background': 'center center transparent url(' + ((!col) ? this.options.imageDir + 'zoom-shadow' + l + '.png' : '') + ')',
                        'padding': 0,
                        'margin': 0
                    }
                }).adopt(a.clone().setProperties({
                    'width': (col) ? 27 : 1,
                    'height': (col) ? i == 2 ? 26 : 25 : 1,
                    'src': this.options.imageDir + ((col) ? 'zoom-shadow' + l + '.png' : 'blank.png')
                })))
            }
        }
        b[1].getElements('td')[1].set({
            'styles': {
                'width': '',
                'background': '#fff'
            },
            'bgcolor': '#fff',
            'height': '100%',
            'width': '100%'
        }).empty().adopt(a.clone().set({
            'width': 1,
            'height': 1,
            'src': this.options.imageDir + 'blank.png'
        }));
        this.shadow.getElement(window.ie ? 'tbody' : 'table').adopt(b);
        $(document.body).adopt(this.shadow)
    },
    click: function(e) {
        e = new Event(e).stop();
        this.fireEvent('onClick', e);
        this.called = false;
        this.origin = $(e.target);
        var b = e.target.parentNode;
        if (b.rel.length == 7) this.show(b.href, b.title);
        else {
            var j, imageNum, images = [];
            this.anchors.each(function(a) {
                if (a.rel == b.rel) {
                    for (j = 0; j < images.length; j++) if (images[j][0] == a.href) break;
                    if (j == images.length) {
                        images.push([a.href, a.title]);
                        if (a.href == b.href) imageNum = j
                    }
                }
            }, this);
            this.open(images, imageNum)
        }
    },
    show: function(a, b) {
        this.open([
            [a, b]
        ], 0)
    },
    open: function(a, b) {
        this.images = a;
        this.setup(true);
        this.changeImage(b)
    },
    setup: function(b) {
        if (!window.ie) {
            $$('object').each(function(a) {
                a.setStyle('visibility', b ? 'hidden' : 'visible')
            })
        }
        document[b ? 'addEvent' : 'removeEvent']('keyup', this.keyboardListener.bind(this))
    },
    keyboardListener: function(a) {
        switch (a.code) {
        case 27:
        case 88:
        case 67:
            this.close();
            break;
        case 37:
        case 80:
            this.previous();
            break;
        case 39:
        case 78:
            this.next()
        }
    },
    previous: function() {
        if (this.activeImage < 0 || this.activeImage >= this.images.length) return;
        this.origin = this.anchors[this.anchors.indexOf(this.origin.getParent()) - 1].getElement('img');
        this.changeImage(this.activeImage - 1)
    },
    next: function() {
        if (this.activeImage < 0 || this.activeImage >= this.images.length) return;
        this.origin = this.anchors[this.anchors.indexOf(this.origin.getParent()) + 1].getElement('img');
        this.changeImage(this.activeImage + 1)
    },
    changeImage: function(a) {
        this.activeImage = a;
        this.turnOff();
        this.coord = this.origin.getCoordinates();
        this.center.empty().set({
            'class': 'rbLoading',
            'styles': $merge(this.coord, {
                'display': 'block',
                'opacity': 1
            })
        });
        if (this.preload) {
            this.preload.onload = Class.empty;
            this.preload = null
        }
        this.preload = new Asset.image(this.images[a][0], {
            onload: this.startEffect.bind(this)
        })
    },
    startEffect: function() {
        if (this.called) return;
        this.called = true;
        this.image = this.preload.inject(this.center);
        this.size = {
            'height': this.image.height,
            'width': this.image.width
        };
        this.image.set({
            'id': 'rbImage',
            'width': this.coord.width,
            'height': this.coord.height
        });
        this.bottom.setStyle('width', this.size.width);
        $$([this.prevLink, this.nextLink]).setStyle('height', this.size.height);
        this.caption.setHTML(this.images[this.activeImage][1] || '&nbsp;');
        this.number.setHTML((this.images.length == 1) ? '' : 'Image ' + (this.activeImage + 1) + ' of ' + this.images.length);
        this.fx = $merge(this.fx, {
            width: new Fx.Property(this.image, 'width', this.options.resizeFX),
            height: new Fx.Property(this.image, 'height', this.options.resizeFX),
            opac: new Fx.Style(this.center, 'opacity', this.options.opacityFX)
        });
        if (this.group) this.group.removeEvent('onComplete');
        this.group = new Group(this.fx.width, this.fx.height, this.fx.resize, this.fx.opac).addEvent('onComplete', this.openFX.bind(this));
        this.center.set({
            'class': '',
            'styles': {
                'opacity': 0,
                'width': this.size.width,
                'height': this.size.height,
                'top': this.coord.top - this.image.getStyle('padding-top').toInt(),
                'left': this.coord.left - this.image.getStyle('padding-left').toInt()
            }
        });
        this.bottom.setStyles({
            'opacity': 0,
            'display': 'block'
        });
        this.fx.width.start(this.coord.width, this.size.width);
        this.fx.height.start(this.coord.height, this.size.height);
        this.fx.opac.start(1);
        this.fx.resize.start({
            'top': [this.coord.top, Math.round(0.5 * (window.getHeight() - (this.size.height + this.bottom.offsetHeight)) + window.getScrollTop())],
            'left': [this.coord.left, Math.round(0.5 * (window.getWidth() - this.size.width) + window.getScrollLeft())]
        })
    },
    openFX: function() {
        this.called = false;
        var a = this.image.getCoordinates();
        this.bottom.setStyles({
            'top': a.top + a.height,
            'left': a.left,
            'opacity': 1
        });
        this.links.setStyles(a);
        this.fx.bottom.set(this.bottom.offsetTop - this.bottom.offsetHeight).start(this.bottom.offsetTop + this.bottom.offsetHeight).chain(function() {
            this.links.setStyle('display', 'block');
            if (this.activeImage) this.prevLink.setStyle('display', 'block');
            if (this.activeImage != (this.images.length - 1)) this.nextLink.setStyle('display', 'block');
            this.shadow.setStyles({
                'width': a.width + 26,
                'height': a.height + this.bottom.offsetHeight + 26,
                'left': a.left - 13,
                'top': a.top - 8,
                'opacity': 0,
                'display': 'block'
            });
            if (window.ie7) this.shadow.getElement('table').setStyle('height', this.shadow.offsetHeight - 51);
            this.fx.shadow[!window.ie ? 'start' : 'set'](1)
        }.bind(this))
    },
    close: function(e) {
        e = new Event(e).stop();
        this.fireEvent('onClose', e.stop());
        if (window.ie) this.fx.shadow.set(0);
        this.fx.shadow.stop().start(0).chain(function() {
            this.fx.bottom.start(this.center.offsetTop + this.center.offsetHeight - this.bottom.offsetHeight).chain(function() {
                this.turnOff();
                this.coord = this.origin.getCoordinates();
                this.group.removeEvent('onComplete');
                this.group = new Group(this.fx.width, this.fx.height, this.fx.resize, this.fx.opac);
                this.group.addEvent('onComplete', function() {
                    this.center.setStyles({
                        'display': 'none',
                        'width': this.coord.width,
                        'height': this.coord.height
                    });
                    this.group.removeEvent('onComplete')
                }.bind(this));
                this.fx.opac.start(0);
                this.fx.width.start(this.fx.width.now, this.coord.width);
                this.fx.height.start(this.fx.height.now, this.coord.height);
                this.fx.resize.start({
                    'top': this.coord.top - this.image.getStyle('padding-top').toInt(),
                    'left': this.coord.left - this.image.getStyle('padding-left').toInt()
                })
            }.bind(this))
        }.bind(this));
        this.setup(false)
    },
    turnOff: function() {
        this.els = this.els || $$([this.shadow, this.bottom, this.links, this.prevLink, this.nextLink]);
        this.els.setStyle('display', 'none')
    }
});
RokZoom.extend(new Events);
RokZoom.extend(new Options);
Group.implement({
    removeEvent: function(b) {
        this.instances.each(function(a, i) {
            if (a.$events[b]) a.$events[b] = []
        }, this);
        return this
    }
});
Fx.Property = Fx.Base.extend({
    initialize: function(a, b, c) {
        this.property = b;
        this.element = $(a);
        this.parent(c)
    },
    increase: function() {
        try {
            this.element.setProperty(this.property, Math.round(this.now) + 'px');
            this.element.setStyle(this.property, Math.round(this.now) + 'px')
        } catch (e) {}
    }
});

Executed Writes (0)



HTTP Transactions (165)


Request Response
GET / HTTP/1.1

Host: www.sanjose-ibiza.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
HTTP/1.1 200 OK

Content-Type: text/html; charset=ISO-8859-1
Date: Tue, 06 Nov 2012 01:27:40 GMT
Server: Apache
Last-Modified: Wed, 19 Sep 2012 08:32:02 GMT
Etag: &quot;2a7298-cb-d7454480&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 186
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.sanjose-ibiza.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: 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 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Tue, 06 Nov 2012 01:27:40 GMT
Server: Apache
Location: http://www.sanjose-ibiza.net
Content-Length: 212
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/interface/css/style.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:34 GMT
Server: Apache
Last-Modified: Thu, 17 Mar 2011 23:12:35 GMT
Etag: &quot;3ae06a7-f73-49eb5cbf5dec0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1094
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/rokbox-style.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:34 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0f03-b19-4ace67210c5c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 946
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /modules/mod_jflanguageselection/tmpl/mod_jflanguageselection.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:34 GMT
Server: Apache
Last-Modified: Wed, 23 Mar 2011 12:47:39 GMT
Etag: &quot;3ae04e7-d21-49f25c41290c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1376
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /modules/mod_rokgallery/templates/grid/grid.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:34 GMT
Server: Apache
Last-Modified: Mon, 03 Oct 2011 10:08:33 GMT
Etag: &quot;3ae06e0-4de-4ae62284cea40&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 476
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /modules/mod_rokgallery/templates/grid/light/style.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:34 GMT
Server: Apache
Last-Modified: Mon, 03 Oct 2011 10:08:33 GMT
Etag: &quot;3ae06e2-187-4ae62284cea40&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 262
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /media/system/js/caption.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 21 Feb 2010 12:32:22 GMT
Etag: &quot;3ae03da-7ab-4801b82192180&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 921
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/interface/scripts/engine-mootools-11.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Thu, 17 Mar 2011 23:12:35 GMT
Etag: &quot;3ae06aa-2508-49eb5cbf5dec0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1720
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /plugins/content/avreloaded/silverlight.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 15 Apr 2012 14:15:23 GMT
Etag: &quot;3ae07d0-1f9d-4bdb85619b4c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2880
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /plugins/content/avreloaded/wmvplayer.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 15 Apr 2012 14:15:23 GMT
Etag: &quot;3ae07d4-405c-4bdb85619b4c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3524
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /plugins/content/avreloaded/swfobject.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 15 Apr 2012 14:15:23 GMT
Etag: &quot;3ae07d2-2fde-4bdb85619b4c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3893
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /plugins/content/avreloaded/avreloaded.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 15 Apr 2012 14:15:23 GMT
Etag: &quot;3ae07ca-937-4bdb85619b4c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1007
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/rokbox-config.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0eff-a26-4ace67210c5c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1056
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /media/system/js/mootools.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sat, 24 Oct 2009 04:32:08 GMT
Etag: &quot;3ae03df-122c2-476a6cfb16200&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20347
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/rokmoomenu.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:40:54 GMT
Etag: &quot;3ae19e2-43b-44c0257d40180&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 402
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/system/css/system.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 14 Jun 2009 16:35:02 GMT
Etag: &quot;3ae2871-569-46c5185ee9980&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 518
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /plugins/system/rokbox/rokbox.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0ecd-544f-4ace67210c5c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 9148
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/system/css/general.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sun, 21 Feb 2010 12:32:22 GMT
Etag: &quot;3ae286d-ad9-4801b82192180&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 762
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /index.php?lang=ca HTTP/1.1

Host: www.santjosep.biz

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: Tue, 06 Nov 2012 01:27:33 GMT
Server: Apache
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; path=/ lang=deleted; expires=Mon, 07-Nov-2011 01:27:33 GMT; path=/ jfcookie=deleted; expires=Mon, 07-Nov-2011 01:27:33 GMT; path=/ jfcookie[lang]=ca; expires=Wed, 07-Nov-2012 01:27:34 GMT; path=/
Last-Modified: Tue, 06 Nov 2012 01:27:34 GMT
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /templates/rt_mediamogul_j15/css/template.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:01 GMT
Etag: &quot;3ae19ed-c9-44c02583ed140&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 109
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/style5.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:00 GMT
Etag: &quot;3ae19eb-19a8-44c02582f8f00&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1221
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/rokzoom.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:47 GMT
Etag: &quot;3ae1bbd-4d3-44c026cde5bc0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 511
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/rokzoom.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:48 GMT
Etag: &quot;3ae1bbe-1abc-44c026ced9e00&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3265
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/favicon.ico HTTP/1.1

Host: www.santjosep.biz

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: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Fri, 15 Apr 2011 13:52:43 GMT
Etag: &quot;3ae19cc-37e-4a0f55b1e80c0&quot;
Accept-Ranges: bytes
Content-Length: 894
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/template_css.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sat, 17 Jan 2009 18:54:45 GMT
Etag: &quot;3ae19ee-7358-460b239158740&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4684
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/modules.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:40:53 GMT
Etag: &quot;3ae19e0-5d37-44c0257c4bf40&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2207
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/roknewsflash.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:40:55 GMT
Etag: &quot;3ae19e3-25a-44c0257e343c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 291
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/roknewsrotator.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:35 GMT
Server: Apache
Last-Modified: Sat, 03 May 2008 11:50:08 GMT
Etag: &quot;3ae19e4-655-44c5219a33c00&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 492
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/rokslidestrip.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:40:56 GMT
Etag: &quot;3ae19e5-3b2-44c0257f28600&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 427
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/rokvideoscroller.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Mon, 05 May 2008 07:27:09 GMT
Etag: &quot;3ae19e6-3c4-44c76a8d18d40&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 326
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/css/rokmediascroller.css HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:40:53 GMT
Etag: &quot;3ae19e1-38e-44c0257c4bf40&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 317
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/js/roksameheight.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:32 GMT
Etag: &quot;3ae1bb8-1f2-44c026bf97a00&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 308
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/blank.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Thu, 15 Sep 2005 00:55:28 GMT
Etag: &quot;3aa2194-97-400c4eedea000&quot;
Accept-Ranges: bytes
Content-Length: 151
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/stories/certificat_resident.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Mon, 24 Sep 2012 14:54:33 GMT
Etag: &quot;3ac0fee-9a8-4ca73c4769c40&quot;
Accept-Ranges: bytes
Content-Length: 2472
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/stories/biblioteques.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Mon, 24 Sep 2012 14:54:31 GMT
Etag: &quot;3ac0fcc-782-4ca73c45817c0&quot;
Accept-Ranges: bytes
Content-Length: 1922
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/js/swfobject.js HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Wed, 15 Oct 2008 16:39:39 GMT
Etag: &quot;3ae1bbb-22b1-4594d60d888c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3498
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/stories/perfil_contractant.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Mon, 24 Sep 2012 14:54:37 GMT
Etag: &quot;3ac10ac-a3a-4ca73c4b3a540&quot;
Accept-Ranges: bytes
Content-Length: 2618
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /images/stories/cc_2012.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Fri, 02 Mar 2012 19:26:14 GMT
Etag: &quot;3ac0fe9-169e-4ba478cc4e180&quot;
Accept-Ranges: bytes
Content-Length: 5790
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/galeria-dimatges.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Sun, 30 Sep 2012 23:53:22 GMT
Etag: &quot;3aa230e-2902-4caf3fe8086b5&quot;
Accept-Ranges: bytes
Content-Length: 10498
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.121025-ropa-caritasnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae2d4e-2d7f-4cdc92aca917d&quot;
Accept-Ranges: bytes
Content-Length: 11647
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/ntjose.public_html.media.rokgallery.0.0e40a119-4db8-461a-eb1b-2fa0ae1a1dc1.0824b55b-2391-475a-8efc-bb6726d7ac9ensp_215.jpg HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae2b1c-104f-4cdc92aca6a6c&quot;
Accept-Ranges: bytes
Content-Length: 4175
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/ntjose.public_html.media.rokgallery.1.123a069e-ad2b-42b5-bbb9-48a7b44d3b11.259cb71f-9115-4359-c6ae-db9561ac51efnsp_215.jpg HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae2d4d-cb5-4cdc92acb06ac&quot;
Accept-Ranges: bytes
Content-Length: 3253
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/ntjose.public_html.media.rokgallery.b.b3042753-3ddb-4294-90af-3a7a1762e87f.bedc4d4d-62a6-4532-b33c-75eb8cb789fdnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae2b1a-24ba-4cdc92acbc9fd&quot;
Accept-Ranges: bytes
Content-Length: 9402
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.santjosepgenericonsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae0693-2f1b-4cdc92ac9ce2c&quot;
Accept-Ranges: bytes
Content-Length: 12059
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120929-ungestounavidansp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae3308-1789-4cdc92acbc9fd&quot;
Accept-Ranges: bytes
Content-Length: 6025
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.200912_calo_den_s_olinsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae061b-30eb-4cdc92acc181b&quot;
Accept-Ranges: bytes
Content-Length: 12523
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/ntjose.public_html.media.rokgallery.7.71912a22-0cb5-403b-8296-ecf198577de0.1ac4f0f7-c572-4d55-8f1d-6c24a07a84d9nsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae2b4a-31db-4cdc92acb54cd&quot;
Accept-Ranges: bytes
Content-Length: 12763
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120808_santjoseprecaptacionsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae0611-1b06-4cdc92acc3f32&quot;
Accept-Ranges: bytes
Content-Length: 6918
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120912_maria_jose_ribas_suport_educatiunsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:16 GMT
Etag: &quot;3ae0618-1d09-4cdc92acc3f32&quot;
Accept-Ranges: bytes
Content-Length: 7433
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120912_premisnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0619-c70-4cdc92acc663b&quot;
Accept-Ranges: bytes
Content-Length: 3184
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120911_premis_sportnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0617-2ebd-4cdc92acc8d4c&quot;
Accept-Ranges: bytes
Content-Length: 11965
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120820_certificatresidenciansp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0615-c67-4cdc92acc8d4c&quot;
Accept-Ranges: bytes
Content-Length: 3175
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120830_ceiplurgellnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0616-2f1f-4cdc92accb45d&quot;
Accept-Ranges: bytes
Content-Length: 12063
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120811_pouroignsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0614-2dd7-4cdc92accdb6b&quot;
Accept-Ranges: bytes
Content-Length: 11735
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/ntjose.public_html.media.rokgallery.f.fb98adee-c71e-4426-d649-ce1744416445.a635344d-242a-47a9-bc16-8af062821501nsp_215.jpg HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae059a-10de-4cdc92acd2992&quot;
Accept-Ranges: bytes
Content-Length: 4318
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120811_francisco_pajaronsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0613-2d26-4cdc92acd2992&quot;
Accept-Ranges: bytes
Content-Length: 11558
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120809_vehiculos_policiansp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0612-3043-4cdc92acd509b&quot;
Accept-Ranges: bytes
Content-Length: 12355
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120801_mercatnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0610-2fc0-4cdc92acd9eba&quot;
Accept-Ranges: bytes
Content-Length: 12224
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/ntjose.public_html.media.rokgallery.0.05455701-e919-4775-d93a-7e452bd4ef0d.229b1c94-105a-4c55-8ae5-477ebaf93180nsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae2a64-2e21-4cdc92acdece1&quot;
Accept-Ranges: bytes
Content-Length: 11809
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120727_frutansp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae060f-3029-4cdc92ace13ea&quot;
Accept-Ranges: bytes
Content-Length: 12329
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120603_millors_alumnesnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0605-3123-4cdc92ace3afa&quot;
Accept-Ranges: bytes
Content-Length: 12579
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120702_conveni_club_camponsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:36 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae060e-2b5f-4cdc92ace3afa&quot;
Accept-Ranges: bytes
Content-Length: 11103
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.sanjose-ibiza.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
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Tue, 06 Nov 2012 01:27:43 GMT
Server: Apache
Location: http://www.sanjose-ibiza.net
Content-Length: 212
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120626_convenis_sportsnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae060c-2c62-4cdc92ace620d&quot;
Accept-Ranges: bytes
Content-Length: 11362
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.organitzacio_municipal.manuela_quintasnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0626-18fe-4cdc92ace891b&quot;
Accept-Ranges: bytes
Content-Length: 6398
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120626_mesaturismensp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae060d-2b4f-4cdc92aced73d&quot;
Accept-Ranges: bytes
Content-Length: 11087
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120621_festinnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae060b-29e0-4cdc92aced73d&quot;
Accept-Ranges: bytes
Content-Length: 10720
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.1230619_depositnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae061a-2b50-4cdc92acefe4d&quot;
Accept-Ranges: bytes
Content-Length: 11088
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120614_reuni_salansp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae060a-27f7-4cdc92acf255d&quot;
Accept-Ranges: bytes
Content-Length: 10231
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120613_obras_menorsnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0609-2821-4cdc92acf4c6a&quot;
Accept-Ranges: bytes
Content-Length: 10273
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120612_suport_educatiunsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0608-2eda-4cdc92acf4c6a&quot;
Accept-Ranges: bytes
Content-Length: 11994
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120605_reunio_concesion_platgesnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0607-2c4a-4cdc92acf737d&quot;
Accept-Ranges: bytes
Content-Length: 11338
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.organitzacio_municipal.120605_ajudes_llibresnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae061e-2467-4cdc92acf9a8d&quot;
Accept-Ranges: bytes
Content-Length: 9319
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120605_expo_marta_torresnsp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0606-2786-4cdc92acf9a8d&quot;
Accept-Ranges: bytes
Content-Length: 10118
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /modules/mod_news_pro_gk4/cache/stories.noticias.120523_ico_firmansp_215.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 01:03:17 GMT
Etag: &quot;3ae0604-2ad9-4cdc92acfc19d&quot;
Accept-Ranges: bytes
Content-Length: 10969
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /images/stories/noticias/birrete.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 11 Sep 2012 01:09:35 GMT
Etag: &quot;3ac13fa-6bb-4c962ba3731c0&quot;
Accept-Ranges: bytes
Content-Length: 1723
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /components/com_joomfish/images/flags/ca.gif HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 04 Nov 2008 16:46:32 GMT
Etag: &quot;3ac09b8-167-45adfce49ea00&quot;
Accept-Ranges: bytes
Content-Length: 359
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /components/com_joomfish/images/flags/es.gif HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Wed, 23 Mar 2011 12:47:39 GMT
Etag: &quot;3ac09c7-24b-49f25c41290c0&quot;
Accept-Ranges: bytes
Content-Length: 587
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /components/com_joomfish/images/flags/en.gif HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Wed, 23 Mar 2011 12:47:39 GMT
Etag: &quot;3ac09c6-281-49f25c41290c0&quot;
Accept-Ranges: bytes
Content-Length: 641
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /components/com_joomfish/images/flags/de.gif HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Wed, 23 Mar 2011 12:47:39 GMT
Etag: &quot;3ac09c2-233-49f25c41290c0&quot;
Accept-Ranges: bytes
Content-Length: 563
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /media/rokgallery/3/30ccf948-10dc-4165-fd10-f9d0a209b440/fde909a8-1334-40b2-8180-6393bf70c40e-thumb.jpg HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 02 Oct 2012 07:09:22 GMT
Etag: &quot;3ae3a80-120d-4cb0e3394648d&quot;
Accept-Ranges: bytes
Content-Length: 4621
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /images/stories/festes-es-cubells-2012.jpg HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Mon, 08 Oct 2012 05:22:15 GMT
Etag: &quot;3ac1ff3-539b-4cb8567949243&quot;
Accept-Ranges: bytes
Content-Length: 21403
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /images/stories/agenda/banner-isasi.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 30 Oct 2012 06:31:30 GMT
Etag: &quot;3ac2005-f26e-4cd40efb644ef&quot;
Accept-Ranges: bytes
Content-Length: 62062
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /images/stories/recaptacio2010.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Wed, 22 Sep 2010 15:36:55 GMT
Etag: &quot;3ac10cb-3033-490daea4c93c0&quot;
Accept-Ranges: bytes
Content-Length: 12339
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /media/rokgallery/0/0046b5d2-b348-4e28-ad51-b2953ae6a559/2f506683-60a9-4798-e305-4e75ed9c51b8-thumb.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 02 Oct 2012 06:44:14 GMT
Etag: &quot;3ae3a77-bee4-4cb0dd9b752dd&quot;
Accept-Ranges: bytes
Content-Length: 48868
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /images/stories/CANBLAU.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Wed, 02 Mar 2011 09:56:28 GMT
Etag: &quot;3ac0f7a-9660-49d7ced34ab00&quot;
Accept-Ranges: bytes
Content-Length: 38496
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /images/stories/inquietudes-a-can-jeroni.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Wed, 24 Oct 2012 17:30:38 GMT
Etag: &quot;3ac1ffe-17727-4ccd171ebb3aa&quot;
Accept-Ranges: bytes
Content-Length: 96039
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /images/stories/enguaita_sant_josep.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Sun, 22 Apr 2012 14:00:08 GMT
Etag: &quot;3ac1026-bd6a-4be44f0738a00&quot;
Accept-Ranges: bytes
Content-Length: 48490
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /images/stories/bannerprotecciocivil.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Mon, 02 May 2011 05:18:39 GMT
Etag: &quot;3ac0fc1-1cf8-4a24427f9c9c0&quot;
Accept-Ranges: bytes
Content-Length: 7416
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/blank.gif HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:15 GMT
Etag: &quot;3ae1a0e-2b-44c02591470c0&quot;
Accept-Ranges: bytes
Content-Length: 43
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/logo.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Thu, 12 Jan 2012 12:33:30 GMT
Etag: &quot;3ae1b78-3fd2-4b653f4a77a80&quot;
Accept-Ranges: bytes
Content-Length: 16338
Keep-Alive: timeout=5, max=84
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/mainpage-side.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:48 GMT
Etag: &quot;3ae1b7b-4e1-44c02695a1700&quot;
Accept-Ranges: bytes
Content-Length: 1249
Keep-Alive: timeout=5, max=87
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/mainpage-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:49 GMT
Etag: &quot;3ae1b7d-71c-44c0269695940&quot;
Accept-Ranges: bytes
Content-Length: 1820
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/mainpage-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:37 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:48 GMT
Etag: &quot;3ae1b7c-551-44c02695a1700&quot;
Accept-Ranges: bytes
Content-Length: 1361
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/font-l-light.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:23 GMT
Etag: &quot;3ae1a1c-723-44c02598e82c0&quot;
Accept-Ranges: bytes
Content-Length: 1827
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/font-m-light.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:24 GMT
Etag: &quot;3ae1a1e-6e2-44c02599dc500&quot;
Accept-Ranges: bytes
Content-Length: 1762
Keep-Alive: timeout=5, max=84
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/font-s-light.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:25 GMT
Etag: &quot;3ae1a20-6b2-44c0259ad0740&quot;
Accept-Ranges: bytes
Content-Length: 1714
Keep-Alive: timeout=5, max=83
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/active-tab-r.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:31 GMT
Etag: &quot;3ae1b70-83b-44c026856b0c0&quot;
Accept-Ranges: bytes
Content-Length: 2107
Keep-Alive: timeout=5, max=86
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/active-tab-l.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:30 GMT
Etag: &quot;3ae1b6f-6a8-44c0268476e80&quot;
Accept-Ranges: bytes
Content-Length: 1704
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/dropdown-top.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:45 GMT
Etag: &quot;3ae1b75-545-44c02692c5040&quot;
Accept-Ranges: bytes
Content-Length: 1349
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/dropdown-div.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:44 GMT
Etag: &quot;3ae1b74-4e4-44c02691d0e00&quot;
Accept-Ranges: bytes
Content-Length: 1252
Keep-Alive: timeout=5, max=84
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/dropdown-child.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:44 GMT
Etag: &quot;3ae1b71-5b0-44c02691d0e00&quot;
Accept-Ranges: bytes
Content-Length: 1456
Keep-Alive: timeout=5, max=83
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/content/mainpage-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:41 GMT
Etag: &quot;3ae1b8e-7cc-44c0268ef4740&quot;
Accept-Ranges: bytes
Content-Length: 1996
Keep-Alive: timeout=5, max=82
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/content/mainpage-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:41 GMT
Etag: &quot;3ae1b8d-557-44c0268ef4740&quot;
Accept-Ranges: bytes
Content-Length: 1367
Keep-Alive: timeout=5, max=85
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/content/mainpage-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:42 GMT
Etag: &quot;3ae1b90-73e-44c0268fe8980&quot;
Accept-Ranges: bytes
Content-Length: 1854
Keep-Alive: timeout=5, max=84
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/content/mainpage-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:42 GMT
Etag: &quot;3ae1b8f-589-44c0268fe8980&quot;
Accept-Ranges: bytes
Content-Length: 1417
Keep-Alive: timeout=5, max=84
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/color-blue/module-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:35 GMT
Etag: &quot;3ae1a87-b49-44c025a459dc0&quot;
Accept-Ranges: bytes
Content-Length: 2889
Keep-Alive: timeout=5, max=82
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/color-blue/module-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:36 GMT
Etag: &quot;3ae1a88-2d10-44c025a54e000&quot;
Accept-Ranges: bytes
Content-Length: 11536
Keep-Alive: timeout=5, max=83
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/color-blue/module-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:37 GMT
Etag: &quot;3ae1a8a-7d5-44c025a642240&quot;
Accept-Ranges: bytes
Content-Length: 2005
Keep-Alive: timeout=5, max=81
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/color-blue/module-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:36 GMT
Etag: &quot;3ae1a89-5db-44c025a54e000&quot;
Accept-Ranges: bytes
Content-Length: 1499
Keep-Alive: timeout=5, max=84
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/module-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:43:05 GMT
Etag: &quot;3ae1a63-2cec-44c025fa2e840&quot;
Accept-Ranges: bytes
Content-Length: 11500
Keep-Alive: timeout=5, max=83
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/module-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:43:04 GMT
Etag: &quot;3ae1a62-b1c-44c025f93a600&quot;
Accept-Ranges: bytes
Content-Length: 2844
Keep-Alive: timeout=5, max=83
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/module-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:43:07 GMT
Etag: &quot;3ae1a6e-783-44c025fc16cc0&quot;
Accept-Ranges: bytes
Content-Length: 1923
Keep-Alive: timeout=5, max=81
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/module-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:43:05 GMT
Etag: &quot;3ae1a69-58a-44c025fa2e840&quot;
Accept-Ranges: bytes
Content-Length: 1418
Keep-Alive: timeout=5, max=82
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/download/module-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:53 GMT
Etag: &quot;3ae1a98-2d1d-44c025b584640&quot;
Accept-Ranges: bytes
Content-Length: 11549
Keep-Alive: timeout=5, max=80
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/download/module-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:52 GMT
Etag: &quot;3ae1a97-b39-44c025b490400&quot;
Accept-Ranges: bytes
Content-Length: 2873
Keep-Alive: timeout=5, max=83
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/download/module-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:41:54 GMT
Etag: &quot;3ae1a9a-7a2-44c025b678880&quot;
Accept-Ranges: bytes
Content-Length: 1954
Keep-Alive: timeout=5, max=82
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/download/module-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Fri, 13 Jan 2012 11:32:18 GMT
Etag: &quot;3ae1a99-97b-4b66737a09480&quot;
Accept-Ranges: bytes
Content-Length: 2427
Keep-Alive: timeout=5, max=82
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/sidecol-l.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template_css.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:43:46 GMT
Etag: &quot;3ae1a46-4e1-44c0262148480&quot;
Accept-Ranges: bytes
Content-Length: 1249
Keep-Alive: timeout=5, max=80
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/sidecol-r.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/template_css.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:43:47 GMT
Etag: &quot;3ae1a47-4e0-44c026223c6c0&quot;
Accept-Ranges: bytes
Content-Length: 1248
Keep-Alive: timeout=5, max=81
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/sidecol-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:52 GMT
Etag: &quot;3ae1b83-5a0-44c0269972000&quot;
Accept-Ranges: bytes
Content-Length: 1440
Keep-Alive: timeout=5, max=79
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/sidecol-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:53 GMT
Etag: &quot;3ae1b84-5a1-44c0269a66240&quot;
Accept-Ranges: bytes
Content-Length: 1441
Keep-Alive: timeout=5, max=82
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite4a/module-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:41 GMT
Etag: &quot;3ae1ac0-2d70-44c025e34b240&quot;
Accept-Ranges: bytes
Content-Length: 11632
Keep-Alive: timeout=5, max=81
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite4a/module-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:40 GMT
Etag: &quot;3ae1abf-aef-44c025e257000&quot;
Accept-Ranges: bytes
Content-Length: 2799
Keep-Alive: timeout=5, max=81
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite4a/module-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:42 GMT
Etag: &quot;3ae1ac2-835-44c025e43f480&quot;
Accept-Ranges: bytes
Content-Length: 2101
Keep-Alive: timeout=5, max=79
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite4a/module-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:42 GMT
Etag: &quot;3ae1ac1-58d-44c025e43f480&quot;
Accept-Ranges: bytes
Content-Length: 1421
Keep-Alive: timeout=5, max=80
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite3a/module-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:29 GMT
Etag: &quot;3ae1ab6-2e60-44c025d7d9740&quot;
Accept-Ranges: bytes
Content-Length: 11872
Keep-Alive: timeout=5, max=78
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite3a/module-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:28 GMT
Etag: &quot;3ae1ab5-5ae-44c025d6e5500&quot;
Accept-Ranges: bytes
Content-Length: 1454
Keep-Alive: timeout=5, max=81
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite3a/module-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:31 GMT
Etag: &quot;3ae1ab8-88a-44c025d9c1bc0&quot;
Accept-Ranges: bytes
Content-Length: 2186
Keep-Alive: timeout=5, max=80
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite3a/module-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:29 GMT
Etag: &quot;3ae1ab7-511-44c025d7d9740&quot;
Accept-Ranges: bytes
Content-Length: 1297
Keep-Alive: timeout=5, max=80
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite2a/module-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:17 GMT
Etag: &quot;3ae1aac-2e74-44c025cc67c40&quot;
Accept-Ranges: bytes
Content-Length: 11892
Keep-Alive: timeout=5, max=78
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite2a/module-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:16 GMT
Etag: &quot;3ae1aab-5ae-44c025cb73a00&quot;
Accept-Ranges: bytes
Content-Length: 1454
Keep-Alive: timeout=5, max=79
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite2a/module-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:18 GMT
Etag: &quot;3ae1aae-8a5-44c025cd5be80&quot;
Accept-Ranges: bytes
Content-Length: 2213
Keep-Alive: timeout=5, max=77
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/modules/hilite2a/module-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/modules.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:42:17 GMT
Etag: &quot;3ae1aad-511-44c025cc67c40&quot;
Accept-Ranges: bytes
Content-Length: 1297
Keep-Alive: timeout=5, max=80
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/sidecol-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:38 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:52 GMT
Etag: &quot;3ae1b82-571-44c0269972000&quot;
Accept-Ranges: bytes
Content-Length: 1393
Keep-Alive: timeout=5, max=79
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/sidecol-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:51 GMT
Etag: &quot;3ae1b81-571-44c026987ddc0&quot;
Accept-Ranges: bytes
Content-Length: 1393
Keep-Alive: timeout=5, max=79
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-tm.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:37 GMT
Etag: &quot;3ae1b8b-58d-44c0268b23e40&quot;
Accept-Ranges: bytes
Content-Length: 1421
Keep-Alive: timeout=5, max=77
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:37 GMT
Etag: &quot;3ae1b8c-7da-44c0268b23e40&quot;
Accept-Ranges: bytes
Content-Length: 2010
Keep-Alive: timeout=5, max=78
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:36 GMT
Etag: &quot;3ae1b8a-7f0-44c0268a2fc00&quot;
Accept-Ranges: bytes
Content-Length: 2032
Keep-Alive: timeout=5, max=76
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-l.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:35 GMT
Etag: &quot;3ae1b88-510-44c026893b9c0&quot;
Accept-Ranges: bytes
Content-Length: 1296
Keep-Alive: timeout=5, max=79
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-r.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:36 GMT
Etag: &quot;3ae1b89-511-44c0268a2fc00&quot;
Accept-Ranges: bytes
Content-Length: 1297
Keep-Alive: timeout=5, max=78
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-bm.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:34 GMT
Etag: &quot;3ae1b86-52a-44c0268847780&quot;
Accept-Ranges: bytes
Content-Length: 1322
Keep-Alive: timeout=5, max=78
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:35 GMT
Etag: &quot;3ae1b87-5f8-44c026893b9c0&quot;
Accept-Ranges: bytes
Content-Length: 1528
Keep-Alive: timeout=5, max=76
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/bottom/bottommod-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:33 GMT
Etag: &quot;3ae1b85-61b-44c0268753540&quot;
Accept-Ranges: bytes
Content-Length: 1563
Keep-Alive: timeout=5, max=77
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/rocket.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Thu, 12 Jan 2012 12:24:17 GMT
Etag: &quot;3ae1b80-1053-4b653d3b15e40&quot;
Accept-Ranges: bytes
Content-Length: 4179
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/mainpage-br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:47 GMT
Etag: &quot;3ae1b7a-7e5-44c02694ad4c0&quot;
Accept-Ranges: bytes
Content-Length: 2021
Keep-Alive: timeout=5, max=78
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/images/style5/mainpage-bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/templates/rt_mediamogul_j15/css/style5.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:45:46 GMT
Etag: &quot;3ae1b79-56d-44c02693b9280&quot;
Accept-Ranges: bytes
Content-Length: 1389
Keep-Alive: timeout=5, max=77
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/tl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0f05-5f4-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1524
Keep-Alive: timeout=5, max=77
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/tr.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0f09-643-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1603
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/right.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0efe-525-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1317
Keep-Alive: timeout=5, max=77
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/bl.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0ef2-612-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1554
Keep-Alive: timeout=5, max=76
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/left.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0efa-524-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1316
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/br.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0ef7-616-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1558
Keep-Alive: timeout=5, max=76
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/top.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0f07-536-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1334
Keep-Alive: timeout=5, max=76
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/bottom.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0ef5-537-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 1335
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
GET /plugins/system/rokbox/themes/light/close.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/plugins/system/rokbox/themes/light/rokbox-style.css
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Wed, 14 Sep 2011 13:07:43 GMT
Etag: &quot;3ae0ef8-194-4ace67210c5c0&quot;
Accept-Ranges: bytes
Content-Length: 404
Keep-Alive: timeout=5, max=76
Connection: Keep-Alive
GET /images/favicon.ico HTTP/1.1

Host: www.santjosep.biz

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: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Tue, 06 Nov 2012 01:27:39 GMT
Server: Apache
Last-Modified: Tue, 23 Sep 2008 10:35:26 GMT
Accept-Ranges: bytes
Content-Length: 1772
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/images/blank.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:45 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:37 GMT
Etag: &quot;3ae1bbf-97-44c026c45c540&quot;
Accept-Ranges: bytes
Content-Length: 151
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/images/zoom-shadow1.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:45 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:41 GMT
Etag: &quot;3ae1bc6-136-44c026c82ce40&quot;
Accept-Ranges: bytes
Content-Length: 310
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/images/zoom-shadow3.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:45 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:43 GMT
Etag: &quot;3ae1bc8-170-44c026ca152c0&quot;
Accept-Ranges: bytes
Content-Length: 368
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/images/zoom-shadow6.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:45 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:44 GMT
Etag: &quot;3ae1bcb-1ac-44c026cb09500&quot;
Accept-Ranges: bytes
Content-Length: 428
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/images/zoom-shadow8.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:45 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:45 GMT
Etag: &quot;3ae1bcd-1aa-44c026cbfd740&quot;
Accept-Ranges: bytes
Content-Length: 426
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /templates/rt_mediamogul_j15/rokzoom/images/zoom-shadow4.png HTTP/1.1

Host: www.santjosep.biz

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.santjosep.biz/index.php?lang=ca
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 01:27:45 GMT
Server: Apache
Last-Modified: Tue, 29 Apr 2008 12:46:43 GMT
Etag: &quot;3ae1bc9-b2-44c026ca152c0&quot;
Accept-Ranges: bytes
Content-Length: 178
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/favicon.ico HTTP/1.1

Host: www.santjosep.biz

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: 08a46e458661512983c8a11909eabacc=f6ifghhk54dcvtfphb7m2kk9v6; jfcookie[lang]=ca
Range: bytes=0-
If-Range: Tue, 23 Sep 2008 10:35:26 GMT
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Tue, 06 Nov 2012 01:27:49 GMT
Server: Apache
Last-Modified: Tue, 23 Sep 2008 10:35:26 GMT
Accept-Ranges: bytes
Content-Length: 1772
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive