function DoSubmit(theform){
    theform.action = "https://giftcard.eigendev.com/giftcards/signin.php";
    theform.JavaOn.value = "YES";
}

