// JavaScript Document
function RedirectTo(TheAdressLink){
    document.location.href = TheAdressLink;
}
