function redirectTo(url){
document.location.href = url; 
}
