$(document).ready(function(){$(window).scroll(function(){$(document).scrollTop()>=790?$("#logosticker").fadeIn("120"):$("#logosticker").fadeOut("200")})});