<!-- hide script from old browsers
 
function verifyInput() {
	entry = document.form.answer.value
	if (entry == 36) {
	window.alert("Fantastic! 36 bananas is the correct answer!")
	}
	else {
	window.alert("Please try again.")
	}
}	

function wback(){
  mywin = window.open("wback.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }

 function drawpic(){
  mywin = window.open("drawpic.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }

function pwhole(){
  mywin = window.open("pwhole.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }
// end hiding -->