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('
Judy Tenuta
Turns today
Cathleen Raymond
Turns today
Bianca Trump
Turns today
Michelle Clunie
Turns today
Krystal
Turns today
');