// JavaScript Document
$(function() {
    $('#js_eye_catch').cycle({ 
    fx:    'fade', 
    speed:  1000 
 });
});
