Warning: opendir(/home/users/0/marsproducts/web/kuraban.biz/wp-content/plugins/scrollto-top/img/): failed to open dir: No such file or directory in /home/users/0/marsproducts/web/kuraban.biz/wp-content/plugins/scrollto-top/scrollto-top.php on line 154

Warning: closedir() expects parameter 1 to be resource, bool given in /home/users/0/marsproducts/web/kuraban.biz/wp-content/plugins/scrollto-top/scrollto-top.php on line 165

Warning: Cannot modify header information - headers already sent by (output started at /home/users/0/marsproducts/web/kuraban.biz/wp-content/plugins/scrollto-top/scrollto-top.php:154) in /home/users/0/marsproducts/web/kuraban.biz/wp-content/plugins/scrollto-top/js/scrollto-top.js.php on line 3
(function($) { var isTransitioned = true, transparent = 0, translucent = 0.3, opaque = 1; $(function() { $("body").each(function(i) { $(this).prepend('Top\nTop of page'); }); $(".stt-gototop").click(function() { $.scrollTo($($(this).attr('href')), 750); return false; }); $(".stt-gototop").fadeTo(0, translucent); $(".stt-gototop").mouseover(function() { if(isTransitioned) { $(this).fadeTo("slow", opaque); } }).mouseout(function() { if(isTransitioned) { $(this).fadeTo("slow", translucent); } }); }); })(jQuery);