function redirect(){
    window.location = "register"
}
function redirectS(){
    window.location = "search?main=true"
}

function sendUser(url){
    window.location = url
}

