video = document.getElementById('myvid'); video.addEventListener('ended',function() {alert('video is ended'); window.location.href = 'http://www.google.com';})