function guessAge(celeb,s,g,a) { if (!g) return false; if (a == g) { //alert("Thats right! " + celeb + " is " + a + " today."); //var w = window.open(url, 'bday_window'); return true; } else { alert("Not " + g + "...Try again!"); s.selectedIndex = 0; return false; } } document.write('
David Arquette
Turns 37 today
Thomas Kretschmann
Turns 46 today
Pascal Greggory
Turns 54 today
Barbarian
Turns 50 today
');