$(document).ready(function() { $('.slider_content').cycle({ fx: 'fade', timeout: 6000 }); $('.calendar').hover( function () { $('.calendarWidget-details').hide(); },function () { }); }); (function($, undefined) { $(function() { $('.benkyo').randomImage(); $('#home_benyko_corner img').click(function() { $('.benkyo').randomImage(); }); $(function() { $('.topleft').bind("contextmenu", function(e) { e.preventDefault(); }); }); }); })(jQuery);