var a = 0
var b = 0
var c = 0
var d = 0
var e = 0
var f = 0
var g = 0
var h = 0
var i = 0
var j = 0
tot = 0

function one()  { 
        a=1
        }

function two()  {
        b=1
        }

function three()  { 
        c=1
        }

function four()  { 
        d=1
        }

function five()  { 
        e=1
        }

function six()  { 
        f=1
        }

function seven()  { 
        g=1
        }

function eight()  { 
        h=1
        }

function nine()  { 
        i=1
        }

function ten()  { 
        j=1
        }

function oneX() {
        a=0
        }

function twoX() {
        b=0
        }

function threeX() {
        c=0
        }

function fourX() {
        d=0
        }

function fiveX() {
        e=0
        }

function sixX() {
        f=0
        }

function sevenX() {
        g=0
        }

function eightX() {
        h=0
        }

function nineX() {
        i=0
        }

function tenX() {
        j=0
        }

function compute(form) {
        tot = (a + b + c + d + e + f + g + h + i + j)

        if (tot == 0 || tot == 1 || tot == 2 || tot == 3)
        {alert("There is very little chance that this guy likes you. We suggest you find another guy who will really care about you and treat you the way you deserve to be treated. This guy does not even know you exist most of the time. He does not show even half the signs that are needed to show that he likes you.")
        location="http://www.saviodsilva.com/u.htm"}

        if (tot == 4 || tot == 5 || tot == 6 || tot == 7)
        {alert("The chances are quite good for you. Your answers indicate that this guy likes you and shows quite a few signs that indicate he wants to take it further with you. Make the next move and ask him if he wants to go steady or go out with you sometime soon. He seems to be a nice guy and he really likes you.")
         location="http://www.saviodsilva.com/u.htm"}

        if (tot == 8 || tot == 9 || tot == 10)
        {alert("You hit the jackpot. This guy really likes you a lot. I would go ahead and say that he might even love you. He shows all the signs that indicate that he likes you or loves you. It is now upto you to decide what it is you want from this guy. If you want a steady relationship or a commitment simply go ahead and ask him. If you do not like him or love him the same way then simply tell him that you are not interested in taking this further. Either ways you hit the jackpot.")
        location="http://www.saviodsilva.com/u.htm"}
}