
;(function() {

$(document).ready(function() {
    // slide
    var o = {
        blocks: ['slide_1','slide_2','slide_3','slide_4','slide_5','slide_6'],
        timer: 5,
        type: 3
    }
    $('#header_b_l').i3slide(o);
    
    // scroll box
    $('#ScrlArea').i3scloll_box();
    $('#ScrlArea2').i3scloll_box();
});


})(jQuery);
