var $j=jQuery.noConflict();var assetLoc;Namespace("saber",{init:function(a){assetLoc=a;saber.loadBGs(a);saber.stylizeComments()},loadBGs:function(c){var f=new Image();f.onload=saber.castMagic;f.id="background";var d=$j("#special-bg").attr("title");if(d==undefined){var e=["kemono-together-v4.jpg"];var b=new Date();var a=b.getSeconds()%e.length;f.src=c+e[a]}else{$j("#special-bg").remove();f.src=c+d}$j("#background").replaceWith(f)},stylizeComments:function(){$j(".paginated-comments-number").remove()},castMagic:function(){$j("#background").hide().fadeIn(3000);$j("#mybg").show("fast")}});