
;(function() {

$(document).ready(function() {
    // slide
    var o = {
        blocks: ['slide_1','slide_2','slide_3','slide_4'],
        timer: 5,
        type: 2
    }
    $('#header_img').i3slide(o);
    
});


})(jQuery);
