function OnSubmitForm(){
if(document.myform.operation[0].checked == true){document.myform.action ="/Psychics-Online/counselors.html";}else if(document.myform.operation[1].checked == true){
document.myform.action ="/Psychics-Online/psychologists.html";}else if(document.myform.operation[2].checked == true){document.myform.action ="/Psychics-Online/lifecoaches.html";}
return true;}