
function OnSubmitForm(){if(document.myform.operation[0].checked==true){document.myform.action="/Psychics-Online/psychic.html";}else if(document.myform.operation[1].checked==true){document.myform.action="/Psychics-Online/astrology.html";}else if(document.myform.operation[2].checked==true){document.myform.action="/Psychics-Online/numerology.html";}else if(document.myform.operation[3].checked==true){document.myform.action="/Psychics-Online/love-readings.html";}else if(document.myform.operation[4].checked==true){document.myform.action="/Psychics-Online/tarot-readings.html";}else if(document.myform.operation[5].checked==true){document.myform.action="/Psychics-Online/finance-psychic.html";}
return true;}
