function jumpToMagic(){var n=__helpers.getHeight(__helpers.footerDiv)+20;$(document).height()-$(document).scrollTop()-$("#jumpTo").height()<n?$("#jumpTo-container").css({position:"",top:"",bottom:"20px"}):__helpers.checkVisible(__helpers.headerDiv)?$("#jumpTo-container").css({position:"",top:"",bottom:""}):$("#jumpTo-container").css({position:"fixed",top:"10px",bottom:""})}$(document).ready(function(){jumpToMagic()}),$(window).scroll(function(){jumpToMagic()}),$(window).resize(function(){jumpToMagic()})