
;(function() {

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


})(jQuery);
