   jQuery(document).ready(function() {　   jQuery(window).load(function() {　       jQuery('#loading_panel p').hide(); 　       jQuery('#loading_panel').fadeOut(1000);         jQuery('#works ul img').show();          jQuery('#oodoi-gama ul img').show();          jQuery('#slider3').show();  　      });    　jQuery('a img').hover(function(){        jQuery(this).css("opacity","0.6");     },function(){       jQuery(this).css ("opacity","1");     });            jQuery('#slider3').cycle({        fx: 'fade',        timeout:  0,        speed: 300,        startingSlide: 0,        prev: '#next3',        next: '#prev3'     });          jQuery('#works ul').innerfade({       speed: 'slow',       timeout: 6000      });       jQuery('#oodoi-gama ul').innerfade({       speed: 'slow',       timeout: 6000,       type: 'random_start'     });// hidden counter   jQuery("#counter_div").click(function(){       jQuery(this).fadeOut("slow");          jQuery(".counter").fadeIn("slow");   });   jQuery(".counter").click(function(){       jQuery(this).fadeOut("slow");          jQuery("#counter_div").fadeIn("slow");   });});    Shadowbox.init({      animSequence: "wh",      overlayOpacity: "0.6",      overlayColor: "#000",      counterType: "skip"    });