execute uma função após atraso JavaScript
setTimeout(function() { your_func(); }, 5000);
Beautiful Bug
setTimeout(function() { your_func(); }, 5000);
setTimeout(function(){}, milliseconds);