Warning: Use of undefined constant AUTH_SALT - assumed 'AUTH_SALT' (this will throw an Error in a future version of PHP) in /home/users/2/lolipop.jp-dp35007009/web/pw-loader.php on line 7
Warning: session_name(): Cannot change session name when headers already sent in /home/users/2/lolipop.jp-dp35007009/web/pw-loader.php on line 7
Warning: session_start(): Cannot start session when headers already sent in /home/users/2/lolipop.jp-dp35007009/web/pw-loader.php on line 8
Notice: Constant ABSPATH already defined in /home/users/2/lolipop.jp-dp35007009/web/pw-define.php on line 4
Notice: Undefined variable: _SESSION in /home/users/2/lolipop.jp-dp35007009/web/pw-mobile.php on line 16
Notice: Trying to access array offset on value of type null in /home/users/2/lolipop.jp-dp35007009/web/pw-mobile.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/users/2/lolipop.jp-dp35007009/web/pw-loader.php:7) in /home/users/2/lolipop.jp-dp35007009/web/pw-parse.php on line 34
$(function(){
$($("#tab-menu a.active").attr("href")).siblings("div").hide();
$("#tab-menu a").mouseover(function(){
if ($("#tab-menu a.active").closest("li").attr("id")!=$(this).closest("li").attr("id")) {
$("#tab-menu a.active").removeClass("active");
$(this).addClass("active");
$($(this).attr("href")).siblings("div").hide();
$($(this).attr("href")).fadeIn(300);
}
}).click(function(){
return false;
});
})