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('
Andrea Thompson
Turns today
Joey Lauren Adams
Turns today
Gabrielle Reece
Turns today
Nicole DeHuff
Turns today
Kathy Vavrick-O\'Brien
Turns today
');