| Crystal Ball
Please enter a yes/no question and it will respond
Warning: the crystal ball has a tendency to be
sarcastic!
")
newWindow.document.write("Your Question: ")
newWindow.document.write("" + document.input1.textfield.value + " ")
newWindow.document.write("The Great Crystal Ball Has Answered: ")
newWindow.document.write("")
newWindow.document.write("" + answer + " ")
newWindow.document.write("Close Me ")
}
|