$(document).ready(function() {
    $('.slideshow').cycle({
            fx: 'fade',
            speed: '2500',
            clearType: true,
            cleartypeNoBg: true,
    });
});
    
$(function() {
        $('#referencje').before('<div id="nav" class="nav">').cycle({
            fx:     'fade',
            speed:  '3500',
            clearType: true,
            cleartypeNoBg: true,
            timeout: 3000,
            pager:  '#nav',
            before: function() { if (window.console) console.log(this.src); }
        });
    });
    
$(function() {
if (window.PIE) {
    $('.box').each(function() {
        PIE.attach(this);
    });
}
});
    
$(function() {
if (window.PIE) {
    $('.rel').each(function() {
        PIE.attach(this);
    });
}
});
            
$(function() {
if (window.PIE) {
    $('#form').each(function() {
        PIE.attach(this);
    });
}
});
                    
$(function() {
if (window.PIE) {
    $('.submit').each(function() {
        PIE.attach(this);
    });
}
});
    
$(function() {
if (window.PIE) {
    $('#footer').each(function() {
        PIE.attach(this);
    });
}
});
            
$(function() {
if (window.PIE) {
    $('.google').each(function() {
        PIE.attach(this);
    });
}
});

$(function() {
if (window.PIE) {
    $('.wyslano').each(function() {
        PIE.attach(this);
    });
}
});

