function go_to_station() {

if (document.form1.userid.value=="growingtogether") {
window.location.href = "http://www.growingtogether.ca/dv/welcome.html";
}


else {
   alert ("Incorrect login information")
   }
  
}