function scroll_to(selector){$("html,body").animate({scrollTop:$(selector).offset().top},500);}$(window).on("load",function(){$("video").each(function(i){var video=this;setTimeout(function(){$(video).removeAttr('preload').attr("autoplay","");$(video)[0].play();},(2000*i+2000*(i+1)));});});