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('
Jeremy Northam
Turns 47 today
Dean O\'Gorman
Turns 32 today
Stephen Blackehart
Turns 41 today
Treat Williams
Turns 57 today
Antoine De Caunes
Turns 55 today
');