// JavaScript Document

function redirect(){
    window.location = document.getElementById("redirect-link").href;
}
