function radio_check() { if(eval(document.forms[0].elements[0].value) == 44 ) { self.parent.top.location="blusmu.html"; } else { alert("Wrong."); } return false; } function blusmu_check() { if(eval(document.forms[0].elements[0].value) == 26150) { self.parent.top.location="rhino.html"; } else { alert("Wrong. (don't forget to multiply your answer by 523, since the Blusmu is testing 523 on this particular occasion."); } return false; } function rhino_check() { if(eval(document.forms[0].elements[0].value) == 127 ) { self.parent.top.location="fungus.html"; } else { alert("No, that's not correct."); } return false; } function fungus_check() { if(eval(document.forms[0].elements[0].value) == 81 ) { self.parent.top.location="bugs1.html"; } else { alert("Incorrect."); } return false; } function bugs1_check() { if(eval(document.forms[0].elements[0].value) == 288 ) { alert("Congratulations! You have correctly answer all 5 QuickMath Problems!"); self.parent.top.location="entrance.html"; } else { alert("No, that's not quite right. Hint: Try to express the problem as the number of roaches now times a power of two"); } return false; }