function OnSubmitForm(){
if(document.myform.operation[0].checked == true){document.myform.action ="/Aquarius.html";}else if(document.myform.operation[1].checked == true){
document.myform.action ="/Aries.html";}else if(document.myform.operation[2].checked == true){document.myform.action ="/Cancer.html";}else if(document.myform.operation[3].checked == true){document.myform.action ="/Capricorn.html";}else if(document.myform.operation[4].checked == true){document.myform.action ="/Gemini.html";}else if(document.myform.operation[5].checked == true){document.myform.action ="/Leo.html";}else if(document.myform.operation[6].checked == true){document.myform.action ="/Libra.html";}else if(document.myform.operation[7].checked == true){document.myform.action ="/Pisces.html";}
else if(document.myform.operation[8].checked == true){document.myform.action ="/Sagittarius.html";}else if(document.myform.operation[9].checked == true){document.myform.action ="/Scorpio.html";}else if(document.myform.operation[10].checked == true){document.myform.action ="/Taurus.html";}else if(document.myform.operation[11].checked == true){document.myform.action ="/Virgo.html";}
return true;}
