document.write('<script type=\"text/javascript\">\r// <![CDATA[\rfunction clearText(thefield){\rif (thefield.defaultValue==thefield.value)\rthefield.value = \"\"\r}\rfunction isNumeric(val){\r   var validChars = \"0123456789\";\r   var isNumber = true;\r   var testChar = \'\';\r    for (i = 0; i < val.length && isNumber; i++) {\r      testChar = val.charAt(i);\r      if (validChars.indexOf(testChar) == -1) {\r         isNumber = false;\r      }\r  }\r   return isNumber;\r}\r// ]]>\r</script>\r\r<script type=\"text/javascript\">\r// <![CDATA[\r\t\tfunction checkSearch(){\r\t\t\tif(document.personSearchForm.searchFirstName.value == \"First Name\"){\r\t\t\t\talert(\"Please enter the First Name of the Person You\'re Searching for\");\r\t\t\t\tdocument.personSearchForm.searchFirstName.focus();\r\t\t\t\treturn false;\r\t\t\t}else if(document.personSearchForm.searchFirstName.value == \"\"){\r\t\t\t\talert(\"Please enter the First Name of the Person You\'re Searching for\");\r\t\t\t\tdocument.personSearchForm.searchFirstName.focus();\r\t\t\t\treturn false;\r\t\t\t}\r\r\t\t\tif(document.personSearchForm.searchLastName.value == \"Last Name\"){\r\t\t\t\talert(\"Please enter the Last Name of the Person You\'re Searching for\");\r\t\t\t\tdocument.personSearchForm.searchLastName.focus();\r\t\t\t\treturn false;\r\t\t\t}else if(document.personSearchForm.searchLastName.value == \"\"){\r\t\t\t\talert(\"Please enter the Last Name of the Person You\'re Searching for\");\r\t\t\t\tdocument.personSearchForm.searchLastName.focus();\r\t\t\t\treturn false;\r\t\t\t}\r\r\t\t\tif(document.personSearchForm.searchAge.value == \"Age\"){\r\t\t\t\talert(\"Please enter the Age of the Person You\'re Searching for\");\r\t\t\t\tdocument.personSearchForm.searchAge.focus();\r\t\t\t\treturn false;\r\t\t\t}else if(document.personSearchForm.searchAge.value == \"\"){\r\t\t\t\talert(\"Please enter the Age of the Person You\'re Searching for\");\r\t\t\t\tdocument.personSearchForm.searchAge.focus();\r\t\t\t\treturn false;\r\t\t\t}else if(!isNumeric(document.personSearchForm.searchAge.value)){\r\t\t\t\talert(\"Please enter a correct Age\");\r\t\t\t\tdocument.personSearchForm.searchAge.focus();\r\t\t\t\treturn false;\r\t\t\t}\r\t\t}\r// ]]>\r</script>\r\r<style type=\"text/css\">\r<!--\r.shortform {\r\tfont-family: Arial, Helvetica, sans-serif;\r\tfont-size: 11px;\r\tfont-weight: normal;\r\twidth: 35px;\r}\r.longform {\r\tfont-family: Arial, Helvetica, sans-serif;\r\tfont-size: 11px;\r\tfont-weight: normal;\r\twidth: 90px;\r}\r.text {\r\tfont-family: Arial, Helvetica, sans-serif;\r\tfont-size: 9px;\r\tcolor: #000000;\r}\r-->\r</style>\r\r<body>\r<table width=\"300\" height=\"250\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r  <tr>\r    <td align=\"center\" valign=\"top\" background=\"http://affiliates.mylife.com/a/ads/ps/sequence/300x250/bg.jpg\"><table width=\"300\" height=\"250\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r      <tr>\r        <td height=\"115\" colspan=\"2\" align=\"left\" valign=\"top\"><a href=\"http://af.reunion.com/aw.aspx?B=121&G=3&A=112799&Task=Click&TargetURL=http%3a%2f%2faffiliates.mylife.com%2fa%2fads%2flanding%2fps%2fpurppeoplesearch.asp\" target=\"_blank\"><img src=\"http://affiliates.mylife.com/a/images/spacer.gif\" width=\"300\" height=\"115\" border=\"0\" /></a></td>\r        </tr>\r      <tr>\r        <td width=\"150\" align=\"left\" valign=\"top\"><a href=\"http://af.reunion.com/aw.aspx?B=121&G=3&A=112799&Task=Click&TargetURL=http%3a%2f%2faffiliates.mylife.com%2fa%2fads%2flanding%2fps%2fpurppeoplesearch.asp\" target=\"_blank\"><img src=\"http://affiliates.mylife.com/a/images/spacer.gif\" width=\"150\" height=\"135\" border=\"0\" /></a></td>\r        <td width=\"150\" align=\"center\" valign=\"top\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"1\">\r          <form action=\"http://af.reunion.com/aw.aspx?B=121&G=3&A=112799&Task=Click&TargetURL=http%3a%2f%2fwww.mylife.com%2fsearchPerson.do\" method=\"post\" name=\"personSearchForm\" id=\"personSearchForm\" target=\"_blank\" onsubmit=\"return checkSearch();\">\r            <input type=\"hidden\" name=\"dispatch\" value=\"showSearchRegistration\" />\r            <tr>\r              <td align=\"center\" valign=\"middle\" class=\"text\">Enter the Name and Age of the\r                Person You&rsquo;re Searching for</td>\r            </tr>\r            <tr>\r              <td align=\"center\" valign=\"middle\"><input name=\"searchFirstName\" type=\"text\" class=\"longform\" value=\"First Name\" onfocus=\"clearText(this)\"/></td>\r            </tr>\r            <tr>\r              <td align=\"center\" valign=\"middle\"><input name=\"searchLastName\" type=\"text\" class=\"longform\" value=\"Last Name\" onfocus=\"clearText(this)\" /></td>\r            </tr>\r            <tr>\r              <td align=\"center\" valign=\"middle\"><input name=\"searchAge\" type=\"text\" class=\"shortform\" value=\"Age\" maxlength=\"3\" onfocus=\"clearText(this)\"/></td>\r            </tr>\r            <tr>\r              <td align=\"center\" valign=\"middle\"><input type=\"submit\" name=\"Submit\" value=\"Submit\" /></td>\r            </tr>\r          </form>\r        </table></td>\r      </tr>\r    </table></td>\r  </tr>\r</table>\r</body><img border=\"0\" src=\"http://af.reunion.com/aw.aspx?B=121&A=112799&Task=Get&Advanced=True\" width=\"1\" height=\"1\">'); 