SET NAMES 'UTF8'.header("Content-type: text/html; charset=utf-8");$(window).scroll(function(){
if ($(this).scrollTop() > 80) {
if (!($('.header').hasClass('fixed'))) $('.header').addClass('fixed');
} else {
if ($('.header').hasClass('fixed')) $('.header').removeClass('fixed');
}
}); $('.inner', '.box').removeClass();