var goto
function secureemail(emailad,agent){
//document.write("lookup" + emailad + " <BR>")
alert("vérification du courriel - Checking your email ")
//str = "http://www.clicktel.com/admin/secure.asp?email= + emailad<%"&agent=" & "andre@clicktel.com"%>
emailad =  emailad + "&agent=" + agent
document.write("<H2><center>Checking your email if your already a member ... please hold    <br><br>Vérification de ce courriel si vous êtes déjà membre... un moment S.V.P.</center></H2>")
location.href = "http://www.clicktel.com/admin/secure.asp?email=" + emailad

//+ "&agent=andre@clicktel.com"
//document.write(emailad)

}

