$(function(){$(window).scroll(function(){var a=$("#eom").offset().top-$(window).height();if($(window).scrollTop()>a){$("#nextup").animate({right:"0px"},300)}else{$("#nextup").stop(true).animate({right:"-430px"},100)}});$("#nextup .close").bind("click",function(){$(this).parent().remove()})});
