// header
$("#bleach").click(function(){$(this).addClass("activeDisp");$(".bleach").show("slow");$(".one-piece").hide("slow");$(".naruto").hide("slow");$("#one-piece").removeClass("activeDisp");$("#naruto").removeClass("activeDisp")});$("#one-piece").click(function(){$(this).addClass("activeDisp");$(".one-piece").show("slow");$(".naruto").hide("slow");$(".bleach").hide("slow");$("#naruto").removeClass("activeDisp");$("#bleach").removeClass("activeDisp")});$("#naruto").click(function(){$(this).addClass("activeDisp");$(".one-piece").hide("slow");$(".naruto").show("slow");$(".bleach").hide("slow");$("#one-piece").removeClass("activeDisp");$("#bleach").removeClass("activeDisp")});
// css
(function(){var css=document.createElement('link');css.rel='stylesheet';css.type='text/css';css.href='/Desing/v8/css/ds.css';document.getElementsByTagName('head')[0].appendChild(css);})();

