$(document).ready(function(){var $stick=$('#slide');var theWindow=$(window);var oldTop=$stick.offset().top;theWindow.scroll(function(){var top=theWindow.scrollTop();if((top)>$stick.offset().top){document.getElementById("slide").setAttribute("class","stick")}else if(top<oldTop){document.getElementById("slide").setAttribute("class","")}});$("#current").animate({top:-160},1400).animate({top:0},1200);$("#old").animate({top:-80},1400).animate({top:80},1200);$("#older").animate({top:0},1400).animate({top:80},600);$("#view-video-transcript").click(function(){document.getElementById("video-transcript").setAttribute("class","readme")})});
