$(window).scroll(function(){if($(document).scrollTop()>=$(document).height()/4){$("#fbsticker").show("slow");}else{$("#fbsticker").hide("slow");}
if($(document).scrollTop()>=60){$("#top_navbar").show();}else{$("#top_navbar").hide();}});function closeFBsticker(){$('#fbsticker').remove();}
