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
// easing extension
jQuery.extend(jQuery.easing,{
easeInOutCubic: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
}
});
//$(document).ready(function(){
// $('input').iCheck({
// checkboxClass: 'icheckbox_flat-grey',
// radioClass: 'iradio_flat-grey'
// });
//});
function pagetop() {
var position = $("#footer").position();
$("html,body").animate({scrollTop:0}, 500, "easeInOutCubic");
}
$(function(){
$("a[href='"+location.pathname+"']").click(function(){
pagetop();
return false;
});
});